/* v2 design language: tokens, floating pill nav, buttons and footer.
   Shared by every page that has been moved onto the new design. */

:root{
  --t1:#0F172A;--t2:#334155;--t3:#94A3B8;--bd:#E2E8F0;
  --blue:#2E6FD8;--blue-dk:#1E4F91;--blue-xl:#EBF2FF;
  --orange:#FF6A00;--orange-h:#FF8C00;--orange-l:#FFA94D;
  --paper:#F5F7FA;--paper-2:#FFFFFF;--muted:#DCE3ED;--muted-h:#C9D3E0;
}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;background:var(--t1);color:var(--t2);overflow-x:clip}
button{border:0;font:inherit;background:none;cursor:pointer}
a{text-decoration:none}
.icon{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
em.serif{font-style:normal;font-weight:500;color:var(--orange)}
/* ---------- NAV (floating pill) ---------- */
.navwrap{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:50;width:max-content}
.pill{display:flex;align-items:center;gap:28px;background:#fff;border-radius:999px;padding:12px 14px 12px 24px;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.brand{display:inline-flex;align-items:center;gap:9px;font-size:1.05rem;font-weight:800;letter-spacing:-.03em;color:#000}
.brand em{font-style:normal;color:var(--orange)}
.burger{width:36px;height:36px;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:var(--t1)}
.burger span{display:block;width:16px;height:2px;background:#fff;border-radius:2px;transition:transform .3s cubic-bezier(.77,0,.175,1),opacity .3s}
.navwrap.open .burger span:first-child{transform:translateY(3.5px) rotate(45deg)}
.navwrap.open .burger span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.dropdown{margin-top:10px;background:#fff;border-radius:18px;padding:10px;box-shadow:0 16px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;opacity:0;transform:translateY(-8px) scale(.96);pointer-events:none;transition:opacity .25s ease,transform .25s ease}
.navwrap.open .dropdown{opacity:1;transform:none;pointer-events:auto}
.dropdown a{padding:10px 18px;border-radius:12px;color:var(--t1);font-size:.9rem;font-weight:500}
.dropdown a:hover{background:var(--paper)}
.dropdown a.is-here{color:var(--blue);font-weight:700;background:var(--blue-xl)}
.dd-sep{height:1px;background:var(--bd);margin:8px 10px}
/* theme row: same shape as a dropdown link, with the moon/sun pair */
.dd-theme{display:flex;align-items:center;gap:10px;width:100%;padding:10px 18px;border-radius:12px;
  color:var(--t1);font-size:.9rem;font-weight:500;text-align:left}
.dd-theme:hover{background:var(--paper)}
.dd-theme svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;
  stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.dd-theme .icon-sun{display:none}
[data-theme="dark"] .dd-theme .icon-sun{display:block}
[data-theme="dark"] .dd-theme .icon-moon{display:none}
.brand-ic{width:24px;height:24px;object-fit:contain;flex-shrink:0}
.dropdown a.dd-cta{background:var(--orange);color:#fff;font-weight:600;text-align:center;margin-top:4px}
.dropdown a.dd-cta:hover{background:var(--orange-h)}
.btn-w{background:#fff;color:#000;font-size:.85rem;font-weight:500;padding:10px 20px;border-radius:12px;transition:background .2s}
.btn-w:hover{background:rgba(255,255,255,.9)}
.pbtn{display:inline-flex;align-items:center;gap:12px;border-radius:999px;padding:8px 26px 8px 8px;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:background .2s}
.pbtn .circ{width:32px;height:32px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pbtn-dark{background:var(--t1);color:#fff}
.pbtn-dark:hover{background:#1E293B}
.pbtn-dark .circ{color:var(--t1)}
.pbtn-mute{background:var(--muted);color:var(--t1)}
.pbtn-mute:hover{background:var(--muted-h)}
.pbtn-mute .circ{color:var(--orange)}
.cardicon.brand{width:44px;background-size:26px auto;background-position:center;background-color:#fff}

/* Pages whose body content predates v2: the old nav was 68px tall and in
   flow, the floating pill clears 84px, so the first section needs more room. */
.v2chrome .hero{padding-top:132px}
.v2chrome .support-wrapper{padding-top:124px}
.v2chrome .page-wrapper{padding-top:124px}

/* ---------- footer ---------- */
footer{position:relative;z-index:10;background:#070B14;border-top:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,106,0,.35);padding:56px 24px 26px}
.foot-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px 22px}
.fcol .fh{color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}
.fcol ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.fcol a,.fcol span{font-size:.74rem;color:rgba(255,255,255,.5);transition:color .2s}
.fcol a:hover{color:rgba(255,255,255,.85)}

/* newsletter slot: a real subscribe row, not a dead input */
.fwide{grid-column:span 2}
.fsub{display:flex;max-width:24rem;border-radius:9px;overflow:hidden}
.fsub input{flex:1;min-width:0;border:0;padding:10px 13px;font:inherit;font-size:.76rem;color:#0F172A;background:#fff}
.fsub input:focus{outline:2px solid var(--orange);outline-offset:-2px}
.fsub button,.fsub .go{border:0;padding:10px 18px;font:inherit;font-size:.68rem;font-weight:800;letter-spacing:.1em;
  text-transform:uppercase;color:#fff;cursor:pointer;white-space:nowrap;
  background:linear-gradient(100deg,#FF6A00 0%,#FF9D3C 100%);transition:filter .2s}
.fsub button:hover,.fsub .go:hover{filter:brightness(1.1)}
.fnote{font-size:.68rem;color:rgba(255,255,255,.4);margin-top:9px}
.fnote a{color:var(--orange-l);font-weight:600}
.fsocial{display:flex;gap:14px;margin-top:6px}
.fsocial a{color:rgba(255,255,255,.5);display:inline-flex;transition:color .2s,transform .2s}
.fsocial a:hover{color:#fff;transform:translateY(-2px)}
.fsocial svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round}

.fbot{max-width:1240px;margin:30px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);
  display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;
  font-size:.7rem;color:rgba(255,255,255,.4)}
.fbot b{color:var(--orange-l);font-weight:600}
.fbot .fmark{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.6);font-weight:700}
.fbot .fmark img{width:20px;height:20px;object-fit:contain}
.fbot a{color:rgba(255,255,255,.4)}
.fbot a:hover{color:var(--orange-l)}

@media(min-width:760px){.foot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:1024px){
  footer{padding:64px 24px 26px}
  .foot-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:30px 24px}
  .fwide{grid-column:span 2}
}

/* globe drawn behind the footer */
footer{overflow:hidden}
@media(min-width:1024px){#globe{left:auto;right:-90px;transform:translateY(-50%);opacity:.55}}

footer{overflow:hidden}
