@font-face{font-family:"DM Sans";font-style:normal;font-weight:400 700;font-display:swap;src:url("assets/dm-sans-latin.woff2") format("woff2")}
*{box-sizing:border-box}
:root{
  --ink:#17292F;
  --ocean:#17384A;
  --ocean-deep:#0E2833;
  --coral:#D8654B;
  --coral-dark:#B94C37;
  --sea-glass:#4F806E;
  --sea-glass-dark:#3A6152;
  --sea-mist:#DDEAE6;
  --saffron:#E8AD45;
  --sand:#F3E8D6;
  --ivory:#FFFDF8;
  --stone:#E0D0C0;
  --muted:#5D6C6F;
  --line-dark:rgba(255,255,255,.18);
  --shadow:0 18px 50px rgba(14,40,51,.16);
  --font:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
html{overflow-x:clip;scroll-behavior:smooth;background:var(--sand);color:var(--ink);font-family:var(--font);-webkit-text-size-adjust:100%}
body{overflow-x:clip;margin:0;min-width:320px;min-height:100vh;background:var(--sand);color:var(--ink);font-family:var(--font);line-height:1.55;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
img{display:block;max-width:100%}
.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}
.container{width:min(1280px,calc(100% - 64px));margin-inline:auto}
.section{padding:112px 0}
.section-intro{max-width:650px}
.section-label,.eyebrow,.question__kicker{margin:0 0 18px;color:var(--ocean);font-size:12px;font-weight:700;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}
.section-label--light{color:var(--ivory)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-weight:650;letter-spacing:-.045em;text-wrap:balance}
h1{font-size:clamp(52px,5.8vw,88px);line-height:.98;margin-bottom:28px}
h2{font-size:clamp(40px,4.1vw,62px);line-height:1.02;margin-bottom:24px}
h3{font-size:22px;line-height:1.16;letter-spacing:-.025em}
.section-intro>p:not(.section-label){color:var(--muted);font-size:18px;line-height:1.62}
.cta,.button{min-height:52px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--coral-dark);color:var(--ivory);text-decoration:none;font-weight:700;font-size:15px;line-height:1.2;padding:15px 24px;white-space:nowrap;cursor:pointer;transition:background .18s ease,transform .18s ease}
.cta:hover,.button:hover{background:var(--ink);transform:translateY(-1px)}
.cta:active,.button:active{transform:translateY(0)}
.cta--small{min-height:48px;padding:11px 18px;font-size:14px}
.cta--paper{background:var(--ivory);color:var(--ocean-deep);border:2px solid var(--ivory)}
.cta--paper:hover{background:var(--ocean-deep);color:var(--ivory)}
.text-link{min-height:44px;display:inline-flex;align-items:center;gap:8px;color:var(--ocean);font-weight:700;text-underline-offset:5px}
.text-link--light{color:var(--ivory)}
.cta:focus-visible,.button:focus-visible,.text-link:focus-visible,.brand:focus-visible,summary:focus-visible,.input:focus-visible,.textarea:focus-visible,.option:focus-visible,.header-back:focus-visible,.header-contact:focus-visible{outline:3px solid var(--sea-glass-dark);outline-offset:3px}
.cta:active,.button:active,.text-link:active,.option:active{outline:2px solid var(--sea-glass-dark);outline-offset:2px}
.icon{width:24px;height:24px;display:block;flex:0 0 auto;color:inherit}

/* Landing header */
.landing-header{position:sticky;top:0;z-index:40;background:var(--ivory);border-bottom:1px solid var(--stone)}
.landing-header__inner{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{min-height:44px;display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:700;letter-spacing:.13em;font-size:15px}
.brand img{width:24px;height:34px;object-fit:contain}
.landing-header__actions{display:flex;align-items:center;gap:24px}
.header-phone{min-height:44px;display:inline-flex;align-items:center;color:var(--ocean);font-size:14px;font-weight:650;text-decoration:none}
.header-phone:hover{text-decoration:underline;text-underline-offset:4px}

/* Hero */
.hero{padding:72px 0 0;background:var(--ivory);border-bottom:1px solid var(--stone)}
.hero__layout{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);align-items:center;gap:72px;padding-bottom:64px}
.hero__copy{max-width:720px}
.hero__lead{max-width:650px;margin:0 0 30px;color:var(--muted);font-size:clamp(18px,1.5vw,21px);line-height:1.62}
.hero__actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.risk-line{margin:16px 0 0;color:var(--muted);font-size:13px}
.hero-proof{width:min(590px,100%);margin:0 0 24px;padding:14px 18px 14px 14px;display:flex;align-items:center;gap:22px;border:1px solid rgba(45,111,102,.28);border-radius:12px;background:var(--sea-mist)}
.hero-proof__faces{display:flex;align-items:center;flex:0 0 auto;padding-left:2px}
.hero-proof__faces img{position:relative;width:48px;height:48px;flex:0 0 48px;object-fit:cover;object-position:center 20%;border:3px solid var(--ivory);border-radius:50%;background:var(--sea-mist);box-shadow:0 3px 10px rgba(14,40,51,.14)}
.hero-proof__faces img+img{margin-left:-12px}
.hero-proof__faces img:nth-child(1){z-index:5}.hero-proof__faces img:nth-child(2){z-index:4}.hero-proof__faces img:nth-child(3){z-index:3}.hero-proof__faces img:nth-child(4){z-index:2}.hero-proof__faces img:nth-child(5){z-index:1}
.hero-proof__copy{min-width:0;display:grid;gap:5px}
.hero-proof__stars{display:flex;align-items:center;gap:3px;color:var(--saffron);font-size:19px;line-height:1}
.hero-proof__copy>strong{max-width:280px;color:var(--ocean-deep);font-size:16px;letter-spacing:.005em;line-height:1.18;text-transform:uppercase}
.hero-shortlist{--hero-shortlist-row-height:96px;--hero-shortlist-gap:12px;--hero-shortlist-loop:-1296px;position:relative;width:100%;max-width:560px;background:var(--sea-mist);border:1px solid var(--ocean);border-radius:14px;box-shadow:var(--shadow)}
.hero-shortlist__header{min-height:88px;padding:22px 124px 18px 22px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--stone)}
.hero-shortlist__status-dot{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:var(--sea-glass);animation:hero-shortlist-status-pulse 2s ease-in-out infinite}
.hero-shortlist__status-copy{min-width:0;display:grid;gap:4px}
.hero-shortlist__status-copy strong{color:var(--ocean-deep);font-size:16px;line-height:1.3}
.hero-shortlist__status-copy>span{color:var(--sea-glass-dark);font-size:9px;font-weight:800;letter-spacing:.16em;line-height:1.3}
.hero-shortlist__seal{position:absolute;right:-18px;top:-24px;z-index:2;width:108px;height:108px;padding:20px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid var(--ivory);border-radius:50%;background:var(--ocean-deep);box-shadow:0 0 0 1px var(--ocean),6px 6px 0 var(--saffron);color:var(--ivory);text-align:center}
.hero-shortlist__seal::before,.hero-shortlist__seal::after{content:"";width:34px;height:2px;display:block;flex:0 0 auto;background:var(--saffron)}
.hero-shortlist__seal::before{margin-bottom:5px}
.hero-shortlist__seal::after{margin-top:5px}
.hero-shortlist__seal span{font-size:11px;font-weight:800;letter-spacing:.15em;line-height:1.18}
.hero-shortlist__viewport{height:312px;margin:0 18px 18px;overflow:hidden}
.hero-shortlist__track{display:grid;gap:var(--hero-shortlist-gap);transform:translateY(0);animation:hero-shortlist-scroll 48s linear infinite;will-change:transform}
.hero-shortlist:hover .hero-shortlist__track{animation-play-state:paused}
.hero-shortlist__row{height:var(--hero-shortlist-row-height);min-width:0;padding:12px 14px;display:grid;grid-template-columns:56px minmax(0,1fr) minmax(94px,118px);align-items:center;gap:14px;background:var(--ivory);border:1px solid var(--stone);border-radius:10px}
.hero-shortlist__row img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.hero-shortlist__person{min-width:0;display:grid;gap:4px}
.hero-shortlist__person strong{color:var(--ocean-deep);font-size:15px;line-height:1.22}
.hero-shortlist__person span{color:var(--sea-glass-dark);font-size:12px;line-height:1.3;white-space:nowrap}
.hero-shortlist__criterion{min-width:0;padding-left:12px;border-left:1px solid var(--stone);color:var(--sea-glass-dark);font-size:11px;font-weight:700;line-height:1.3;text-align:right}
.hero-shortlist__footer{min-height:62px;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:0 0 13px 13px;background:var(--ocean);color:var(--ivory);font-size:12px;line-height:1.35}
.hero-shortlist__footer strong{max-width:190px;font-size:13px;text-align:right}
@keyframes hero-shortlist-status-pulse{0%,100%{opacity:.58;transform:scale(.86)}50%{opacity:1;transform:scale(1)}}
@keyframes hero-shortlist-scroll{from{transform:translateY(0)}to{transform:translateY(var(--hero-shortlist-loop))}}
.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--stone)}
.proof-strip>div{min-height:96px;padding:22px 24px 20px 0;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:13px}
.proof-strip>div+div{border-left:1px solid var(--stone);padding-left:24px}
.proof-strip .icon{width:20px;height:20px;color:var(--ocean)}
.proof-strip p{margin:0}
.proof-strip strong{font-size:16px;line-height:1.3}
.proof-strip span{display:block;margin-top:4px;color:var(--muted);font-size:13px}

/* Economics */
.economics{background:var(--sand)}
.economics__layout{display:grid;grid-template-columns:minmax(0,.78fr) minmax(600px,1.22fr);gap:96px;align-items:start}
.economics__intro{position:sticky;top:104px;max-width:none}
.economics__intro h2{font-size:clamp(38px,3.3vw,52px)}
.economics__difference{margin:34px 0 24px;padding:26px 0 22px;border-block:1px solid var(--stone)}
.economics__difference strong{display:block;color:var(--coral-dark);font-size:clamp(58px,5.8vw,84px);font-weight:700;letter-spacing:-.07em;line-height:.9;white-space:nowrap}
.economics__difference span{display:block;margin-top:12px;color:var(--ocean);font-size:11px;font-weight:700;letter-spacing:.11em;line-height:1.35;text-transform:uppercase}
.economics__intro>.economics__support{margin-bottom:0;color:var(--ocean);font-size:17px;line-height:1.56}
.economics__intro>.rate-callout{margin:26px 0 0;padding-top:22px;border-top:1px solid var(--stone);font-size:14px;line-height:1.55}
.rate-callout strong{display:block;margin-bottom:6px;color:var(--ink)}
.economics__intro>.cta{margin-top:24px}
.economics__content{min-width:0}
.economics__cost-comparison{display:grid;grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr);gap:12px;align-items:stretch}
.cost-card{min-width:0;overflow:hidden;display:grid;grid-template-rows:174px 1fr;border:1px solid var(--stone);border-radius:12px;background:var(--ivory)}
.cost-card--global{border-color:var(--sea-glass-dark);background:var(--sea-mist)}
.cost-card__visual{min-width:0;overflow:hidden;border-bottom:1px solid var(--stone);background:var(--sea-glass)}
.cost-card--global .cost-card__visual{border-color:var(--sea-glass-dark)}
.cost-card__visual img{width:100%;height:100%;object-fit:cover;object-position:center 23%;filter:saturate(.82) contrast(1.04)}
.cost-card__visual--latam-female img{object-position:center 24%}
.cost-card__visual--rate{display:grid;place-items:center;background:var(--ivory)}
.cost-medallion{position:relative;width:104px;height:104px;display:grid;align-content:center;justify-items:center;border:2px solid var(--ocean);border-radius:50%;background:var(--sand);color:var(--ocean-deep);line-height:1}
.cost-medallion::after{content:"";position:absolute;right:7px;top:13px;width:7px;height:7px;border-radius:50%;background:var(--saffron)}
.cost-medallion strong{font-size:31px;letter-spacing:-.055em}
.cost-medallion span{margin-top:5px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.12em}
.cost-card__body{min-width:0;padding:22px;display:grid;grid-template-rows:auto auto 1fr auto;gap:16px}
.cost-card__eyebrow{margin:0;display:flex;align-items:center;gap:7px;color:var(--ocean);font-size:9.5px;font-weight:800;letter-spacing:.11em;line-height:1.35}
.cost-card__eyebrow::before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--saffron)}
.cost-card--global .cost-card__eyebrow{color:var(--sea-glass-dark)}
.cost-card__identity h3{margin:0 0 4px;color:var(--ocean-deep);font-size:21px}
.cost-card__identity p{margin:0;color:var(--muted);font-size:12px;line-height:1.4}
.cost-card--global .cost-card__identity p{color:var(--ocean)}
.cost-card__assumptions{list-style:none;margin:0;padding:0;align-self:stretch;display:grid;align-content:end}
.cost-card__assumptions li{padding:8px 0;border-top:1px solid var(--stone);color:var(--muted);font-size:12.5px;line-height:1.35}
.cost-card--global .cost-card__assumptions li{border-color:var(--stone);color:var(--ocean)}
.cost-card__total{margin:0;padding-top:16px;border-top:2px solid var(--ocean);color:var(--ocean-deep)}
.cost-card--global .cost-card__total{border-color:var(--sea-glass-dark)}
.cost-card__total strong{display:block;color:inherit;font-size:clamp(32px,2.8vw,39px);font-weight:700;letter-spacing:-.055em;line-height:1;white-space:nowrap}
.cost-card--global .cost-card__total strong{color:var(--coral-dark)}
.cost-card__total span{display:block;margin-top:6px;color:var(--muted);font-size:11px;font-weight:650;line-height:1.3}
.cost-card--global .cost-card__total span{color:var(--ocean)}
.economics__versus{width:44px;height:44px;align-self:center;justify-self:center;display:grid;place-items:center;border:3px solid var(--sand);border-radius:50%;background:var(--ocean);box-shadow:0 0 0 1px var(--stone);color:var(--ivory);font-size:10px;font-weight:800;letter-spacing:.08em}
.economics__disclosure{margin:18px 0 0;color:var(--muted);font-size:12px;line-height:1.55}
.economics__table-intro{margin:48px 0 20px;padding-top:26px;border-top:1px solid var(--stone)}
.economics__table-intro .section-label{margin-bottom:10px}
.economics__table-intro h3{max-width:520px;margin:0;color:var(--ocean-deep);font-size:30px;line-height:1.12}
.comparison{border-top:2px solid var(--ocean)}
.comparison__head,.comparison__row{display:grid;grid-template-columns:.72fr 1fr 1fr;gap:0}
.comparison__head{color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.comparison__head>span{padding:16px 18px}
.comparison__head>span:nth-child(2){background:rgba(224,208,192,.48)}
.comparison__head>span:nth-child(3){background:rgba(79,128,110,.13);color:var(--sea-glass-dark)}
.comparison__row>*{min-width:0;padding:20px 18px;border-bottom:1px solid var(--stone)}
.comparison__row strong{font-size:15px}
.comparison__row span{position:relative;padding-left:44px;color:var(--muted);font-size:15px}
.comparison__row span:first-of-type{background:rgba(224,208,192,.48);color:var(--ocean)}
.comparison__row span:last-child{background:rgba(79,128,110,.13);color:var(--ink);font-weight:600}
.comparison__row span::after{position:absolute;left:18px;top:20px;font-size:15px;font-weight:800;line-height:1}
.comparison__row span:first-of-type::after{content:"×";color:var(--coral-dark)}
.comparison__row span:last-child::after{content:"✓";color:var(--sea-glass-dark)}

/* Brand experience proof */
.brand-proof{padding:54px 0 46px;background:var(--ivory);border-block:1px solid rgba(23,56,74,.12)}
.brand-proof__inner{text-align:center}
.brand-proof h2{margin:0;color:var(--ocean);font-size:17px;font-weight:700;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}
.brand-proof__logos{list-style:none;max-width:1160px;margin:34px auto 0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:30px 42px;align-items:center}
.brand-proof__logos li{min-width:0;min-height:48px;display:grid;place-items:center}
.brand-proof__logos img{width:132px;height:38px;object-fit:contain}


/* Role stories */
.roles{overflow:hidden;padding:36px 0;background:var(--sea-mist)}
.roles__header{margin-bottom:2px;text-align:center}
.roles__header h2{max-width:900px;margin:0 auto;font-size:clamp(28px,2.4vw,36px)}
.role-marquee{width:100vw;margin-inline:calc(50% - 50vw);overflow:hidden;contain:layout paint;padding-block:18px;outline:none}
.role-marquee:focus-visible{box-shadow:inset 0 0 0 3px var(--sea-glass-dark)}
.role-track{display:flex;align-items:stretch;gap:16px;width:max-content;animation:role-marquee-scroll 52.32s linear infinite;will-change:transform}
.role-marquee:focus-within .role-track{animation-play-state:paused}
.role-story{width:202px;height:257px;display:flex;flex:0 0 202px;flex-direction:column;min-width:0;overflow:hidden;border:0;border-radius:16px;background:var(--ivory);box-shadow:0 2px 18px rgba(0,64,73,.08)}
.role-story__portrait{position:relative;width:202px;height:126px;flex:0 0 126px;background:var(--sea-glass)}
.role-story__portrait img{width:202px;height:126px;object-fit:cover;object-position:center 20%;filter:saturate(.82) contrast(1.04)}
.role-story--marta .role-story__portrait img{object-position:center}
.role-story__flag{position:absolute;right:12px;bottom:-20px;z-index:2;width:40px;height:40px;display:grid;place-items:center;overflow:hidden;border:3px solid var(--ivory);border-radius:50%;background:var(--ivory);box-shadow:0 4px 12px rgba(14,40,51,.16);font-size:21px;line-height:1}
.role-story__flag span{display:block;line-height:1}
.role-story__body{height:131px;display:flex;flex:0 0 131px;min-height:0;flex-direction:column;align-items:center;padding:18px 12px 9px;text-align:center}
.role-story__name{margin:0 0 2px;font-size:16px;line-height:1.2}
.role-story__role{margin:0;color:var(--muted);font-size:12px;line-height:1.3}
.role-story__company{width:100%;margin-top:auto;padding-top:6px;display:grid;justify-items:center;gap:2px;border-top:1px solid rgba(23,56,74,.14);text-align:center}
.role-story__company>span{color:var(--muted);font-size:11px;line-height:1.25}
.role-story__company img{display:block;width:90px;height:24px;object-fit:contain;margin-inline:auto}

@keyframes role-marquee-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-2616px,0,0)}}
@keyframes role-marquee-scroll-mobile{from{transform:translate3d(0,0,0)}to{transform:translate3d(-2256px,0,0)}}

/* Screening */
.section--slate{background:var(--ocean);color:var(--ivory)}
.screen__layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:112px;align-items:start}
.screen__intro{position:sticky;top:104px;max-width:460px}
.screen__intro>p:not(.section-label){color:rgba(255,253,248,.74);font-size:18px;line-height:1.62}
.screen__intro .text-link{margin-top:20px}
.screen-steps{position:relative;list-style:none;margin:0;padding:0}
.screen-steps::before{content:"";position:absolute;left:17px;top:0;bottom:0;width:2px;background:rgba(224,208,192,.52)}
.screen-steps li{position:relative;display:grid;grid-template-columns:36px 30px 1fr;gap:18px;padding:28px 0;border-bottom:1px solid var(--line-dark)}
.screen-steps li:first-child{border-top:1px solid var(--line-dark)}
.screen-steps__number{position:relative;z-index:1;align-self:start;padding:3px 0;background:var(--ocean);color:var(--saffron);font-size:12px;font-weight:700;letter-spacing:.08em}
.screen-steps__icon{width:24px;height:24px;color:var(--ivory)}
.screen-steps h3{margin-bottom:8px;color:var(--ivory)}
.screen-steps p{margin:0;color:rgba(255,253,248,.72);font-size:16px;line-height:1.58}
.screen-steps__result{background:rgba(255,253,248,.06);padding-inline:0!important}
.screen-steps__result .screen-steps__number{background:transparent}
.screen-steps__result .screen-steps__icon{color:var(--saffron)}
.screen-steps__result p{color:rgba(255,253,248,.88)}

/* Global talent atlas */
.global{position:relative;overflow:hidden;padding:74px 0 58px;background:var(--ocean-deep);color:var(--ivory)}
.global::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:rgba(232,173,69,.72)}
.global__layout{position:relative}
.global__intro{position:relative;z-index:4;display:grid;grid-template-columns:minmax(0,780px) 250px;align-items:end;justify-content:space-between;gap:64px}
.global .section-intro{max-width:780px}
.global .section-intro h2{max-width:760px;color:var(--ivory)}
.global .section-intro>p:not(.section-label){max-width:730px;color:rgba(255,253,248,.72);font-size:17px;line-height:1.55}
.global .section-intro>p:last-child{margin-bottom:0}
.global-proof{min-height:92px;padding:17px 0;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;border-block:1px solid rgba(224,208,192,.35)}
.global-proof__stat{min-width:0;display:grid;align-content:center;gap:3px}
.global-proof__stat+.global-proof__stat{padding-left:20px;border-left:1px solid rgba(224,208,192,.35)}
.global-proof strong{color:var(--saffron);font-size:31px;font-weight:700;letter-spacing:-.05em;line-height:1}
.global-proof__stat>span{color:rgba(255,253,248,.68);font-size:10px;font-weight:700;letter-spacing:.1em;line-height:1.35;text-transform:uppercase}
.global-atlas{position:relative;min-height:570px;margin-top:4px}
.global-atlas__plate{position:absolute;right:130px;bottom:-8px;width:900px;height:610px}
.global-atlas__globe{width:100%;height:auto;display:block;overflow:visible}
.atlas-atmosphere{fill:none;stroke:rgba(232,173,69,.38);stroke-width:1.25;stroke-dasharray:4 13;transform-box:fill-box;transform-origin:center;animation:atlas-ring-drift 42s linear infinite}
.atlas-rim{fill:none;stroke:rgba(221,234,230,.42);stroke-width:1.2}
.atlas-ocean{fill:var(--ocean)}
.atlas-stars{opacity:.48}
.atlas-grid{fill:none;stroke:rgba(221,234,230,.22);stroke-width:1.15}
.atlas-grid--longitudes{transform-box:fill-box;transform-origin:center;animation:atlas-longitude-drift 32s ease-in-out infinite}
.atlas-land{fill:rgba(79,128,110,.74);stroke:rgba(221,234,230,.38);stroke-width:1.2;stroke-linejoin:round}
.atlas-land path:nth-child(2),.atlas-land path:nth-child(4),.atlas-land path:nth-child(6){fill:rgba(221,234,230,.2)}
.atlas-routes{fill:none}
.atlas-route{stroke-width:2;stroke-linecap:round;stroke-dasharray:5 10;animation:atlas-route-flow 18s linear infinite}
.atlas-route--latam{stroke:var(--coral)}
.atlas-route--philippines{stroke:var(--saffron)}
.atlas-route--india{stroke:var(--sea-glass)}
.atlas-route--south-africa{stroke:var(--sea-mist)}
.atlas-traveler{offset-rotate:0deg;animation:atlas-travel 9s linear infinite}
.atlas-traveler--latam{fill:var(--coral);offset-path:path("M480 315Q392 208 286 237")}
.atlas-traveler--philippines{fill:var(--saffron);offset-path:path("M480 315Q598 205 678 283");animation-delay:-2.2s}
.atlas-traveler--india{fill:var(--sea-glass);offset-path:path("M480 315Q548 236 605 265");animation-delay:-4.4s}
.atlas-traveler--south-africa{fill:var(--sea-mist);offset-path:path("M480 315Q536 372 530 438");animation-delay:-6.6s}
.atlas-pin--latam{color:var(--coral)}
.atlas-pin--philippines{color:var(--saffron)}
.atlas-pin--india{color:var(--sea-glass)}
.atlas-pin--south-africa{color:var(--sea-mist)}
.atlas-pin__halo{fill:currentColor;opacity:.22;transform-box:fill-box;transform-origin:center;animation:atlas-pin-pulse 3.6s ease-out infinite}
.atlas-pin--philippines .atlas-pin__halo{animation-delay:-.9s}
.atlas-pin--india .atlas-pin__halo{animation-delay:-1.8s}
.atlas-pin--south-africa .atlas-pin__halo{animation-delay:-2.7s}
.atlas-pin__core{fill:currentColor;stroke:var(--ocean-deep);stroke-width:3}
.atlas-map-label{pointer-events:none;color:var(--saffron)}
.atlas-map-label--latam{color:var(--coral)}
.atlas-map-label--india{color:var(--sea-glass)}
.atlas-map-label--south-africa{color:var(--sea-mist)}
.atlas-map-label path{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round}
.atlas-map-label rect{fill:rgba(14,40,51,.94);stroke:currentColor;stroke-width:1}
.atlas-map-label text{fill:var(--ivory);font-family:var(--font);font-size:13px;font-weight:700;letter-spacing:.035em;text-anchor:middle}
.atlas-origin__ring{fill:var(--ocean-deep);stroke:var(--saffron);stroke-width:2}
.atlas-origin__core{fill:var(--ivory);stroke:var(--ocean-deep);stroke-width:3}
.global-regions{list-style:none;margin:0;padding:0}
.region-card{position:absolute;z-index:3;width:310px;min-height:104px;padding:16px 18px 16px 14px;display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:15px;background:var(--ocean);border-top:1px solid rgba(221,234,230,.22);border-left:3px solid var(--saffron);box-shadow:0 14px 34px rgba(6,23,29,.34)}
.region-card::after{content:"";position:absolute;top:51px;height:1px;background:rgba(224,208,192,.54)}
.region-card--latam{left:0;top:112px;border-left-color:var(--coral)}
.region-card--latam::after{left:100%;width:86px}
.region-card--philippines{right:0;top:28px;border-left-color:var(--saffron)}
.region-card--philippines::after{right:100%;width:72px}
.region-card--india{right:34px;bottom:76px;border-left-color:var(--sea-glass)}
.region-card--india::after{right:100%;width:66px}
.region-card--south-africa{left:190px;bottom:16px;border-left-color:var(--sea-mist)}
.region-card--south-africa::after{left:100%;width:64px}
.region-card__portrait{width:64px;height:64px;overflow:hidden;border:3px solid var(--ivory);border-radius:50%;background:var(--sea-glass)}
.region-card__portrait img{width:100%;height:100%;object-fit:cover;object-position:center 19%;filter:saturate(.82) contrast(1.04)}
.region-card__copy{min-width:0}
.region-card__index{display:block;margin-bottom:5px;color:var(--saffron);font-size:9px;font-weight:800;letter-spacing:.13em;line-height:1.2}
.region-card h3{margin:0 0 4px;color:var(--ivory);font-size:18px;letter-spacing:-.015em}
.region-card p{margin:0;color:rgba(255,253,248,.67);font-size:12px;line-height:1.4}
.region-discovery{position:absolute;left:0;top:330px;z-index:3;width:235px;padding:15px 0;display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:start;border-block:1px solid rgba(224,208,192,.3)}
.region-discovery__marker{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--coral);border-radius:50%;color:var(--coral);font-size:18px;line-height:1}
.region-discovery strong,.region-discovery span{display:block}
.region-discovery strong{color:var(--ivory);font-size:14px;line-height:1.3}
.region-discovery div>span{margin-top:4px;color:rgba(255,253,248,.6);font-size:11px;line-height:1.4}
.global-atlas__disclosure{position:absolute;right:0;bottom:7px;z-index:3;width:370px;margin:0;color:rgba(255,253,248,.48);font-size:10px;line-height:1.45;text-align:right}
@keyframes atlas-ring-drift{to{transform:rotate(360deg)}}
@keyframes atlas-longitude-drift{0%,100%{transform:translateX(-3px)}50%{transform:translateX(3px)}}
@keyframes atlas-route-flow{to{stroke-dashoffset:-180}}
@keyframes atlas-travel{from{offset-distance:0%}to{offset-distance:100%}}
@keyframes atlas-pin-pulse{0%{opacity:.38;transform:scale(.55)}70%,100%{opacity:0;transform:scale(1.35)}}

@media(max-width:1199px){
  .global__intro{grid-template-columns:1fr;gap:30px}
  .global-proof{width:250px;justify-self:start}
  .global-atlas{min-height:0;margin-top:44px}
  .global-atlas__plate{position:relative;right:auto;bottom:auto;width:min(760px,100%);height:auto;aspect-ratio:900/610;margin-inline:auto}
  .global-regions{position:relative;z-index:3;width:min(860px,100%);margin:-96px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}
  .region-card,.region-card--latam,.region-card--philippines,.region-card--india,.region-card--south-africa{position:relative;inset:auto;width:auto;min-height:104px}
  .region-card::after{display:none}
  .region-discovery{position:relative;inset:auto;grid-column:1/-1;width:min(380px,100%);justify-self:center}
  .global-atlas__disclosure{position:relative;right:auto;bottom:auto;width:auto;max-width:560px;margin:24px auto 0;text-align:center}
}

/* Guarantee */
.guarantee{background:var(--coral-dark);color:var(--ivory)}
.guarantee__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:96px;align-items:end}
.guarantee__heading{display:grid;grid-template-columns:48px 1fr;gap:26px;align-items:start}
.guarantee__icon{width:48px;height:48px;color:var(--ivory)}
.guarantee h2{max-width:760px;margin:0;padding-bottom:24px;border-bottom:2px solid var(--saffron);color:var(--ivory)}
.guarantee__copy{padding-left:40px;border-left:1px solid var(--line-dark)}
.guarantee__copy p{margin-bottom:28px;color:var(--ivory);font-size:18px;line-height:1.62}

/* Process */
.process{background:var(--ivory)}
.process__layout{display:block}
.process__layout>.section-intro{max-width:780px;margin-bottom:56px}
.process-list{position:relative;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr)}
.process-list::before{content:"";position:absolute;left:16px;right:16px;top:31px;height:2px;background:var(--stone)}
.process-list li{position:relative;display:grid;grid-template-columns:34px 1fr;grid-template-rows:64px auto;column-gap:16px;padding:0 42px 0 0}
.process-list li:last-child{padding-right:0}
.process-list li>span{position:relative;z-index:1;width:30px;height:30px;align-self:center;display:grid;place-items:center;background:var(--ivory);color:var(--coral-dark);font-size:12px;font-weight:800}
.process-list__icon{position:relative;z-index:1;align-self:center;width:24px;height:24px;background:var(--ivory);color:var(--ocean)}
.process-list li:nth-child(2) .process-list__icon{width:28px;height:28px}
.process-list li:nth-child(3) .process-list__icon{width:32px;height:32px}
.process-list li>div{grid-column:1/-1;padding-top:18px;border-top:1px solid var(--stone)}
.process-list h3{margin:0 0 8px}
.process-list p{margin:0;color:var(--muted);font-size:16px;line-height:1.58}

/* FAQ */
.faq{background:var(--sand)}
.faq__layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(560px,1.2fr);gap:96px;align-items:start}
.faq__list{border-top:2px solid var(--ocean)}
details{border-bottom:1px solid var(--stone)}
summary{min-height:70px;padding:20px 2px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font-size:18px;font-weight:650}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border:1px solid var(--stone);color:var(--ocean);font-size:22px;font-weight:400;transition:transform .16s ease}
details[open] summary::after{transform:rotate(45deg)}
details p{max-width:680px;margin:0;padding:0 50px 24px 2px;color:var(--muted);font-size:16px;line-height:1.6}

/* Final action and footer */
.final-cta{padding:128px 0;background:var(--ocean-deep);border-top:2px solid var(--saffron);color:var(--ivory)}
.final-cta__inner{display:grid;grid-template-columns:minmax(0,820px) auto;align-items:end;justify-content:space-between;gap:64px}
.final-cta h2{margin-bottom:22px;color:var(--ivory)}
.final-cta__copy>p:not(.section-label){max-width:650px;margin:0;color:rgba(255,253,248,.74);font-size:19px;line-height:1.6}
.final-cta small{display:block;margin-top:18px;color:rgba(255,253,248,.6);font-size:12px}
.final-cta .cta{min-width:230px}
.landing-footer{padding:42px 0 30px;background:var(--ink);color:var(--ivory)}
.landing-footer__top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:30px;border-bottom:1px solid var(--line-dark)}
.landing-footer__top .brand img{filter:brightness(0) invert(1)}
.landing-footer__top>div{display:flex;gap:24px;flex-wrap:wrap}
.landing-footer a{text-decoration:none}
.landing-footer a:hover{text-decoration:underline;text-underline-offset:4px}
.landing-footer__bottom{display:grid;grid-template-columns:auto minmax(0,720px);justify-content:space-between;gap:40px;padding-top:24px;color:rgba(255,253,248,.62);font-size:12px}
.landing-footer__bottom p{margin:0;text-align:right}
.mobile-action{display:none}

/* Consultation flow */
.consultation-page{min-height:100vh;display:flex;flex-direction:column;background:var(--sand)}
.site-header{height:64px;flex:0 0 64px;padding:0 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--ivory);border-bottom:1px solid var(--stone);position:relative;z-index:10}
.wordmark{grid-column:2;display:flex;align-items:center;gap:12px;text-decoration:none;min-height:44px}
.wordmark img{width:24px;height:34px;object-fit:contain}
.wordmark__name{font-size:15px;font-weight:700;letter-spacing:.13em}
.header-back{grid-column:1;grid-row:1;justify-self:start;width:44px;height:44px;border:0;background:transparent;color:var(--ocean);font-size:36px;line-height:1;cursor:pointer}
.header-contact{grid-column:3;grid-row:1;justify-self:end;min-height:44px;display:flex;align-items:center;color:var(--ocean);font-size:13px;font-weight:700;text-decoration:none}
.consultation-main{position:relative;flex:1;min-height:0}
.progress{width:min(680px,calc(100% - 48px));margin:26px auto 0;display:flex;align-items:center;gap:14px;color:var(--ocean);font-size:11px;font-weight:700;letter-spacing:.04em}
.progress[hidden]{display:none}
.progress__track{height:4px;flex:1;background:var(--stone);overflow:hidden}
.progress__track span{display:block;width:0;height:100%;background:var(--coral-dark);transition:width .2s ease}
.stage{display:none;min-height:calc(100vh - 150px);padding:48px 24px 64px;align-items:flex-start;justify-content:center}
.stage.is-active{display:flex}
.intro{align-items:center}
.intro__inner{width:min(800px,100%);margin:auto;text-align:left}
.intro h1{max-width:760px;margin-bottom:24px}
.intro__lead{max-width:720px;margin:0 0 28px;color:var(--muted);font-size:clamp(17px,1.6vw,20px);line-height:1.62}
.intro__micro{margin:14px 0 0;color:var(--muted);font-size:12px}
.intro__facts{display:grid;grid-template-columns:repeat(3,1fr);max-width:760px;margin:34px 0 0;border-top:1px solid var(--stone)}
.intro__facts span{padding:18px 22px 0 0;display:grid;gap:4px}
.intro__facts span+span{padding-left:22px;border-left:1px solid var(--stone)}
.intro__facts b{font-size:13px}
.intro__facts small{color:var(--muted);font-size:11px}
.claim-note{max-width:680px;margin:24px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
.button--primary{min-width:min(330px,100%)}
.button--ghost{background:var(--ivory);color:var(--ocean);border:1px solid var(--stone)}
.button--ghost:hover{background:var(--sand)}
.button:disabled{cursor:not-allowed;background:var(--stone);color:var(--muted);transform:none}
.question{padding-top:38px;text-align:left}
.question__inner{width:min(860px,100%);margin:0 auto}
.question h2{max-width:800px;margin-bottom:14px;font-size:clamp(38px,4.8vw,64px)}
.question__help{max-width:680px;margin:0 0 24px;color:var(--muted);font-size:16px;line-height:1.55}
.field{width:min(620px,100%);margin:28px 0 0}
.input,.textarea{width:100%;border:1.5px solid var(--stone);border-radius:8px;background:var(--ivory);color:var(--ink);font-size:17px;padding:16px 17px;outline:none;transition:border .15s ease,box-shadow .15s ease}
.input{min-height:58px}
.textarea{min-height:150px;resize:vertical;line-height:1.5}
.input:focus,.textarea:focus{border-color:var(--ocean);box-shadow:0 0 0 3px rgba(23,56,74,.13)}
.field__note,.privacy-note{display:block;margin:8px 2px 0;color:var(--muted);font-size:11px;text-align:left}
.actions{margin:18px 0 0;display:flex;flex-wrap:wrap;gap:10px}
.actions .button{min-width:min(300px,100%)}
.options{width:min(800px,100%);margin:26px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.option{min-height:76px;border:1.5px solid var(--stone);border-radius:10px;background:var(--ivory);color:var(--ink);padding:12px 14px;display:grid;grid-template-columns:40px 1fr 22px;gap:12px;align-items:center;text-align:left;cursor:pointer;transition:border .15s ease,background .15s ease,transform .15s ease}
.option:hover{border-color:var(--ocean);transform:translateY(-1px)}
.option[aria-pressed=true]{border-color:var(--sea-glass-dark);background:rgba(79,128,110,.12)}
.option__icon{width:38px;height:38px;display:grid;place-items:center;background:var(--sand);color:var(--ocean);font-size:14px;font-weight:700}
.option[aria-pressed=true] .option__icon{background:rgba(79,128,110,.16);color:var(--sea-glass-dark)}
.option__label{font-size:14px;font-weight:650;line-height:1.35}
.option__mark{width:22px;height:22px;border:1.5px solid var(--stone);border-radius:50%;display:grid;place-items:center;color:transparent;font-size:11px;font-weight:800}
.option[aria-pressed=true] .option__mark{background:var(--sea-glass-dark);border-color:var(--sea-glass-dark);color:var(--ivory)}
.details-grid{width:min(680px,100%);display:grid;grid-template-columns:1fr 1fr;gap:12px}
.details-grid .full,.details-grid .actions,.details-grid .privacy-note{grid-column:1/-1}
.optional-label{margin:2px 2px -5px;color:var(--muted);font-size:11px;font-weight:700;text-align:left}
.result{align-items:flex-start;text-align:left;padding-top:38px}
.result>*{width:min(820px,100%)}
.result__icon{width:52px;height:52px;margin:0 0 20px;display:grid;place-items:center;background:var(--sea-glass);color:var(--ivory);font-size:24px;font-weight:800}
.result h2{margin-bottom:18px;font-size:clamp(42px,5vw,66px)}
.result__lead{max-width:720px;margin:0 0 22px;color:var(--muted);font-size:17px;line-height:1.6}
.brief{width:min(760px,100%);margin:24px 0;background:var(--ivory);border:1px solid var(--stone);border-radius:12px;padding:22px}
.brief__title{margin:0 0 14px;color:var(--ocean);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.brief__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.brief__grid span{display:grid;gap:3px}
.brief__grid small{color:var(--muted);font-size:10px;letter-spacing:.06em;text-transform:uppercase}
.brief__grid b{font-size:14px}
.booking-shell{width:100%;min-height:700px;margin:27px 0 0;border-radius:12px;overflow:hidden;background:var(--ivory);border:1px solid var(--stone)}
.calendly-inline-widget{width:100%;min-width:320px;height:700px}
.fallback-card{width:min(680px,100%);margin:26px 0 0;padding:26px;background:rgba(79,128,110,.12);border:1px solid rgba(58,97,82,.28);border-radius:12px}
.fallback-card h3{margin:0 0 8px;font-size:25px}
.fallback-card p{margin:0 0 20px;color:var(--muted);line-height:1.55}
.fallback-actions{display:flex;gap:10px;flex-wrap:wrap}
.micro{max-width:620px;margin:15px 0 0;color:var(--muted);font-size:10px}
.site-footer{min-height:52px;padding:12px 24px;display:flex;align-items:center;justify-content:center;gap:18px;border-top:1px solid var(--stone);color:var(--muted);font-size:10px;text-align:center}
.exit{width:min(500px,calc(100% - 28px));border:0;border-radius:12px;padding:36px;background:var(--ivory);color:var(--ink);text-align:left;box-shadow:var(--shadow)}
.exit::backdrop{background:rgba(14,40,51,.66)}
.exit__close{position:absolute;right:10px;top:8px;width:44px;height:44px;border:0;background:transparent;color:var(--muted);font-size:28px;cursor:pointer}
.exit h2{margin-bottom:12px;font-size:36px;letter-spacing:-.035em}
.exit>p:not(.eyebrow){color:var(--muted)}

@media(max-width:1100px){
  .container{width:min(100% - 48px,1000px)}
  .section{padding:88px 0}
  .hero__layout{grid-template-columns:1fr;gap:44px}
  .hero__copy{max-width:850px}
  .hero-shortlist{width:min(560px,100%);justify-self:start}
  .economics__layout,.guarantee__inner,.process__layout,.faq__layout{grid-template-columns:1fr;gap:52px}
  .economics__intro,.screen__intro{position:static}
  .economics__intro{max-width:760px}
  .economics__difference{max-width:580px}
  .screen__layout{grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr);gap:64px}
  .global{padding:72px 0 60px}
  .guarantee__copy{max-width:720px;padding:0;border:0}
  .brand-proof__logos{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 30px}
}

@media(max-width:767px){
  .container{width:calc(100% - 36px)}
  .section{padding:72px 0}
  h1{font-size:clamp(43px,12.2vw,56px);line-height:1}
  h2{font-size:clamp(36px,10vw,48px);line-height:1.04}
  .landing-header__inner{min-height:56px}
  .brand{font-size:13px;gap:9px}
  .brand img{width:21px;height:30px}
  .header-phone{display:none}
  .landing-header__actions{gap:12px}
  .cta--small{min-height:44px;padding:10px 12px;font-size:11.5px}
  .hero{padding-top:48px}
  .hero__layout{gap:38px;padding-bottom:44px}
  .hero__lead{font-size:17px;line-height:1.58}
  .hero__actions{display:grid;gap:12px}
  .hero__actions .cta{width:100%}
  .hero__actions .text-link{width:max-content}
  .risk-line{font-size:12px;line-height:1.5}
  .hero-proof{margin:0 0 20px;padding:12px;gap:14px}
  .hero-proof__faces img{width:40px;height:40px;flex-basis:40px;border-width:2px}
  .hero-proof__faces img+img{margin-left:-10px}
  .hero-proof__stars{gap:2px;font-size:16px}
  .hero-proof__copy>strong{font-size:12px;line-height:1.25}
  .brand-proof{padding:40px 0 34px}
  .brand-proof h2{font-size:13px;letter-spacing:.11em;line-height:1.5}
  .brand-proof__logos{margin-top:26px;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px}
  .brand-proof__logos li{min-height:36px}
  .brand-proof__logos img{width:96px;height:28px}

  .roles{display:block;padding:32px 0}
  .roles__header{padding-inline:18px}
  .roles__header h2{font-size:clamp(25px,7.2vw,31px);line-height:1.08}
  .role-marquee{padding-block:16px}
  .role-track{gap:12px;animation-name:role-marquee-scroll-mobile;animation-duration:45.12s}
  .role-story{width:176px;height:224px;flex-basis:176px;border-radius:14px}
  .role-story__portrait{width:176px;height:110px;flex-basis:110px}
  .role-story__portrait img{width:176px;height:110px}
  .role-story__flag{right:10px;bottom:-18px;width:36px;height:36px;border-width:3px;font-size:18px}
  .role-story__body{height:114px;flex-basis:114px;padding:15px 10px 8px}
  .role-story__name{font-size:15px}
  .role-story__role{font-size:11px}
  .role-story__company{padding-top:5px}
  .role-story__company>span{font-size:10px}
  .role-story__company img{width:80px;height:21px}

  .hero-shortlist{--hero-shortlist-row-height:84px;--hero-shortlist-gap:10px;--hero-shortlist-loop:-1128px;width:100%}
  .hero-shortlist__header{min-height:84px;padding:18px 105px 16px 14px;gap:8px}
  .hero-shortlist__status-dot{width:9px;height:9px}
  .hero-shortlist__status-copy{gap:3px}
  .hero-shortlist__status-copy strong{font-size:14px}
  .hero-shortlist__status-copy>span{font-size:8px;letter-spacing:.13em}
  .hero-shortlist__seal{right:10px;top:-18px;width:86px;height:86px;padding:14px 8px;border-width:3px;box-shadow:0 0 0 1px var(--ocean),4px 4px 0 var(--saffron)}
  .hero-shortlist__seal::before,.hero-shortlist__seal::after{width:26px;height:1px}
  .hero-shortlist__seal::before{margin-bottom:3px}
  .hero-shortlist__seal::after{margin-top:3px}
  .hero-shortlist__seal span{font-size:9px;letter-spacing:.12em}
  .hero-shortlist__viewport{height:272px;margin:0 10px 12px}
  .hero-shortlist__row{padding:8px 10px;grid-template-columns:47px minmax(0,1fr) minmax(62px,76px);gap:8px;border-radius:8px}
  .hero-shortlist__row img{width:47px;height:47px}
  .hero-shortlist__person{gap:3px}
  .hero-shortlist__person strong{font-size:13px;line-height:1.18}
  .hero-shortlist__person span{font-size:10px}
  .hero-shortlist__criterion{padding-left:8px;font-size:9px;line-height:1.22}
  .hero-shortlist__footer{min-height:58px;padding:13px 12px;gap:8px;font-size:10px}
  .hero-shortlist__footer strong{max-width:132px;font-size:11px}
  .proof-strip{grid-template-columns:1fr 1fr}
  .proof-strip>div{min-height:86px;padding:16px 14px 16px 0;border-bottom:1px solid var(--stone)}
  .proof-strip>div+div{padding-left:14px}
  .proof-strip>div:nth-child(3){border-left:0}
  .proof-strip strong{font-size:14px}
  .proof-strip span{font-size:12px}
  .economics{padding-block:64px}
  .economics__layout{gap:38px}
  .economics__intro h2{font-size:clamp(34px,9.8vw,44px)}
  .economics__difference{margin:24px 0 20px;padding:22px 0 18px}
  .economics__difference strong{font-size:clamp(50px,16vw,70px)}
  .economics__difference span{margin-top:10px;font-size:12px;letter-spacing:.08em}
  .economics__intro>.economics__support{font-size:15px;line-height:1.5}
  .economics__intro>.rate-callout{margin-top:20px;padding-top:18px;font-size:13px}
  .economics__intro>.cta{width:100%;margin-top:20px}
  .economics__cost-comparison{grid-template-columns:1fr;gap:0}
  .cost-card{grid-template-columns:112px minmax(0,1fr);grid-template-rows:auto;border-radius:10px}
  .cost-card__visual{position:relative;height:auto;min-height:100%;border-right:1px solid var(--stone);border-bottom:0}
  .cost-card--global .cost-card__visual{border-color:var(--sea-glass-dark)}
  .cost-card__visual img{position:absolute;inset:0}
  .cost-card__visual--rate{position:relative}
  .cost-medallion{width:78px;height:78px}
  .cost-medallion strong{font-size:24px}
  .cost-medallion span{font-size:10px}
  .cost-medallion::after{right:5px;top:10px;width:6px;height:6px}
  .cost-card__body{padding:18px;gap:12px}
  .cost-card__eyebrow{font-size:12px;letter-spacing:.07em}
  .cost-card__identity h3{font-size:20px}
  .cost-card__identity p,.cost-card__assumptions li{font-size:12px}
  .cost-card__assumptions li{padding:7px 0}
  .cost-card__total{padding-top:13px}
  .cost-card__total strong{font-size:34px}
  .cost-card__total span{font-size:12px}
  .economics__versus{width:36px;height:36px;margin:10px auto;border-width:2px;font-size:9px}
  .economics__disclosure{margin-top:14px;font-size:12px}
  .economics__table-intro{margin:38px 0 18px;padding-top:22px}
  .economics__table-intro h3{font-size:27px}
  .comparison__head{display:none}
  .comparison__row{grid-template-columns:1fr 1fr;gap:0}
  .comparison__row strong{grid-column:1/-1;padding:20px 0 10px;border:0}
  .comparison__row span{padding:12px 12px 16px 38px;font-size:14px}
  .comparison__row span::before{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
  .comparison__row span:nth-of-type(1)::before{content:"Usual search"}
  .comparison__row span:nth-of-type(2)::before{content:"Terranova"}
  .comparison__row span:nth-of-type(2)::before{color:var(--sea-glass-dark)}
  .comparison__row span::after{left:14px;top:37px}
  .screen__layout{grid-template-columns:1fr;gap:48px}
  .screen-steps li{grid-template-columns:36px 28px 1fr;gap:14px}
  .global{padding:62px 0 56px}
  .global__intro{gap:24px}
  .global .section-intro h2{margin-bottom:20px;font-size:clamp(36px,10vw,45px)}
  .global .section-intro>p:not(.section-label){font-size:15px;line-height:1.5}
  .global-proof{width:min(360px,100%);min-height:80px;padding:14px 0}
  .global-proof strong{font-size:28px}
  .global-atlas{margin-top:30px}
  .global-atlas__plate{width:calc(100% + 20px);height:300px;aspect-ratio:auto;margin-inline:-10px;overflow:hidden}
  .global-atlas__globe{position:absolute;left:50%;top:-2px;width:500px;max-width:none;transform:translateX(-50%)}
  .global-regions{width:100%;margin:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
  .region-card,.region-card--latam,.region-card--philippines,.region-card--india,.region-card--south-africa{min-height:112px;padding:15px 0;grid-template-columns:50px minmax(0,1fr);gap:10px;background:transparent;border-top:1px solid rgba(224,208,192,.28);border-left:0;box-shadow:none}
  .region-card__portrait{width:50px;height:50px;border-width:2px}
  .region-card__index{margin-bottom:4px;font-size:8px;letter-spacing:.1em}
  .region-card h3{margin-bottom:3px;font-size:15px;line-height:1.16}
  .region-card p{font-size:11px;line-height:1.34}
  .region-discovery{grid-column:1/-1;width:100%;min-height:68px;padding:14px 0;justify-self:stretch}
  .global-atlas__disclosure{max-width:none;margin-top:18px;font-size:9.5px;text-align:left}
  .process__layout>.section-intro{margin-bottom:42px}
  .process-list{display:block}
  .process-list::before{left:14px;right:auto;top:0;bottom:0;width:2px;height:auto}
  .process-list li,.process-list li:last-child{grid-template-columns:30px 32px 1fr;grid-template-rows:auto;gap:14px;padding:0 0 36px}
  .process-list li>span{align-self:start}
  .process-list__icon,.process-list li:nth-child(2) .process-list__icon,.process-list li:nth-child(3) .process-list__icon{width:26px;height:26px;align-self:start}
  .process-list li>div{grid-column:3;padding:0;border:0}
  .guarantee__heading{grid-template-columns:1fr;gap:20px}
  .final-cta{padding:86px 0}
  .final-cta__inner{grid-template-columns:1fr;gap:32px}
  .final-cta .cta{width:100%}
  .landing-footer__top,.landing-footer__bottom{display:grid;grid-template-columns:1fr;gap:22px}
  .landing-footer__top>div{display:grid;gap:10px}
  .landing-footer__bottom p{text-align:left}
  .mobile-action{position:fixed;left:0;right:0;bottom:0;z-index:50;padding:10px 18px calc(10px + env(safe-area-inset-bottom));display:block;background:rgba(255,253,248,.98);border-top:1px solid var(--stone);box-shadow:0 -8px 24px rgba(14,40,51,.08);transform:translateY(120%);visibility:hidden;transition:transform .2s ease,visibility .2s ease}
  .mobile-action.is-visible{transform:translateY(0);visibility:visible}
  .mobile-action .cta{width:100%}

  .site-header{height:58px;flex-basis:58px;padding:0 12px}
  .wordmark img{width:21px;height:30px}
  .wordmark__name{font-size:13px}
  .header-contact{display:none}
  .progress{width:calc(100% - 34px);margin-top:18px}
  .stage{min-height:calc(100vh - 120px);padding:32px 17px 44px}
  .intro{align-items:flex-start}
  .intro h1{font-size:clamp(42px,12vw,54px)}
  .intro__lead{font-size:16px}
  .button{min-height:56px;font-size:15px}
  .intro__facts{grid-template-columns:1fr;margin-top:28px}
  .intro__facts span{padding:12px 0}
  .intro__facts span+span{padding-left:0;border-left:0;border-top:1px solid var(--stone)}
  .question{padding-top:26px}
  .question h2{font-size:clamp(36px,10.5vw,47px)}
  .question__help{font-size:14px}
  .field{margin-top:20px}
  .input,.textarea{font-size:16px}
  .options{grid-template-columns:1fr;margin-top:20px;gap:9px}
  .option{min-height:64px;padding:10px 12px;grid-template-columns:38px 1fr 22px}
  .option__icon{width:36px;height:36px}
  .details-grid{grid-template-columns:1fr}
  .details-grid .full,.details-grid .actions,.details-grid .privacy-note{grid-column:auto}
  .brief__grid{grid-template-columns:1fr}
  .fallback-card{padding:22px 18px}
  .fallback-actions .button{width:100%}
  .site-footer{min-height:46px;padding:10px 14px;gap:8px;flex-wrap:wrap}
  .site-footer span:last-child{display:none}
  .exit{padding:30px 22px}
}

@media(max-width:420px){
  .hero{padding-top:40px}
  .proof-strip strong{font-size:13px}
  .cost-card{grid-template-columns:92px minmax(0,1fr)}
  .cost-card__body{padding:16px 14px}
  .cost-medallion{width:68px;height:68px}
  .cost-medallion strong{font-size:21px}
  .cost-card__total strong{font-size:31px}
}

@media(max-width:350px){
  .brand span,.wordmark__name{display:none}
  .cta--small{font-size:11px}
  .hero-shortlist__header{padding-right:100px}
  .hero-shortlist__status-copy strong{font-size:13px}
  .hero-shortlist__seal{right:8px;width:82px;height:82px}
  .hero-shortlist__row{grid-template-columns:46px minmax(0,1fr) minmax(60px,70px)}
  .hero-shortlist__row img{width:46px;height:46px}
  .hero-shortlist__person strong{font-size:12px}
  .hero-shortlist__criterion{font-size:8px}
  .hero-proof{display:grid;gap:12px}
  .comparison__row{grid-template-columns:1fr}
  .comparison__row strong{grid-column:auto}
  .global-atlas__plate{height:280px}
  .global-atlas__globe{width:470px}
  .global-regions{grid-template-columns:1fr}
  .region-card,.region-card--latam,.region-card--philippines,.region-card--india,.region-card--south-africa{min-height:84px;grid-template-columns:44px minmax(0,1fr)}
  .region-card__portrait{width:44px;height:44px}
  .region-discovery{grid-column:auto}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important}
  .hero-shortlist__track,.hero-shortlist__status-dot{animation:none!important;transform:none!important}
  .role-marquee{overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
  .role-track{animation:none!important;transform:none!important}
  .role-track [data-marquee-clone="true"]{display:none}
  .atlas-atmosphere,.atlas-grid--longitudes,.atlas-route,.atlas-traveler,.atlas-pin__halo{animation:none!important;transform:none!important}
}
