:root{--ink:#14213d;--ink-soft:#1e2e52;--marigold:#f2a93b;--teal:#2f6f5e;--paper:#fbf6ec;--charcoal:#2a2a28;--white:#fff;--line:rgba(20,33,61,.12)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--charcoal);background:var(--paper);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Space Grotesk,sans-serif;letter-spacing:-.02em}.mono{font-family:IBM Plex Mono,monospace}.wrap{max-width:1120px;margin:0 auto;padding:0 24px}a{color:inherit}img,svg{display:block}nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(40,65%,95%,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}nav .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{font-family:Space Grotesk;font-weight:700;font-size:20px;letter-spacing:-.01em}.brand span{color:var(--marigold)}.nav-cta{background:var(--ink);font-size:13px;font-weight:600;padding:9px 18px;border-radius:100px}.hero,.nav-cta{color:var(--white)}.hero{background:radial-gradient(ellipse 120% 80% at 50% -10%,var(--ink-soft),var(--ink) 60%);padding:72px 0 0;overflow:hidden;position:relative}.hero .wrap{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;position:relative;z-index:2}.eyebrow{font-family:IBM Plex Mono;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--marigold);display:flex;align-items:center;gap:8px;margin-bottom:18px}.eyebrow:before{content:"";width:6px;height:6px;background:var(--marigold);border-radius:50%}.hero h1{font-size:clamp(32px,6vw,52px);line-height:1.08;margin-bottom:18px}.hero h1 .accent{color:var(--marigold)}.hero p.sub{font-size:17px;line-height:1.6;color:hsla(0,0%,100%,.72);max-width:480px;margin-bottom:28px}.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:8px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:100px;font-weight:600;font-size:14.5px;text-decoration:none;border:1px solid transparent;transition:transform .15s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--marigold);color:var(--ink)}.btn-ghost{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.3)}.url-typer{display:inline-flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:10px;padding:10px 14px;font-family:IBM Plex Mono;font-size:14px;margin-top:6px;color:hsla(0,0%,100%,.9)}.url-typer .dot{width:8px;height:8px;border-radius:50%;background:var(--teal);flex-shrink:0}.url-typer .typed{color:var(--marigold)}.cursor{display:inline-block;width:2px;height:15px;background:var(--marigold);vertical-align:middle;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.phone-stage{position:relative;height:340px;margin-top:8px;display:flex;align-items:flex-end;justify-content:center}.phone{width:150px;height:300px;border-radius:22px;background:var(--white);border:6px solid #0000;box-shadow:0 30px 60px -20px rgba(0,0,0,.5);position:relative;overflow:hidden;transform:rotate(var(--r,0deg)) translateY(var(--y,0))}.phone:first-child{--r:-9deg;--y:14px;z-index:1;margin-right:-28px;opacity:.85}.phone:nth-child(2){--r:0deg;--y:-6px;z-index:2}.phone:nth-child(3){--r:9deg;--y:14px;z-index:1;margin-left:-28px;opacity:.85}.phone-bar{height:22px;background:var(--ink);display:flex;align-items:center;padding:0 8px}.phone-bar span{width:5px;height:5px;border-radius:50%;background:hsla(0,0%,100%,.4);margin-right:3px}.phone-body{padding:10px}.phone-body .ph-name{font-family:Space Grotesk;font-weight:700;font-size:11px;color:var(--ink)}.phone-body .ph-cat{font-family:IBM Plex Mono;font-size:8px;color:var(--teal);margin-bottom:8px}.phone-body .ph-block{height:38px;background:var(--paper);border-radius:6px;margin-bottom:6px}.phone-body .ph-btn{height:22px;background:var(--marigold);border-radius:5px;margin-top:8px}.section{padding:88px 0}.section-head{max-width:560px;margin-bottom:44px}.section-tag{font-family:IBM Plex Mono;font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-bottom:12px;display:block}.section h2{font-size:clamp(24px,3.6vw,34px);line-height:1.15}.demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px}.demo-card{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:22px;transition:transform .2s ease,box-shadow .2s ease}.demo-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px -18px rgba(20,33,61,.25)}.demo-url{font-family:IBM Plex Mono;font-size:13px;color:var(--teal);margin-bottom:14px}.demo-thumb{height:120px;border-radius:10px;margin-bottom:14px;background:linear-gradient(135deg,#eee,#f7f7f7);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:40px}.demo-name{font-family:Space Grotesk;font-weight:700;font-size:16px;margin-bottom:4px}.demo-desc{font-size:13px;color:#666;line-height:1.5}.cat-band{background:var(--ink);color:var(--white)}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.1);border-radius:14px;overflow:hidden}.cat-item{background:var(--ink-soft);padding:22px 12px;text-align:center;font-size:13px;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:8px}.cat-item .ic{font-size:22px}@media (max-width:640px){.cat-grid{grid-template-columns:repeat(2,1fr)}}.steps{display:flex;flex-direction:column;gap:0}.step{display:grid;grid-template-columns:56px 1fr;grid-gap:20px;gap:20px;padding:26px 0;border-top:1px solid var(--line)}.step:last-child{border-bottom:1px solid var(--line)}.step-num{font-weight:700;font-size:28px;color:var(--marigold)}.step-num,.step-title{font-family:Space Grotesk}.step-title{font-weight:600;font-size:17px;margin-bottom:4px}.step-desc{font-size:14px;color:#666;line-height:1.5}.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2px;gap:2px;background:var(--line);border-radius:16px;overflow:hidden}.benefit-item{background:var(--white);padding:26px}.benefit-item .ic{width:34px;height:34px;border-radius:9px;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:14px}.benefit-item h3{font-size:15.5px;margin-bottom:6px}.benefit-item p{font-size:13.5px;color:#666;line-height:1.5}.price-band{background:var(--ink);color:var(--white)}.price-band .section-tag{color:var(--marigold)}.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.price-card{background:var(--ink-soft);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:28px 24px;position:relative}.price-card.hi{border-color:var(--marigold);background:linear-gradient(160deg,rgba(242,169,59,.14),var(--ink-soft) 60%)}.price-card.hi:before{content:"PALING POPULAR";font-family:IBM Plex Mono;font-size:10px;color:var(--ink);background:var(--marigold);padding:4px 10px;border-radius:100px;position:absolute;top:-12px;left:24px;letter-spacing:.06em}.price-name{font-family:Space Grotesk;font-weight:700;font-size:18px;margin-bottom:6px}.price-amt{font-size:28px;font-weight:700;margin-bottom:4px}.price-amt span{font-size:13px;font-weight:400;color:hsla(0,0%,100%,.5)}.price-desc{font-size:13px;color:hsla(0,0%,100%,.6);margin-bottom:20px}.price-list{list-style:none;font-size:13.5px}.price-list li{padding:7px 0;border-top:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.8)}.faq-item{border-top:1px solid var(--line);padding:20px 0;cursor:pointer}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-q{display:flex;justify-content:space-between;align-items:center;font-family:Space Grotesk;font-weight:600;font-size:15.5px}.faq-q .plus{font-size:20px;color:var(--marigold);transition:transform .2s ease}.faq-item.open .plus{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;font-size:14px;color:#666;line-height:1.6}.faq-item.open .faq-a{max-height:120px;margin-top:10px}.footer-cta{background:var(--marigold);color:var(--ink);text-align:center;padding:80px 0}.footer-cta h2{font-size:clamp(26px,4vw,38px);margin-bottom:16px}.footer-cta p{font-size:15px;margin-bottom:28px;color:rgba(20,33,61,.75)}.footer-cta .btn-primary{background:var(--ink);color:var(--white)}.site-footer{background:var(--ink);color:hsla(0,0%,100%,.5);padding:32px 0;font-size:13px;text-align:center}@media (prefers-reduced-motion:reduce){.cursor{animation:none}}