/* Elva Campaign — Email. Scoped port of standalone export + reused LP nav/footer/booking. Generated; do not hand-edit. */
:root{
  --bg:        #F6F7F4;
  --bg-2:      #FFFFFF;
  --surface:   #FFFFFF;
  --surface-2: #EEF0EB;
  --line:      rgba(0,0,0,0.10);
  --line-2:    rgba(0,0,0,0.16);

  --cream:  #1A1C19;
  --mute:   #5C6159;
  --mute-2: #8A8F86;

  --ai-3: #9B5CFF;  
  --ai-4: #5B8DEF;  
  --ai-5: #3FB8A8;  
  --ai-warm: #FFB7A8;
  --grad: linear-gradient(100deg, var(--ai-3), var(--ai-4) 48%, var(--ai-5) 90%);
  --grad-soft: linear-gradient(120deg, rgba(155,92,255,.9), rgba(91,141,239,.85) 50%, rgba(63,184,168,.85));

  --gold:  #C8881F;
  --terra: #C2563B;
  --green: #2FA56E;

  --font-display: 'Inter Tight', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 0.8, 0.36, 1);
  --ease-io: cubic-bezier(0.16, 1, 0.3, 1);
}
.elva-pg *{ box-sizing: border-box; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.elva-pg body.lock{ overflow: hidden; height: 100vh; }
.elva-pg a{ color: inherit; text-decoration: none; }
.elva-pg button{ font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.elva-pg img{ display: block; max-width: 100%; }
.elva-pg ::selection{ background: rgba(155,92,255,.35); color: #fff; }
.elva-pg :focus-visible{ outline: 2px solid var(--ai-4); outline-offset: 3px; border-radius: 4px; }
.elva-pg .wrap{ max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.elva-pg .spectrum{
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.elva-pg .mono{
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mute);
}
.elva-pg .live{ position: relative; display: inline-block; width: 7px; height: 7px; }
.elva-pg .live::before{ content:''; position:absolute; inset:0; border-radius:50%; background: var(--ai-5); box-shadow: 0 0 10px var(--ai-5); }
.elva-pg .live::after{ content:''; position:absolute; inset:-3px; border-radius:50%; border:1.5px solid var(--ai-5); animation: ping 2.4s var(--ease) infinite; }
@keyframes ping{ 0% { opacity:.9; transform:scale(1); } 100% { opacity:0; transform:scale(3); } }
.elva-pg .loader{
  position: fixed; inset: 0; z-index: 1000;
  background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .9s var(--ease), visibility .9s;
}
.elva-pg .loader.done{ opacity: 0; visibility: hidden; pointer-events: none; }
.elva-pg .loader-inner{ text-align: center; width: min(420px, 80vw); }
.elva-pg .loader-mark{
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.42em;
  text-transform: uppercase; color: var(--mute); margin-bottom: 34px;
}
.elva-pg .loader-count{
  font-size: clamp(72px, 16vw, 160px); font-weight: 700; line-height: .9;
  letter-spacing: -0.05em; font-variant-numeric: tabular-nums;
}
.elva-pg .loader-label{ font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--mute-2); margin-top: 18px; }
.elva-pg .loader-track{ height: 2px; width: 100%; background: var(--line); margin-top: 30px; border-radius: 2px; overflow: hidden; }
.elva-pg .loader-fill{ height: 100%; width: 0%; background: var(--grad); border-radius: 2px; }
.elva-pg .brand{ display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 19px; letter-spacing: -0.02em; }
.elva-pg .brand-mark{ width: 18px; height: 18px; border-radius: 6px; background: var(--grad); box-shadow: 0 0 18px rgba(91,141,239,.5); }
.elva-pg .brand-tag{ font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); padding: 4px 9px; border: 1px solid var(--line); border-radius: 999px; }
.elva-pg .btn{
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 500; font-size: 15px; letter-spacing: -0.01em;
  padding: 11px 20px; border-radius: 999px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}
.elva-pg .btn .ico{ width: 16px; height: 16px; stroke: currentColor; stroke-width: 2; fill: none; transition: transform .3s var(--ease); }
.elva-pg .btn-primary{ background: var(--cream); color: #0a0a0c; }
.elva-pg .btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 14px 34px -14px rgba(255,255,255,.4); }
.elva-pg .btn-primary:hover .ico{ transform: translateX(4px); }
.elva-pg .btn-ghost{ border: 1px solid var(--line-2); color: var(--cream); }
.elva-pg .btn-ghost:hover{ background: rgba(255,255,255,.06); transform: translateY(-2px); }
.elva-pg .btn-lg{ padding: 16px 28px; font-size: 17px; }
.elva-pg .hero{ position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.elva-pg .hero-glow{
  position: absolute; z-index: 0; top: -10%; left: 50%; transform: translateX(-50%);
  width: 1100px; height: 1100px; border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(155,92,255,.30), rgba(91,141,239,.16) 35%, transparent 62%);
  filter: blur(20px); pointer-events: none;
  will-change: transform;
}
.elva-pg .hero-field{ position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.elva-pg .env-float{
  position: absolute; color: rgba(255,255,255,.5);
  opacity: 0; animation: floatIn 1.2s var(--ease-io) forwards;
}
.elva-pg .env-float svg{ width: 100%; height: 100%; display: block; }
@keyframes floatIn{ to { opacity: 1; } }
@keyframes drift{
  0%,100% { transform: translateY(0) rotate(var(--rot,0deg)); }
  50% { transform: translateY(-22px) rotate(var(--rot,0deg)); }
}
.elva-pg .hero-inner{ position: relative; z-index: 3; width: 100%; text-align: center; padding: 120px 0 80px; }
.elva-pg .hero-eyebrow{
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--mute);
  padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px;
  margin-bottom: 30px; background: rgba(255,255,255,.02);
}
.elva-pg .hero h1{
  font-size: clamp(48px, 8.4vw, 124px); font-weight: 700; line-height: .94;
  letter-spacing: -0.045em; margin: 0; text-wrap: balance;
}
.elva-pg .hero h1 .zero{
  display: inline-block;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
}
.elva-pg .hero-lead{
  max-width: 600px; margin: 32px auto 0; font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.55; color: var(--mute); font-weight: 400;
}
.elva-pg .hero-cta{ display: flex; gap: 14px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.elva-pg .hero-trust{ margin-top: 52px; display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.elva-pg .tchip{ display: inline-flex; align-items: center; }
.elva-pg .tchip img{ height: 21px; display: block; filter: brightness(0) invert(1); opacity: 0.66; transition: opacity .3s; }
.elva-pg .tchip img:hover{ opacity: 1; }
.elva-pg .trust-sep{ display: none; }
.elva-pg .hipaa{ display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.elva-pg .hipaa svg{ width: 16px; height: 16px; stroke: var(--ai-5); fill: none; stroke-width: 1.8; }
.elva-pg .scroll-cue{
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: var(--mute-2);
}
.elva-pg .scroll-cue .mouse{ width: 22px; height: 34px; border: 1.5px solid var(--line-2); border-radius: 12px; position: relative; }
.elva-pg .scroll-cue .mouse::after{ content:''; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 3px; height: 7px; border-radius: 2px; background: var(--mute); animation: wheel 1.8s var(--ease) infinite; }
@keyframes wheel{ 0% { opacity:0; transform: translate(-50%,0); } 40% { opacity:1; } 100% { opacity:0; transform: translate(-50%,12px); } }
.elva-pg section{ position: relative; }
.elva-pg .section-pad{ padding: clamp(100px, 14vh, 180px) 0; }
.elva-pg .section-head{ max-width: 760px; }
.elva-pg .section-head.center{ margin: 0 auto; text-align: center; }
.elva-pg .section-head .mono{ display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.elva-pg .section-head .mono svg{ width: 14px; height: 14px; stroke-width: 1.8; fill: none; }
.elva-pg .section-head h2{
  font-size: clamp(34px, 5vw, 68px); font-weight: 700; line-height: 1.02;
  letter-spacing: -0.04em; margin: 0; text-wrap: balance;
}
.elva-pg .section-head p{ margin: 22px 0 0; font-size: clamp(17px,1.6vw,20px); line-height: 1.55; color: var(--mute); max-width: 600px; }
.elva-pg .section-head.center p{ margin-left: auto; margin-right: auto; }
.elva-pg [data-reveal]{ opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease-io), transform .9s var(--ease-io); }
.elva-pg [data-reveal].in{ opacity: 1; transform: none; }
.elva-pg [data-reveal][data-delay="1"]{ transition-delay: .08s; }
.elva-pg [data-reveal][data-delay="2"]{ transition-delay: .16s; }
.elva-pg [data-reveal][data-delay="3"]{ transition-delay: .24s; }
.elva-pg [data-reveal][data-delay="4"]{ transition-delay: .32s; }
.elva-pg .film{ position: relative; height: 460vh; background: linear-gradient(180deg, var(--bg), var(--bg-2) 50%, var(--bg)); }
.elva-pg .film-stage{ position: sticky; top: 0; height: 100svh; overflow: hidden; }
.elva-pg .film-bg-glow{
  position: absolute; z-index: 1; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 900px; height: 900px; border-radius: 50%; opacity: 0;
  background: radial-gradient(circle, rgba(155,92,255,.34), rgba(63,184,168,.12) 40%, transparent 66%);
  filter: blur(24px); will-change: opacity, transform;
}
.elva-pg .film-scrim{ position: absolute; z-index: 2; inset: 0; background: radial-gradient(circle at 50% 46%, transparent 38%, rgba(8,8,10,.6)); pointer-events: none; }
.elva-pg .film-rail{ position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 12; width: 220px; height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; }
.elva-pg .film-rail span{ display: block; height: 100%; width: 0; background: var(--grad); }
.elva-pg .film-cap{ position: absolute; z-index: 11; text-align: center; left: 50%; top: max(8%, 88px); transform: translateX(-50%); width: min(680px, 88vw); }
.elva-pg .film-cap .num{ font-family: var(--font-mono); font-size: 12px; letter-spacing: .3em; color: var(--mute-2); }
.elva-pg .film-cap h3{ font-size: clamp(24px, 3.8vw, 46px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.05; margin: 11px 0 0; text-wrap: balance; }
.elva-pg .film-cap p{ color: var(--mute); font-size: clamp(14px,1.4vw,16px); margin: 11px auto 0; max-width: 380px; line-height: 1.5; }
.elva-pg .film-phase{ position: absolute; left: 0; right: 0; top: 0; opacity: 0; transition: opacity .55s var(--ease); }
.elva-pg .film-phase.on{ opacity: 1; }
.elva-pg .film-counter{ position: absolute; z-index: 7; left: 50%; top: 50%; text-align: center; transform-origin: 50% 50%; will-change: transform; }
.elva-pg .film-counter .big{ font-size: clamp(80px, 30vh, 320px); font-weight: 700; line-height: .82; letter-spacing: -0.06em; font-variant-numeric: tabular-nums; transition: filter .4s var(--ease); }
.elva-pg .film-counter .big.spectrum{ filter: drop-shadow(0 0 55px rgba(155,92,255,.6)); }
.elva-pg .film-counter .cap{ font-family: var(--font-mono); font-size: 24px; letter-spacing: .26em; text-transform: uppercase; color: var(--mute); margin-top: 18px; }
.elva-pg .film-pool{ position: absolute; inset: 0; z-index: 6; pointer-events: none; }
.elva-pg .fcard{
  position: absolute; left: 50%; top: 50%;
  width: 264px; padding: 14px 16px; border-radius: 15px;
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: 0 34px 64px -30px rgba(0,0,0,.85);
  will-change: transform, opacity;
}
.elva-pg .fcard .top{ display: flex; align-items: center; gap: 9px; }
.elva-pg .fcard .av{ width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 700; color: #fff; background: linear-gradient(135deg, #3a3a46, #232329); flex: none; }
.elva-pg .fcard .who{ font-size: 12px; color: var(--mute); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.elva-pg .fcard .chip{ margin-left: auto; flex: none; font-family: var(--font-mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--mute); }
.elva-pg .fcard .subj{ font-size: 14px; font-weight: 500; color: var(--cream); margin-top: 11px; letter-spacing: -0.01em; line-height: 1.3; }
.elva-pg .fcard .aichip{ display: none; align-items: center; gap: 6px; margin-top: 11px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ai-3); }
.elva-pg .fcard .aichip .d{ width: 6px; height: 6px; border-radius: 50%; background: var(--ai-3); box-shadow: 0 0 8px var(--ai-3); animation: ping 1.6s var(--ease) infinite; }
.elva-pg .fcard.reading{ border-color: rgba(155,92,255,.55); box-shadow: 0 0 0 1px rgba(155,92,255,.4), 0 34px 64px -30px rgba(0,0,0,.85); }
.elva-pg .fcard.reading .aichip{ display: inline-flex; }
.elva-pg .fcard .badge{ display: none; align-items: center; gap: 5px; margin-top: 11px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
.elva-pg .fcard .badge svg{ width: 11px; height: 11px; stroke-width: 2; fill: none; }
.elva-pg .fcard.tag-on .badge{ display: inline-flex; }
.elva-pg .fcard.tag-on .aichip{ display: none; }
.elva-pg .badge.answered{ color: var(--green); background: rgba(79,203,142,.12); }
.elva-pg .badge.answered svg{ stroke: var(--green); }
.elva-pg .badge.flagged{ color: var(--terra); background: rgba(224,121,92,.13); }
.elva-pg .badge.flagged svg{ stroke: var(--terra); }
.elva-pg .badge.filed{ color: var(--ai-4); background: rgba(91,141,239,.13); }
.elva-pg .badge.filed svg{ stroke: var(--ai-4); }
.elva-pg .film-cols{ position: absolute; z-index: 6; left: 50%; top: 50%; opacity: 0; transition: opacity .4s; pointer-events: none; }
.elva-pg .fcol{ position: absolute; transform: translate(-50%,-50%); font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; border: 1px solid var(--line-2); background: rgba(8,8,10,.6); white-space: nowrap; }
.elva-pg .fcol.answered{ color: var(--green); }
.elva-pg .fcol.flagged{ color: var(--terra); }
.elva-pg .fcol.filed{ color: var(--ai-4); }
.elva-pg .film-core{
  position: absolute; z-index: 4; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(.4);
  width: 150px; height: 150px; border-radius: 50%; opacity: 0;
  background: radial-gradient(circle at 38% 34%, rgba(255,255,255,.9), rgba(155,92,255,.5) 44%, rgba(63,184,168,.36) 100%);
  box-shadow: 0 0 90px rgba(155,92,255,.6), inset 0 0 44px rgba(255,255,255,.28);
  will-change: transform, opacity; display: grid; place-items: center;
}
.elva-pg .film-core svg{ width: 60px; height: 60px; stroke: rgba(8,8,10,.85); stroke-width: 1.6; fill: none; }
.elva-pg .film-core::after{ content:''; position:absolute; inset:-18px; border-radius:50%; border:1px solid rgba(155,92,255,.4); animation: ping 2.6s var(--ease) infinite; }
.elva-pg .film-orbit{ position: absolute; z-index: 5; left: 50%; top: 50%; width: 0; height: 0; opacity: 0; transition: opacity .5s; }
.elva-pg .film-orbit.run{ animation: spin 22s linear infinite; }
.elva-pg .film-orbit i{ position: absolute; width: 7px; height: 7px; border-radius: 50%; transform: translate(-50%,-50%); }
@keyframes spin{ to { transform: rotate(360deg); } }
.elva-pg .film-sparks{ position: absolute; z-index: 5; inset: 0; opacity: 0; transition: opacity .5s; pointer-events: none; }
.elva-pg .film-spark{ position: absolute; color: var(--ai-3); animation: tw 2.6s ease-in-out infinite; }
.elva-pg .film-spark svg{ width: 100%; height: 100%; display: block; stroke: none; fill: currentColor; }
@keyframes tw{ 0%,100% { opacity: .25; transform: scale(.65); } 50% { opacity: 1; transform: scale(1.1); } }
.elva-pg .film-scan{ position: absolute; z-index: 5; left: 0; right: 0; height: 220px; opacity: 0;
  background: linear-gradient(180deg, transparent, rgba(155,92,255,.18) 45%, rgba(91,141,239,.22) 55%, transparent);
  box-shadow: 0 0 60px rgba(155,92,255,.4); will-change: transform, opacity; }
.elva-pg .steps{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 72px; }
.elva-pg .step{ padding: 36px 30px; border-radius: 22px; border: 1px solid var(--line); background: linear-gradient(180deg, var(--surface), rgba(20,20,25,.4)); position: relative; overflow: hidden; }
.elva-pg .step::before{ content:''; position:absolute; inset:0 0 auto 0; height:1px; background: var(--grad); opacity:.5; }
.elva-pg .step .sn{ font-family: var(--font-mono); font-size: 13px; letter-spacing: .26em; color: var(--mute-2); }
.elva-pg .step .si{ width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin: 24px 0 20px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.elva-pg .step .si svg{ width: 23px; height: 23px; stroke: var(--cream); stroke-width: 1.7; fill: none; }
.elva-pg .step h3{ font-size: 23px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 10px; }
.elva-pg .step p{ color: var(--mute); font-size: 15.5px; line-height: 1.55; margin: 0; }
.elva-pg .caps{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; }
.elva-pg .cap{
  padding: 30px 26px; border-radius: 20px; border: 1px solid var(--line);
  background: var(--surface); transition: transform .4s var(--ease), border-color .4s, background .4s;
}
.elva-pg .cap:hover{ transform: translateY(-5px); border-color: var(--line-2); background: var(--surface-2); }
.elva-pg .cap .ci{ width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 20px; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.elva-pg .cap .ci svg{ width: 22px; height: 22px; stroke-width: 1.7; fill: none; }
.elva-pg .cap .ci.violet svg{ stroke: var(--ai-3); }
.elva-pg .cap .ci.violet{ box-shadow: inset 0 0 22px rgba(155,92,255,.18); }
.elva-pg .cap .ci.blue svg{ stroke: var(--ai-4); }
.elva-pg .cap .ci.blue{ box-shadow: inset 0 0 22px rgba(91,141,239,.18); }
.elva-pg .cap .ci.teal svg{ stroke: var(--ai-5); }
.elva-pg .cap .ci.teal{ box-shadow: inset 0 0 22px rgba(63,184,168,.18); }
.elva-pg .cap .ci.gold svg{ stroke: var(--gold); }
.elva-pg .cap .ci.gold{ box-shadow: inset 0 0 22px rgba(224,165,60,.18); }
.elva-pg .cap .ci.terra svg{ stroke: var(--terra); }
.elva-pg .cap .ci.terra{ box-shadow: inset 0 0 22px rgba(224,121,92,.18); }
.elva-pg .cap .ci.green svg{ stroke: var(--green); }
.elva-pg .cap .ci.green{ box-shadow: inset 0 0 22px rgba(79,203,142,.18); }
.elva-pg .cap h3{ font-size: 19px; font-weight: 600; letter-spacing: -0.015em; margin: 0 0 9px; line-height: 1.25; }
.elva-pg .cap p{ color: var(--mute); font-size: 14.5px; line-height: 1.55; margin: 0; }
.elva-pg .cap p .q{ color: var(--cream); font-style: italic; }
.elva-pg .product{ padding-bottom: clamp(100px,14vh,180px); }
.elva-pg .product-frame{ position: relative; max-width: 1180px; margin: 64px auto 0; border-radius: 24px; overflow: hidden; border: 1px solid var(--line-2); box-shadow: 0 60px 140px -50px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.02); will-change: transform; background: var(--surface); }
.elva-pg .product-frame .bar{ display: flex; align-items: center; gap: 7px; padding: 13px 18px; background: rgba(255,255,255,.03); border-bottom: 1px solid var(--line); }
.elva-pg .product-frame .bar i{ width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.elva-pg .product-frame .bar em{ margin-left: 12px; font-style: normal; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; color: var(--mute); }
.elva-pg .product-frame img{ width: 100%; display: block; }
.elva-pg .p-tag{ position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; font-size: 13px; font-weight: 500; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); background: rgba(20,20,25,.78); border: 1px solid var(--line-2); box-shadow: 0 16px 40px -16px rgba(0,0,0,.8); }
.elva-pg .p-tag svg{ width: 15px; height: 15px; stroke: var(--ai-3); stroke-width: 1.8; fill: none; }
.elva-pg .p-tag.a{ top: 16%; left: -3%; }
.elva-pg .p-tag.b{ bottom: 14%; right: -2%; }
@media (max-width: 720px){
.elva-pg .p-tag{ display: none; }
}
.elva-pg .proof{ border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.elva-pg .stats{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.elva-pg .stat{ padding: 16px 22px; text-align: center; position: relative; }
.elva-pg .stat + .stat::before{ content:''; position:absolute; left:0; top:18%; bottom:18%; width:1px; background: var(--line); }
.elva-pg .stat .n{ font-size: clamp(40px, 6vw, 76px); font-weight: 700; letter-spacing: -0.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.elva-pg .stat .l{ color: var(--mute); font-size: 14px; line-height: 1.45; margin-top: 14px; max-width: 200px; margin-left: auto; margin-right: auto; }
.elva-pg .eco-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 60px; }
.elva-pg .eco{
  display: flex; flex-direction: column; padding: 26px 24px; border-radius: 18px;
  border: 1px solid var(--line); background: var(--surface); min-height: 230px;
  transition: transform .4s var(--ease), border-color .4s, background .4s;
}
.elva-pg .eco:hover{ transform: translateY(-5px); border-color: var(--line-2); background: var(--surface-2); }
.elva-pg .eco .ei{ width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.04); border: 1px solid var(--line); margin-bottom: 18px; }
.elva-pg .eco .ei svg{ width: 21px; height: 21px; stroke: var(--cream); stroke-width: 1.6; fill: none; }
.elva-pg .eco h3{ font-size: 16.5px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 7px; }
.elva-pg .eco p{ color: var(--mute); font-size: 13.5px; line-height: 1.5; margin: 0; flex: 1; }
.elva-pg .eco .lnk{ display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--mute); transition: gap .3s, color .3s; }
.elva-pg .eco .lnk svg{ width: 13px; height: 13px; stroke: currentColor; stroke-width: 2; fill: none; }
.elva-pg .eco:hover .lnk{ color: var(--cream); gap: 11px; }
.elva-pg .eco.feature{ grid-column: span 2; background: linear-gradient(135deg, rgba(155,92,255,.14), rgba(63,184,168,.07)); border-color: var(--line-2); }
.elva-pg .cal-embed{ width: 100%; min-height: 480px; border-radius: 16px; overflow: hidden; }
.elva-pg .cal-fallback{ display: none; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; gap: 14px; min-height: 480px; padding: 30px; border-radius: 16px; border: 1px dashed var(--line-2); }
.elva-pg .cal-fallback.show{ display: flex; }
.elva-pg .cal-fallback .cf-ic{ width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.04); border: 1px solid var(--line); }
.elva-pg .cal-fallback .cf-ic svg{ width: 24px; height: 24px; stroke: var(--ai-4); stroke-width: 1.7; fill: none; }
.elva-pg .cal-fallback h3{ font-size: 23px; font-weight: 600; margin: 0; letter-spacing: -0.02em; }
.elva-pg .cal-fallback p{ color: var(--mute); margin: 0; line-height: 1.5; }
.elva-pg .foot-brand p{ color: var(--mute); font-size: 14px; line-height: 1.6; margin: 16px 0 0; max-width: 280px; }
.elva-pg .foot-addr{ color: var(--mute-2); font-size: 12.5px; line-height: 1.7; margin-top: 18px; font-family: var(--font-mono); }
.elva-pg .foot-col h4{ font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--mute-2); margin: 0 0 16px; }
.elva-pg .foot-col ul{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.elva-pg .foot-col a{ color: var(--mute); font-size: 14px; transition: color .25s; }
.elva-pg .foot-col a:hover{ color: var(--cream); }
@media (max-width: 1000px){
.elva-pg .steps{ grid-template-columns: 1fr; }
.elva-pg .caps{ grid-template-columns: 1fr 1fr; }
.elva-pg .eco-grid{ grid-template-columns: 1fr 1fr; }
.elva-pg .eco.feature{ grid-column: span 2; }
}
@media (max-width: 640px){
.elva-pg .wrap{ padding: 0 20px; }
.elva-pg .caps{ grid-template-columns: 1fr; }
.elva-pg .eco-grid{ grid-template-columns: 1fr; }
.elva-pg .eco.feature{ grid-column: span 1; }
.elva-pg .stats{ grid-template-columns: 1fr 1fr; gap: 24px 12px; }
.elva-pg .stat + .stat::before{ display: none; }
.elva-pg .brand-tag{ display: none; }
.elva-pg .film{ height: 360vh; }
.elva-pg .fcard{ width: 156px; padding: 11px 12px; border-radius: 13px; }
.elva-pg .fcard .who{ font-size: 10.5px; }
.elva-pg .fcard .chip{ font-size: 8px; padding: 2px 6px; }
.elva-pg .fcard .av{ width: 22px; height: 22px; font-size: 9px; }
.elva-pg .fcard .subj{ font-size: 12px; margin-top: 8px; }
.elva-pg .fcard .badge,.elva-pg .fcard .aichip{ font-size: 8.5px; margin-top: 8px; }
.elva-pg .film-counter .cap{ font-size: 18px; margin-top: 12px; }
}
@media (prefers-reduced-motion: reduce){
.elva-pg *{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
.elva-pg [data-reveal]{ opacity: 1 !important; transform: none !important; }
}

/* ===== reused LP nav / footer / slider ===== */
.elva-pg .slider-arrows{ display: none; gap: 10px; justify-content: flex-end; align-items: center; margin-top: 14px; }
.elva-pg .sa-btn{ width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--cream-2); background: #fff; display: grid; place-items: center; cursor: pointer; box-shadow: var(--sh-1); transition: transform var(--dur-fast), box-shadow var(--dur-fast), opacity var(--dur-fast); }
.elva-pg .sa-btn:active{ transform: scale(.94); }
.elva-pg .sa-btn:disabled{ opacity: .3; }
.elva-pg .sa-ic{ width: 18px; height: 18px; stroke: var(--ink-0); fill: none; stroke-width: 2; }
@media (max-width: 600px){
.elva-pg .slider-arrows{ display: flex; }
}
.elva-pg .nx-nav{position:sticky;top:0;z-index:100;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);background:rgba(245,245,247,.85);border-bottom:1px solid rgba(0,0,0,.06);transition:border-color .3s,background .3s;}
.elva-pg .nx-nav.scrolled{background:rgba(245,245,247,.95);}
.elva-pg .nx-nav-inner{display:flex;align-items:center;height:60px;max-width:1180px;margin:0 auto;padding:0 32px;}
.elva-pg .nx-brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:20px;letter-spacing:-.04em;color:#1D1D1F;text-decoration:none;}
.elva-pg .nx-logo{width:27px;height:27px;flex:none;}
.elva-pg .nx-tag{margin-left:12px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#2E7D54;background:rgba(46,125,84,.10);border:1px solid rgba(46,125,84,.25);border-radius:999px;padding:5px 10px;}
.elva-pg .nx-spacer{flex:1;}
.elva-pg .nx-nav-cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#fff;background:#1D1D1F;border-radius:999px;padding:10px 18px;text-decoration:none;transition:transform .15s,box-shadow .2s;box-shadow:0 0 0 1px rgba(0,0,0,.1);}
.elva-pg .nx-nav-cta:hover{transform:translateY(-1px);box-shadow:0 12px 30px -10px rgba(0,0,0,.4);}
.elva-pg .nx-nav-cta svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2.2;}
.elva-pg .lp-foot{ border-top:1px solid var(--cream-2); background:var(--cream-0); padding:30px 0; margin-top:8px; }
.elva-pg .lp-foot-inner{ display:flex; align-items:center; justify-content:space-between; gap:20px; }
.elva-pg .lp-foot-brand{ display:inline-flex; align-items:center; gap:10px; font-weight:600; font-size:19px; letter-spacing:-.04em; color:var(--ink-0); }
.elva-pg .lp-foot-brand img{ width:28px; height:28px; flex:none; }
.elva-pg .lp-foot-copy{ font-size:13px; color:var(--ink-3); }
.elva-pg .lp-foot-legal{ display:flex; gap:24px; }
.elva-pg .lp-foot-legal a{ font-size:13px; color:var(--ink-3); transition:color .15s; }
.elva-pg .lp-foot-legal a:hover{ color:var(--ink-1); }
@media (max-width:680px){
.elva-pg .lp-foot-inner{ flex-direction:column; gap:14px; text-align:center; }
}
.elva-pg .lp-cta-direct{ display:none; }
@media (max-width:600px){
.elva-pg .lp-cta-scroll{ display:none; }
.elva-pg .lp-cta-direct{ display:inline-flex; }
}

/* ===== reused LP booking section ===== */
.elva-pg .elva-live{ position: relative; display: inline-flex; width: 8px; height: 8px; flex: none; }
.elva-pg .elva-live::before{ content: ''; position: absolute; inset: 0; border-radius: 999px; background: var(--ai-3); box-shadow: 0 0 8px var(--ai-3); }
.elva-pg .elva-live::after{ content: ''; position: absolute; inset: -2px; border-radius: 999px; border: 1.5px solid var(--ai-3); animation: elva-pulse 2.4s cubic-bezier(0.4,0,0.2,1) infinite; }
.elva-pg .wrap-wide{ max-width: 1300px; margin: 0 auto; padding: 0 32px; }
.elva-pg .eyebrow{
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--ink-3);
  display: inline-flex; align-items: center; gap: 11px;
}
.elva-pg .btn-light{ background: #fff; color: var(--ink-0); box-shadow: var(--sh-2); }
.elva-pg .btn-light:hover{ transform: translateY(-1px); }
.elva-pg .lp-book{ padding: 0 0 96px; scroll-margin-top: 80px; }
.elva-pg .book-card{
  display: grid; grid-template-columns: 1fr 1fr; border-radius: 30px; overflow: hidden;
  box-shadow: var(--sh-4); border: 1px solid var(--cream-2); min-height: 600px;
}
.elva-pg .book-left{ position: relative; overflow: hidden; background: var(--sage-0); color: #fff; padding: 52px 46px; display: flex; flex-direction: column; }
.elva-pg .book-glow{ position: absolute; inset: 0; background: radial-gradient(80% 90% at 15% 110%, rgba(155,92,255,.5), transparent 60%); pointer-events: none; }
.elva-pg .book-left > *{ position: relative; z-index: 1; }
.elva-pg .book-left .eyebrow{ color: rgba(255,255,255,.55); }
.elva-pg .book-left h2{ color: #fff; font-size: clamp(28px, 3vw, 40px); font-weight: 600; margin-top: 15px; }
.elva-pg .book-left .sub{ font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.68); margin-top: 17px; max-width: 42ch; }
.elva-pg .book-checks{ list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-direction: column; gap: 14px; }
.elva-pg .book-checks li{ display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; line-height: 1.45; color: rgba(255,255,255,.82); }
.elva-pg .book-checks .tick{ width: 21px; height: 21px; border-radius: 50%; background: rgba(255,255,255,.12); display: grid; place-items: center; flex: none; margin-top: 1px; }
.elva-pg .book-checks .tick svg{ width: 12px; height: 12px; stroke: var(--ai-5); fill: none; stroke-width: 2.6; }
.elva-pg .book-checks b{ color: #fff; font-weight: 600; }
.elva-pg .book-chips{ display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 30px; }
.elva-pg .book-chip{ display: inline-flex; align-items: center; gap: 7px; font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 6px 11px; border-radius: var(--r-pill); }
.elva-pg .book-chip svg{ width: 13px; height: 13px; stroke: var(--ai-5); fill: none; stroke-width: 1.8; }
.elva-pg .book-label{ display: block; font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.42); margin: 26px 0 14px; }
.elva-pg .book-checks + .book-sep,.elva-pg .book-sep{ height: 1px; background: rgba(255,255,255,.12); margin: 26px 0 0; }
.elva-pg .book-badges{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.elva-pg .bb{ display: flex; gap: 12px; align-items: flex-start; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 14px; }
.elva-pg .bb-ic{ width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: grid; place-items: center; flex: none; }
.elva-pg .bb-ic svg{ width: 17px; height: 17px; stroke: var(--ai-5); fill: none; stroke-width: 1.8; }
.elva-pg .bb-t{ font-size: 13px; font-weight: 600; color: #fff; letter-spacing: -0.01em; }
.elva-pg .bb-s{ font-size: 11px; line-height: 1.4; color: rgba(255,255,255,.55); margin-top: 3px; }
.elva-pg .book-logos{ display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.elva-pg .blogo{ display: flex; align-items: center; gap: 12px; background: #fff; border-radius: var(--r-lg); padding: 12px 14px; }
.elva-pg .blogo image-slot{ width: 64px; height: 30px; flex: none; --is-radius: 4px; }
.elva-pg .bl-cap{ font-size: 11px; line-height: 1.3; font-weight: 500; color: var(--ink-2); }
.elva-pg .book-right{ background: #fff; position: relative; display: flex; flex-direction: column; }
.elva-pg .cal-embed{ flex: 1; width: 100%; height: 100%; overflow: auto; min-height: 560px; }
.elva-pg .cal-fallback{ position: absolute; inset: 0; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; padding: 40px; background: #fff; }
.elva-pg .cal-fallback.show{ display: flex; }
.elva-pg .cal-fallback .cf-ic{ width: 54px; height: 54px; border-radius: 15px; background: var(--cream-0); border: 1px solid var(--cream-2); display: grid; place-items: center; color: var(--ink-1); }
.elva-pg .cal-fallback .cf-ic svg{ width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.elva-pg .cal-fallback h3{ font-size: 21px; font-weight: 600; }
.elva-pg .cal-fallback p{ font-size: 14px; color: var(--ink-2); max-width: 32ch; line-height: 1.5; }
@media (max-width: 1000px){
.elva-pg .book-card{ grid-template-columns: 1fr; }
.elva-pg .book-right{ min-height: 620px; }
}
@media (max-width: 600px){
.elva-pg .wrap,.elva-pg .wrap-wide{ padding: 0 20px; }
.elva-pg .lp-book{ padding: 0 0 62px; }
.elva-pg .final-card,.elva-pg .book-left{ padding: 44px 24px; }
.elva-pg .book-right{ min-height: 520px; }
}
.elva-pg .book-head-r{ display:flex; align-items:center; justify-content:space-between; padding:0 0 16px; border-bottom:1px solid var(--cream-2); margin-bottom:16px; }
.elva-pg .book-head-r h3{ font-size:18px; font-weight:600; color:var(--ink-0); margin:0; }
.elva-pg .book-live{ display:flex; align-items:center; gap:6px; font-size:12px; font-weight:500; color:var(--success); }
.elva-pg .book-live .dot{ width:7px; height:7px; border-radius:50%; background:var(--success); animation:pulse-dot 2s ease infinite; }
.elva-pg .cal-shell{ position:relative; min-height:560px; border-radius:calc(var(--r-xl) - 2px); overflow:hidden; background:var(--cream-0); }
.elva-pg .book-right .cal-shell{ flex:none; }
.elva-pg .cal-shell.cal-ready{ background:#fff; }
.elva-pg .cal-shell.cal-ready .cal-loading{ display:none; }
.elva-pg .cal-loading{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; }
.elva-pg .cal-loading-inner{ text-align:center; }
.elva-pg .cal-loading-ic{ width:48px; height:48px; margin:0 auto 12px; border-radius:14px; background:var(--cream-0); display:grid; place-items:center; }
.elva-pg .cal-loading-ic svg{ width:22px; height:22px; stroke:var(--ink-1); fill:none; stroke-width:1.8; }
.elva-pg .book-foot-r{ padding:14px 0 0; border-top:1px solid var(--cream-2); display:flex; flex-direction:column; gap:6px; }
.elva-pg .book-right{ background:#fff; border-radius:var(--r-xl); padding:24px; }
.elva-pg .book-logos .blogo img{ height:24px; width:auto; max-width:92px; object-fit:contain; flex:none; display:block; }
@media (max-width:600px){
.elva-pg .book-left{ padding:38px 24px 34px; min-height:0; }
.elva-pg .book-card{ min-height:0; grid-template-columns:1fr; }
.elva-pg .book-card[data-reveal]{ opacity:1; transform:none; }
.elva-pg .book-right{ display:none; }
}
.elva-pg .book-cta-mobile{ display:none; }
@media (max-width:600px){
.elva-pg .book-cta-mobile{ display:inline-flex; justify-content:center; width:100%; margin-top:28px; }
}
.elva-pg .book-badges{ margin-top:18px; }
@media (max-width:600px){
.elva-pg .book-logos .blogo:nth-child(3),.elva-pg .book-logos .blogo:nth-child(4){ display:none; }
.elva-pg .book-cta-mobile{ font-weight:650; font-size:17px; padding:17px 28px; box-shadow:0 16px 34px -14px rgba(0,0,0,.6); }
}
@media (max-width:600px){
.elva-pg .lp-book{ display:none; }
}

/* ===== base + theme-collision overrides ===== */
/* export carried the dark canvas on body; overflow-x:hidden is omitted because it breaks position:sticky for the film */
.elva-pg.elva-camp{ background:var(--bg); color:var(--cream); font-family:var(--font-display); min-height:100vh; -webkit-font-smoothing:antialiased; scroll-behavior:smooth; margin:0; padding:0; }
/* the export reuses theme class names; neutralise global .section-head (flex row + dark h2) bleed */
.elva-pg.elva-camp .section-head{ display:block; align-items:initial; justify-content:initial; gap:0; margin-bottom:0; max-width:760px; }
.elva-pg.elva-camp .section-head.center{ margin:0 auto; text-align:center; max-width:760px; }
.elva-pg.elva-camp .section-head h2{ font-size:clamp(34px,5vw,68px); font-weight:700; letter-spacing:-.04em; line-height:1.02; margin:0; color:var(--cream); }
/* ===== mobile: card sliders (caps, ecosystem) ===== */
.elva-pg .slider-arrows{ display:none; gap:10px; justify-content:flex-end; align-items:center; margin-top:16px; }
@media (max-width:720px){
  .elva-pg .caps,.elva-pg .eco-grid{ grid-template-columns:none!important; display:flex; gap:14px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; scrollbar-width:none; margin:0 -20px; padding:4px 20px 6px; }
  .elva-pg .caps::-webkit-scrollbar,.elva-pg .eco-grid::-webkit-scrollbar{ display:none; }
  .elva-pg .caps>.cap,.elva-pg .eco-grid>.eco{ scroll-snap-align:start; flex:0 0 82%; max-width:82%; }
  .elva-pg .slider-arrows{ display:flex; }
  /* booking: force mobile mode (hide embed, show centered CTA) at the campaign breakpoint */
  .elva-pg.elva-camp .book-right{ display:none; }
  .elva-pg.elva-camp .book-cta-mobile{ display:flex; width:fit-content; margin:24px auto 0; justify-content:center; }
}

/* ===== film: match source (centered counter, pill label, gradient-zero finale) ===== */
.elva-pg.elva-camp .film-counter{ transform: translate(-50%,-50%); }
.elva-pg.elva-camp .film-counter .cap{ display:inline-block; margin-top:24px; padding:9px 22px; border-radius:11px; background:rgba(255,255,255,.045); border:1px solid rgba(255,255,255,.09); color:var(--mute); font-family:var(--font-mono); font-size:15px; letter-spacing:.26em; text-transform:uppercase; }
.elva-pg.elva-camp .film-counter .big.spectrum{ background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; -webkit-text-fill-color:transparent; filter:drop-shadow(0 0 60px rgba(155,92,255,.5)); }
.elva-pg.elva-camp .film-counter.cleared::before{ content:''; position:absolute; left:50%; top:38%; width:560px; height:560px; max-width:88vw; max-height:88vw; transform:translate(-50%,-50%); border-radius:50%; background:radial-gradient(circle, rgba(123,108,255,.30), rgba(91,141,239,.12) 45%, transparent 66%); z-index:-1; pointer-events:none; }
.elva-pg.elva-camp .film-card .fc-dot{ transition:opacity .2s; }

/* ===== film cards as real email previews ===== */
.elva-pg.elva-camp .film-card{ padding:13px 15px; border-radius:14px; background:#16161c; border:1px solid rgba(255,255,255,.07); box-shadow:0 22px 50px rgba(0,0,0,.5); }
.elva-pg.elva-camp .film-card .fc-top{ display:flex; align-items:center; gap:9px; margin-bottom:9px; }
.elva-pg.elva-camp .film-card .fc-av{ width:26px; height:26px; border-radius:50%; display:grid; place-items:center; font-size:10.5px; font-weight:700; color:#fff; flex:none; }
.elva-pg.elva-camp .film-card .fc-name{ font-size:13px; font-weight:600; color:rgba(255,255,255,.86); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.elva-pg.elva-camp .film-card .fc-tag{ margin-left:auto; font-family:var(--font-mono); font-size:9px; letter-spacing:.1em; color:var(--mute); border:1px solid rgba(255,255,255,.12); border-radius:5px; padding:3px 7px; flex:none; }
.elva-pg.elva-camp .film-card .fc-subj{ font-size:13.5px; color:rgba(255,255,255,.6); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* ===== hero: floating envelopes ===== */
.elva-pg.elva-camp .he-env{ position:absolute; display:block; color:#fff; transform:rotate(var(--r,0deg)); will-change:transform; animation-name:heroFloat; animation-timing-function:ease-in-out; animation-iteration-count:infinite; animation-direction:alternate; }
.elva-pg.elva-camp .he-env svg{ width:100%; height:100%; display:block; }
@keyframes heroFloat{ from{ transform:translateY(-7px) rotate(var(--r,0deg)); } to{ transform:translateY(7px) rotate(var(--r,0deg)); } }

/* ===== point-1/2/5 fixes: dark-theme nav, hero h1, clean stats, mobile booking ===== */
/* nav ships light-themed (built for the LP's light page); dark-theme it for the campaign */
.elva-pg.elva-camp .nx-nav{ background:transparent; border-bottom:1px solid rgba(255,255,255,.06); backdrop-filter:none; -webkit-backdrop-filter:none; }
.elva-pg.elva-camp .nx-brand{ color:var(--cream); }
.elva-pg.elva-camp .nx-tag{ color:var(--mute); background:rgba(255,255,255,.04); border-color:rgba(255,255,255,.16); }
.elva-pg.elva-camp .nx-nav-cta{ background:#fff; color:#0A0A0C; box-shadow:0 0 0 1px rgba(255,255,255,.10); }
.elva-pg.elva-camp .nx-nav-cta:hover{ box-shadow:0 12px 30px -10px rgba(0,0,0,.6); }
.elva-pg.elva-camp .nx-nav-cta svg{ stroke:#0A0A0C; }
/* hero h1: global ".hero h1{color:var(--ink-0)}" bleeds in and darkens it; restore cream (.zero keeps its gradient) */
.elva-pg.elva-camp .hero h1{ color:var(--cream); }
/* stats: neutralise global ".stat" (sage box + flex row) bleed; restore the clean centred divider columns */
.elva-pg.elva-camp .stat{ background:transparent; display:block; border:none; border-radius:0; margin:0; gap:0; color:inherit; }
/* booking: a leftover LP rule hides the whole .lp-book at <=600px; keep it visible (book-right is hidden, mobile CTA shown) */
.elva-pg.elva-camp .lp-book{ display:block; }

/* ===== film card status badges (Answered / Flagged / Filed) — revealed during clear ===== */
.elva-pg.elva-camp .fc-st{ display:inline-flex; align-items:center; gap:5px; margin-top:10px; font-size:11px; font-weight:650; letter-spacing:.01em; opacity:0; }
.elva-pg.elva-camp .fc-st i{ font-style:normal; display:inline-flex; line-height:1; }
.elva-pg.elva-camp .fc-st-a{ color:#5FD09B; } .elva-pg.elva-camp .fc-st-a i::before{ content:'\2713'; }
.elva-pg.elva-camp .fc-st-f{ color:#E8957C; } .elva-pg.elva-camp .fc-st-f i::before{ content:'\2691'; }
.elva-pg.elva-camp .fc-st-d{ color:#86A9F2; } .elva-pg.elva-camp .fc-st-d i::before{ content:'\2913'; }

/* ===== hero: trim so the whole hero fits at first glance ===== */
/* hero padding override removed — original 120/80 applies */
.elva-pg.elva-camp .hero-cta{ margin-top:30px; }

/* ===== footer: dark-theme it for the campaign (ships light from the LP) ===== */
.elva-pg.elva-camp .lp-foot{ background:#0A0A0C; border-top:1px solid rgba(255,255,255,.07); margin-top:0; }
.elva-pg.elva-camp .lp-foot-brand{ color:var(--cream); }
.elva-pg.elva-camp .lp-foot-copy{ color:var(--mute); }
.elva-pg.elva-camp .lp-foot-legal a{ color:var(--mute); }
.elva-pg.elva-camp .lp-foot-legal a:hover{ color:var(--cream); }

/* ===== mobile ===== */
@media (max-width:720px){
  .elva-pg.elva-camp .book-logos{ display:none; }                      /* drop trust banners from the bottom CTA */
}

/* ===== clear choreography: hero-card stack + zero-state particles + pulsing halo ===== */
.elva-pg.elva-camp .fc-hero::before,
.elva-pg.elva-camp .fc-hero::after{ content:''; position:absolute; inset:0; border-radius:inherit; background:#16161c; border:1px solid rgba(255,255,255,.06); z-index:-1; }
.elva-pg.elva-camp .fc-hero::before{ transform:translate(7px,9px) scale(.985); opacity:.55; }
.elva-pg.elva-camp .fc-hero::after{ transform:translate(13px,17px) scale(.97); opacity:.3; }

.elva-pg.elva-camp .film-particle{ position:absolute; border-radius:50%; background:rgba(170,150,255,.95); box-shadow:0 0 6px rgba(140,120,255,.65); opacity:.4; animation-name:partFloat; animation-timing-function:ease-in-out; animation-iteration-count:infinite; }
@keyframes partFloat{ 0%,100%{ transform:translateY(5px); opacity:.22; } 50%{ transform:translateY(-11px); opacity:.85; } }

.elva-pg.elva-camp .film-counter.cleared::before{ animation:haloPulse 3.6s ease-in-out infinite; }
@keyframes haloPulse{ 0%,100%{ transform:translate(-50%,-50%) scale(.9); opacity:.78; } 50%{ transform:translate(-50%,-50%) scale(1.1); opacity:1; } }
.elva-pg.elva-camp .film-counter.cleared .big{ animation:zeroBreathe 3.6s ease-in-out infinite; }
@keyframes zeroBreathe{ 0%,100%{ transform:scale(.985); } 50%{ transform:scale(1.02); } }

/* ===== hero: pull content to the top so the tag sits high (less space above it) ===== */
/* hero flex-start override removed — original align-items:center applies */
/* hero padding override removed */

/* ===== footer: horizontal breathing room ===== */
.elva-pg.elva-camp .lp-foot-inner{ padding-left:48px; padding-right:48px; }

/* ===== mobile ===== */
@media (max-width:720px){
  .elva-pg.elva-camp .book-trust{ display:none; }     /* drop the trusted-partners block from the bottom CTA */
  .elva-pg.elva-camp .lp-foot-inner{ padding-left:28px; padding-right:28px; }
}

/* ===== experiment: Inside-the-inbox heading on one line ===== */
.elva-pg.elva-camp .fd-head h2{ white-space:nowrap; max-width:none; font-size:clamp(24px,4.4vw,50px); }

/* ===== experiment: proof stats — AI gradient numbers + glow ===== */
.elva-pg.elva-camp .proof .stat .n{
  background:var(--grad);
  -webkit-background-clip:text; background-clip:text;
  color:transparent; -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 6px 26px rgba(155,92,255,.34));
}
.elva-pg.elva-camp .proof .stat .l{ color:#B9B9C6; }

/* mobile: let the heading wrap again */
@media (max-width:720px){
  .elva-pg.elva-camp .fd-head h2{ white-space:normal; font-size:clamp(24px,7vw,38px); }
}

/* ===== experiment round 2 ===== */
/* 1. tighter top padding above the hero eyebrow */
.elva-pg.elva-camp .hero-inner{ padding-top:0; }

/* 2. proof section: no border, no background */
.elva-pg.elva-camp .proof{ border-top:0; border-bottom:0; background:none; }

/* mobile-only experiment rules */
@media (max-width:720px){
  /* 3. hide the floating hero envelopes (too crowded on phones) */
  .elva-pg.elva-camp .hero-field{ display:none; }
  /* 4. breathing room under the "Answering the email is the easy part." heading */
  .elva-pg.elva-camp .btr-head h2{ padding-bottom:18px; }
}


/* ============================================================ LIGHT THEME — authored overrides.
   Page + film stages go light. Surfaces/text that ran on tokens flip automatically (--bg/--surface/--cream/--mute);
   this block fixes the hardcoded darks, white-on-dark overlays, the nav/footer (which were dark-themed for the
   campaign and revert to the native light LP styling), and the CTA. Booking's sage panel stays as-is (a colored card). */

/* primary CTA: dark button on the light page */
.elva-pg.elva-camp .btn-primary{ background:#1A1C19; color:#FFFFFF; }
.elva-pg.elva-camp .btn-primary .ico{ background:#FFFFFF; color:#1A1C19; }
.elva-pg.elva-camp .btn-primary:hover{ box-shadow:0 16px 38px -16px rgba(0,0,0,.30); }
.elva-pg.elva-camp .btn-ghost:hover{ background:rgba(0,0,0,.04); }

/* NAV — revert the campaign's dark-theming to the native light LP nav */
.elva-pg.elva-camp .nx-nav{ background:rgba(245,245,247,.85); border-bottom:1px solid rgba(0,0,0,.06); backdrop-filter:blur(18px) saturate(160%); -webkit-backdrop-filter:blur(18px) saturate(160%); }
.elva-pg.elva-camp .nx-nav.scrolled{ background:rgba(245,245,247,.95); }
.elva-pg.elva-camp .nx-brand{ color:#1D1D1F; }
.elva-pg.elva-camp .nx-tag{ color:#2E7D54; background:rgba(46,125,84,.10); border-color:rgba(46,125,84,.25); }
.elva-pg.elva-camp .nx-nav-cta{ background:#1D1D1F; color:#fff; box-shadow:0 0 0 1px rgba(0,0,0,.1); }
.elva-pg.elva-camp .nx-nav-cta svg{ stroke:#fff; }

/* FOOTER — revert background to light (text already correct via flipped --cream/--mute) */
.elva-pg.elva-camp .lp-foot{ background:#F5F5F7; border-top:1px solid rgba(0,0,0,.08); }

/* hero decorative floaters (were white-on-dark) */
.elva-pg.elva-camp .he-env{ color:rgba(0,0,0,.13); }
.elva-pg.elva-camp .env-float, .elva-pg.elva-camp .bub-float{ color:rgba(0,0,0,.16); }
.elva-pg.elva-camp .hero-eyebrow{ background:rgba(0,0,0,.03); }

/* film stage: scrim vignettes to the light page; verdict columns + counter cap go light */
.elva-pg.elva-camp .film-scrim{ background:radial-gradient(circle at 50% 46%, transparent 38%, rgba(246,247,244,.72)); }
.elva-pg.elva-camp .fcol{ background:rgba(255,255,255,.5); }
.elva-pg.elva-camp .film-counter .cap{ background:rgba(0,0,0,.045); border:1px solid rgba(0,0,0,.08); }

/* film email-preview cards -> light */
.elva-pg.elva-camp .film-card{ background:#FFFFFF; border:1px solid rgba(0,0,0,.08); }
.elva-pg.elva-camp .film-card .fc-name{ color:rgba(0,0,0,.86); }
.elva-pg.elva-camp .film-card .fc-tag{ border:1px solid rgba(0,0,0,.14); }
.elva-pg.elva-camp .film-card .fc-subj{ color:rgba(0,0,0,.55); }
.elva-pg.elva-camp .film-card .fc-av{ background:var(--grad); }
.elva-pg.elva-camp .fc-hero::before, .elva-pg.elva-camp .fc-hero::after{ background:#FFFFFF; border:1px solid rgba(0,0,0,.07); }
/* status badges readable on light cards */
.elva-pg.elva-camp .fc-st-a{ color:#2FA56E; }
.elva-pg.elva-camp .fc-st-f{ color:#C2563B; }
.elva-pg.elva-camp .fc-st-d{ color:#3F74D6; }

/* steps / caps / product / eco / cal-fallback surfaces & overlays */
.elva-pg.elva-camp .step{ background:linear-gradient(180deg, #FFFFFF, #F3F5F1); }
.elva-pg.elva-camp .step .si,
.elva-pg.elva-camp .cap .ci,
.elva-pg.elva-camp .eco .ei,
.elva-pg.elva-camp .cal-fallback .cf-ic{ background:rgba(0,0,0,.04); }
.elva-pg.elva-camp .product-frame{ box-shadow:0 50px 120px -55px rgba(0,0,0,.28), 0 0 0 1px rgba(0,0,0,.06); }
.elva-pg.elva-camp .product-frame .bar{ background:rgba(0,0,0,.03); }
.elva-pg.elva-camp .p-tag{ background:rgba(255,255,255,.86); color:#1A1C19; }

/* proof labels (were light-gray on dark) */
.elva-pg.elva-camp .proof .stat .l{ color:var(--mute); }
