/* GEO Landing Page v3 — scoped to #geo-landing-root */

html:has(body.geo-landing-page){scroll-behavior:smooth;scroll-padding-top:84px}
@media (prefers-reduced-motion:reduce){html:has(body.geo-landing-page){scroll-behavior:auto}}
body.geo-landing-page{margin:0!important;padding:0!important;background:#fff!important}

#geo-landing-root{
  --navy:#0A192F; --navy-2:#0F2340; --navy-3:#17325C; --navy-ink:#081427;
  --ink:#0B1726; --text:#1E293B; --muted:#51627B; --faint:#8A9AB1;
  --line:#E3E9F1; --line-2:#EEF2F7;
  --bg:#FFFFFF; --alt:#F6F8FB;
  --teal:#00B3C8; --teal-d:#00788A; --teal-50:#E7F8FA; --teal-100:#CCF0F4;
  --orange:#FF6B00; --orange-h:#FF8126; --orange-50:#FFF2E8;
  --green:#0F9D63; --green-50:#E9F8F1; --red:#D6453B; --red-50:#FDEEEC; --amber:#9A6A12; --amber-50:#FFF7E6;
  --r-sm:10px; --r:16px; --r-lg:22px; --r-xl:30px;
  --sh-1:0 1px 2px rgba(10,25,47,.05),0 1px 3px rgba(10,25,47,.04);
  --sh-2:0 12px 32px -12px rgba(10,25,47,.16),0 2px 6px rgba(10,25,47,.04);
  --sh-3:0 40px 80px -24px rgba(3,10,24,.55);
  --max:1200px;
  --font:"IRANYekanX","Vazirmatn",Tahoma,Arial,sans-serif;
  display:block;min-height:100vh;direction:rtl;text-align:right;
  font-family:var(--font);font-size:16px;line-height:1.95;color:var(--text);background:var(--bg);
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;
  overflow-x:clip;isolation:isolate
}

/* ---------- reset (defends against theme / Elementor kit styles) ---------- */
#geo-landing-root *,#geo-landing-root *::before,#geo-landing-root *::after{box-sizing:border-box}
#geo-landing-root :where(h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,figure,figcaption,blockquote,table,form){margin:0;padding:0}
#geo-landing-root :where(h1,h2,h3,h4,h5,p,a,li,dt,dd,button,input,select,textarea,label,summary,th,td,span,b,strong,small){font-family:var(--font);letter-spacing:0;text-transform:none}
#geo-landing-root :where(ul,ol){list-style:none}
#geo-landing-root :where(h1,h2,h3,h4){color:var(--ink);font-weight:800;line-height:1.45}
#geo-landing-root a{color:inherit;text-decoration:none;box-shadow:none}
#geo-landing-root img{max-width:100%;height:auto;display:block;border:0}
#geo-landing-root b,#geo-landing-root strong{font-weight:800}
#geo-landing-root .ico{flex:none;display:inline-block;vertical-align:middle}
#geo-landing-root .ltr{direction:ltr;unicode-bidi:isolate;display:inline-block}
#geo-landing-root .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
#geo-landing-root :focus-visible{outline:3px solid var(--teal);outline-offset:3px;border-radius:8px}
#geo-landing-root .wrap{max-width:var(--max);margin-inline:auto;padding-inline:24px}
#geo-landing-root .wrap--narrow{max-width:920px}

#geo-landing-root .skip-link{position:fixed;top:-60px;right:16px;z-index:200;background:var(--navy);color:#fff;padding:10px 16px;border-radius:10px;font-weight:700;transition:top .2s}
#geo-landing-root .skip-link:focus{top:12px}
#geo-landing-root .progress{position:fixed;top:0;right:0;left:0;height:3px;z-index:120;pointer-events:none}
#geo-landing-root .progress span{display:block;height:100%;background:linear-gradient(90deg,var(--orange),var(--teal));transform-origin:right;transform:scaleX(0)}

/* ---------- buttons ---------- */
#geo-landing-root .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;
  padding:10px 20px;border-radius:12px;border:1px solid transparent;background:transparent;
  font-size:15px;font-weight:800;line-height:1.3;white-space:nowrap;cursor:pointer;text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease
}
#geo-landing-root .btn:hover{transform:translateY(-1px)}
#geo-landing-root .btn:active{transform:translateY(0)}
#geo-landing-root .btn .ico{transition:transform .18s ease}
#geo-landing-root .btn:hover .ico:last-child:not(:first-child){transform:translateX(-3px)}
#geo-landing-root .btn-sm{min-height:40px;padding:8px 14px;font-size:14px;border-radius:10px}
#geo-landing-root .btn-lg{min-height:54px;padding:12px 24px;font-size:16px;border-radius:14px}
#geo-landing-root .btn-block{width:100%}
#geo-landing-root .btn-cta{background:var(--orange);color:var(--navy);box-shadow:0 10px 24px -10px rgba(255,107,0,.7)}
#geo-landing-root .btn-cta:hover{background:var(--orange-h);color:var(--navy);box-shadow:0 14px 30px -10px rgba(255,107,0,.75)}
#geo-landing-root .btn-primary{background:var(--navy);color:#fff}
#geo-landing-root .btn-primary:hover{background:var(--navy-3);color:#fff}
#geo-landing-root .btn-outline{background:#fff;color:var(--navy);border-color:#CBD5E1}
#geo-landing-root .btn-outline:hover{border-color:var(--navy);background:#fff;color:var(--navy)}
#geo-landing-root .btn-glass{background:rgba(255,255,255,.07);color:#fff;border-color:rgba(255,255,255,.18)}
#geo-landing-root .btn-glass:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.32);color:#fff}
#geo-landing-root .icon-btn{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:10px;border:1px solid var(--line);background:#fff;color:var(--navy);transition:.18s}
#geo-landing-root .icon-btn:hover{border-color:var(--teal);color:var(--teal-d)}

#geo-landing-root .chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--teal-50);color:var(--teal-d);font-size:12px;font-weight:800;white-space:nowrap;line-height:1.6}
#geo-landing-root .chip--muted{background:rgba(10,25,47,.06);color:var(--muted)}

/* ---------- header ---------- */
#geo-landing-root .site-head{position:sticky;top:0;z-index:100;background:rgba(10,25,47,.9);backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid rgba(255,255,255,.07);transition:box-shadow .2s,background-color .2s}
#geo-landing-root .site-head.is-scrolled{background:rgba(10,25,47,.97);box-shadow:0 10px 30px -12px rgba(0,0,0,.45)}
#geo-landing-root .head-row{height:70px;display:flex;align-items:center;gap:28px}
#geo-landing-root .brand{display:inline-flex;align-items:center;gap:10px;color:#fff;flex:none}
#geo-landing-root .brand img{width:auto;height:26px}
#geo-landing-root .brand__name{font-size:19px;font-weight:900;color:#fff;line-height:1}
#geo-landing-root .brand__tag{font-size:11px;font-weight:900;padding:3px 8px;border-radius:6px;background:rgba(0,179,200,.16);color:var(--teal);letter-spacing:.5px;line-height:1.4}
#geo-landing-root .nav{display:flex;gap:4px;margin-inline-start:auto}
#geo-landing-root .nav a{position:relative;padding:8px 12px;border-radius:8px;color:#B9C6D8;font-size:14px;font-weight:600;transition:color .18s,background-color .18s}
#geo-landing-root .nav a:hover{color:#fff;background:rgba(255,255,255,.05)}
#geo-landing-root .nav a.is-active{color:#fff}
#geo-landing-root .nav a.is-active::after{content:"";position:absolute;right:12px;left:12px;bottom:2px;height:2px;border-radius:2px;background:var(--teal)}
#geo-landing-root .head-cta{display:flex;align-items:center;gap:10px}

/* ---------- hero ---------- */
#geo-landing-root .hero{position:relative;background:var(--navy);color:#fff;padding:64px 0 150px;overflow:hidden}
#geo-landing-root .hero__bg{position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(620px 420px at 12% 18%,rgba(0,179,200,.20),transparent 70%),
    radial-gradient(520px 380px at 92% 85%,rgba(255,107,0,.13),transparent 70%),
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px) 0 0/44px 44px,
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px) 0 0/44px 44px;
  -webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 40%,#000 55%,transparent 100%);mask-image:radial-gradient(ellipse 90% 80% at 50% 40%,#000 55%,transparent 100%)}
#geo-landing-root .hero__grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}
#geo-landing-root .crumbs{display:flex;gap:8px;align-items:center;font-size:13px;color:#8FA1BB;margin-bottom:18px}
#geo-landing-root .crumbs a{color:#B9C6D8}
#geo-landing-root .crumbs a:hover{color:#fff}
#geo-landing-root .eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 14px 6px 12px;border-radius:999px;border:1px solid rgba(0,179,200,.35);background:rgba(0,179,200,.08);color:#9BE7F0;font-size:13px;font-weight:700;margin-bottom:22px;line-height:1.6}
#geo-landing-root .eyebrow__dot{width:8px;height:8px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 0 rgba(0,179,200,.6);animation:geo-pulse 2.2s infinite}
#geo-landing-root h1{font-size:clamp(32px,4.4vw,54px);line-height:1.32;font-weight:900;color:#fff;margin:0 0 22px;letter-spacing:-.5px}
#geo-landing-root h1 .hl{color:var(--teal);white-space:nowrap;position:relative}
#geo-landing-root h1 .hl::after{content:"";position:absolute;right:0;left:0;bottom:.08em;height:.12em;border-radius:99px;background:linear-gradient(90deg,var(--orange),rgba(255,107,0,0));opacity:.85}
#geo-landing-root .hero__lead{font-size:18px;line-height:2;color:#C5D1E2;max-width:620px;margin-bottom:30px}
#geo-landing-root .hero__lead strong{color:#fff;font-weight:700}
#geo-landing-root .hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px}
#geo-landing-root .hero__proof{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:14px;color:#AFBDD1}
#geo-landing-root .hero__proof li{display:inline-flex;align-items:center;gap:7px}
#geo-landing-root .hero__proof .ico{color:var(--teal)}

/* AI demo card */
#geo-landing-root .hero__visual{position:relative}
#geo-landing-root .hero__visual::before{content:"";position:absolute;inset:8% 6% -4% 6%;border-radius:40px;background:radial-gradient(closest-side,rgba(0,179,200,.35),transparent);filter:blur(30px);z-index:0}
#geo-landing-root .ai-demo{position:relative;z-index:1;background:#fff;color:var(--text);border-radius:24px;box-shadow:var(--sh-3);padding:18px;border:1px solid rgba(255,255,255,.4)}
#geo-landing-root .ai-demo__bar{display:flex;align-items:center;gap:10px;padding:2px 4px 14px;border-bottom:1px solid var(--line-2);margin-bottom:14px}
#geo-landing-root .ai-demo__dots{display:inline-flex;gap:6px}
#geo-landing-root .ai-demo__dots i{width:10px;height:10px;border-radius:50%;background:#E2E8F0}
#geo-landing-root .ai-demo__dots i:first-child{background:#FF8A80}
#geo-landing-root .ai-demo__dots i:nth-child(2){background:#FFD27A}
#geo-landing-root .ai-demo__dots i:nth-child(3){background:#7BE0A6}
#geo-landing-root .ai-demo__title{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--ink);margin-inline-start:4px}
#geo-landing-root .ai-demo__title .ico{color:var(--teal-d)}
#geo-landing-root .ai-demo__bar .chip{margin-inline-start:auto}

#geo-landing-root .seg{position:relative;display:grid;grid-template-columns:1fr 1fr;background:var(--alt);border:1px solid var(--line);border-radius:12px;padding:4px;margin-bottom:14px}
#geo-landing-root .seg label{position:relative;z-index:1;text-align:center;padding:7px 10px;font-size:13px;font-weight:800;color:var(--muted);cursor:pointer;border-radius:9px;transition:color .25s;line-height:1.6}
#geo-landing-root .seg__thumb{position:absolute;top:4px;bottom:4px;right:4px;width:calc(50% - 4px);border-radius:9px;background:#fff;box-shadow:var(--sh-1),0 0 0 1px var(--line);transition:transform .35s cubic-bezier(.3,.7,.2,1)}
#geo-landing-root #geo-demo-before:checked ~ .seg label[for="geo-demo-before"],
#geo-landing-root #geo-demo-after:checked ~ .seg label[for="geo-demo-after"]{color:var(--ink)}
#geo-landing-root #geo-demo-after:checked ~ .seg .seg__thumb{transform:translateX(-100%)}
#geo-landing-root #geo-demo-before:focus-visible ~ .seg label[for="geo-demo-before"],
#geo-landing-root #geo-demo-after:focus-visible ~ .seg label[for="geo-demo-after"]{outline:3px solid var(--teal);outline-offset:1px}

#geo-landing-root .msg{border-radius:16px;padding:12px 14px;font-size:14px;line-height:1.9}
#geo-landing-root .msg--user{background:var(--navy);color:#fff;margin-inline-start:18%;border-top-left-radius:6px;margin-bottom:12px;font-weight:600}
#geo-landing-root .msg--ai{background:var(--alt);border:1px solid var(--line-2);border-top-right-radius:6px}
#geo-landing-root .msg--ai p{color:var(--muted);font-size:13px;margin-bottom:8px}
#geo-landing-root .ans{display:grid;gap:6px;counter-reset:ans}
#geo-landing-root .ans li{counter-increment:ans;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line-2);border-radius:10px;padding:7px 10px;font-size:14px;transition:all .45s cubic-bezier(.3,.7,.2,1);max-height:60px;overflow:hidden}
#geo-landing-root .ans li::before{content:counter(ans,persian) ".";font-weight:800;color:var(--faint);font-size:13px;min-width:14px}
#geo-landing-root .ans b{font-weight:700;color:var(--ink)}
#geo-landing-root .cite{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:6px;background:var(--line-2);color:var(--muted);font-size:11px;font-weight:800;line-height:1;vertical-align:middle;top:0}
#geo-landing-root .ans__src{margin-inline-start:auto;direction:ltr;font-size:12px;color:var(--teal-d);font-weight:700;background:var(--teal-50);padding:1px 8px;border-radius:6px}
#geo-landing-root .ans--you{border-color:var(--teal)!important;background:linear-gradient(90deg,#fff,var(--teal-50))!important;box-shadow:0 0 0 3px rgba(0,179,200,.12)}
#geo-landing-root .ans--you b{color:var(--teal-d)!important;font-weight:900!important}
#geo-landing-root .ans--you .cite{background:var(--teal);color:#fff}
#geo-landing-root .v-a{display:none}
#geo-landing-root #geo-demo-after:checked ~ * .v-b{display:none}
#geo-landing-root #geo-demo-after:checked ~ * .v-a{display:inline}
/* before state */
#geo-landing-root #geo-demo-before:checked ~ .ai-demo__body .ans--you{max-height:0;padding-top:0;padding-bottom:0;border-width:0;opacity:0;margin-top:-6px}
#geo-landing-root #geo-demo-after:checked ~ .ai-demo__body .ans--gone{max-height:0;padding-top:0;padding-bottom:0;border-width:0;opacity:0;margin-top:-6px}
#geo-landing-root #geo-demo-before:checked ~ .ai-demo__body .ans--you::before{content:none}
#geo-landing-root #geo-demo-after:checked ~ .ai-demo__body .ans--gone{counter-increment:none}
#geo-landing-root #geo-demo-before:checked ~ .ai-demo__body .ans--you{counter-increment:none}

#geo-landing-root .ai-demo__status{margin:12px 0;font-size:13px;font-weight:800}
#geo-landing-root .st{display:none;align-items:center;gap:6px;padding:8px 12px;border-radius:10px}
#geo-landing-root .st--b{background:var(--red-50);color:var(--red)}
#geo-landing-root .st--a{background:var(--green-50);color:var(--green)}
#geo-landing-root #geo-demo-before:checked ~ .ai-demo__status .st--b,
#geo-landing-root #geo-demo-after:checked ~ .ai-demo__status .st--a{display:flex}
#geo-landing-root .ai-demo__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
#geo-landing-root .ai-demo__metrics div{background:var(--alt);border-radius:12px;padding:10px 12px;border:1px solid var(--line-2)}
#geo-landing-root .ai-demo__metrics dt{font-size:11.5px;color:var(--muted);font-weight:600;line-height:1.5}
#geo-landing-root .ai-demo__metrics dd{font-size:19px;font-weight:900;color:var(--ink);line-height:1.5}
#geo-landing-root #geo-demo-after:checked ~ .ai-demo__metrics dd{color:var(--teal-d)}
#geo-landing-root .ai-demo figcaption{margin-top:10px;font-size:11.5px;color:var(--faint);line-height:1.7}

/* ---------- summary band ---------- */
#geo-landing-root .summary{position:relative;z-index:2;margin-top:-96px;padding-bottom:24px}
#geo-landing-root .summary__card{display:grid;grid-template-columns:1.35fr .9fr;gap:0;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-2);overflow:hidden}
#geo-landing-root .summary__main{padding:32px 36px}
#geo-landing-root .h-sm{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:900;color:var(--ink);margin-bottom:16px;line-height:1.5}
#geo-landing-root .h-sm .ico{color:var(--teal-d)}
#geo-landing-root .ticks{display:grid;gap:10px}
#geo-landing-root .ticks li{position:relative;padding-right:30px;color:var(--text);font-size:15.5px;line-height:1.9}
#geo-landing-root .ticks li::before{content:"";position:absolute;right:0;top:.55em;width:18px;height:18px;border-radius:6px;background:var(--teal-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300788A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/12px no-repeat}
#geo-landing-root .toc{background:var(--alt);border-right:1px solid var(--line);padding:32px 30px}
#geo-landing-root .toc__title{font-size:13px;font-weight:900;color:var(--faint);margin-bottom:10px;letter-spacing:.2px}
#geo-landing-root .toc ol{counter-reset:toc;display:grid;gap:2px}
#geo-landing-root .toc li{counter-increment:toc}
#geo-landing-root .toc a{display:flex;gap:10px;align-items:baseline;padding:6px 8px;border-radius:8px;font-size:14.5px;font-weight:600;color:var(--text);transition:background-color .15s,color .15s}
#geo-landing-root .toc a::before{content:counter(toc,persian);font-size:12px;font-weight:800;color:var(--teal-d);min-width:14px}
#geo-landing-root .toc a:hover{background:#fff;color:var(--navy)}

/* ---------- sections ---------- */
#geo-landing-root .sec{padding:96px 0;scroll-margin-top:70px}
#geo-landing-root .sec--alt{background:var(--alt)}
#geo-landing-root .sec--tight{padding:64px 0}
#geo-landing-root .sec-head{max-width:780px;margin:0 auto 44px;text-align:center}
#geo-landing-root .kicker{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:800;color:var(--teal-d);margin-bottom:12px;line-height:1.6}
#geo-landing-root .kicker span{display:inline-grid;place-items:center;min-width:30px;height:24px;padding:0 6px;border-radius:7px;background:var(--teal-50);font-size:12px}
#geo-landing-root .kicker--light{color:#9BE7F0}
#geo-landing-root .sec-head h2,#geo-landing-root .lead h2{font-size:clamp(25px,3vw,37px);line-height:1.5;font-weight:900;color:var(--ink);margin-bottom:14px;letter-spacing:-.3px}
#geo-landing-root .sec-head p{font-size:17px;line-height:2;color:var(--muted)}
#geo-landing-root .sub-h{font-size:21px;font-weight:900;text-align:center;margin:56px 0 24px}
#geo-landing-root .label{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:900;color:var(--teal-d);margin-bottom:10px}

/* define */
#geo-landing-root .define{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}
#geo-landing-root .define__card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:30px 32px;box-shadow:var(--sh-1);overflow:hidden}
#geo-landing-root .define__card::before{content:"";position:absolute;top:0;right:0;width:4px;height:100%;background:linear-gradient(var(--teal),var(--orange))}
#geo-landing-root .define__card h3{font-size:23px;margin-bottom:10px}
#geo-landing-root .define__card p{font-size:16px;color:var(--text);margin-bottom:14px}
#geo-landing-root .define__simple{background:var(--alt);border-radius:12px;padding:12px 16px;color:var(--ink)!important}
#geo-landing-root .define__research{font-size:14px!important;color:var(--muted)!important;margin-bottom:0!important}
#geo-landing-root .define__research a,#geo-landing-root .more-link a,#geo-landing-root .tech-note a{color:var(--teal-d);font-weight:800;border-bottom:1px solid var(--teal-100)}
#geo-landing-root .define__research a:hover,#geo-landing-root .more-link a:hover,#geo-landing-root .tech-note a:hover{border-bottom-color:var(--teal-d)}
#geo-landing-root .answer-box{background:var(--navy);color:#D3DDEB;border-radius:var(--r-lg);padding:30px 30px;position:relative;overflow:hidden}
#geo-landing-root .answer-box::after{content:"";position:absolute;width:220px;height:220px;left:-80px;bottom:-110px;border-radius:50%;background:radial-gradient(closest-side,rgba(0,179,200,.35),transparent)}
#geo-landing-root .answer-box .label{color:var(--teal)}
#geo-landing-root .answer-box p{font-size:15.5px;line-height:2;position:relative;z-index:1}
#geo-landing-root .answer-box p + p{margin-top:10px}

/* pillars */
#geo-landing-root .pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:none}
#geo-landing-root .pillar{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 22px 24px;box-shadow:var(--sh-1);transition:transform .25s,box-shadow .25s,border-color .25s}
#geo-landing-root .pillar:hover{transform:translateY(-3px);box-shadow:var(--sh-2);border-color:var(--teal-100)}
#geo-landing-root .pillar:not(:last-child)::after{content:"";position:absolute;top:48px;left:-13px;width:10px;height:10px;border-top:2px solid var(--teal);border-left:2px solid var(--teal);transform:rotate(-45deg);z-index:2}
#geo-landing-root .pillar__n{position:absolute;top:18px;left:20px;font-size:40px;font-weight:900;line-height:1;color:var(--line-2)}
#geo-landing-root .pillar__ico{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--teal-50);color:var(--teal-d);margin-bottom:16px}
#geo-landing-root .pillar h4{font-size:18px;margin-bottom:6px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
#geo-landing-root .pillar h4 small{font-size:12px;font-weight:700;color:var(--faint)}
#geo-landing-root .pillar p{font-size:14.5px;color:var(--muted);line-height:1.95}
#geo-landing-root .tech-note{display:flex;gap:14px;align-items:flex-start;margin-top:22px;padding:18px 22px;border:1px dashed #C9D5E3;border-radius:var(--r);background:#fff}
#geo-landing-root .tech-note__ico{display:inline-grid;place-items:center;flex:none;width:40px;height:40px;border-radius:12px;background:var(--navy);color:var(--teal)}
#geo-landing-root .tech-note p{font-size:14.5px;color:var(--muted)}
#geo-landing-root .tech-note b{color:var(--ink)}

/* compare table */
#geo-landing-root .table-wrap{overflow-x:auto;border-radius:var(--r-lg);border:1px solid var(--line);background:#fff;box-shadow:var(--sh-1);-webkit-overflow-scrolling:touch}
#geo-landing-root .cmp{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;margin:0;font-size:15px;background:#fff}
#geo-landing-root .cmp th,#geo-landing-root .cmp td{padding:16px 20px;text-align:right;vertical-align:top;border:0;border-bottom:1px solid var(--line-2);line-height:1.85;background:#fff;color:var(--text)}
#geo-landing-root .cmp thead th{background:var(--navy);color:#fff;font-size:16px;font-weight:900;border-bottom:0}
#geo-landing-root .cmp thead th.is-geo{background:var(--navy-3);color:var(--teal);position:relative}
#geo-landing-root .cmp thead th.is-geo::after{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:var(--orange)}
#geo-landing-root .cmp tbody th{font-weight:800;color:var(--ink);background:var(--alt);width:150px;position:sticky;right:0;z-index:1}
#geo-landing-root .cmp tbody td.is-geo{background:var(--teal-50);color:var(--ink);font-weight:700}
#geo-landing-root .cmp tbody tr:last-child th,#geo-landing-root .cmp tbody tr:last-child td{border-bottom:0}
#geo-landing-root .more-link{text-align:center;margin-top:18px;color:var(--muted);font-size:15px}

/* examples / tabs */
#geo-landing-root .examples-intro{max-width:820px;margin:-18px auto 30px;text-align:center;color:var(--muted);font-size:15.5px}
#geo-landing-root .tabs{background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);box-shadow:var(--sh-2);overflow:hidden}
#geo-landing-root .tabs__list{display:none;gap:6px;padding:10px;background:var(--alt);border-bottom:1px solid var(--line);overflow-x:auto;scrollbar-width:none}
#geo-landing-root .tabs__list::-webkit-scrollbar{display:none}
#geo-landing-root.geo-js .tabs__list{display:flex}
#geo-landing-root .tabs__tab{flex:1 0 auto;appearance:none;border:1px solid transparent;background:transparent;color:var(--muted);padding:10px 16px;border-radius:12px;font-size:14.5px;font-weight:800;cursor:pointer;white-space:nowrap;line-height:1.5;transition:background-color .2s,color .2s,box-shadow .2s;box-shadow:none;text-shadow:none}
#geo-landing-root .tabs__tab:hover{color:var(--ink);background:rgba(10,25,47,.04)}
#geo-landing-root .tabs__tab[aria-selected="true"]{background:var(--navy);color:#fff;box-shadow:0 8px 18px -10px rgba(10,25,47,.7)}
#geo-landing-root .tabs__panel{padding:28px 30px 26px}
#geo-landing-root .tabs__panel + .tabs__panel{border-top:1px solid var(--line)}
#geo-landing-root.geo-js .tabs__panel + .tabs__panel{border-top:0}
#geo-landing-root .tabs__panel[hidden]{display:none}
#geo-landing-root .panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
#geo-landing-root .panel-head h3{font-size:20px}
#geo-landing-root .prompts{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#geo-landing-root .prompt{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:border-color .2s,box-shadow .2s,transform .2s}
#geo-landing-root .prompt:hover{border-color:var(--teal-100);box-shadow:var(--sh-2);transform:translateY(-1px)}
#geo-landing-root .prompt__ico{display:inline-grid;place-items:center;flex:none;width:32px;height:32px;border-radius:10px;background:var(--navy);color:#fff}
#geo-landing-root .prompt__q{font-size:14.5px;font-weight:600;color:var(--ink);line-height:1.8}
#geo-landing-root .intent{margin-inline-start:auto;flex:none;font-size:11.5px;font-weight:800;color:var(--amber);background:var(--amber-50);padding:3px 9px;border-radius:999px;line-height:1.6}
#geo-landing-root .panel-note{display:flex;gap:8px;align-items:flex-start;margin-top:18px;padding-top:16px;border-top:1px solid var(--line-2);font-size:14px;color:var(--muted)}
#geo-landing-root .panel-note .ico{color:var(--teal-d);margin-top:5px}

/* callouts */
#geo-landing-root .callout{display:flex;gap:12px;align-items:flex-start;margin-top:22px;padding:16px 20px;border-radius:var(--r);font-size:14.5px;line-height:1.95}
#geo-landing-root .callout .ico{margin-top:4px}
#geo-landing-root .callout--info{background:var(--teal-50);color:#0B4A55;border:1px solid var(--teal-100)}
#geo-landing-root .callout--info .ico{color:var(--teal-d)}
#geo-landing-root .callout--muted{background:#fff;color:var(--muted);border:1px solid var(--line)}
#geo-landing-root .sec--alt .callout--muted{background:#fff}
#geo-landing-root .callout b{color:var(--ink)}

/* cards */
#geo-landing-root .cards{display:grid;gap:18px}
#geo-landing-root .cards--3{grid-template-columns:repeat(3,1fr)}
#geo-landing-root .card{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 24px;box-shadow:var(--sh-1);transition:transform .25s,box-shadow .25s,border-color .25s}
#geo-landing-root .card:hover{transform:translateY(-3px);box-shadow:var(--sh-2);border-color:var(--teal-100)}
#geo-landing-root .card__ico{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--navy);color:var(--teal);margin-bottom:16px}
#geo-landing-root .card h3{font-size:18px;margin-bottom:8px}
#geo-landing-root .card p{font-size:14.5px;color:var(--muted);line-height:1.95}

/* services */
#geo-landing-root .streams{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
#geo-landing-root .stream{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px 22px;box-shadow:var(--sh-1)}
#geo-landing-root .stream__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
#geo-landing-root .stream__ico{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--orange-50);color:#C24E00}
#geo-landing-root .stream__n{font-size:13px;font-weight:900;color:var(--faint)}
#geo-landing-root .stream h3{font-size:18px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--line-2)}
#geo-landing-root .stream ul{display:grid;gap:14px}
#geo-landing-root .stream li{display:flex;gap:10px;align-items:flex-start}
#geo-landing-root .stream li > .ico{color:var(--green);margin-top:6px;background:var(--green-50);border-radius:6px;padding:2px;width:20px;height:20px}
#geo-landing-root .stream li b{display:block;font-size:15px;color:var(--ink);line-height:1.7;margin-bottom:2px}
#geo-landing-root .stream li span{display:block;font-size:13.5px;color:var(--muted);line-height:1.9}

/* steps */
#geo-landing-root .steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
#geo-landing-root .steps::before{content:"";position:absolute;top:27px;right:12%;left:12%;height:2px;background:repeating-linear-gradient(90deg,var(--teal) 0 8px,transparent 8px 14px);opacity:.55}
#geo-landing-root .step{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:0 22px 22px;box-shadow:var(--sh-1);margin-top:27px}
#geo-landing-root .step__n{position:relative;top:-27px;display:grid;place-items:center;width:54px;height:54px;margin:0 auto -12px;border-radius:50%;background:var(--navy);color:#fff;font-size:20px;font-weight:900;border:5px solid var(--alt);box-shadow:0 0 0 1px var(--line)}
#geo-landing-root .step__time{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:900;color:var(--teal-d);margin-bottom:6px}
#geo-landing-root .step h3{font-size:17.5px;text-align:center;margin-bottom:8px}
#geo-landing-root .step p{font-size:14px;color:var(--muted);text-align:center;line-height:1.9}
#geo-landing-root .step .step__out{margin-top:12px;padding-top:10px;border-top:1px solid var(--line-2);font-size:12.5px;font-weight:800;color:var(--ink)}

/* readiness quiz */
#geo-landing-root .ready{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;align-items:start}
#geo-landing-root .quiz{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 26px 20px;box-shadow:var(--sh-1)}
#geo-landing-root .quiz h3{font-size:19px;margin-bottom:16px}
#geo-landing-root .quiz__list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
#geo-landing-root .qcheck{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:12px;cursor:pointer;background:#fff;transition:border-color .2s,background-color .2s;min-height:58px;font-weight:400;margin:0}
#geo-landing-root .qcheck:hover{border-color:#B7C6D8}
#geo-landing-root .qcheck input{position:absolute;opacity:0;width:1px;height:1px;margin:0}
#geo-landing-root .qcheck__box{display:inline-grid;place-items:center;flex:none;width:24px;height:24px;border-radius:7px;border:2px solid #B7C6D8;color:transparent;transition:all .2s;background:#fff}
#geo-landing-root .qcheck__text{font-size:14.5px;color:var(--text);line-height:1.7}
#geo-landing-root .qcheck:has(input:checked){border-color:var(--teal);background:var(--teal-50)}
#geo-landing-root .qcheck input:checked + .qcheck__box{background:var(--teal);border-color:var(--teal);color:#fff}
#geo-landing-root .qcheck input:focus-visible + .qcheck__box{outline:3px solid var(--teal);outline-offset:2px}
#geo-landing-root .quiz-result{position:sticky;top:96px;display:none;flex-direction:column;align-items:center;text-align:center;gap:12px;background:var(--navy);color:#C5D1E2;border-radius:var(--r-lg);padding:28px 24px}
#geo-landing-root.geo-js .quiz-result{display:flex}
#geo-landing-root.geo-js .ready{grid-template-columns:1.35fr .65fr}
#geo-landing-root:not(.geo-js) .ready{grid-template-columns:1fr}
#geo-landing-root .meter{position:relative;width:128px;height:128px}
#geo-landing-root .meter svg{transform:rotate(-90deg)}
#geo-landing-root .meter circle{fill:none;stroke-width:10}
#geo-landing-root .meter__bg{stroke:rgba(255,255,255,.1)}
#geo-landing-root .meter__fg{stroke:var(--teal);stroke-linecap:round;stroke-dasharray:326.73;stroke-dashoffset:326.73;transition:stroke-dashoffset .6s cubic-bezier(.3,.7,.2,1),stroke .3s}
#geo-landing-root .quiz-result[data-level="low"] .meter__fg{stroke:var(--orange)}
#geo-landing-root .meter__val{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.2}
#geo-landing-root .meter__val strong{font-size:36px;font-weight:900;color:#fff}
#geo-landing-root .meter__val span{font-size:12px;color:#8FA1BB}
#geo-landing-root .quiz-result__title{font-size:20px;font-weight:900;color:#fff}
#geo-landing-root .quiz-result__text{font-size:14px;line-height:1.95}
#geo-landing-root .quiz-result .btn-primary{background:#fff;color:var(--navy);margin-top:4px}
#geo-landing-root .quiz-result .btn-primary:hover{background:var(--teal-50);color:var(--navy)}
#geo-landing-root .not-ready{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:22px 26px}
#geo-landing-root .not-ready h3{display:flex;align-items:center;gap:8px;font-size:17px;margin-bottom:12px}
#geo-landing-root .not-ready h3 .ico{color:var(--red);background:var(--red-50);border-radius:8px;padding:3px;width:26px;height:26px}
#geo-landing-root .not-ready ul{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 20px}
#geo-landing-root .not-ready li{position:relative;padding-right:16px;font-size:14px;color:var(--muted)}
#geo-landing-root .not-ready li::before{content:"";position:absolute;right:0;top:.85em;width:6px;height:6px;border-radius:50%;background:#E6A19B}

/* pricing */
#geo-landing-root .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
#geo-landing-root .plan{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:30px 26px 26px;box-shadow:var(--sh-1)}
#geo-landing-root .plan__for{font-size:13px;font-weight:800;color:var(--teal-d);margin-bottom:4px}
#geo-landing-root .plan h3{font-size:24px;direction:ltr;text-align:right;margin-bottom:8px}
#geo-landing-root .plan__desc{font-size:14px;color:var(--muted);line-height:1.9;min-height:54px}
#geo-landing-root .plan__price{display:flex;align-items:baseline;gap:8px;margin:20px 0 18px;padding:16px 0;border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2)}
#geo-landing-root .plan__price strong{font-size:46px;font-weight:900;color:var(--ink);line-height:1}
#geo-landing-root .plan__price span{font-size:14px;color:var(--muted);font-weight:600}
#geo-landing-root .plan__list{display:grid;gap:9px;margin-bottom:24px;flex:1}
#geo-landing-root .plan__list li{display:flex;align-items:flex-start;gap:9px;font-size:14.5px;color:var(--text);line-height:1.8}
#geo-landing-root .plan__list .ico{color:var(--green);margin-top:5px}
#geo-landing-root .plan--featured{background:var(--navy);border-color:var(--navy);box-shadow:0 30px 60px -28px rgba(10,25,47,.7);transform:translateY(-10px)}
#geo-landing-root .plan--featured h3,#geo-landing-root .plan--featured .plan__price strong{color:#fff}
#geo-landing-root .plan--featured .plan__for{color:var(--teal)}
#geo-landing-root .plan--featured .plan__desc,#geo-landing-root .plan--featured .plan__price span{color:#AFBDD1}
#geo-landing-root .plan--featured .plan__price{border-color:rgba(255,255,255,.1)}
#geo-landing-root .plan--featured .plan__list li{color:#DCE4EF}
#geo-landing-root .plan--featured .plan__list .ico{color:var(--teal)}
#geo-landing-root .plan__ribbon{position:absolute;top:-13px;left:24px;background:var(--orange);color:var(--navy);font-size:12px;font-weight:900;padding:4px 12px;border-radius:999px;box-shadow:0 8px 18px -8px rgba(255,107,0,.8)}
#geo-landing-root .budget{display:flex;gap:18px;align-items:flex-start;margin-top:28px;padding:24px 26px;border-radius:var(--r-lg);background:var(--amber-50);border:1px solid #F3DDB0}
#geo-landing-root .budget__ico{display:inline-grid;place-items:center;flex:none;width:50px;height:50px;border-radius:14px;background:#fff;color:#B7791F;box-shadow:var(--sh-1)}
#geo-landing-root .budget h3{font-size:17px;margin-bottom:6px;color:#5E4308}
#geo-landing-root .budget p{font-size:14.5px;color:#6B5320;line-height:2}
#geo-landing-root .budget b{color:#4A3406}

/* fit */
#geo-landing-root .fit{display:grid;grid-template-columns:1fr 1fr;gap:18px}
#geo-landing-root .fit__box{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:26px 28px;box-shadow:var(--sh-1);border-top-width:4px}
#geo-landing-root .fit__box--yes{border-top-color:var(--green)}
#geo-landing-root .fit__box--no{border-top-color:var(--red)}
#geo-landing-root .fit__box h3{display:flex;align-items:center;gap:10px;font-size:18px;margin-bottom:14px}
#geo-landing-root .fit__box--yes h3 .ico{color:var(--green)}
#geo-landing-root .fit__box--no h3 .ico{color:var(--red)}
#geo-landing-root .fit__box ul{display:grid;gap:10px}
#geo-landing-root .fit__box li{position:relative;padding-right:22px;font-size:15px;color:var(--text);line-height:1.85}
#geo-landing-root .fit__box li::before{content:"";position:absolute;right:2px;top:.72em;width:8px;height:8px;border-radius:50%}
#geo-landing-root .fit__box--yes li::before{background:var(--green)}
#geo-landing-root .fit__box--no li::before{background:#E6A19B}

/* author */
#geo-landing-root .author{display:grid;grid-template-columns:320px 1fr;gap:40px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:var(--r-xl);padding:32px;box-shadow:var(--sh-2)}
#geo-landing-root .author__media{position:relative}
#geo-landing-root .author__media::before{content:"";position:absolute;inset:14px -14px -14px 14px;border-radius:24px;background:linear-gradient(135deg,var(--teal),var(--orange));opacity:.9;z-index:0}
#geo-landing-root .author__media img,#geo-landing-root .author__initial{position:relative;z-index:1;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px}
#geo-landing-root .author__initial{display:grid;place-items:center;background:var(--navy);color:#fff;font-size:96px;font-weight:900}
#geo-landing-root .author__role{font-size:13.5px;font-weight:800;color:var(--teal-d);margin-bottom:4px}
#geo-landing-root .author h3{font-size:28px;margin-bottom:12px;display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
#geo-landing-root .author h3 small{font-size:14px;font-weight:600;color:var(--faint);direction:ltr}
#geo-landing-root .author__bio{font-size:15.5px;color:var(--text);line-height:2.05;margin-bottom:20px}
#geo-landing-root .author__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:12px}
#geo-landing-root .author__stats div{display:flex;flex-direction:column-reverse;justify-content:flex-end;background:var(--alt);border:1px solid var(--line-2);border-radius:14px;padding:14px}
#geo-landing-root .author__stats dd{font-size:22px;font-weight:900;color:var(--navy);line-height:1.4}
#geo-landing-root .author__stats dt{font-size:12.5px;color:var(--muted);line-height:1.7;font-weight:600}
#geo-landing-root .author__note{font-size:12.5px;color:var(--faint);margin-bottom:18px}
#geo-landing-root .author__links{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
#geo-landing-root .updated{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:22px;font-size:13.5px;color:var(--muted)}
#geo-landing-root .updated .ico{color:var(--teal-d)}

/* faq */
#geo-landing-root .faq{display:grid;gap:10px}
#geo-landing-root .faq__item{background:#fff;border:1px solid var(--line);border-radius:var(--r);transition:border-color .2s,box-shadow .2s;margin:0;padding:0}
#geo-landing-root .faq__item[open]{border-color:var(--teal-100);box-shadow:var(--sh-2)}
#geo-landing-root .faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;cursor:pointer;list-style:none}
#geo-landing-root .faq__item summary::-webkit-details-marker{display:none}
#geo-landing-root .faq__item summary::marker{content:""}
#geo-landing-root .faq__item summary h3{font-size:16.5px;font-weight:800;line-height:1.75;margin:0;color:var(--ink)}
#geo-landing-root .faq__icon{position:relative;flex:none;width:30px;height:30px;border-radius:9px;background:var(--alt);transition:background-color .2s,transform .3s}
#geo-landing-root .faq__icon::before,#geo-landing-root .faq__icon::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;margin:-1px 0 0 -6px;border-radius:2px;background:var(--navy);transition:transform .3s}
#geo-landing-root .faq__icon::after{transform:rotate(90deg)}
#geo-landing-root .faq__item[open] .faq__icon{background:var(--teal)}
#geo-landing-root .faq__item[open] .faq__icon::before,#geo-landing-root .faq__item[open] .faq__icon::after{background:#fff}
#geo-landing-root .faq__item[open] .faq__icon::after{transform:rotate(0)}
#geo-landing-root .faq__a{padding:0 22px 20px}
#geo-landing-root .faq__a p{font-size:15.5px;color:var(--muted);line-height:2.05}

/* sources */
#geo-landing-root .refs{display:grid;grid-template-columns:1fr 1fr;gap:20px}
#geo-landing-root .refs__col{background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);padding:24px 26px}
#geo-landing-root .refs__list{display:grid;gap:4px}
#geo-landing-root .refs__list li{display:flex;flex-direction:column;padding:8px 0;border-bottom:1px solid var(--line-2)}
#geo-landing-root .refs__list li:last-child{border-bottom:0}
#geo-landing-root .refs__list li > span{font-size:12px;color:var(--faint);font-weight:700}
#geo-landing-root .refs__list a{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;color:var(--navy);line-height:1.8}
#geo-landing-root .refs__list a .ico{color:var(--teal-d)}
#geo-landing-root .refs__list a:hover{color:var(--teal-d)}

/* lead */
#geo-landing-root .lead{padding:40px 0 96px}
#geo-landing-root .lead__card{position:relative;display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;background:var(--navy);border-radius:36px;padding:48px;overflow:hidden;color:#C5D1E2}
#geo-landing-root .lead__card::before{content:"";position:absolute;width:520px;height:520px;top:-260px;right:-160px;border-radius:50%;background:radial-gradient(closest-side,rgba(0,179,200,.28),transparent)}
#geo-landing-root .lead__card::after{content:"";position:absolute;width:420px;height:420px;bottom:-240px;left:30%;border-radius:50%;background:radial-gradient(closest-side,rgba(255,107,0,.18),transparent)}
#geo-landing-root .lead__copy{position:relative;z-index:1}
#geo-landing-root .lead h2{color:#fff}
#geo-landing-root .lead__copy > p{font-size:16px;line-height:2.05}
#geo-landing-root .lead__steps{display:grid;gap:10px;margin:24px 0 26px}
#geo-landing-root .lead__steps li{display:flex;align-items:center;gap:12px;font-size:15px;color:#E2E9F3;font-weight:600}
#geo-landing-root .lead__steps span{display:grid;place-items:center;flex:none;width:30px;height:30px;border-radius:9px;background:rgba(0,179,200,.15);color:var(--teal);font-weight:900;font-size:14px}
#geo-landing-root .lead__contacts{display:flex;flex-wrap:wrap;gap:10px}
#geo-landing-root .lead-form{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 60px -20px rgba(0,0,0,.45);color:var(--text)}
#geo-landing-root .lead-form__title{grid-column:1/-1;font-size:18px;font-weight:900;color:var(--ink)}
#geo-landing-root .field{display:flex;flex-direction:column;gap:6px;min-width:0}
#geo-landing-root .field--full{grid-column:1/-1}
#geo-landing-root .field label{font-size:13.5px;font-weight:700;color:var(--ink);margin:0;line-height:1.6}
#geo-landing-root .field label i{color:var(--red);font-style:normal}
#geo-landing-root .field label span{color:var(--faint);font-weight:500}
#geo-landing-root .lead-form input,#geo-landing-root .lead-form select,#geo-landing-root .lead-form textarea{
  width:100%;min-height:48px;padding:11px 14px;border:1px solid #CFD8E3;border-radius:12px;background:#F8FAFC;color:var(--ink);
  font-size:15px;line-height:1.6;outline:none;box-shadow:none;transition:border-color .2s,box-shadow .2s,background-color .2s;margin:0
}
#geo-landing-root .lead-form textarea{min-height:88px;resize:vertical}
#geo-landing-root .lead-form input::placeholder,#geo-landing-root .lead-form textarea::placeholder{color:#9AA8BC;opacity:1}
#geo-landing-root .lead-form input[dir="ltr"]{text-align:left}
#geo-landing-root .lead-form input[dir="ltr"]:placeholder-shown{text-align:right}
#geo-landing-root .lead-form select{appearance:none;-webkit-appearance:none;padding-left:38px;background:#F8FAFC url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2351627B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") left 12px center/16px no-repeat}
#geo-landing-root .lead-form input:focus,#geo-landing-root .lead-form select:focus,#geo-landing-root .lead-form textarea:focus{border-color:var(--teal);background-color:#fff;box-shadow:0 0 0 4px rgba(0,179,200,.15)}
#geo-landing-root .lead-form .is-invalid{border-color:var(--red)!important;box-shadow:0 0 0 4px rgba(214,69,59,.12)!important}
#geo-landing-root .lead-form button[type="submit"]{margin-top:4px;border:0}
#geo-landing-root .lead-form button.is-loading{opacity:.7;pointer-events:none}
#geo-landing-root .lead-form__note{font-size:12px;color:var(--faint);text-align:center}
#geo-landing-root .hp{position:absolute!important;right:-9999px!important;width:1px;height:1px;overflow:hidden}
#geo-landing-root .form-msg{grid-column:1/-1;display:flex;gap:8px;align-items:flex-start;padding:12px 14px;border-radius:12px;font-size:14px;font-weight:700;line-height:1.8}
#geo-landing-root .form-msg .ico{margin-top:3px}
#geo-landing-root .form-msg--ok{background:var(--green-50);color:#0A6B43;border:1px solid #BDE8D3}
#geo-landing-root .form-msg--err{background:var(--red-50);color:#9C2A22;border:1px solid #F4C7C2}

/* footer */
#geo-landing-root .foot{background:var(--navy-ink);color:#8FA1BB;padding:56px 0 24px;font-size:14px}
#geo-landing-root .foot__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.07)}
#geo-landing-root .foot__brand p{margin-top:14px;line-height:2;max-width:340px}
#geo-landing-root .foot__title{font-size:14px;font-weight:900;color:#fff;margin-bottom:12px}
#geo-landing-root .foot__nav,#geo-landing-root .foot__contact{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
#geo-landing-root .foot a{color:#AFBDD1;display:inline-flex;align-items:center;gap:8px;transition:color .15s}
#geo-landing-root .foot a:hover{color:#fff}
#geo-landing-root .foot__contact .ico{color:var(--teal)}
#geo-landing-root .foot__bottom{padding-top:20px;text-align:center;font-size:12.5px;color:#6F819B}

/* mobile bar */
#geo-landing-root .mbar{display:none}

/* reveal */
#geo-landing-root.geo-js [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s cubic-bezier(.2,.7,.2,1)}
#geo-landing-root.geo-js [data-reveal].is-in{opacity:1;transform:none}
@keyframes geo-pulse{0%{box-shadow:0 0 0 0 rgba(0,179,200,.55)}70%{box-shadow:0 0 0 10px rgba(0,179,200,0)}100%{box-shadow:0 0 0 0 rgba(0,179,200,0)}}

@media (prefers-reduced-motion:reduce){
  #geo-landing-root *,#geo-landing-root *::before,#geo-landing-root *::after{animation:none!important;transition:none!important}
  #geo-landing-root.geo-js [data-reveal]{opacity:1;transform:none}
}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  #geo-landing-root .nav{display:none}
  #geo-landing-root .head-cta{margin-inline-start:auto}
  #geo-landing-root .streams{grid-template-columns:1fr 1fr}
  #geo-landing-root .pillars{grid-template-columns:1fr 1fr}
  #geo-landing-root .pillar:nth-child(2)::after{display:none}
  #geo-landing-root .author__stats{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  #geo-landing-root .hero{padding:44px 0 128px}
  #geo-landing-root .hero__grid{grid-template-columns:1fr;gap:40px}
  #geo-landing-root .hero__visual{max-width:520px;width:100%;margin-inline:auto}
  #geo-landing-root .summary__card{grid-template-columns:1fr}
  #geo-landing-root .toc{border-right:0;border-top:1px solid var(--line)}
  #geo-landing-root .toc ol{grid-template-columns:1fr 1fr}
  #geo-landing-root .define,#geo-landing-root .fit,#geo-landing-root .refs{grid-template-columns:1fr}
  #geo-landing-root.geo-js .ready,#geo-landing-root .ready{grid-template-columns:1fr}
  #geo-landing-root .quiz-result{position:static}
  #geo-landing-root .cards--3{grid-template-columns:1fr 1fr}
  #geo-landing-root .steps{grid-template-columns:1fr 1fr;row-gap:36px}
  #geo-landing-root .steps::before{display:none}
  #geo-landing-root .plans{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  #geo-landing-root .plan--featured{transform:none;order:-1}
  #geo-landing-root .plan__desc{min-height:0}
  #geo-landing-root .not-ready ul{grid-template-columns:1fr 1fr}
  #geo-landing-root .author{grid-template-columns:1fr;gap:28px}
  #geo-landing-root .author__media{max-width:240px}
  #geo-landing-root .lead__card{grid-template-columns:1fr;padding:32px}
  #geo-landing-root .foot__grid{grid-template-columns:1fr 1fr}
  #geo-landing-root .foot__brand{grid-column:1/-1}
  #geo-landing-root .sec{padding:72px 0}
}
@media (max-width:640px){
  #geo-landing-root{font-size:15.5px}
  #geo-landing-root .wrap{padding-inline:16px}
  #geo-landing-root .head-row{height:60px;gap:12px}
  #geo-landing-root .head-phone{display:none}
  #geo-landing-root .brand img{height:22px}
  #geo-landing-root .brand__name{font-size:17px}
  #geo-landing-root .hero{padding:32px 0 112px}
  #geo-landing-root h1{font-size:30px;line-height:1.45;letter-spacing:0}
  #geo-landing-root h1 .hl{white-space:normal}
  #geo-landing-root .hero__lead{font-size:16px}
  #geo-landing-root .hero__actions .btn{width:100%}
  #geo-landing-root .hero__proof{flex-direction:column;gap:6px}
  #geo-landing-root .eyebrow{font-size:12px}
  #geo-landing-root .ai-demo{padding:14px;border-radius:20px}
  #geo-landing-root .msg--user{margin-inline-start:6%}
  #geo-landing-root .ai-demo__metrics dd{font-size:16px}
  #geo-landing-root .ai-demo__metrics div{padding:8px 10px}
  #geo-landing-root .summary{margin-top:-84px}
  #geo-landing-root .summary__main,#geo-landing-root .toc{padding:24px 20px}
  #geo-landing-root .toc ol{grid-template-columns:1fr}
  #geo-landing-root .sec{padding:60px 0}
  #geo-landing-root .sec-head{margin-bottom:32px}
  #geo-landing-root .sec-head p{font-size:15.5px}
  #geo-landing-root .sub-h{font-size:19px;margin-top:40px}
  #geo-landing-root .define__card,#geo-landing-root .answer-box{padding:24px 20px}
  #geo-landing-root .pillars,#geo-landing-root .cards--3,#geo-landing-root .streams,#geo-landing-root .steps,#geo-landing-root .quiz__list,#geo-landing-root .not-ready ul{grid-template-columns:1fr}
  #geo-landing-root .pillar::after{display:none}
  #geo-landing-root .tabs__panel{padding:22px 16px}
  #geo-landing-root .prompts{grid-template-columns:1fr}
  #geo-landing-root .prompt{display:grid;grid-template-columns:32px 1fr;column-gap:12px;row-gap:4px;align-items:start}
  #geo-landing-root .intent{grid-column:2;justify-self:start;margin:0}
  #geo-landing-root .quiz{padding:22px 16px}
  #geo-landing-root .author{padding:22px 18px}
  #geo-landing-root .author h3{font-size:24px}
  #geo-landing-root .author__stats dd{font-size:19px}
  #geo-landing-root .faq__item summary{padding:16px}
  #geo-landing-root .faq__item summary h3{font-size:15.5px}
  #geo-landing-root .faq__a{padding:0 16px 18px}
  #geo-landing-root .lead{padding:24px 0 72px}
  #geo-landing-root .lead__card{padding:26px 16px;border-radius:26px}
  #geo-landing-root .lead-form{grid-template-columns:1fr;padding:20px 16px}
  #geo-landing-root .lead__contacts .btn{flex:1 1 auto}
  #geo-landing-root .budget{flex-direction:column;padding:20px}
  #geo-landing-root .foot{padding-bottom:96px}
  #geo-landing-root .foot__grid{grid-template-columns:1fr}
  #geo-landing-root .mbar{display:grid;grid-template-columns:auto 1fr;gap:8px;position:fixed;right:0;left:0;bottom:0;z-index:90;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(10,25,47,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.08);transform:translateY(110%);transition:transform .3s ease}
  #geo-landing-root .mbar.is-visible{transform:none}
  #geo-landing-root:not(.geo-js) .mbar{transform:none}
  #geo-landing-root .mbar .btn{min-height:46px}
}

/* keep the NeuralPress chat bubble above the mobile call bar */
@media (max-width:640px){body.geo-landing-page #np-chat{--npc-offset-y:86px!important}}
