:root{
  --sky:#5BA4E0;          /* Argentine sky blue, modernized */
  --sky-deep:#2C6FB3;
  --navy:#0B1F33;         /* near-black ink */
  --ink:#0E2233;
  --sun:#F4B740;          /* Sol de Mayo gold */
  --sun-deep:#E09A1E;
  --paper:#F7FAFD;
  --card:#FFFFFF;
  --line:rgba(11,31,51,.08);
  --muted:#5B7184;
  --good:#1FA971;
  --bad:#E5484D;
  --radius:20px;
  --shadow:0 1px 2px rgba(11,31,51,.04),0 12px 40px -12px rgba(11,31,51,.18);
  --shadow-sm:0 1px 2px rgba(11,31,51,.05),0 6px 20px -10px rgba(11,31,51,.14);
  --maxw:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--ink);
  background:var(--paper);line-height:1.55;-webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,.display{font-family:'Fraunces',Georgia,serif;font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--sky-deep)}
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.95rem;
  padding:.8rem 1.4rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:.2s;white-space:nowrap}
.btn-primary{background:var(--ink);color:#fff}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px rgba(11,31,51,.5)}
.btn-sun{background:linear-gradient(135deg,var(--sun),var(--sun-deep));color:#3a2a00}
.btn-sun:hover{transform:translateY(-2px);box-shadow:0 12px 30px -10px rgba(224,154,30,.6)}
.btn-ghost{background:#fff;border-color:var(--line);color:var(--ink)}
.btn-ghost:hover{border-color:var(--sky)}
.pill{display:inline-flex;align-items:center;gap:.4rem;font-size:.74rem;font-weight:700;padding:.3rem .7rem;border-radius:999px}
.pill-live{background:rgba(31,169,113,.12);color:var(--good)}
.dot{width:7px;height:7px;border-radius:50%;background:var(--good);box-shadow:0 0 0 0 rgba(31,169,113,.5);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(31,169,113,.5)}70%{box-shadow:0 0 0 8px rgba(31,169,113,0)}100%{box-shadow:0 0 0 0 rgba(31,169,113,0)}}

/* ---------- HEADER ---------- */
header.nav{position:sticky;top:0;z-index:50;backdrop-filter:saturate(160%) blur(14px);
  background:rgba(247,250,253,.78);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;gap:1.4rem;height:68px}
.logo{font-family:'Fraunces';font-weight:800;font-size:1.18rem;display:flex;align-items:center;gap:.55rem}
.logo .sun{width:24px;height:24px;border-radius:50%;background:radial-gradient(circle at 50% 45%,var(--sun),var(--sun-deep));
  box-shadow:0 0 0 3px rgba(244,183,64,.25);position:relative;flex:none}
.nav-links{display:flex;gap:1.5rem;margin-left:.5rem;font-size:.92rem;font-weight:500;color:var(--muted)}
.nav-links a:hover{color:var(--ink)}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:1rem}
.ticker{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;
  background:#fff;border:1px solid var(--line);padding:.35rem .7rem;border-radius:999px}
.ticker .v{font-variant-numeric:tabular-nums;color:var(--sky-deep)}
@media(max-width:900px){.nav-links,.ticker{display:none}}

/* ---------- HERO ---------- */
.hero{position:relative;padding:72px 0 40px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;z-index:-1;
  background:
    radial-gradient(60% 50% at 80% -5%,rgba(91,164,224,.22),transparent 60%),
    radial-gradient(45% 40% at 5% 10%,rgba(244,183,64,.16),transparent 60%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero h1{font-size:clamp(2.4rem,5vw,4rem)}
.hero h1 .hl{background:linear-gradient(120deg,var(--sky-deep),var(--sky));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p.lead{font-size:1.15rem;color:var(--muted);margin:1.2rem 0 1.8rem;max-width:38ch}
.hero-cta{display:flex;gap:.8rem;flex-wrap:wrap}
.trust-row{display:flex;gap:1.5rem;margin-top:1.8rem;font-size:.85rem;color:var(--muted);flex-wrap:wrap}
.trust-row b{color:var(--ink)}
@media(max-width:880px){.hero-grid{grid-template-columns:1fr;gap:32px}}

/* ---------- LIVE DOLLAR CARD ---------- */
.fx-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:22px;position:relative}
.fx-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.fx-head h3{font-size:1.05rem;font-family:'Inter';font-weight:700}
.fx-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.fx-tile{border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:linear-gradient(180deg,#fff,#fbfdff)}
.fx-tile .lbl{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}
.fx-tile .num{font-family:'Fraunces';font-weight:800;font-size:1.55rem;font-variant-numeric:tabular-nums;margin-top:2px}
.fx-tile .chg{font-size:.74rem;font-weight:700}
.chg.up{color:var(--good)}.chg.down{color:var(--bad)}
.fx-foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;font-size:.78rem;color:var(--muted)}
.spark{display:flex;align-items:flex-end;gap:3px;height:30px}
.spark i{width:5px;background:linear-gradient(180deg,var(--sky),var(--sky-deep));border-radius:2px;opacity:.85}

/* ---------- JOURNEY / FUNNEL ---------- */
section{padding:64px 0}
.sec-head{max-width:62ch;margin-bottom:34px}
.sec-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem)}
.sec-head p{color:var(--muted);font-size:1.05rem;margin-top:.7rem}
.seg-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}
.seg{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.6rem 1.1rem;font-weight:600;font-size:.92rem;cursor:pointer;transition:.18s}
.seg[aria-selected="true"]{background:var(--ink);color:#fff;border-color:var(--ink)}
.seg-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);
  padding:28px;display:grid;grid-template-columns:1.2fr 1fr;gap:28px;align-items:center}
.seg-panel h3{font-family:'Fraunces';font-size:1.5rem;margin-bottom:.4rem}
.seg-panel .job{color:var(--muted);font-style:italic;margin-bottom:1rem}
.need-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}
.need-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.94rem}
.need-list li::before{content:"";width:18px;height:18px;border-radius:50%;flex:none;margin-top:2px;
  background:radial-gradient(circle at 50% 45%,var(--sun),var(--sun-deep))}
.seg-aside{background:linear-gradient(160deg,#0E2233,#16344f);color:#dbe8f3;border-radius:16px;padding:22px}
.seg-aside .stat{font-family:'Fraunces';font-size:2rem;font-weight:800;color:#fff}
@media(max-width:820px){.seg-panel{grid-template-columns:1fr}}

/* ---------- TOOLS GRID ---------- */
.bg-tint{background:linear-gradient(180deg,#fff, #eef5fb)}
.tools{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tool{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm);transition:.2s}
.tool:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--sky)}
.tool .ico{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:1.3rem;margin-bottom:12px;
  background:rgba(91,164,224,.12)}
.tool h3{font-family:'Inter';font-size:1.1rem;font-weight:700}
.tool p{color:var(--muted);font-size:.9rem;margin:.4rem 0 .9rem}
.tool .go{font-weight:700;font-size:.86rem;color:var(--sky-deep)}
.badge-ai{font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--sun-deep);
  background:rgba(244,183,64,.14);padding:.2rem .5rem;border-radius:6px}
@media(max-width:820px){.tools{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.tools{grid-template-columns:1fr}}

/* ---------- VISA WIZARD ---------- */
.wizard{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;
  display:grid;grid-template-columns:1.1fr 1fr}
.wiz-left{padding:34px}
.wiz-right{background:linear-gradient(160deg,#0E2233,#1d4a6e);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:center}
.wiz-prog{display:flex;gap:6px;margin-bottom:18px}
.wiz-prog i{height:5px;flex:1;border-radius:3px;background:var(--line)}
.wiz-prog i.on{background:var(--sky)}
.wiz-q{font-family:'Fraunces';font-size:1.45rem;font-weight:800;margin-bottom:18px}
.wiz-opts{display:grid;gap:10px}
.wiz-opt{border:1px solid var(--line);border-radius:14px;padding:.85rem 1rem;font-weight:600;cursor:pointer;transition:.16s;background:#fff}
.wiz-opt:hover{border-color:var(--sky);background:#f3f9ff}
.wiz-opt.sel{border-color:var(--sky-deep);background:#eaf4ff;box-shadow:inset 0 0 0 1px var(--sky-deep)}
.wiz-result h3{font-family:'Fraunces';font-size:1.7rem;margin-bottom:.5rem}
.wiz-result .match{display:inline-flex;gap:.4rem;align-items:center;background:rgba(31,169,113,.2);color:#7ef0bf;
  font-weight:700;font-size:.8rem;padding:.3rem .7rem;border-radius:999px;margin-bottom:1rem}
.wiz-result ul{padding-left:1.1rem;color:#cfe0ee;font-size:.92rem;display:grid;gap:.4rem;margin:.4rem 0 1.3rem}
@media(max-width:820px){.wizard{grid-template-columns:1fr}}

/* ---------- DIRECTORY ---------- */
.dir{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.prov{background:var(--card);border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow-sm);transition:.2s}
.prov:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.prov .top{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.av{width:46px;height:46px;border-radius:12px;flex:none;display:grid;place-items:center;font-weight:800;color:#fff;font-family:'Fraunces'}
.prov h4{font-size:1rem;margin:0;font-family:'Inter';font-weight:700}
.prov .cat{font-size:.78rem;color:var(--muted)}
.verified{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:700;color:var(--sky-deep)}
.stars{color:var(--sun-deep);font-size:.85rem;letter-spacing:1px}
.prov .meta{font-size:.78rem;color:var(--muted);display:flex;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid var(--line)}
@media(max-width:980px){.dir{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.dir{grid-template-columns:1fr}}

/* ---------- COMMUNITY / split ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.chat-card{background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:20px;display:grid;gap:12px}
.msg{display:flex;gap:10px;align-items:flex-start}
.msg .b{background:#f1f6fb;border:1px solid var(--line);border-radius:14px;padding:.6rem .85rem;font-size:.88rem;max-width:85%}
.msg.me{flex-direction:row-reverse}
.msg.me .b{background:linear-gradient(135deg,var(--sky),var(--sky-deep));color:#fff;border:none}
.mini-av{width:34px;height:34px;border-radius:50%;flex:none;display:grid;place-items:center;font-weight:700;color:#fff;font-size:.8rem}
@media(max-width:820px){.split{grid-template-columns:1fr;gap:24px}}

/* ---------- TRUST / ALWAYS CURRENT ---------- */
.trust-band{background:var(--ink);color:#dce8f2;border-radius:24px;padding:40px;display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center}
.trust-band h2{color:#fff;font-size:2rem}
.verline{display:flex;align-items:center;gap:.6rem;font-size:.9rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.verline .when{margin-left:auto;color:#7fd6a8;font-weight:600;font-size:.82rem}
@media(max-width:820px){.trust-band{grid-template-columns:1fr;padding:28px}}

/* ---------- CTA / NEWSLETTER ---------- */
.cta-final{background:linear-gradient(135deg,var(--sky),var(--sky-deep));border-radius:28px;padding:48px;text-align:center;color:#fff;position:relative;overflow:hidden}
.cta-final::after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,var(--sun),transparent 65%);opacity:.45;top:-120px;right:-80px}
.cta-final h2{font-size:clamp(1.8rem,3.6vw,2.7rem);color:#fff;position:relative}
.cta-final p{position:relative;max-width:48ch;margin:.8rem auto 1.6rem;color:#eaf4ff}
.nl{display:flex;gap:8px;max-width:440px;margin:0 auto;position:relative}
.nl input{flex:1;border:none;border-radius:999px;padding:.9rem 1.2rem;font-size:.95rem;font-family:inherit}
.nl input:focus{outline:3px solid rgba(244,183,64,.6)}

/* ---------- FOOTER ---------- */
footer{padding:54px 0 40px;color:var(--muted);font-size:.88rem}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px;margin-bottom:30px}
.foot-grid h5{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);margin:0 0 .8rem}
.foot-grid a{display:block;padding:.25rem 0;color:var(--muted)}
.foot-grid a:hover{color:var(--sky-deep)}
.foot-bottom{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}
@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}}

/* reveal-on-scroll = progressive enhancement; only hides when JS active */
.js .reveal{opacity:0;transform:translateY(20px);transition:.7s cubic-bezier(.2,.7,.3,1)}
.reveal.in{opacity:1;transform:none}


/* ============================================================
   Theme-conflict fixes + refined header  (scoped to body.ae-home-2026)
   GeneratePress applies a global red, underlined <a> style whose
   stylesheet loads after this one; these scoped rules (specificity
   0,1,1) override it without touching the rest of the site.
   ============================================================ */
body.ae-home-2026 a{color:inherit;text-decoration:none}
body.ae-home-2026 a:hover{color:inherit;text-decoration:none}

/* Header: professional nav with animated sky->gold underline on hover */
body.ae-home-2026 header.nav{background:rgba(247,250,253,.82)}
body.ae-home-2026 .nav-inner{height:72px;gap:1.6rem}
body.ae-home-2026 .nav-links{gap:2.1rem;margin-left:1.4rem;font-size:.93rem;font-weight:600;color:#33475a}
body.ae-home-2026 .nav-links a{position:relative;color:#33475a;padding:.4rem 0;letter-spacing:-.005em;transition:color .18s ease}
body.ae-home-2026 .nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--sky-deep),var(--sun));transition:right .24s cubic-bezier(.2,.7,.3,1)}
body.ae-home-2026 .nav-links a:hover{color:var(--ink)}
body.ae-home-2026 .nav-links a:hover::after{right:0}
body.ae-home-2026 .ticker{font-weight:600}
