:root{--bg:#ffffff;--text:#023047;--muted:#8ecae6;--ink-600:#6b7280;--yellow:#ffb703;--orange:#fb8500;--sky-blue:#219ebc;--light-blue:#8ecae6;--green:#2a9d8f;--surface:#f5f7fb;--ring: 0 10px 30px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji",sans-serif;background:var(--bg);color:var(--text)}.container{width:min(1200px,92vw);margin-inline:auto}.nav{position:sticky;top:0;background:var(--bg);border-bottom:1px solid #eef2f7;z-index:10}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:16px}.brand{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;font-weight:800;font-size:20px}.brand-icon{color:var(--yellow);display:inline-flex}.links{display:none;gap:28px}.links a{color:#475569;text-decoration:none;font-weight:500}.links a:hover{color:var(--text)}.actions{display:flex;align-items:center;gap:10px}@media (min-width: 900px){.links{display:flex}}.btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 22px;border-radius:12px;font-weight:700;text-decoration:none;transition:all .15s ease;white-space:nowrap;border:0}.btn-primary{background:var(--yellow);color:#fff;box-shadow:var(--ring)}.btn-primary:hover{background:var(--orange);transform:translateY(-1px)}.btn-success{background:var(--sky-blue);color:#0b1b09;margin-left:12px;box-shadow:var(--ring)}.btn-success:hover{background:var(--light-blue);transform:translateY(-1px)}.btn-outline{color:var(--text);border:1.5px solid #e2e8f0;background:#fff;padding:0 16px;height:40px;border-radius:10px}.btn-outline:hover{border-color:#cbd5e1;transform:translateY(-1px)}.hero{padding:48px 0 64px}.hero-grid{display:grid;gap:40px;align-items:center;grid-template-columns:1fr}@media (min-width: 1000px){.hero{padding:84px 0 96px}.hero-grid{grid-template-columns:1.1fr 1fr;gap:56px}}.copy{max-width:720px}.headline{font-size:clamp(40px,6vw,68px);line-height:1.05;letter-spacing:-.02em;margin:6px 0 16px;font-weight:900}.highlight{color:var(--yellow)}.sub{color:var(--text);font-size:clamp(16px,2vw,20px);line-height:1.7;margin:10px 0 26px}.cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.footnote{margin-top:14px;color:#64748b;font-size:14px}.visual{display:flex;align-items:center;justify-content:center}.hero-img{width:100%;height:auto;border-radius:18px;box-shadow:0 24px 60px #0f172a2e;object-fit:cover}.hiw{background:#f7f7f6;padding:64px 0 84px;border-top:1px solid #eef2f7}.section-title{text-align:center;font-size:clamp(28px,4.5vw,42px);font-weight:900;margin:0 0 8px;color:var(--text)}.section-sub{text-align:center;color:var(--ink-600);font-size:18px;margin:0 0 32px}.hiw-grid{display:grid;gap:24px;grid-template-columns:1fr;width:min(1100px,92vw);margin:0 auto}@media (min-width: 900px){.hiw-grid{grid-template-columns:1fr 1fr;gap:28px}}.hiw-card{background:#fff;border:1px solid #e8edf3;border-radius:14px;padding:24px 22px;box-shadow:0 8px 26px #0f172a0f}.hiw-card-head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.hiw-card-head h3{font-size:22px;margin:0;font-weight:800;color:var(--text)}.icon-chip{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#eff6ff;color:#0ea5e9}.icon-green{background:#ecf8e7;color:#63a431}.icon-orange{background:#fff1e8;color:#e65f17}.hiw-lead{color:var(--ink-600);margin:0 0 8px}.steps{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:16px}.step{display:flex;gap:14px;align-items:flex-start}.num{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;flex:0 0 auto}.num-orange{background:var(--orange)}.num-green{background:var(--green)}.step-text{line-height:1.5}.step-title{font-weight:800;color:var(--text);margin-bottom:2px}.step-body{margin:0;color:var(--ink-600)}.why{background:#f5f4f2;padding:56px 0 80px}.features-grid{width:min(1200px,92vw);margin:24px auto 0;display:grid;gap:20px;grid-template-columns:1fr}@media (min-width: 800px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1150px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background:#fff;border:1px solid #e8edf3;border-radius:14px;padding:22px 22px 24px;box-shadow:0 8px 22px #0f172a0f;min-height:180px}.feature-chip{width:56px;height:56px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.chip-gold{background:#fff5cf;color:#d97706}.chip-orange{background:#ffe8d7;color:#e65f17}.chip-orange-line{background:#fff1e8;color:#ff7a1a}.chip-pink{background:#ffe7ef;color:#e11d48}.chip-green{background:#e9f8ec;color:#63a431}.feature-title{font-size:20px;margin:4px 0 6px;font-weight:800;color:var(--text)}.feature-desc{margin:0;color:var(--ink-600);line-height:1.6}.pricing{background:#f7f6f4;padding:60px 0 90px;border-top:1px solid #eef2f7}.price-grid{width:min(1100px,92vw);margin:24px auto 0;display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 980px){.price-grid{grid-template-columns:1fr 1fr}}.price-card{position:relative;background:#fff;border:1px solid #e6ecf3;border-radius:16px;padding:22px;box-shadow:0 8px 26px #0f172a0f;display:flex;flex-direction:column}.price-card.popular{border:2px solid var(--orange)}.popular-pill{position:absolute;left:22px;right:22px;top:16px;height:32px;background:var(--orange);color:#fff;font-weight:800;font-size:14px;border-radius:10px;display:flex;align-items:center;justify-content:center}.price-card.popular .price-head{margin-top:22px}.price-head{margin-bottom:10px}.price-role{margin:12px 0 6px;font-size:22px;font-weight:800;color:var(--text)}.price-row{display:flex;align-items:end;gap:8px}.price-amount{font-weight:900;font-size:clamp(38px,5.2vw,56px);color:var(--text);line-height:1}.price-note{color:var(--ink-600);font-weight:600}.price-per{color:var(--ink-600);font-weight:700;margin-bottom:6px}.price-tagline{color:var(--ink-600);margin:6px 0 8px}.price-features{list-style:none;padding:0;margin:14px 0 18px;display:flex;flex-direction:column;gap:12px}.feat{display:flex;align-items:center;gap:10px;color:var(--text)}.feat-icon{flex:0 0 auto}.feat-icon.green{color:var(--green)}.feat-icon.orange{color:var(--orange)}.feat span{color:#4b5563}.price-cta{height:48px;border-radius:12px;width:100%;margin-top:4px}.price-card.popular .price-cta{margin-top:8px}.trial-note{text-align:center;color:var(--ink-600);font-size:14px;margin:10px 0 2px}.final-cta{background:#fff;padding:64px 0 56px;text-align:center}.final-title{font-size:clamp(28px,4.8vw,44px);font-weight:900;margin:0 0 10px;color:var(--text)}.final-sub{color:var(--ink-600);font-size:18px;margin:0 0 22px}.final-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.final-actions .btn{min-width:220px}.site-footer{background:#f7f6f4;border-top:1px solid #eceff4}.site-footer .footer-grid{display:grid;grid-template-columns:1fr;gap:28px;padding:28px 0 24px}@media (min-width: 900px){.site-footer .footer-grid{grid-template-columns:1.4fr .8fr .8fr .8fr;gap:40px}}.site-footer .footer-brand .brand-line{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px}.site-footer .footer-brand .brand-icon{color:var(--orange)}.site-footer .brand-blurb{color:var(--ink-600);margin-top:8px}.site-footer .footer-col h4{margin:6px 0 10px;font-size:16px;font-weight:800;color:var(--text)}.site-footer .footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site-footer .footer-col a{color:#64748b;text-decoration:none;font-weight:500}.site-footer .footer-col a:hover{color:var(--text)}.site-footer .footer-bottom{border-top:1px solid #eceff4;padding:14px 0 24px;background:#f7f6f4}.site-footer .copy{color:#94a3b8;text-align:center;font-size:14px}.nav .brand-name{color:var(--text)}
