/* ==========================================================================
   Nexo landing — visual layer (v2)
   --------------------------------------------------------------------------
   Loaded ONLY by index.html, on top of style.css. Everything here is scoped
   under `body.lp` so privacy.html / terms.html / join/ keep the original
   look and are not touched by this file.
   ========================================================================== */

.lp{
  /* surfaces */
  --lp-bg:#0A0A0A;
  --lp-surface:rgba(255,255,255,.045);
  --lp-surface-2:rgba(255,255,255,.02);
  --hair:rgba(255,255,255,.09);
  --hair-strong:rgba(255,255,255,.18);
  /* text */
  --txt:#FFFFFF;
  --txt-2:rgba(255,255,255,.64);
  --txt-3:rgba(255,255,255,.42);
  /* rhythm */
  --gutter:clamp(1.25rem,5vw,2rem);
  --shell:72rem;
  --sect:clamp(4.5rem,9vw,8rem);
  --ease:cubic-bezier(.2,.7,.3,1);

  background:var(--lp-bg);
  color:var(--txt);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* Fine film grain over the whole page. Sits above content but is inert —
   it is what stops the flat #0A0A0A from reading as "unfinished". */
.lp::after{
  content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.032;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

.lp-container{width:100%;max-width:var(--shell);margin:0 auto;padding:0 var(--gutter)}
.lp-section{position:relative;padding:var(--sect) 0}

/* ---------- shared type ---------- */
.lp-kicker{font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal)}
.lp-h2{margin-top:.9rem;font-size:clamp(1.85rem,4.2vw,3rem);font-weight:800;letter-spacing:-.035em;line-height:1.08;text-wrap:balance}
.lp-lede{margin-top:1.05rem;color:var(--txt-2);font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.62;max-width:38rem}
.lp-head{max-width:40rem;margin-bottom:clamp(2.75rem,5vw,4rem)}
.lp-head--center{margin-left:auto;margin-right:auto;text-align:center}
.lp-head--center .lp-lede{margin-left:auto;margin-right:auto}

/* ==========================================================================
   Header
   ========================================================================== */
.lp-header{
  position:sticky;top:0;z-index:60;
  background:rgba(10,10,10,.55);
  -webkit-backdrop-filter:saturate(180%) blur(16px);
  backdrop-filter:saturate(180%) blur(16px);
  border-bottom:1px solid transparent;
  transition:background .25s var(--ease),border-color .25s var(--ease);
}
.lp-header.is-stuck{background:rgba(10,10,10,.86);border-bottom-color:var(--hair)}
.lp-header-in{
  max-width:var(--shell);margin:0 auto;padding:.95rem var(--gutter);
  display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
}
.lp-header .wordmark{color:var(--txt)}
.lp-nav{display:flex;align-items:center;gap:1.5rem}
.lp-nav a{
  color:var(--txt-3);text-decoration:none;font-size:.85rem;font-weight:500;
  transition:color .16s var(--ease);white-space:nowrap;
}
.lp-nav a:hover{color:var(--txt)}
.lp-nav .lp-nav-doc{color:rgba(255,255,255,.55)}
@media (max-width:900px){ .lp-nav .lp-nav-jump{display:none} }
@media (max-width:520px){ .lp-nav{gap:1rem} .lp-nav a{font-size:.8rem} }

/* ==========================================================================
   Hero
   ========================================================================== */
.lp-hero{position:relative;padding-top:clamp(3.5rem,7vw,6rem);text-align:center;overflow:hidden}

/* Duotone brand glow — teal is the primary, violet is the "shared" half of
   the story. Two offset radials read richer than the single teal circle. */
.lp-hero-glow{position:absolute;inset:-20% -10% auto;height:900px;pointer-events:none;z-index:0}
.lp-hero-glow::before,
.lp-hero-glow::after{content:"";position:absolute;border-radius:50%;filter:blur(10px)}
.lp-hero-glow::before{
  top:0;left:50%;width:min(900px,120vw);height:min(900px,120vw);transform:translateX(-58%);
  background:radial-gradient(circle,rgba(29,158,117,.20),rgba(29,158,117,0) 62%);
}
.lp-hero-glow::after{
  top:6%;left:50%;width:min(720px,100vw);height:min(720px,100vw);transform:translateX(-30%);
  background:radial-gradient(circle,rgba(83,74,183,.20),rgba(83,74,183,0) 62%);
}
.lp-hero-in{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}

.lp-chip{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.45rem .9rem .45rem .7rem;border-radius:999px;
  border:1px solid var(--hair);background:rgba(255,255,255,.04);
  font-size:.8125rem;font-weight:500;color:var(--txt-2);letter-spacing:-.01em;
}
.lp-chip .dot{width:7px;height:7px;border-radius:50%;background:var(--teal);flex:none;box-shadow:0 0 0 4px rgba(29,158,117,.18)}
@media (prefers-reduced-motion:no-preference){
  .lp-chip .dot{animation:lp-pulse 2.4s ease-in-out infinite}
  @keyframes lp-pulse{0%,100%{box-shadow:0 0 0 3px rgba(29,158,117,.16)}50%{box-shadow:0 0 0 7px rgba(29,158,117,.05)}}
}

.lp-hero h1{
  margin-top:1.75rem;
  font-size:clamp(2.9rem,8.2vw,5.75rem);
  font-weight:900;letter-spacing:-.045em;line-height:.98;text-wrap:balance;
}
.lp-hero h1 .grad,
.lp-hold h1 .grad{
  background:linear-gradient(100deg,#1D9E75 0%,#3FD9A4 46%,#6E63E8 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.lp-hero .lp-sub{
  margin-top:1.6rem;max-width:34rem;color:var(--txt-2);
  font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.55;letter-spacing:-.011em;
  text-wrap:pretty;
}

.lp-cta{margin-top:2.4rem;display:flex;flex-wrap:wrap;gap:.875rem;justify-content:center}
.lp-btn{
  display:inline-flex;align-items:center;gap:.5rem;
  border-radius:14px;padding:.9375rem 1.75rem;
  font-size:1rem;font-weight:700;letter-spacing:-.014em;text-decoration:none;
  transition:transform .16s var(--ease),background .16s var(--ease),border-color .16s var(--ease),box-shadow .16s var(--ease);
}
.lp-btn:active{transform:translateY(1px)}
.lp-btn--primary{
  background:linear-gradient(180deg,#25B183,#1D9E75);color:#04241B;
  box-shadow:0 1px 0 rgba(255,255,255,.28) inset,0 12px 30px -10px rgba(29,158,117,.65);
}
.lp-btn--primary:hover{background:linear-gradient(180deg,#2CC292,#22AA80);box-shadow:0 1px 0 rgba(255,255,255,.3) inset,0 16px 38px -10px rgba(29,158,117,.8)}
.lp-btn--ghost{border:1px solid var(--hair-strong);color:var(--txt);background:rgba(255,255,255,.02)}
.lp-btn--ghost:hover{border-color:rgba(255,255,255,.32);background:rgba(255,255,255,.06)}
.lp-btn svg{width:16px;height:16px;flex:none}

/* --- campaign action -------------------------------------------------------
   The only button on the page that isn't about the product itself, so it
   carries the violet half of the brand — same signal as the campaign band
   further down. The hairline runs teal→violet, echoing the h1 gradient, so it
   reads as part of the system rather than a third button style.
   Base rule is a plain violet border; the gradient hairline needs a
   padding-box/border-box pair, which is upgraded in only where supported. */
.lp-btn--back{
  position:relative;color:var(--txt);
  border:1px solid rgba(110,99,232,.6);
  background:rgba(255,255,255,.03);
  box-shadow:0 10px 30px -14px rgba(83,74,183,.7);
}
.lp-btn--back:hover{
  border-color:rgba(110,99,232,.9);
  background:rgba(255,255,255,.07);
  box-shadow:0 16px 40px -14px rgba(83,74,183,.95);
}
@supports (background:linear-gradient(#000,#000) padding-box,linear-gradient(#000,#000) border-box){
  .lp-btn--back{
    border-color:transparent;
    background:
      linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02)) padding-box,
      linear-gradient(115deg,rgba(29,158,117,.55),rgba(110,99,232,.95) 55%,rgba(83,74,183,.6)) border-box;
  }
  .lp-btn--back:hover{
    border-color:transparent;
    background:
      linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04)) padding-box,
      linear-gradient(115deg,rgba(29,158,117,.85),rgba(110,99,232,1) 55%,rgba(83,74,183,.9)) border-box;
  }
}
.lp-btn--back .lp-spark{width:15px;height:15px;color:#8E86FF}
@media (prefers-reduced-motion:no-preference){
  .lp-btn--back .lp-spark{transition:transform .3s var(--ease),color .2s var(--ease)}
  .lp-btn--back:hover .lp-spark{transform:rotate(90deg) scale(1.08);color:#A79FF0}
}

.lp-checks{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;justify-content:center;list-style:none}
.lp-checks li{display:inline-flex;align-items:center;gap:.45rem;font-size:.875rem;font-weight:500;color:var(--txt-3)}
.lp-checks svg{width:14px;height:14px;color:var(--teal);flex:none}

/* ---------- hero device stage ---------- */
.lp-stage{
  position:relative;margin-top:clamp(3rem,6.5vw,4.75rem);
  height:clamp(290px,40vw,460px);
  display:flex;justify-content:center;align-items:flex-start;
  overflow:hidden;
  /* Fade the phone pixels themselves. A dark gradient laid over the top isn't
     enough here — the screenshots are bright white, so an overlay strong
     enough to read as a fade just looks like a smudge. Masking dissolves them
     into the page instead. */
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 58%,rgba(0,0,0,0) 96%);
          mask-image:linear-gradient(to bottom,#000 0%,#000 58%,rgba(0,0,0,0) 96%);
}
/* Shrink-wraps the three phones so the floating cards can be pinned to the
   cluster rather than to the full-bleed stage — otherwise they drift off
   into empty space on wide screens. */
.lp-stage-in{position:relative;display:flex;align-items:flex-start}
/* Fallback for anything without mask-image: a hard overlay does the fade. */
.lp-stage::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:56%;
  background:linear-gradient(to bottom,rgba(10,10,10,0),rgba(10,10,10,.75) 52%,var(--lp-bg) 90%);
  pointer-events:none;z-index:5;
}
@supports (mask-image:linear-gradient(#000,transparent)) or (-webkit-mask-image:linear-gradient(#000,transparent)){
  .lp-stage::after{display:none}
}

.lp-phone{
  position:relative;flex:none;
  border:9px solid #1F1F1E;border-radius:40px;background:#000;
  box-shadow:0 44px 90px -24px rgba(0,0,0,.9),0 0 0 1px rgba(255,255,255,.08);
  overflow:hidden;
}
.lp-phone img{display:block;width:100%;height:auto;border-radius:31px}
.lp-phone--main{width:296px;z-index:3}
.lp-phone--side{width:252px;z-index:2;opacity:.9}
.lp-phone--left{margin-right:-46px;transform:translateY(42px) rotate(-4deg);transform-origin:bottom right}
.lp-phone--right{margin-left:-46px;transform:translateY(42px) rotate(4deg);transform-origin:bottom left}

/* Floating proof cards — the numbers are lifted verbatim from the shared
   space screenshot behind them, so they stay honest. */
.lp-float{
  position:absolute;z-index:4;display:flex;align-items:center;gap:.625rem;
  padding:.7rem .95rem;border-radius:14px;
  background:rgba(20,20,19,.82);border:1px solid var(--hair-strong);
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  box-shadow:0 20px 44px -16px rgba(0,0,0,.9);
  font-size:.8125rem;font-weight:600;letter-spacing:-.01em;white-space:nowrap;
}
.lp-float .lp-float-k{color:var(--txt-3);font-weight:500}
.lp-float .lp-float-v{color:var(--teal)}
.lp-float .lp-float-ic{
  width:26px;height:26px;border-radius:8px;display:grid;place-items:center;flex:none;
  background:rgba(29,158,117,.16);color:var(--teal);
}
.lp-float .lp-float-ic svg{width:14px;height:14px}
.lp-float--a{left:-124px;top:52px}
.lp-float--b{right:-124px;top:186px}
.lp-float--b .lp-float-ic{background:rgba(83,74,183,.2);color:#8E86FF}
.lp-float--b .lp-float-v{color:#8E86FF}
@media (max-width:1120px){ .lp-float{display:none} }

/* Keep the full three-phone composition as long as it genuinely fits;
   only fall back to the single hero phone once the flanks would collide. */
@media (max-width:1000px){
  .lp-phone--main{width:264px}
  .lp-phone--side{width:222px}
  .lp-phone--left{margin-right:-40px}
  .lp-phone--right{margin-left:-40px}
}
@media (max-width:720px){
  .lp-phone--side{display:none}
  .lp-phone--main{width:256px}
}

/* ==========================================================================
   "Built for" strip
   ========================================================================== */
.lp-forwhom{
  border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);
  padding:1.75rem 0;
}
.lp-forwhom-in{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem 1rem}
.lp-forwhom-label{
  font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:var(--txt-3);margin-right:.5rem;
}
.lp-forwhom ul{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;justify-content:center}
.lp-forwhom li{
  padding:.4rem .875rem;border-radius:999px;border:1px solid var(--hair);
  background:var(--lp-surface-2);font-size:.8125rem;font-weight:600;color:var(--txt-2);
  letter-spacing:-.01em;
}

/* ==========================================================================
   Cards (how it works + trust)
   ========================================================================== */
.lp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.125rem}
/* Two columns would orphan the third card, so go straight to a centred
   single column instead of leaving a hole in the second row. */
@media (max-width:900px){
  .lp-grid-3{grid-template-columns:1fr;max-width:34rem;margin-left:auto;margin-right:auto}
}
.lp-card{
  --accent:var(--teal);
  position:relative;overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.014));
  border:1px solid var(--hair);border-radius:22px;
  padding:2.25rem 1.75rem;
  transition:border-color .22s var(--ease),transform .22s var(--ease),box-shadow .22s var(--ease);
}
.lp-card::before{
  content:"";position:absolute;top:0;left:1.5rem;right:1.5rem;height:1px;
  background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.7;
}
.lp-card:hover{border-color:var(--hair-strong);transform:translateY(-4px);box-shadow:0 26px 50px -28px rgba(0,0,0,.9)}
.lp-card h3{font-size:1.1875rem;font-weight:700;letter-spacing:-.022em;line-height:1.3}
.lp-card p{margin-top:.7rem;font-size:.9375rem;line-height:1.6;color:var(--txt-2)}
.lp-card--violet{--accent:#6E63E8}

.lp-num{
  display:grid;place-items:center;width:44px;height:44px;border-radius:14px;
  font-size:1rem;font-weight:800;margin-bottom:1.4rem;
  background:var(--teal-tint);color:var(--teal-dark);
}
.lp-card--violet .lp-num{background:var(--violet-tint);color:var(--violet)}

.lp-ic{
  display:grid;place-items:center;width:44px;height:44px;border-radius:14px;
  margin-bottom:1.4rem;background:rgba(29,158,117,.14);color:var(--teal);
}
.lp-card--violet .lp-ic{background:rgba(83,74,183,.2);color:#8E86FF}
.lp-ic svg{width:21px;height:21px}

/* ==========================================================================
   Feature spotlights
   ========================================================================== */
.lp-spot{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,6vw,5.5rem)}
.lp-spot + .lp-spot{margin-top:clamp(4.5rem,9vw,7.5rem)}
.lp-spot--flip .lp-spot-media{order:-1}
.lp-spot .lp-h2{font-size:clamp(1.7rem,3.4vw,2.5rem)}
.lp-spot .lp-lede{max-width:32rem}

.lp-spot-media{position:relative;display:flex;justify-content:center}
.lp-spot-media::before{
  content:"";position:absolute;top:8%;left:50%;transform:translateX(-50%);
  width:min(520px,110%);height:min(520px,110%);border-radius:50%;pointer-events:none;
  background:radial-gradient(circle,rgba(29,158,117,.16),rgba(29,158,117,0) 64%);
}
.lp-spot--flip .lp-spot-media::before{background:radial-gradient(circle,rgba(83,74,183,.18),rgba(83,74,183,0) 64%)}
.lp-spot-media .lp-phone{width:min(268px,74vw);z-index:1}

.lp-list{margin-top:1.75rem;list-style:none;display:flex;flex-direction:column;gap:.9rem}
.lp-list li{position:relative;padding-left:1.9rem;font-size:.9688rem;line-height:1.55;color:var(--txt-2)}
.lp-list li strong{color:var(--txt);font-weight:600}
.lp-list li::before{
  content:"";position:absolute;left:0;top:.16em;width:1.15rem;height:1.15rem;border-radius:50%;
  background:rgba(29,158,117,.15);
}
.lp-list li::after{
  content:"";position:absolute;left:.34rem;top:.44em;width:.48rem;height:.26rem;
  border-left:2px solid var(--teal);border-bottom:2px solid var(--teal);
  transform:rotate(-45deg);
}
/* Stacked: the phone always leads, so both spotlights read the same way. */
@media (max-width:860px){
  .lp-spot{grid-template-columns:1fr;gap:2.5rem}
  .lp-spot .lp-spot-media{order:-1}
}

/* ==========================================================================
   Trust band
   ========================================================================== */
.lp-trust{background:linear-gradient(180deg,rgba(255,255,255,.022),transparent);border-top:1px solid var(--hair)}
.lp-trust-note{margin-top:2rem;text-align:center;font-size:.9375rem;color:var(--txt-3)}
.lp-trust-note a{color:var(--teal);text-decoration:none;font-weight:600}
.lp-trust-note a:hover{text-decoration:underline}

/* ==========================================================================
   FAQ
   ========================================================================== */
.lp-faq{max-width:46rem;margin:0 auto;border-top:1px solid var(--hair)}
.lp-faq details{border-bottom:1px solid var(--hair)}
.lp-faq summary{
  list-style:none;cursor:pointer;display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;
  padding:1.375rem .25rem;font-size:1.0625rem;font-weight:600;letter-spacing:-.018em;
  transition:color .16s var(--ease);
}
.lp-faq summary::-webkit-details-marker{display:none}
.lp-faq summary:hover{color:var(--teal)}
.lp-faq summary .lp-faq-x{position:relative;width:16px;height:16px;flex:none;margin-top:.3rem}
.lp-faq summary .lp-faq-x::before,
.lp-faq summary .lp-faq-x::after{
  content:"";position:absolute;left:50%;top:50%;background:var(--txt-3);border-radius:2px;
  transition:transform .22s var(--ease),background .22s var(--ease);
}
.lp-faq summary .lp-faq-x::before{width:14px;height:2px;transform:translate(-50%,-50%)}
.lp-faq summary .lp-faq-x::after{width:2px;height:14px;transform:translate(-50%,-50%)}
.lp-faq details[open] summary .lp-faq-x::after{transform:translate(-50%,-50%) rotate(90deg);background:var(--teal)}
.lp-faq details[open] summary .lp-faq-x::before{background:var(--teal)}
.lp-faq-a{padding:0 3rem 1.5rem .25rem;color:var(--txt-2);font-size:.9688rem;line-height:1.65;max-width:40rem}
.lp-faq-a a{color:var(--teal);text-decoration:none;font-weight:600}
.lp-faq-a a:hover{text-decoration:underline}

/* ==========================================================================
   Holding page (/back while the campaign is unlisted). Reuses the landing's
   chip / gradient / button treatment so it reads as the same site rather
   than a stray placeholder.
   ========================================================================== */
/* Column layout on the body so the footer sits at the bottom of the viewport
   without the page overflowing — a fixed min-height on the main block alone
   always overshoots by exactly the height of the footer. */
.lp-hold-body{min-height:100vh;display:flex;flex-direction:column}
.lp-hold{
  position:relative;overflow:hidden;text-align:center;
  flex:1;min-height:0;
  display:flex;align-items:center;justify-content:center;
  /* kept modest: with flex centring this padding is a floor on the page
     height, so generous values push a short page into scrolling on laptops */
  padding:clamp(2.5rem,5vw,4rem) 0;
}
.lp-hold-in{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}
.lp-hold h1{
  margin-top:1.75rem;
  font-size:clamp(2.9rem,8vw,5.25rem);font-weight:900;
  letter-spacing:-.045em;line-height:1;
}
.lp-hold .lp-sub{
  margin-top:1.5rem;max-width:34rem;color:var(--txt-2);
  font-size:clamp(1rem,1.9vw,1.1875rem);line-height:1.58;text-wrap:pretty;
}
.lp-hold-list{
  margin-top:2.75rem;list-style:none;text-align:left;
  display:grid;grid-template-columns:repeat(3,1fr);gap:1.125rem;
  width:100%;max-width:58rem;
}
.lp-hold-list li{
  display:flex;gap:.875rem;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.014));
  border:1px solid var(--hair);border-radius:18px;padding:1.5rem 1.375rem;
}
.lp-hold-ic{
  display:grid;place-items:center;width:36px;height:36px;border-radius:11px;flex:none;
  background:rgba(29,158,117,.14);color:var(--teal);
}
.lp-hold-ic svg{width:18px;height:18px}
.lp-hold-list b{display:block;font-size:.9688rem;font-weight:700;letter-spacing:-.018em}
.lp-hold-list span{display:block;margin-top:.35rem;font-size:.875rem;line-height:1.5;color:var(--txt-2)}
.lp-hold .lp-cta{margin-top:2.5rem}
.lp-hold-note{margin-top:1.75rem;font-size:.875rem;color:var(--txt-3)}
.lp-hold-note a{color:var(--txt-2);text-decoration:none;border-bottom:1px solid var(--hair-strong)}
.lp-hold-note a:hover{color:var(--txt)}
@media (max-width:820px){
  .lp-hold-list{grid-template-columns:1fr;max-width:30rem;gap:.875rem}
  .lp-hold{min-height:0}
}

/* ==========================================================================
   Campaign entry — the route through to /back. Deliberately violet rather
   than teal so it reads as a separate offer, not another product section,
   and it leads on the demo rather than on the pledge.
   ========================================================================== */
.lp-campaign-sec{padding-top:0}
.lp-kicker--violet{color:#8E86FF}
.lp-campaign{
  display:flex;align-items:center;justify-content:space-between;
  gap:clamp(1.75rem,4vw,3.5rem);
  border:1px solid var(--hair);border-radius:24px;
  padding:clamp(2rem,4vw,2.75rem);
  background:
    radial-gradient(110% 140% at 0% 0%,rgba(83,74,183,.20),rgba(83,74,183,0) 58%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
}
.lp-campaign-copy{max-width:38rem}
.lp-campaign h2{
  margin-top:.75rem;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;
  letter-spacing:-.032em;line-height:1.12;text-wrap:balance;
}
.lp-campaign p{margin-top:.8rem;color:var(--txt-2);font-size:.9688rem;line-height:1.62}
.lp-campaign-act{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;flex:none}
.lp-campaign-act .lp-btn{justify-content:center;white-space:nowrap}
.lp-campaign-link{
  text-align:center;font-size:.875rem;font-weight:600;color:var(--txt-3);
  text-decoration:none;transition:color .16s var(--ease);
}
.lp-campaign-link:hover{color:var(--txt)}
@media (max-width:820px){
  .lp-campaign{flex-direction:column;align-items:flex-start}
  .lp-campaign-act{width:100%}
}

/* ==========================================================================
   Closing CTA
   ========================================================================== */
.lp-close{position:relative;overflow:hidden}
.lp-close-card{
  position:relative;overflow:hidden;text-align:center;
  border:1px solid var(--hair);border-radius:28px;
  padding:clamp(3rem,6vw,4.75rem) clamp(1.5rem,5vw,3rem);
  background:
    radial-gradient(120% 140% at 50% -20%,rgba(29,158,117,.22),rgba(29,158,117,0) 58%),
    radial-gradient(100% 120% at 80% 0%,rgba(83,74,183,.18),rgba(83,74,183,0) 55%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.012));
}
.lp-close-card h2{font-size:clamp(1.9rem,4.4vw,3rem);font-weight:800;letter-spacing:-.04em;line-height:1.06;text-wrap:balance}
.lp-close-card h2 .grad{
  background:linear-gradient(100deg,#1D9E75,#3FD9A4 50%,#6E63E8);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
}
.lp-close-card p{margin:1.1rem auto 0;max-width:32rem;color:var(--txt-2);font-size:1.0625rem;line-height:1.6}

.lp-badges{margin-top:2.25rem;display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}
.lp-badge{
  display:flex;flex-direction:column;align-items:flex-start;line-height:1.25;
  border:1px solid var(--hair-strong);border-radius:14px;padding:.7rem 1.35rem;
  background:rgba(255,255,255,.03);min-width:11rem;
}
.lp-badge small{font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:var(--txt-3)}
.lp-badge b{margin-top:.15rem;font-size:1rem;font-weight:700;letter-spacing:-.02em;color:var(--txt)}
.lp-close-mail{margin-top:1.75rem;font-size:.875rem;color:var(--txt-3)}
.lp-close-mail a{color:var(--txt-2);text-decoration:none;border-bottom:1px solid var(--hair-strong)}
.lp-close-mail a:hover{color:var(--txt)}
@media (max-width:420px){ .lp-badge{min-width:0;width:100%;align-items:center} }

/* ==========================================================================
   Footer
   ========================================================================== */
.lp-footer{border-top:1px solid var(--hair);padding:clamp(3rem,5vw,4rem) 0 2.5rem}
.lp-footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:2.5rem}
.lp-footer .wordmark{color:var(--txt);font-size:1.3rem}
.lp-footer-tag{margin-top:1rem;max-width:22rem;font-size:.875rem;line-height:1.6;color:var(--txt-3)}
.lp-footer h4{font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--txt-3);margin-bottom:1rem}
.lp-footer ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}
.lp-footer ul a{color:var(--txt-2);text-decoration:none;font-size:.875rem;overflow-wrap:anywhere;transition:color .16s var(--ease)}
.lp-footer ul a:hover{color:var(--txt)}
.lp-footer-bottom{
  margin-top:clamp(2.5rem,5vw,3.5rem);padding-top:1.5rem;border-top:1px solid var(--hair);
  display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;justify-content:space-between;
  font-size:.8125rem;color:var(--txt-3);
}
@media (max-width:720px){
  .lp-footer-top{grid-template-columns:1fr 1fr;gap:2.25rem}
  .lp-footer-brand{grid-column:1 / -1}
}
/* The support address won't shrink below its own width, so two columns go
   lopsided long before they run out of room. Drop to one. */
@media (max-width:520px){
  .lp-footer-top{grid-template-columns:1fr;gap:2rem}
  .lp-footer-bottom{flex-direction:column;gap:.5rem}
}

/* ==========================================================================
   Scroll reveal — opt-in via <html class="js">, so the page is fully
   readable if the script never runs.
   ========================================================================== */
@media (prefers-reduced-motion:no-preference){
  .js .reveal{opacity:0;transform:translateY(18px)}
  .js .reveal.in{
    opacity:1;transform:none;
    transition:opacity .65s var(--ease),transform .65s var(--ease);
    transition-delay:var(--d,0s);
  }
}
