:root{
  --ink:#080808;
  --ink-2:#171717;
  --paper:#ffffff;
  --soft:#f5f5f1;
  --line:#deded8;
  --muted:#64645e;
  --accent:#dcff45;
  --accent-2:#efffb1;
  --max:1180px;
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.section-pad{padding:92px 0}
.eyebrow{font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.highlight{background:linear-gradient(transparent 65%,var(--accent) 65%)}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.07)}
.nav-wrap{height:76px;display:flex;align-items:center;gap:28px}
.brand img{width:168px;height:auto}
.desktop-nav{display:flex;gap:24px;margin-left:auto;font-size:14px;color:#343434}
.desktop-nav a:hover{text-decoration:underline;text-underline-offset:5px}
.btn{border:0;border-radius:12px;padding:14px 18px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.10)}
.btn-dark{background:var(--ink);color:white}.btn-accent{background:var(--accent);color:var(--ink)}.btn-light{background:white;color:var(--ink);border:1px solid var(--line)}.full{width:100%}
.hero{padding-top:98px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.hero h1{font-size:clamp(48px,6.2vw,82px);line-height:.95;letter-spacing:-.06em;margin:16px 0 25px;max-width:830px}
.lead{font-size:20px;line-height:1.55;color:#4d4d48;max-width:700px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 24px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px 20px;font-size:13px;color:#4c4c47}
.hero-visual{position:relative;min-height:575px}
.browser-card{position:absolute;inset:10px 62px 90px 0;background:white;border:1px solid var(--line);border-radius:22px;box-shadow:0 30px 80px rgba(0,0,0,.10);overflow:hidden;transform:rotate(-2deg)}
.browser-bar{height:42px;background:#f1f1ee;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 13px;color:#8a8a84;font-size:11px}.browser-bar span{width:8px;height:8px;border-radius:50%;background:#b5b5af}.browser-bar em{font-style:normal;margin-left:8px}
.demo-site{padding:45px;background:linear-gradient(135deg,#fff 0%,#f5f5ef 100%);min-height:390px}.demo-kicker{font-size:10px;letter-spacing:.17em;font-weight:800}.demo-title{font-size:37px;line-height:1.02;letter-spacing:-.04em;font-weight:900;max-width:390px;margin:15px 0}.demo-copy{color:#62625d;max-width:330px}.demo-button{display:inline-block;background:var(--ink);color:white;border-radius:10px;padding:12px 14px;margin-top:22px;font-weight:800;font-size:13px}.demo-proof{display:flex;gap:10px;align-items:center;margin-top:50px;font-size:12px}.demo-proof b{font-size:20px}
.phone-card{position:absolute;right:0;bottom:12px;width:330px;background:var(--ink);color:white;border:7px solid #1c1c1c;border-radius:34px;padding:22px;box-shadow:0 30px 70px rgba(0,0,0,.22);transform:rotate(2deg)}.phone-top{font-size:12px;color:#bababa;margin-bottom:16px}.dot-online{display:inline-block;width:8px;height:8px;background:#61d56d;border-radius:50%;margin-right:6px}.chat-bubble{font-size:13px;line-height:1.4;padding:11px 12px;border-radius:14px;margin:8px 0;max-width:88%}.chat-bubble.ai{background:#2a2a2a;color:white}.chat-bubble.user{background:var(--accent);color:var(--ink);margin-left:auto}.lead-pill{margin-top:16px;background:white;color:var(--ink);border-radius:15px;padding:13px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.lead-pill small,.handoff-card small{display:block;font-size:9px;letter-spacing:.12em;color:#777}.lead-pill b{display:block;font-size:13px;margin-top:3px}.score{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--accent);font-weight:900}
.proof-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0;background:#fafafa}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.proof-grid>div{display:grid;gap:2px}.proof-grid strong{font-size:24px;letter-spacing:-.03em}.proof-grid span{font-size:12px;color:#686863}
.section-head{max-width:800px;margin-bottom:45px}.section-head h2{font-size:clamp(38px,4.6vw,62px);letter-spacing:-.055em;line-height:1.02;margin:10px 0 16px}.section-head h2 span{color:#70706a}.section-head p{font-size:18px;color:var(--muted);max-width:740px}.section-head.light h2 span{color:#90908a}.section-head.light p{color:#b9b9b4}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.problem-card,.platform-card{padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:white}.problem-card h3,.platform-card h3{font-size:21px;margin:14px 0 8px}.problem-card p,.platform-card p{color:var(--muted);margin-bottom:0}.card-icon{width:46px;height:46px;border-radius:14px;background:var(--accent-2);display:grid;place-items:center;font-size:21px;font-weight:900}
.dark-section{background:var(--ink);color:white}.journey{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.journey-step{border:1px solid #333;border-radius:22px;padding:23px;background:#121212;min-height:235px}.journey-step .step-no{display:inline-flex;background:var(--accent);color:var(--ink);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.journey-step h3{font-size:20px;margin:28px 0 10px}.journey-step p{font-size:14px;color:#b8b8b2;margin:0}
.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.platform-card span{font-size:11px;background:var(--ink);color:white;border-radius:999px;padding:6px 8px;font-weight:800}
.demo-section{background:var(--soft)}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.demo-copy-block h2{font-size:clamp(38px,4.5vw,60px);line-height:1.02;letter-spacing:-.055em;margin:10px 0 18px}.demo-copy-block h2 span{color:#72726c}.demo-copy-block p{font-size:18px;color:var(--muted)}.check-list{list-style:none;padding:0;margin:25px 0 0;display:grid;gap:10px}.check-list li:before{content:'✓';display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--accent);margin-right:10px;font-weight:900}.conversation-demo{background:#101010;color:white;border-radius:32px;padding:24px;box-shadow:0 28px 70px rgba(0,0,0,.12)}.conversation-header{display:flex;align-items:center;gap:8px;padding-bottom:16px;border-bottom:1px solid #2d2d2d}.conversation-header div{display:grid}.conversation-header small{color:#999}.conversation-body{padding:16px 0}.handoff-card{background:white;color:var(--ink);border-radius:18px;padding:15px;display:flex;gap:12px;align-items:center;justify-content:space-between}.handoff-card div{display:grid}.handoff-card b{margin:2px 0}.handoff-card span{font-size:12px;color:#666}.handoff-card button{border:0;background:var(--accent);border-radius:10px;padding:10px;font-weight:850}
.metric-section{background:white}.metric-demo{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;align-items:center;background:var(--soft);border:1px solid var(--line);border-radius:30px;padding:28px}.metric-stage{text-align:center;padding:25px 10px;border-radius:20px;background:white;border:1px solid var(--line)}.metric-stage.active{background:var(--ink);color:white;border-color:var(--ink)}.metric-stage strong{display:block;font-size:38px;letter-spacing:-.04em}.metric-stage span{font-size:13px;color:#686863}.metric-stage.active span{color:#c6c6c0}.metric-arrow{font-size:26px;color:#96968f}.disclaimer{font-size:12px;color:#85857f;margin-top:12px}
.integration-section{background:#fbfbf8}.integration-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:18px;align-items:center}.integration-box{border:1px solid var(--line);border-radius:24px;background:white;padding:25px}.integration-box.featured{border:2px solid var(--ink);box-shadow:0 10px 30px rgba(0,0,0,.06)}.integration-box b{font-size:20px}.integration-box div{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.integration-box span{font-size:11px;padding:7px 9px;border:1px solid var(--line);border-radius:999px}.flow-arrow{font-size:28px}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.audience-card{border:1px solid #313131;border-radius:24px;padding:26px;background:#111}.audience-card>span{font-size:10px;letter-spacing:.13em;color:var(--accent);font-weight:850}.audience-card h3{font-size:23px;margin:16px 0 8px}.audience-card p{color:#b7b7b2;margin-bottom:0}
.pilot-section{background:var(--soft)}.pilot-card{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;background:var(--accent);border-radius:34px;padding:48px}.pilot-copy h2{font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.055em;margin:12px 0 16px}.pilot-copy p{font-size:18px;max-width:650px}.pilot-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.pilot-badges span{font-size:11px;background:rgba(255,255,255,.56);border:1px solid rgba(0,0,0,.11);border-radius:999px;padding:8px 10px}.pilot-offer{background:white;border-radius:24px;padding:27px}.pilot-offer h3{font-size:23px;margin-top:0}.pilot-offer ul{padding-left:20px;color:#4e4e49;display:grid;gap:8px}.pilot-offer small{display:block;text-align:center;color:#74746e;margin-top:10px}
.credibility-grid{display:grid;grid-template-columns:1fr .75fr;gap:45px;align-items:center}.cred-card{background:var(--ink);color:white;border-radius:30px;padding:36px}.cred-card strong{font-size:68px;line-height:1;letter-spacing:-.06em}.cred-card>span{display:block;color:#d0d0ca;margin-top:7px}.cred-card hr{border:0;border-top:1px solid #333;margin:25px 0}.cred-card p{color:#bababa}
.expat-section{background:var(--soft)}.expat-card{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;border-radius:30px;border:1px solid var(--line);background:white;padding:42px}.expat-card h2{font-size:clamp(36px,4vw,54px);line-height:1.02;letter-spacing:-.05em;margin:10px 0 15px}.expat-card p{font-size:18px;color:var(--muted)}.expat-points{display:grid;gap:10px;align-content:center}.expat-points span{padding:14px 15px;border-radius:14px;background:var(--soft);font-weight:750;font-size:14px}.expat-points span:before{content:'✓';margin-right:8px}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px}.faq-list details{border-top:1px solid var(--line);padding:19px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-weight:850;font-size:17px;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{color:var(--muted);margin-bottom:0}
.closing-section{padding-top:30px}.closing-card{background:var(--ink);color:white;border-radius:34px;padding:48px;display:grid;grid-template-columns:1.3fr .7fr;gap:38px;align-items:center}.closing-card h2{font-size:clamp(38px,4.3vw,60px);line-height:1;letter-spacing:-.055em;margin:10px 0 16px}.closing-card p{color:#bcbcb6;font-size:18px}.closing-actions{display:grid;gap:10px}.text-link{color:white;text-decoration:underline;text-underline-offset:4px;font-size:13px;text-align:center}
footer{padding:36px 0 48px}.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:12px;color:#666}.footer-wrap img{width:125px}.footer-wrap a{text-decoration:underline;text-underline-offset:3px}
.mobile-cta{display:none}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.68);z-index:100;display:none;align-items:center;justify-content:center;padding:18px}.modal.open{display:flex}.modal-card{width:min(620px,100%);background:white;border-radius:28px;padding:27px;box-shadow:0 35px 90px rgba(0,0,0,.30)}.modal-head{display:flex;justify-content:space-between;gap:20px}.modal-head h3{font-size:27px;margin:6px 0 0;letter-spacing:-.03em}.modal-close{border:0;width:38px;height:38px;background:#efefec;border-radius:50%;font-size:22px;cursor:pointer}.progress{height:6px;background:#ecece7;border-radius:99px;margin:22px 0}.progress span{display:block;height:100%;width:0;background:var(--accent);border-radius:99px;transition:.25s}.question-title{font-size:25px;line-height:1.12;font-weight:900;letter-spacing:-.03em;margin-bottom:14px}.options{display:grid;gap:9px}.option{border:1px solid var(--line);border-radius:13px;padding:13px 14px;background:white;text-align:left;font-weight:750;cursor:pointer}.option:hover{border-color:#888;background:#fbfbf8}.form-field{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px;margin:5px 0 10px}.privacy-note{font-size:11px;color:#777;margin-top:10px}.success-box{background:var(--soft);border-radius:18px;padding:18px}.success-box h4{margin-top:0}.modal-actions{display:grid;gap:9px;margin-top:14px}.secondary-action{background:white;color:var(--ink);border:1px solid var(--line)}
.reveal{opacity:1;transform:none}
@media (prefers-reduced-motion:no-preference){.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.js .reveal.visible{opacity:1;transform:none}}
@media(max-width:980px){.desktop-nav{display:none}.hero-grid,.demo-grid,.pilot-card,.credibility-grid,.faq-grid,.closing-card,.expat-card{grid-template-columns:1fr}.hero-visual{min-height:540px}.proof-grid{grid-template-columns:1fr 1fr}.cards-3,.platform-grid,.audience-grid{grid-template-columns:1fr 1fr}.journey{grid-template-columns:1fr 1fr}.journey-step{min-height:190px}.integration-flow{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg);text-align:center}.metric-demo{grid-template-columns:1fr}.metric-arrow{transform:rotate(90deg);text-align:center}.pilot-card{padding:34px}.closing-actions{max-width:420px}.mobile-cta{display:block;position:fixed;bottom:14px;left:14px;right:14px;z-index:40;width:calc(100% - 28px);box-shadow:0 14px 40px rgba(0,0,0,.22)}}
@media(max-width:640px){.container{width:min(var(--max),calc(100% - 28px))}.section-pad{padding:68px 0}.nav-wrap{height:68px}.brand img{width:142px}.nav-cta{display:none}.hero{padding-top:65px}.hero h1{font-size:46px}.lead{font-size:18px}.hero-visual{min-height:510px}.browser-card{inset:10px 35px 115px 0}.demo-site{padding:30px}.demo-title{font-size:30px}.phone-card{width:290px}.proof-grid{grid-template-columns:1fr 1fr}.cards-3,.platform-grid,.audience-grid,.journey{grid-template-columns:1fr}.section-head h2,.demo-copy-block h2{font-size:39px}.pilot-card,.closing-card,.expat-card{padding:28px}.footer-wrap{padding-bottom:65px}.modal-card{padding:21px}.question-title{font-size:22px}}
