*,*::before,*::after{box-sizing:border-box}
:root{--navy:#14284B;--navy-dark:#0A1830;--ink:#14284B;--muted:#4A5A73;--line:#DDE3EC;--tint:#F3F6FA;--tint2:#E6ECF5;--on-navy:#C8D3E4;
--font:'Plus Jakarta Sans',system-ui,-apple-system,'Segoe UI',sans-serif}
html{scroll-behavior:smooth;scroll-padding-top:96px}
body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
img,svg{display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3{margin:0;line-height:1.12;letter-spacing:-.02em;text-wrap:balance}
p{margin:0}
:focus-visible{outline:3px solid #5B8DEF;outline-offset:3px;border-radius:6px}
.wrap{max-width:1200px;margin:0 auto;padding:0 40px}
.skip{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px 14px;border-radius:8px;z-index:100}
.skip:focus{left:12px}
.eyebrow{font-size:13px;font-weight:800;letter-spacing:.16em;color:var(--navy);text-transform:uppercase}
.section{padding:110px 0}
.section.tint{background:var(--tint)}
.section.navy{background:var(--navy);color:#fff}
.head{display:flex;flex-direction:column;gap:16px;max-width:700px;margin-bottom:52px}
.head.center{margin-left:auto;margin-right:auto;text-align:center;align-items:center}
.head h2{font-size:42px;font-weight:800}
.head p{font-size:17px;color:var(--muted)}
.navy .head h2{color:#fff} .navy .eyebrow{color:var(--on-navy)}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:12px;font-size:16px;font-weight:700;font-family:inherit;cursor:pointer;border:0;transition:background .15s ease}
.btn-navy{background:var(--navy);color:#fff} .btn-navy:hover{background:var(--navy-dark)}
.btn-ghost{color:var(--navy);border:1.5px solid var(--navy);background:transparent} .btn-ghost:hover{background:rgba(20,40,75,.06)}
.btn-white{background:#fff;color:var(--navy)} .btn-white:hover{background:var(--tint2)}
.btn-ghost-white{color:#fff;border:1.5px solid rgba(255,255,255,.5)} .btn-ghost-white:hover{background:rgba(255,255,255,.08)}
.btn-sm{min-height:46px;padding:0 20px;font-size:15px;border-radius:10px}

/* logo */
.logo{display:inline-flex;align-items:center;gap:12px}
.logo .mark{width:44px;height:38px}
.logo-words{display:flex;flex-direction:column;gap:2px}
.logo-name{font-size:26px;font-weight:800;line-height:1;letter-spacing:-.02em}
.logo-sub{font-size:8px;font-weight:600;letter-spacing:.52em;padding-left:1px}

/* header */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line)}
.site-header .wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav{display:flex;align-items:center;gap:30px}
.nav a:not(.btn){font-size:15px;font-weight:600}
.nav a:not(.btn):hover{text-decoration:underline;text-underline-offset:6px}
.menu-btn{display:none;width:44px;height:44px;border:1.5px solid var(--line);border-radius:10px;background:#fff;align-items:center;justify-content:center;cursor:pointer;padding:0}
.menu-btn svg{width:22px;height:22px;stroke:var(--navy);stroke-width:2.2;stroke-linecap:round;fill:none}
.menu-btn .i-close{display:none}
.menu-btn[aria-expanded="true"] .i-open{display:none}
.menu-btn[aria-expanded="true"] .i-close{display:block}

/* hero */
.hero{padding:90px 0 110px;background:linear-gradient(180deg,#fff 0%,var(--tint) 100%)}
.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;align-items:center}
.hero-copy{display:flex;flex-direction:column;gap:26px}
.hero h1{font-size:62px;font-weight:800;line-height:1.05;letter-spacing:-.03em}
.hero-lead{font-size:19px;color:var(--muted);max-width:520px}
.btn-row{display:flex;gap:14px;flex-wrap:wrap}
.checks{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:8px 0 0}
.checks li{display:flex;gap:10px;align-items:center;font-size:15px;font-weight:600}
.chk{width:16px;height:16px;flex-shrink:0;fill:none;stroke:var(--navy);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.hero-visual{display:flex;justify-content:center}
.browser{position:relative;width:100%;max-width:560px}
.browser-frame{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 30px 60px rgba(20,40,75,.14)}
.b-bar{height:36px;background:var(--tint);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px;padding:0 16px}
.dot{width:9px;height:9px;border-radius:50%;background:#C3CDDB}
.b-url{margin-left:14px;flex-grow:1;height:18px;border-radius:9px;background:#fff;border:1px solid var(--line);font-size:11px;color:var(--muted);display:flex;align-items:center;padding:0 10px}
.b-nav{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid var(--line)}
.b-nav strong{font-size:15px;font-weight:800}
.b-links{display:flex;gap:14px;align-items:center}
.bar{height:6px;border-radius:3px;background:var(--line);display:block}
.b-book{font-size:11px;font-weight:700;color:#fff;background:var(--navy);padding:7px 12px;border-radius:6px}
.b-hero{background:var(--navy);padding:34px 26px;display:flex;flex-direction:column;gap:12px}
.b-pill{align-self:flex-start;font-size:11px;font-weight:700;color:var(--navy);background:#fff;padding:5px 10px;border-radius:999px}
.b-title{font-size:26px;font-weight:800;line-height:1.15;color:#fff;max-width:340px}
.b-line{height:7px;border-radius:4px;background:rgba(255,255,255,.35)}
.b-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:20px 22px 24px}
.b-tiles span{height:70px;border-radius:10px;background:var(--tint);border:1px solid var(--line)}
.toast{position:absolute;left:-36px;bottom:-28px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 16px 32px rgba(20,40,75,.12)}
.toast-ic{width:38px;height:38px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center}
.toast-ic .chk{stroke:#fff;width:18px;height:18px}
.toast strong{display:block;font-size:14px;font-weight:800}
.toast small{font-size:12.5px;color:var(--muted)}

/* features */
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:14px}
.card h3{font-size:19px;font-weight:700}
.card p{font-size:15px;color:var(--muted)}
.ic{width:48px;height:48px;border-radius:12px;background:var(--tint2);display:flex;align-items:center;justify-content:center}
.ic svg{width:24px;height:24px;fill:none;stroke:var(--navy);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* work */
.work-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:52px}
.work-head .head{margin-bottom:0}
.note{font-size:13.5px;color:var(--muted);max-width:280px;text-align:right}
.sample{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:18px;transition:transform .18s ease,box-shadow .18s ease}
.sample:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(20,40,75,.10)}
.mini{border:1px solid var(--line);border-radius:12px;overflow:hidden}
.mini-bar{height:26px;background:var(--tint);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 12px}
.mini-bar .dot{width:7px;height:7px}
.mini-head{height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:12px;font-weight:700}
.mini-head i{width:54px;height:16px;border-radius:4px}
.mini-hero{padding:20px 14px;display:flex;flex-direction:column;gap:8px}
.mini-hero b{font-size:15px;font-weight:800;line-height:1.2;max-width:220px}
.mini-hero .l{height:6px;border-radius:3px;opacity:.35}
.mini-hero em{font-style:normal;width:86px;height:22px;border-radius:5px;margin-top:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}
.mini-tiles{display:flex;gap:8px;padding:12px 14px;background:var(--tint)}
.mini-tiles span{flex:1;height:38px;border-radius:6px;background:#fff;border:1px solid var(--line)}
.sample-body{display:flex;flex-direction:column;gap:8px;padding:0 4px}
.tag{align-self:flex-start;font-size:12px;font-weight:700;letter-spacing:.12em;background:var(--tint2);padding:5px 10px;border-radius:999px}
.sample h3{font-size:20px;font-weight:700}
.sample p{font-size:14.5px;color:var(--muted)}
.textlink{margin:auto 4px 4px;font-size:15px;font-weight:700;display:inline-flex;align-items:center;gap:6px;min-height:44px}
.textlink:hover{text-decoration:underline;text-underline-offset:5px}
.textlink svg{width:16px;height:16px;fill:none;stroke:var(--navy);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}

/* packages */
.pkgs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.pkg{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:40px 30px 30px;display:flex;flex-direction:column;gap:24px}
.pkg.featured{background:var(--navy);border:2px solid var(--navy);color:#fff}
.badge{position:absolute;top:-14px;left:28px;background:#fff;color:var(--navy);border:2px solid var(--navy);font-size:12px;font-weight:800;letter-spacing:.12em;padding:5px 12px;border-radius:999px}
.pkg h3{font-size:26px;font-weight:800}
.pkg .who{font-size:14.5px;color:var(--muted);margin-top:8px}
.featured .who,.featured .per,.featured .lbl{color:var(--on-navy)}
.price{display:flex;align-items:baseline;gap:8px}
.price strong{font-size:46px;font-weight:800;letter-spacing:-.02em;line-height:1.1}
.per{font-size:14px;color:var(--muted)}
.monthly{font-size:17px;font-weight:700;margin-top:4px}
.rule{height:1px;background:var(--line)}
.featured .rule{background:rgba(255,255,255,.18)}
.list{display:flex;flex-direction:column;gap:11px;list-style:none;margin:0;padding:0}
.lbl{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--muted);margin-bottom:0}
.list li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:#22324D}
.list li .chk{margin-top:3px}
.list li.lead{font-weight:700;color:inherit}
.featured .list li{color:#E4EAF3} .featured .list li.lead{color:#fff}
.featured .chk{stroke:#fff}
.pkg-ctas{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding-top:6px}
.pkg-ctas .btn{min-height:48px;border-radius:10px;font-size:15px}
.btn-outline{color:var(--navy);border:1.5px solid var(--line)} .btn-outline:hover{background:rgba(20,40,75,.05)}
.extras{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}
.table{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px}
.table h3{font-size:20px;font-weight:800;margin-bottom:8px}
.table dl{margin:0}
.row{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}
.row dd{margin:0;font-weight:600;color:var(--muted);text-align:right}

/* process */
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px;list-style:none;margin:0;padding:0}
.steps li{display:flex;flex-direction:column;gap:14px}
.num{width:52px;height:52px;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800}
.steps h3{font-size:20px;font-weight:700}
.steps p{font-size:15px;color:var(--on-navy)}

/* faq */
.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:56px}
.faq-grid .head{margin-bottom:0}
.faqs{grid-column:span 2;border-top:1px solid var(--line)}
.faqs details{border-bottom:1px solid var(--line)}
.faqs summary{list-style:none;cursor:pointer;padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:18px;font-weight:700}
.faqs summary::-webkit-details-marker{display:none}
.faqs summary svg{width:20px;height:20px;flex-shrink:0;fill:none;stroke:var(--navy);stroke-width:2.4;stroke-linecap:round;transition:transform .2s ease}
.faqs details[open] summary svg{transform:rotate(45deg)}
.faqs details p{padding:0 0 22px;font-size:15.5px;line-height:1.65;color:var(--muted);max-width:680px}

/* contact */
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;align-items:start}
.contact-copy{display:flex;flex-direction:column;gap:20px}
.contact-copy h2{font-size:42px;font-weight:800}
.contact-copy p{font-size:17px;color:var(--muted)}
.contact-lines{display:flex;flex-direction:column;gap:14px;padding-top:10px}
.contact-lines a{display:inline-flex;align-items:center;gap:12px;font-size:16px;font-weight:600;min-height:44px}
.contact-lines a:hover{text-decoration:underline;text-underline-offset:5px}
.contact-lines svg{width:22px;height:22px;fill:none;stroke:var(--navy);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.founding{margin-top:14px;padding:22px 24px;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;gap:6px}
.founding strong{font-size:16px;font-weight:800}
.founding span{font-size:15px;color:var(--muted)}
.form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px;display:flex;flex-direction:column;gap:18px;box-shadow:0 20px 40px rgba(20,40,75,.06)}
.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-size:14px;font-weight:600}
.field input,.field select,.field textarea{min-height:48px;padding:0 14px;border:1.5px solid var(--line);border-radius:10px;font-size:16px;font-family:inherit;color:var(--ink);background:#fff;width:100%}
.field textarea{padding:12px 14px;resize:vertical;min-height:120px}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy);outline:none;box-shadow:0 0 0 3px rgba(20,40,75,.15)}
::placeholder{color:#6B7A92}
.hidden{position:absolute;left:-9999px}
.form small{font-size:13px;color:var(--muted)}

/* footer */
.site-footer{background:var(--navy);color:#fff;padding:64px 0 40px}
.foot-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}
.foot-brand{display:flex;flex-direction:column;gap:16px;max-width:360px}
.foot-brand p{font-size:14.5px;color:var(--on-navy)}
.foot-cols{display:flex;gap:64px}
.foot-col{display:flex;flex-direction:column;gap:12px}
.foot-col span{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--on-navy)}
.foot-col a{font-size:15px} .foot-col a:hover{text-decoration:underline;text-underline-offset:5px}
.foot-rule{height:1px;background:rgba(255,255,255,.18);margin:40px 0}
.copy{font-size:13.5px;color:var(--on-navy)}

/* simple pages */
.simple{min-height:calc(100vh - 85px);display:flex;align-items:center;padding:80px 0;background:linear-gradient(180deg,#fff 0%,var(--tint) 100%)}
.simple-box{max-width:620px;display:flex;flex-direction:column;gap:22px}
.simple-box h1{font-size:48px;font-weight:800}
.simple-box p{font-size:18px;color:var(--muted)}

/* responsive */
@media (max-width:1080px){
 .hero h1{font-size:50px}
 .pkgs{grid-template-columns:minmax(0,1fr);max-width:620px;margin:0 auto}
 .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
 .toast{left:12px}
}
@media (max-width:900px){
 .wrap{padding:0 20px}
 .site-header .wrap{height:68px}
 .logo .mark{width:34px;height:29px} .logo-name{font-size:20px} .logo-sub{font-size:6px}
 .menu-btn{display:inline-flex}
 .nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 24px;box-shadow:0 20px 30px rgba(20,40,75,.08)}
 .nav.open{display:flex}
 .nav a:not(.btn){font-size:20px;font-weight:700;min-height:60px;display:flex;align-items:center;border-bottom:1px solid var(--line)}
 .nav .btn{margin-top:20px;min-height:54px}
 .section{padding:72px 0}
 .hero{padding:40px 0 72px}
 .hero-grid,.contact-grid,.faq-grid,.extras,.grid-3{grid-template-columns:minmax(0,1fr)}
 .hero-grid{gap:48px}
 .hero h1{font-size:40px;line-height:1.08}
 .hero-lead{font-size:17px}
 .btn-row{flex-direction:column} .btn-row .btn{width:100%}
 .head h2,.contact-copy h2{font-size:32px}
 .head{margin-bottom:32px}
 .work-head{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:32px}
 .note{text-align:left}
 .faqs{grid-column:auto}
 .faq-grid{gap:24px}
 .contact-grid{gap:32px}
 .form{padding:22px}
 .two{grid-template-columns:minmax(0,1fr)}
 .foot-top{flex-direction:column}
 .foot-cols{gap:40px;flex-wrap:wrap}
 .b-title{font-size:21px}
 .toast{position:static;margin-top:14px}
}
@media (max-width:560px){
 .steps{grid-template-columns:minmax(0,1fr);gap:28px}
 .pkg{padding:36px 22px 24px}
 .price strong{font-size:40px}
 .row{flex-direction:column;gap:2px} .row dd{text-align:left}
 .simple-box h1{font-size:36px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
