:root{
  --bg:#f7f9fc;
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --blue:#00a78d;
  --blue-dark:#008771;
  --navy:#0b1114;
  --cyan:#00e0bd;
  --card:#ffffff;
  --radius:24px;
  --shadow:0 24px 70px rgba(15,23,42,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
button,a{ -webkit-tap-highlight-color:transparent}
svg{display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(226,232,240,.8);
}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;letter-spacing:-.035em;font-size:22px}
.brand-mark{
  width:38px;height:38px;border-radius:12px;background:#10181c;
  display:grid;place-items:center;box-shadow:0 8px 20px rgba(0,167,141,.22)
}
.brand-mark img{width:100%;height:100%;display:block;border-radius:12px}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-text span{color:var(--cyan)}
.brand-sub{font-size:7px;letter-spacing:.22em;color:#7b8790;margin-top:5px;font-weight:750}
.desktop-nav{display:flex;gap:30px;color:#475569;font-size:14px;font-weight:650}
.desktop-nav a:hover{color:var(--ink)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn{
  border:1px solid transparent;border-radius:12px;padding:11px 16px;font-size:14px;font-weight:750;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.2s ease;white-space:nowrap
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px rgba(0,167,141,.22)}
.btn-primary:hover{background:var(--blue-dark)}
.btn-ghost{border-color:var(--line);background:#fff}
.btn-secondary{background:#fff;border-color:#dbe3ee;color:var(--ink)}
.btn-white{background:#fff;color:var(--navy)}
.btn-lg{padding:14px 20px;border-radius:14px;font-size:15px}
.btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.full{width:100%}
.menu-btn{display:none;background:transparent;border:0;padding:8px}
.menu-btn span{display:block;width:23px;height:2px;background:var(--ink);margin:5px;border-radius:2px}
.mobile-menu{display:none;padding:10px 20px 18px;border-top:1px solid var(--line)}
.mobile-menu a{display:block;padding:11px 0;font-weight:650;color:#475569}

.hero{
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,#fbfdff 0%,#f7faff 75%,#fff 100%);
  padding:82px 0 36px
}
.hero-glow{position:absolute;border-radius:50%;filter:blur(60px);opacity:.35;pointer-events:none}
.hero-glow-one{width:500px;height:500px;background:#b8f2e4;right:-120px;top:-120px}
.hero-glow-two{width:350px;height:350px;background:#c7fff3;left:-120px;top:220px}
.hero-grid{position:relative;display:grid;grid-template-columns:.93fr 1.07fr;gap:66px;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 11px;border:1px solid #c9f1e7;background:#edfff9;border-radius:999px;
  color:#008873;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase
}
.eyebrow.light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#a4f2df}
.eyebrow .dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #dcfce7}
.hero h1{font-size:clamp(46px,5.1vw,72px);line-height:.98;letter-spacing:-.055em;margin:22px 0 24px;max-width:680px}
.hero h1 span{color:var(--blue)}
.hero-lead{font-size:19px;color:#526076;max-width:620px;line-height:1.7;margin:0}
.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}
.hero-points{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;color:#64748b;font-size:13px;font-weight:650}
.hero-points i{font-style:normal;color:#16a34a;margin-right:4px}

.hero-visual{position:relative}
.app-window{
  position:relative;background:#fff;border:1px solid #dbe3ee;border-radius:22px;box-shadow:var(--shadow);
  overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)
}
.app-topbar{height:50px;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 14px;gap:12px}
.window-dots{display:flex;gap:5px}
.window-dots span{width:8px;height:8px;border-radius:50%;background:#cbd5e1}
.window-dots span:first-child{background:#fca5a5}.window-dots span:nth-child(2){background:#fde68a}.window-dots span:last-child{background:#86efac}
.mini-brand{font-size:12px;font-weight:800;margin-right:auto}.mini-brand span{color:var(--cyan)}
.topbar-chip{font-size:10px;font-weight:750;background:#eafff9;color:#008873;border-radius:999px;padding:5px 8px}
.app-body{display:grid;grid-template-columns:180px 1fr;min-height:430px}
.mock-sidebar{border-right:1px solid var(--line);background:#fbfdff;padding:14px}
.mock-section-title{font-size:8px;color:#94a3b8;font-weight:850;letter-spacing:.12em;margin-bottom:9px}
.mock-section-title.second{margin-top:16px}
.field{border:1px solid #e2e8f0;background:#fff;border-radius:8px;padding:8px 9px;margin-bottom:7px}
.field span{display:block;font-size:8px;color:#94a3b8;margin-bottom:2px}
.field b{font-size:10px;color:#334155}
.field.active{border-color:#7de8d0;box-shadow:0 0 0 2px #dbeafe}
.format-row{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.format{font-size:9px;border:1px solid var(--line);border-radius:7px;padding:6px;text-align:center;font-weight:700}
.format.active{background:#eafff9;border-color:#afeada;color:#008873}
.preview-area{background:#eef2f7;padding:33px 24px;position:relative;display:grid;place-items:center}
.zoom-bar{position:absolute;right:12px;top:12px;background:#fff;border:1px solid #dbe3ee;border-radius:8px;display:flex;align-items:center;overflow:hidden}
.zoom-bar button{border:0;background:#fff;width:26px;height:25px}.zoom-bar span{font-size:8px;color:#64748b;padding:0 5px}
.price-tag{width:255px;aspect-ratio:8.5/11;background:#fff;box-shadow:0 10px 35px rgba(15,23,42,.12);padding:16px 18px;text-align:center}
.tag-brand{font-size:9px;font-weight:900;letter-spacing:.12em;color:#00a78d}
.tag-collection{font-size:14px;font-weight:900;letter-spacing:-.02em;margin-top:4px}
.product-photo{height:105px;display:flex;align-items:center;justify-content:center}
.product-photo svg{width:100%;fill:#cbd5e1}
.tag-meta{font-size:7px;color:#64748b;margin-top:-5px}
.price-label{font-size:9px;font-weight:900;margin-top:12px;letter-spacing:.1em}
.sale-price{font-size:38px;line-height:1;font-weight:950;letter-spacing:-.055em;color:#dc2626;margin:4px 0 11px}
.finance-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding-top:9px;text-align:left}
.finance-row span{display:block;font-size:7px;color:#64748b}.finance-row strong{font-size:12px}
.no-credit{text-align:center;background:#0f172a;color:#fff;padding:6px;border-radius:6px;font-size:7px;font-weight:850;line-height:1.15}
.app-footer{height:48px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:9px;color:#64748b}
.app-footer button{background:#00a78d;color:#fff;border:0;border-radius:8px;padding:7px 12px;font-size:9px;font-weight:800}
.floating-card{
  position:absolute;background:#fff;border:1px solid #e2e8f0;box-shadow:0 15px 45px rgba(15,23,42,.13);
  border-radius:14px;padding:10px 12px;display:flex;gap:9px;align-items:center
}
.floating-card b{display:block;font-size:11px}.floating-card small{display:block;font-size:9px;color:#94a3b8;margin-top:2px}
.icon-badge{width:29px;height:29px;border-radius:9px;background:#eafff9;display:grid;place-items:center;font-size:13px}
.card-one{left:-24px;bottom:52px}.card-two{right:-18px;top:64px}
.trusted-strip{margin-top:86px;text-align:center}
.trusted-strip p{font-size:11px;color:#94a3b8;text-transform:uppercase;font-weight:800;letter-spacing:.12em}
.retail-types{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-top:18px}
.retail-types span{padding:8px 13px;border:1px solid var(--line);border-radius:999px;font-size:12px;color:#64748b;background:#fff;font-weight:650}

.section{padding:100px 0}
.section-heading{max-width:720px;margin-bottom:44px}
.section-heading.compact{margin-inline:auto;text-align:center}
.section-heading h2,.how-copy h2,.cta-card h2{
  font-size:clamp(36px,4.2vw,52px);line-height:1.05;letter-spacing:-.045em;margin:17px 0
}
.section-heading p,.how-copy p{font-size:17px;color:#64748b;line-height:1.7}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.feature-card{
  position:relative;min-height:265px;border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff;
  box-shadow:0 10px 35px rgba(15,23,42,.04);overflow:hidden
}
.feature-card.featured{grid-column:span 2;min-height:330px;background:linear-gradient(135deg,#fff,#f8fbff)}
.feature-icon{width:44px;height:44px;border-radius:13px;background:#eafff9;display:grid;place-items:center;margin-bottom:18px}
.feature-icon svg{width:22px;height:22px;fill:none;stroke:#00a78d;stroke-width:1.8;stroke-linejoin:round}
.feature-card h3{font-size:20px;margin:0 0 8px;letter-spacing:-.02em}
.feature-card p{font-size:14px;color:#64748b;max-width:450px;margin:0;line-height:1.65}
.card-demo{position:absolute;right:28px;bottom:0;display:flex;gap:12px;align-items:flex-end}
.mini-paper{width:125px;height:170px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(15,23,42,.08);padding:18px 10px;text-align:center;transform:rotate(-2deg)}
.mini-paper.second{transform:rotate(4deg);height:155px;margin-bottom:-8px}
.mini-paper span{font-size:8px;font-weight:900;color:#00a78d}.mini-paper b{display:block;font-size:27px;margin-top:28px;letter-spacing:-.05em}.mini-paper small{font-size:7px;color:#64748b}

.section-dark{background:var(--navy);color:#fff}
.how-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.how-copy{position:sticky;top:120px}
.how-copy p{color:#9fb0c7}
.text-link{display:inline-flex;gap:8px;color:#7de8d0;font-weight:800;margin-top:10px}
.steps{border-left:1px solid rgba(255,255,255,.12)}
.step{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:16px 0 38px 26px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:26px}
.step:last-child{border-bottom:0}
.step-num{font-size:12px;color:#43d7b6;font-weight:900;letter-spacing:.08em}
.step h3{font-size:24px;margin:0 0 7px}.step p{margin:0;color:#93a4bc;line-height:1.65}

.format-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:end;margin-top:50px}
.format-card{background:#f8fafc;border:1px solid var(--line);border-radius:22px;padding:26px}
.paper{margin:auto;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 45px rgba(15,23,42,.09);padding:19px 15px;text-align:center}
.paper-letter{width:210px;aspect-ratio:8.5/11}
.paper-legal{width:200px;aspect-ratio:8.5/14}
.paper-kicker{font-size:7px;font-weight:950;letter-spacing:.12em;color:#dc2626}
.paper-name{display:block;font-size:11px;font-weight:900;margin:5px 0 0}
.paper-product{height:88px;margin:12px 0;position:relative}
.paper-product.couch:before{
  content:"";position:absolute;left:18px;right:18px;bottom:20px;height:34px;border-radius:9px;background:#cbd5e1;
  box-shadow:0 -16px 0 -3px #d7dee7
}
.paper-product.bed:before{
  content:"";position:absolute;left:28px;right:28px;bottom:14px;height:30px;background:#cbd5e1;border-radius:4px;
  box-shadow:0 -23px 0 -10px #d7dee7
}
.paper small{font-size:7px;color:#64748b}.paper strong{display:block;font-size:31px;letter-spacing:-.06em;line-height:1.15;color:#dc2626}.paper em{font-size:7px;font-style:normal;font-weight:750}
.bold-tag{background:linear-gradient(180deg,#fff 0 76%,#0f172a 76%);padding-bottom:34px}.bold-tag em{color:#fff}
.format-info{display:flex;justify-content:space-between;align-items:center;margin-top:22px}.format-info b{font-size:14px}.format-info span{font-size:12px;color:#94a3b8}

.pricing-section{background:#f8fafc}
.pricing-card{
  max-width:920px;margin:40px auto 0;background:#fff;border:1px solid var(--line);border-radius:26px;
  padding:38px;display:grid;grid-template-columns:1.2fr .8fr;gap:55px;box-shadow:0 18px 55px rgba(15,23,42,.06)
}
.plan-label,.small-label{font-size:10px;font-weight:900;color:#00a78d;letter-spacing:.12em}
.pricing-card h3{font-size:29px;line-height:1.2;letter-spacing:-.035em;margin:10px 0 22px}
.pricing-card ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}
.pricing-card li{font-size:14px;color:#475569}
.pricing-card li:before{content:"✓";color:#16a34a;font-weight:900;margin-right:8px}
.pricing-cta{align-self:center;border-left:1px solid var(--line);padding-left:36px;display:flex;flex-direction:column;gap:10px}
.small-label{color:#94a3b8;margin-bottom:2px}

.cta-section{padding:36px 0 100px;background:#f8fafc}
.cta-card{
  background:linear-gradient(135deg,#0b1114,#12312c 60%,#008771);color:#fff;border-radius:30px;padding:52px 56px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:0 28px 70px rgba(15,23,42,.2)
}
.cta-card h2{max-width:700px;margin-bottom:10px}.cta-card p{margin:0;color:#cbd5e1}

footer{padding:58px 0 28px;background:#fff}
.footer-grid{display:flex;justify-content:space-between;gap:40px}
.footer-brand{margin-bottom:15px}
.footer-grid>div>p{color:#94a3b8;font-size:13px}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:60px}
.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links strong{font-size:12px;margin-bottom:4px}.footer-links a{font-size:13px;color:#64748b}
.footer-bottom{border-top:1px solid var(--line);padding-top:22px;margin-top:45px;display:flex;justify-content:space-between;color:#94a3b8;font-size:11px}

@media (max-width: 980px){
  .desktop-nav{display:none}
  .hero-grid,.how-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}
  .hero-visual{max-width:680px;margin:0 auto;width:100%}
  .feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card.featured{grid-column:span 2}
  .format-showcase{grid-template-columns:1fr 1fr}.format-card:last-child{grid-column:span 2;max-width:440px;justify-self:center;width:100%}
  .how-copy{position:static}
}
@media (max-width: 760px){
  .container{width:min(100% - 28px,1180px)}
  .desktop-only{display:none}.menu-btn{display:block}
  .mobile-menu.open{display:block}
  .hero{padding-top:55px}.hero h1{font-size:47px}.hero-lead{font-size:16px}
  .app-body{grid-template-columns:1fr}.mock-sidebar{display:none}.preview-area{min-height:400px}.app-window{transform:none}
  .floating-card{display:none}
  .trusted-strip{margin-top:55px}
  .section{padding:74px 0}
  .feature-grid{grid-template-columns:1fr}.feature-card.featured{grid-column:auto;min-height:360px}
  .card-demo{right:12px}.mini-paper{width:115px}
  .format-showcase{grid-template-columns:1fr}.format-card:last-child{grid-column:auto}
  .pricing-card{grid-template-columns:1fr;padding:26px;gap:30px}.pricing-card ul{grid-template-columns:1fr}.pricing-cta{border-left:0;border-top:1px solid var(--line);padding-left:0;padding-top:24px}
  .cta-card{padding:38px 28px;flex-direction:column;align-items:flex-start}
  .footer-grid{flex-direction:column}.footer-links{gap:35px}
}
@media (max-width: 480px){
  .nav-wrap{height:68px}.brand{font-size:19px}.brand-mark{width:34px;height:34px}
  .nav-actions>.btn-primary{padding:10px 12px;font-size:12px}
  .hero h1{font-size:41px}
  .hero-actions .btn{width:100%}
  .hero-points{gap:9px 14px}
  .app-body{min-height:370px}.preview-area{padding:30px 10px}
  .price-tag{width:235px}
  .feature-card.featured{min-height:500px}.card-demo{left:50%;right:auto;transform:translateX(-50%);gap:4px}
  .footer-bottom{flex-direction:column;gap:8px}
}
