
*{box-sizing:border-box}
:root{
  --purple:#895D7C;
  --purple-deep:#4C3645;
  --purple-black:#1B141D;
  --purple-panel:#271B28;
  --yellow:#F4C95D;
  --yellow-soft:#FFE59A;
  --text:#FFF9F0;
  --muted:#C8BAC6;
  --line:rgba(255,255,255,.12);
  --max:1180px;
  --shadow:0 25px 80px rgba(0,0,0,.28);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 12% 4%,rgba(137,93,124,.28),transparent 31rem),
    radial-gradient(circle at 91% 11%,rgba(244,201,93,.09),transparent 24rem),
    var(--purple-black);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.58;
}
a{color:inherit}
img{max-width:100%}
.shell{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;font-weight:900;letter-spacing:.12em}
.brand img{width:41px;height:41px;object-fit:contain}
.brand-fallback{
  display:grid;place-items:center;width:41px;height:41px;border-radius:13px;
  background:var(--yellow);color:var(--purple-deep);font-weight:1000;box-shadow:0 10px 28px rgba(244,201,93,.15)
}
.nav-links{display:flex;gap:22px;align-items:center;color:var(--muted);font-size:.92rem}
.nav-links a{text-decoration:none}.nav-links a:hover{color:var(--text)}
.nav-cta{padding:10px 15px;border-radius:12px;background:var(--yellow);color:var(--purple-black)!important;font-weight:800}
.hero{padding:92px 0 82px}
.eyebrow,.kicker{color:var(--yellow);letter-spacing:.17em;font-weight:900;font-size:.77rem}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3.3rem,8.6vw,7.7rem);line-height:.93;letter-spacing:-.062em;max-width:1080px;margin:12px 0 30px}
h2{font-size:clamp(2rem,4.4vw,4rem);line-height:1.02;letter-spacing:-.045em}
h3{font-size:1.22rem;margin-bottom:10px}
.lead{max-width:790px;font-size:1.22rem;color:var(--muted)}
.button{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-height:50px;padding:0 19px;
  border:1px solid transparent;border-radius:14px;font:inherit;font-weight:800;cursor:pointer
}
.primary{background:var(--yellow);color:var(--purple-black)}
.secondary{border-color:var(--line);background:rgba(255,255,255,.035)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}
.status{
  display:inline-flex;gap:24px;flex-wrap:wrap;padding:13px 16px;border-radius:14px;
  border:1px solid var(--line);background:rgba(255,255,255,.035);color:var(--muted);font-size:.9rem
}
.dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:var(--yellow);margin-right:7px;box-shadow:0 0 0 5px rgba(244,201,93,.10)}
.section{padding:84px 0}
.section-head{max-width:900px;margin-bottom:36px}
.section-head.narrow{max-width:760px}
.section-head p,.muted,.card p,.fine,.copy p{color:var(--muted)}
.grid{display:grid;gap:18px}
.grid.three{grid-template-columns:repeat(3,1fr)}
.grid.two{grid-template-columns:repeat(2,1fr)}
.card{
  border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.022));
  border-radius:22px;padding:28px
}
.card.tall{min-height:280px}
.number{color:var(--yellow);font-weight:900;font-size:.79rem;margin-bottom:42px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.callout{
  border:1px solid rgba(244,201,93,.24);background:linear-gradient(135deg,rgba(137,93,124,.19),rgba(244,201,93,.07));
  border-radius:28px;padding:44px;box-shadow:var(--shadow)
}
.callout p{font-size:clamp(1.35rem,2.8vw,2.2rem);line-height:1.22;letter-spacing:-.026em;margin:0}
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price{border:1px solid var(--line);border-radius:22px;padding:27px;background:var(--purple-panel)}
.price strong{display:block;font-size:2rem;color:var(--yellow);margin:7px 0 10px}
.price.featured{border-color:rgba(244,201,93,.45);box-shadow:0 0 0 1px rgba(244,201,93,.1) inset}
.checks{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:10px}
.checks li:before{content:"✓";color:var(--yellow);font-weight:900;margin-right:9px}
.banner{
  padding:38px;border-radius:26px;border:1px solid var(--line);background:var(--purple-deep);
  display:flex;justify-content:space-between;gap:30px;align-items:center
}
.banner p{margin-bottom:0;color:var(--muted);max-width:680px}
.form-card{border:1px solid var(--line);border-radius:24px;padding:28px;background:rgba(255,255,255,.035)}
.form{display:grid;gap:15px}
label>span{display:block;color:var(--muted);font-size:.85rem;margin-bottom:7px}
input,textarea,select{
  width:100%;border:1px solid var(--line);background:#130E15;color:var(--text);border-radius:13px;
  padding:14px 15px;font:inherit;outline:none
}
textarea{min-height:125px;resize:vertical}
input:focus,textarea:focus,select:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(244,201,93,.09)}
.form small{color:var(--muted)}
.consent{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}
.consent input{width:auto;margin-top:5px}.consent span{font-size:.77rem;line-height:1.45;margin:0}
.full{width:100%}
.timeline{display:grid;gap:0}
.step{display:grid;grid-template-columns:80px 1fr;gap:18px;padding:24px 0;border-bottom:1px solid var(--line)}
.step .stepno{color:var(--yellow);font-weight:900}
.policy-table{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.policy-row{display:grid;grid-template-columns:1.15fr .85fr;background:var(--purple-black)}
.policy-row>div{padding:18px}
.policy-row>div:last-child{color:var(--muted)}
.warning{
  border-left:3px solid var(--yellow);padding:17px 20px;background:rgba(244,201,93,.06);color:var(--muted);
  border-radius:0 14px 14px 0
}
.footer{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:38px 0 54px;border-top:1px solid var(--line);color:var(--muted);font-size:.87rem}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.article{max-width:820px}
.article h2{margin-top:70px}
.article h3{margin-top:38px}
.article p,.article li{color:var(--muted);font-size:1.03rem}
.article strong{color:var(--text)}
.logo-note{font-size:.76rem;color:var(--muted)}
@media(max-width:820px){
  .grid.three,.grid.two,.split,.price-grid,.policy-row{grid-template-columns:1fr}
  .hero{padding-top:62px}.section{padding:62px 0}.nav-links a:not(.nav-cta){display:none}
  .banner{align-items:flex-start;flex-direction:column}.callout{padding:28px}.step{grid-template-columns:52px 1fr}
}


/* --- A/B lead-capture additions --- */
.lead-zone{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg,rgba(137,93,124,.055),rgba(244,201,93,.025));
}
.lead-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:start}
.lead-benefits{display:grid;gap:12px;margin-top:26px}
.lead-benefit{display:flex;gap:12px;color:var(--muted)}
.lead-benefit b{color:var(--yellow);font-size:1.05rem}
.form-success{
  display:none;padding:18px;border-radius:14px;border:1px solid rgba(244,201,93,.3);
  background:rgba(244,201,93,.07);color:var(--text)
}
.micro{font-size:.78rem;color:var(--muted)}
.variant-badge{
  display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;
  border:1px solid var(--line);color:var(--muted);font-size:.73rem;letter-spacing:.08em;text-transform:uppercase
}

/* Swipe / Tinder-style scoping */
.scope-shell{
  max-width:760px;margin:0 auto;
}
.scope-intro{text-align:center;max-width:720px;margin:0 auto 30px}
.scope-progress{height:7px;background:rgba(255,255,255,.07);border-radius:999px;overflow:hidden;margin:18px 0 28px}
.scope-progress > div{height:100%;width:0;background:linear-gradient(90deg,var(--purple),var(--yellow));transition:width .28s ease}
.swipe-stage{position:relative;min-height:410px}
.swipe-card{
  position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;
  padding:34px;border-radius:28px;border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 75% 15%,rgba(244,201,93,.08),transparent 15rem),
    linear-gradient(150deg,#2B1E2D,#1C151E);
  box-shadow:0 28px 90px rgba(0,0,0,.34);
  touch-action:none;user-select:none;transition:transform .22s ease,opacity .22s ease;
}
.swipe-card.dragging{transition:none}
.swipe-meta{display:flex;justify-content:space-between;gap:14px;color:var(--muted);font-size:.77rem;letter-spacing:.08em;text-transform:uppercase}
.swipe-question{text-align:center;padding:34px 0}
.swipe-question h3{font-size:clamp(1.45rem,3.6vw,2.5rem);line-height:1.12;margin:0 0 14px}
.swipe-question p{color:var(--muted);margin:0}
.swipe-poles{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.swipe-pole{
  min-height:112px;border:1px solid var(--line);border-radius:18px;padding:18px;
  display:flex;flex-direction:column;justify-content:flex-end
}
.swipe-pole small{color:var(--muted);display:block;margin-bottom:5px}
.swipe-pole strong{font-size:1.05rem}
.swipe-pole.left{text-align:left}
.swipe-pole.right{text-align:right}
.swipe-controls{display:flex;justify-content:center;gap:16px;margin-top:24px}
.swipe-btn{
  width:64px;height:64px;border-radius:50%;border:1px solid var(--line);background:var(--purple-panel);
  color:var(--text);font:inherit;font-weight:900;font-size:1.1rem;cursor:pointer;box-shadow:0 12px 34px rgba(0,0,0,.22)
}
.swipe-btn:hover{border-color:var(--yellow);transform:translateY(-2px)}
.swipe-btn.neutral{width:auto;border-radius:999px;padding:0 18px;font-size:.8rem;color:var(--muted)}
.swipe-hint{text-align:center;color:var(--muted);font-size:.78rem;margin-top:14px}
.profile-panel{
  display:none;border:1px solid rgba(244,201,93,.28);background:linear-gradient(150deg,rgba(137,93,124,.17),rgba(244,201,93,.055));
  border-radius:26px;padding:30px
}
.profile-panel.visible{display:block}
.profile-title{font-size:clamp(1.8rem,4vw,3rem);margin:7px 0 12px}
.profile-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}
.profile-chip{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid var(--line);font-size:.83rem}
.profile-note{color:var(--muted)}
.scope-form-wrap{display:none;margin-top:28px}
.scope-form-wrap.visible{display:block}
.scope-restart{margin-top:14px;background:none;border:0;color:var(--muted);text-decoration:underline;cursor:pointer}
.swipe-stamp{
  position:absolute;top:42px;padding:9px 14px;border:3px solid;border-radius:10px;
  font-weight:1000;letter-spacing:.13em;opacity:0;pointer-events:none
}
.swipe-stamp.left{left:28px;color:#E8A1CE;transform:rotate(-10deg)}
.swipe-stamp.right{right:28px;color:var(--yellow);transform:rotate(10deg)}

@media(max-width:820px){
  .lead-layout{grid-template-columns:1fr}
  .swipe-stage{min-height:455px}
  .swipe-card{padding:24px}
  .swipe-poles{gap:10px}
  .swipe-pole{min-height:105px;padding:14px}
}


/* ==========================================================
   ADHALLA LOGO THEME — purple / gold / warm ivory
   Palette derived from the approved Adhalla logo artwork.
   ========================================================== */
:root{
  --bg:#F8F3F0;
  --panel:#FFFDFC;
  --panel2:#F2E8EE;
  --text:#39105C;
  --muted:#73528B;
  --purple:#53215D;
  --purple-deep:#39105C;
  --purple-black:#2A0D43;
  --yellow:#F4A112;
  --yellow-soft:#FFD578;
  --line:rgba(57,16,92,.15);
  --shadow:0 24px 70px rgba(57,16,92,.12);
}

body{
  background:
    radial-gradient(circle at 12% 5%,rgba(83,33,93,.08),transparent 31rem),
    radial-gradient(circle at 90% 9%,rgba(244,161,18,.11),transparent 27rem),
    linear-gradient(180deg,#FBF7F4 0%,#F8F3F0 55%,#F5EEEE 100%);
  color:var(--text);
}

.nav{
  background:rgba(248,243,240,.88);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(57,16,92,.08);
  position:sticky;
  top:0;
  z-index:20;
}
.brand{color:var(--purple-deep)}
.brand img{
  width:58px;
  height:58px;
  border-radius:14px;
  object-fit:cover;
  box-shadow:0 6px 20px rgba(57,16,92,.10);
}
.nav-links{color:var(--muted)}
.nav-links a:hover{color:var(--purple-deep)}
.nav-cta{
  background:var(--yellow);
  color:var(--purple-deep)!important;
  box-shadow:0 9px 22px rgba(244,161,18,.18);
}

.hero{
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  right:-150px;
  top:10px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(244,161,18,.12),rgba(83,33,93,.04) 48%,transparent 70%);
  pointer-events:none;
}
.hero-logo-wrap{
  width:148px;
  height:148px;
  border-radius:30px;
  overflow:hidden;
  margin-bottom:26px;
  box-shadow:0 18px 44px rgba(57,16,92,.14);
  border:1px solid rgba(57,16,92,.08);
  background:#FBF7F4;
}
.hero-logo-wrap img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.eyebrow,.kicker{color:#B86D00}
h1,h2,h3{color:var(--purple-deep)}
.lead{color:var(--muted)}

.button.primary,.primary{
  background:linear-gradient(135deg,#FFBB26,var(--yellow));
  color:var(--purple-deep);
  box-shadow:0 10px 24px rgba(244,161,18,.18);
}
.button.primary:hover,.primary:hover{
  transform:translateY(-1px);
  box-shadow:0 13px 30px rgba(244,161,18,.23);
}
.button.secondary,.secondary{
  color:var(--purple-deep);
  border-color:rgba(57,16,92,.18);
  background:rgba(255,255,255,.58);
}
.status{
  background:rgba(255,255,255,.55);
  border-color:rgba(57,16,92,.11);
  color:var(--muted);
}
.dot{
  background:var(--yellow);
  box-shadow:0 0 0 5px rgba(244,161,18,.14);
}

.card{
  background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,250,247,.74));
  border-color:rgba(57,16,92,.12);
  box-shadow:0 10px 35px rgba(57,16,92,.045);
}
.number{color:#B86D00}

.callout{
  border-color:rgba(244,161,18,.34);
  background:
    radial-gradient(circle at 92% 10%,rgba(244,161,18,.30),transparent 17rem),
    linear-gradient(135deg,#53215D,#39105C);
  box-shadow:0 24px 65px rgba(57,16,92,.18);
}
.callout p{color:#FFF9F2}

.price{
  background:#FFFDFC;
  border-color:rgba(57,16,92,.12);
}
.price strong{color:#B86D00}
.price.featured{
  background:linear-gradient(180deg,#FFF9ED,#FFFDFC);
  border-color:rgba(244,161,18,.58);
  box-shadow:0 16px 42px rgba(244,161,18,.10);
}
.checks li:before{color:#B86D00}

.banner{
  background:
    radial-gradient(circle at 88% 12%,rgba(244,161,18,.26),transparent 16rem),
    linear-gradient(140deg,#53215D,#39105C);
  border-color:rgba(57,16,92,.16);
  box-shadow:0 20px 55px rgba(57,16,92,.16);
}
.banner h2,.banner .kicker{color:#FFF9F2}
.banner p{color:#E8DBE8}

.form-card{
  background:rgba(255,255,255,.76);
  border-color:rgba(57,16,92,.13);
  box-shadow:0 16px 44px rgba(57,16,92,.07);
}
input,textarea,select{
  background:#FFFDFC;
  color:var(--purple-deep);
  border-color:rgba(57,16,92,.17);
}
input::placeholder,textarea::placeholder{color:#A48AA7}
input:focus,textarea:focus,select:focus{
  border-color:var(--yellow);
  box-shadow:0 0 0 3px rgba(244,161,18,.14);
}

.policy-table{background:rgba(57,16,92,.12);border-color:rgba(57,16,92,.12)}
.policy-row{background:#FFFDFC}
.warning{
  border-left-color:var(--yellow);
  background:rgba(244,161,18,.09);
  color:var(--muted);
}
.footer{
  border-top-color:rgba(57,16,92,.12);
  color:var(--muted);
}

.lead-zone{
  background:
    radial-gradient(circle at 10% 15%,rgba(83,33,93,.06),transparent 25rem),
    radial-gradient(circle at 90% 18%,rgba(244,161,18,.10),transparent 24rem),
    rgba(255,255,255,.36);
  border-color:rgba(57,16,92,.10);
}
.variant-badge{
  color:var(--purple);
  background:rgba(255,255,255,.52);
  border-color:rgba(57,16,92,.13);
}
.lead-benefit{color:var(--muted)}
.lead-benefit b{color:#B86D00}

/* Swipe experience in the same visual system */
.scope-progress{background:rgba(57,16,92,.08)}
.scope-progress > div{background:linear-gradient(90deg,#53215D,#F4A112)}
.swipe-card{
  border-color:rgba(57,16,92,.13);
  background:
    radial-gradient(circle at 80% 10%,rgba(244,161,18,.14),transparent 18rem),
    linear-gradient(145deg,#FFFDFC,#F3E9F0);
  box-shadow:0 28px 75px rgba(57,16,92,.14);
}
.swipe-pole{
  border-color:rgba(57,16,92,.13);
  background:rgba(255,255,255,.55);
}
.swipe-btn{
  border-color:rgba(57,16,92,.16);
  background:#FFFDFC;
  color:var(--purple-deep);
}
.swipe-btn:hover{border-color:var(--yellow)}
.profile-panel{
  border-color:rgba(244,161,18,.40);
  background:
    radial-gradient(circle at 90% 5%,rgba(244,161,18,.13),transparent 16rem),
    linear-gradient(145deg,#FFFDFC,#F4EBF1);
}
.profile-chip{
  background:rgba(83,33,93,.06);
  border-color:rgba(57,16,92,.12);
  color:var(--purple-deep);
}
.swipe-stamp.left{color:#7B3A83}
.swipe-stamp.right{color:#C77800}

@media(max-width:820px){
  .brand img{width:50px;height:50px}
  .hero-logo-wrap{width:118px;height:118px;border-radius:24px}
}


/* ============================================================
   ADHALLA V3 — DARK VIKING SYSTEM
   One logo, dark-purple field, ivory type, restrained gold.
   ============================================================ */
:root{
  --bg:#170C22;
  --bg-deep:#100717;
  --panel:#21102E;
  --panel2:#2A1538;
  --text:#F7F0E8;
  --muted:#C8B9C9;
  --purple:#6F3E82;
  --purple-deep:#3E1756;
  --purple-black:#100717;
  --yellow:#F4A112;
  --yellow-soft:#FFD47A;
  --line:rgba(247,240,232,.12);
  --shadow:0 24px 70px rgba(0,0,0,.30);
}

/* Background stays purple. Ivory belongs to typography, not the canvas. */
body{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(circle at 83% 8%,rgba(244,161,18,.085),transparent 24rem),
    radial-gradient(circle at 13% 4%,rgba(111,62,130,.28),transparent 31rem),
    linear-gradient(180deg,#1A0D26 0%,#14091D 54%,#100717 100%);
  color:var(--text);
}

/* One quiet Norse texture across the page. */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  background-image:url("assets/norse-pattern.svg");
  background-size:720px 720px;
  background-position:calc(100% + 150px) 72px;
  background-repeat:repeat-y;
  opacity:.075;
  mask-image:linear-gradient(to bottom,black 0%,black 72%,transparent 100%);
  -webkit-mask-image:linear-gradient(to bottom,black 0%,black 72%,transparent 100%);
}
header,main,footer{position:relative;z-index:1}

/* Navigation: logo is the only illustrated branding element. */
.nav{
  height:82px;
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(16,7,23,.76);
  border-bottom:1px solid rgba(247,240,232,.07);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.brand{color:var(--text)}
.brand img{
  width:47px;
  height:47px;
  object-fit:cover;
  border-radius:11px;
  border:1px solid rgba(247,240,232,.10);
  box-shadow:0 8px 25px rgba(0,0,0,.22);
}
.nav-links{color:var(--muted)}
.nav-links a:hover{color:var(--text)}
.nav-cta{
  background:var(--yellow);
  color:var(--bg-deep)!important;
  box-shadow:0 9px 24px rgba(244,161,18,.16);
}

/* There is deliberately NO second hero logo. */
.hero-logo-wrap{display:none!important}
.hero{
  padding:104px 0 92px;
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-155px;
  top:-45px;
  pointer-events:none;
  border:1px solid rgba(247,240,232,.035);
  border-radius:50%;
  box-shadow:
    0 0 0 64px rgba(247,240,232,.015),
    0 0 0 128px rgba(244,161,18,.012);
}
.hero::after{
  content:"ᛃ  ·  ᛉ  ·  ᚨ";
  position:absolute;
  right:4%;
  bottom:42px;
  color:rgba(247,240,232,.055);
  letter-spacing:.45em;
  font-size:clamp(1.4rem,3vw,2.5rem);
  font-weight:600;
  pointer-events:none;
}
.eyebrow,.kicker{color:var(--yellow)}
h1,h2,h3{color:var(--text)}
h1{
  font-size:clamp(3.4rem,8.2vw,7.2rem);
  max-width:1060px;
  text-wrap:balance;
}
.lead,.muted,.section-head p,.copy p,.card p,.fine,.waitlist-copy p,.philosophy p{color:var(--muted)}

.button.primary,.primary{
  background:linear-gradient(135deg,#FFBE35,var(--yellow));
  color:var(--bg-deep);
  box-shadow:0 10px 26px rgba(244,161,18,.17);
}
.button.primary:hover,.primary:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 32px rgba(244,161,18,.22);
}
.button.secondary,.secondary{
  color:var(--text);
  border-color:rgba(247,240,232,.14);
  background:rgba(247,240,232,.035);
}
.status{
  border-color:rgba(247,240,232,.11);
  background:rgba(247,240,232,.035);
  color:var(--muted);
}
.dot{background:var(--yellow);box-shadow:0 0 0 5px rgba(244,161,18,.10)}

/* Repeated tiny ornament acts as a section divider, not an illustration. */
.section-head::after{
  content:"";
  display:block;
  width:112px;
  height:13px;
  margin-top:28px;
  background:
    linear-gradient(var(--yellow),var(--yellow)) left center/42px 1px no-repeat,
    linear-gradient(45deg,transparent 44%,var(--yellow) 45% 55%,transparent 56%) center/13px 13px no-repeat,
    linear-gradient(var(--yellow),var(--yellow)) right center/42px 1px no-repeat;
  opacity:.52;
}

.card{
  position:relative;
  background:linear-gradient(180deg,rgba(42,21,56,.80),rgba(28,13,39,.83));
  border-color:rgba(247,240,232,.105);
  box-shadow:0 13px 38px rgba(0,0,0,.13);
  overflow:hidden;
}
.card::after{
  content:"";
  position:absolute;
  top:0;left:24px;right:24px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(244,161,18,.42),transparent);
}
.number{color:var(--yellow)}

.callout{
  border-color:rgba(244,161,18,.25);
  background:
    radial-gradient(circle at 86% 20%,rgba(244,161,18,.10),transparent 17rem),
    linear-gradient(140deg,#301341,#1B0D25);
  box-shadow:var(--shadow);
}
.callout p{color:var(--text)}

.price{
  background:linear-gradient(180deg,#251230,#1C0D27);
  border-color:rgba(247,240,232,.105);
}
.price strong{color:var(--yellow)}
.price.featured{
  background:
    radial-gradient(circle at 92% 12%,rgba(244,161,18,.075),transparent 15rem),
    linear-gradient(180deg,#2B1538,#1D0E28);
  border-color:rgba(244,161,18,.34);
  box-shadow:0 16px 48px rgba(0,0,0,.18);
}
.checks li:before{color:var(--yellow)}

.banner{
  background:
    radial-gradient(circle at 86% 12%,rgba(244,161,18,.12),transparent 18rem),
    linear-gradient(135deg,#331644,#1A0C24);
  border-color:rgba(244,161,18,.21);
}
.banner h2{color:var(--text)}
.banner p{color:var(--muted)}

.form-card{
  background:linear-gradient(180deg,rgba(42,21,56,.82),rgba(26,12,36,.88));
  border-color:rgba(247,240,232,.11);
  box-shadow:0 16px 45px rgba(0,0,0,.16);
}
input,textarea,select{
  background:#12081A;
  color:var(--text);
  border-color:rgba(247,240,232,.14);
}
input::placeholder,textarea::placeholder{color:#846F87}
input:focus,textarea:focus,select:focus{
  border-color:var(--yellow);
  box-shadow:0 0 0 3px rgba(244,161,18,.10);
}
label>span,.consent span,.micro{color:var(--muted)}

.policy-table{background:rgba(247,240,232,.10);border-color:rgba(247,240,232,.10)}
.policy-row{background:#1A0C24}
.warning{
  border-left-color:var(--yellow);
  background:rgba(244,161,18,.065);
  color:var(--muted);
}
.footer{
  border-top-color:rgba(247,240,232,.10);
  color:var(--muted);
}

/* Lead-test area: same visual language for A and B. */
.lead-zone{
  background:
    radial-gradient(circle at 89% 16%,rgba(244,161,18,.055),transparent 22rem),
    linear-gradient(180deg,rgba(111,62,130,.055),rgba(0,0,0,.02));
  border-color:rgba(247,240,232,.08);
}
.variant-badge{
  color:var(--muted);
  background:rgba(247,240,232,.025);
  border-color:rgba(247,240,232,.10);
}
.lead-benefit{color:var(--muted)}
.lead-benefit b{color:var(--yellow)}

/* Swipe version */
.scope-progress{background:rgba(247,240,232,.07)}
.scope-progress > div{background:linear-gradient(90deg,#74408A,var(--yellow))}
.swipe-card{
  border-color:rgba(247,240,232,.12);
  background:
    radial-gradient(circle at 82% 10%,rgba(244,161,18,.075),transparent 16rem),
    linear-gradient(148deg,#2B1539,#190B23);
  box-shadow:0 28px 85px rgba(0,0,0,.26);
}
.swipe-pole{
  border-color:rgba(247,240,232,.11);
  background:rgba(247,240,232,.025);
}
.swipe-btn{
  border-color:rgba(247,240,232,.13);
  background:#251230;
  color:var(--text);
}
.swipe-btn:hover{border-color:var(--yellow)}
.profile-panel{
  border-color:rgba(244,161,18,.25);
  background:
    radial-gradient(circle at 90% 8%,rgba(244,161,18,.075),transparent 16rem),
    linear-gradient(145deg,#2B1538,#1A0C24);
}
.profile-chip{
  background:rgba(247,240,232,.035);
  border-color:rgba(247,240,232,.10);
  color:var(--text);
}
.swipe-stamp.left{color:#B982C6}
.swipe-stamp.right{color:var(--yellow)}

@media(max-width:820px){
  .hero{padding-top:72px}
  .hero::after{display:none}
  .brand img{width:43px;height:43px}
}


/* ============================================================
   ADHALLA V3.2 — IMMERSIVE MOTION LAYER
   ============================================================ */

/* Make sticky header physically span the viewport edge to edge.
   Content alignment remains matched to the site's 1180px grid. */
.nav.shell{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:max(28px,calc((100vw - var(--max))/2));
  padding-right:max(28px,calc((100vw - var(--max))/2));
}

/* Thin gold reading-position line. */
.scroll-progress{
  position:fixed;
  top:0;
  left:0;
  width:0%;
  height:2px;
  background:linear-gradient(90deg,var(--yellow),var(--yellow-soft));
  box-shadow:0 0 18px rgba(244,161,18,.35);
  z-index:60;
  pointer-events:none;
}

/* Ambient depth: these move slightly with scroll via JS. */
.ambient{
  position:fixed;
  width:480px;
  height:480px;
  border-radius:50%;
  filter:blur(70px);
  pointer-events:none;
  z-index:0;
  opacity:.18;
  will-change:transform;
}
.ambient-one{
  right:-180px;
  top:18vh;
  background:rgba(244,161,18,.22);
}
.ambient-two{
  left:-220px;
  top:64vh;
  background:rgba(111,62,130,.48);
}

/* Hero receives a little more depth rather than more artwork. */
.hero{
  min-height:calc(100vh - 82px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero .eyebrow,
.hero h1,
.hero .lead,
.hero .hero-actions,
.hero .status{
  position:relative;
  z-index:2;
}
.hero::before{
  transition:transform .12s linear;
  will-change:transform;
}

/* Reveal-on-scroll. Starts nearly in place so it feels premium, not theatrical. */
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:
    opacity .72s cubic-bezier(.2,.8,.2,1),
    transform .72s cubic-bezier(.2,.8,.2,1);
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.reveal-child{
  opacity:0;
  transform:translateY(16px);
  transition:
    opacity .68s cubic-bezier(.2,.8,.2,1),
    transform .68s cubic-bezier(.2,.8,.2,1),
    border-color .25s ease,
    box-shadow .25s ease;
}
.is-visible .reveal-child,
.reveal-child.is-visible{
  opacity:1;
  transform:translateY(0);
}
.is-visible .reveal-child:nth-child(2){transition-delay:.08s}
.is-visible .reveal-child:nth-child(3){transition-delay:.16s}

/* Cards feel spatial when a pointer is present, but do not become "3D UI". */
.card,.price,.form-card,.expansion-side{
  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}
@media (hover:hover){
  .card:hover,.price:hover,.form-card:hover{
    transform:translateY(-4px);
    border-color:rgba(244,161,18,.22);
    box-shadow:0 20px 52px rgba(0,0,0,.20);
  }
}

/* "Google Ads now / broader potential later" visual */
.expansion-section{
  overflow:hidden;
}
.expansion-grid{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:70px;
  align-items:center;
  padding:46px 0;
  border-top:1px solid rgba(247,240,232,.09);
  border-bottom:1px solid rgba(247,240,232,.09);
}
.expansion-main p{
  color:var(--muted);
  max-width:720px;
}
.expansion-side{
  position:relative;
  padding:30px;
  border:1px solid rgba(247,240,232,.10);
  border-radius:22px;
  background:
    radial-gradient(circle at 84% 18%,rgba(244,161,18,.08),transparent 14rem),
    rgba(247,240,232,.02);
  overflow:hidden;
}
.expansion-side::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border:1px solid rgba(247,240,232,.055);
  border-radius:50%;
  right:-65px;
  bottom:-85px;
  box-shadow:0 0 0 32px rgba(247,240,232,.018);
}
.expansion-side strong{
  display:block;
  font-size:clamp(1.65rem,3.2vw,2.6rem);
  color:var(--text);
  margin:6px 0 18px;
}
.expansion-side span{
  color:var(--muted);
}
.orbit-label{
  color:var(--yellow);
  font-size:.7rem;
  letter-spacing:.16em;
  font-weight:900;
}
.orbit-line{
  width:100%;
  height:1px;
  margin:4px 0 20px;
  background:linear-gradient(90deg,var(--yellow),rgba(244,161,18,.05));
  transform-origin:left;
  animation:adhallaPulseLine 5s ease-in-out infinite;
}
@keyframes adhallaPulseLine{
  0%,100%{transform:scaleX(.42);opacity:.45}
  50%{transform:scaleX(1);opacity:1}
}

/* A faint moving scan over key panels gives a data-system feel. */
.card::before,.price.featured::before,.expansion-side::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(
    115deg,
    transparent 0%,
    transparent 42%,
    rgba(247,240,232,.025) 48%,
    rgba(244,161,18,.035) 51%,
    transparent 57%,
    transparent 100%
  );
  transform:translateX(-115%);
  animation:adhallaScan 11s ease-in-out infinite;
}
.card:nth-child(2)::before{animation-delay:2.8s}
.card:nth-child(3)::before{animation-delay:5.6s}
@keyframes adhallaScan{
  0%,62%{transform:translateX(-115%)}
  78%,100%{transform:translateX(115%)}
}

@media(max-width:820px){
  .nav.shell{
    padding-left:20px;
    padding-right:20px;
  }
  .hero{
    min-height:auto;
  }
  .expansion-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .ambient{
    width:300px;
    height:300px;
  }
}

/* Accessibility: animation is enhancement, never a requirement. */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
  .reveal,.reveal-child{
    opacity:1!important;
    transform:none!important;
  }
  .ambient{display:none}
}


/* ============================================================
   ADHALLA B V3.4 — COMPACT TINDER SWIPE
   ============================================================ */

.scope-intro-v34{
  text-align:center;
  margin:0 auto 20px;
}
.scope-intro-v34 h2{
  margin:7px 0 0;
  font-size:clamp(2rem,4vw,3.4rem);
}

/* Critical: the interaction fits inside a normal viewport. */
.swipe-stage-v34{
  position:relative;
  min-height:410px;
  max-width:920px;
  margin:0 auto;
  overflow:visible;
}

.swipe-card-v34{
  position:absolute;
  inset:0;
  min-height:410px;
  max-height:410px;
  padding:24px 26px 22px;
  border-radius:28px;
  overflow:hidden;
  cursor:grab;
  z-index:3;
  transform-origin:center 85%;
  will-change:transform,opacity;
  background:
    radial-gradient(circle at 78% 12%,rgba(244,161,18,.07),transparent 15rem),
    linear-gradient(148deg,#2B1539,#190B23);
  border:1px solid rgba(247,240,232,.13);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.swipe-card-v34:active{cursor:grabbing}

.swipe-meta-v34{
  height:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--muted);
  font-size:.75rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* Two obvious equal halves. */
.swipe-options-v34{
  height:290px;
  display:grid;
  grid-template-columns:1fr 1px 1fr;
  align-items:stretch;
  margin-top:8px;
}
.swipe-divider-v34{
  width:1px;
  height:76%;
  margin:auto 0;
  background:linear-gradient(
    180deg,
    transparent,
    rgba(247,240,232,.18) 18%,
    rgba(247,240,232,.18) 82%,
    transparent
  );
}
.swipe-half-v34{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:18px;
  padding:28px 34px;
  position:relative;
}
.swipe-half-v34 strong{
  display:block;
  max-width:320px;
  font-size:clamp(1.9rem,4.4vw,3.7rem);
  line-height:1.02;
  letter-spacing:-.045em;
  color:var(--text);
}
.left-half-v34{
  text-align:left;
  align-items:flex-start;
}
.right-half-v34{
  text-align:right;
  align-items:flex-end;
}
.half-arrow-v34{
  font-size:1.7rem;
  color:rgba(247,240,232,.46);
  line-height:1;
}
.gold-arrow-v34{color:var(--yellow)}

/* The card itself gently demonstrates that it can be swiped.
   Small enough not to be annoying; more visible on the first cards. */
.swipe-card-v34.swipe-demo-v34{
  animation:swipeDemoV34 2.35s cubic-bezier(.45,0,.55,1) infinite;
}
@keyframes swipeDemoV34{
  0%,100%{transform:translateX(0) rotate(0deg)}
  22%{transform:translateX(-18px) rotate(-1.5deg)}
  50%{transform:translateX(0) rotate(0deg)}
  78%{transform:translateX(18px) rotate(1.5deg)}
}

.swipe-affordance-v34{
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  opacity:.45;
  pointer-events:none;
}
.affordance-card-v34{
  width:34px;
  height:23px;
  border:1px solid rgba(247,240,232,.25);
  border-radius:6px;
  position:absolute;
  animation:affordanceMoveV34 2.35s ease-in-out infinite;
}
.affordance-dot-v34{
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--yellow);
  box-shadow:
    -30px 0 0 rgba(247,240,232,.32),
    30px 0 0 rgba(247,240,232,.32);
}
@keyframes affordanceMoveV34{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-20px)}
  50%{transform:translateX(0)}
  75%{transform:translateX(20px)}
}

/* Tinder-like stamps sit over the middle of the card. */
.choice-stamp{
  position:absolute;
  left:50%;
  top:50%;
  width:150px;
  height:150px;
  transform:translate(-50%,-50%) scale(.72);
  opacity:0;
  pointer-events:none;
  z-index:8;
}
.choice-stamp.show-v34{
  animation:stampPopV34 .46s cubic-bezier(.2,.9,.2,1) forwards;
}
@keyframes stampPopV34{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.58)}
  42%{opacity:1;transform:translate(-50%,-50%) scale(1.10)}
  75%{opacity:1;transform:translate(-50%,-50%) scale(.98)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(1)}
}

/* Right = clean Adhalla logo + warm "good match" glow. */
.good-logo-v34{
  position:relative;
  width:132px;
  height:132px;
  margin:auto;
  display:grid;
  place-items:center;
}
.good-logo-v34 img{
  width:106px;
  height:106px;
  object-fit:cover;
  border-radius:23px;
  position:relative;
  z-index:2;
  box-shadow:0 0 44px rgba(244,161,18,.28);
}
.good-glow-v34{
  position:absolute;
  inset:0;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,225,144,.58),rgba(244,161,18,.20) 42%,transparent 70%);
  filter:blur(4px);
}

/* Left = same logo visibly split, like the negative Tinder stamp. */
.broken-logo-v34{
  position:relative;
  width:120px;
  height:120px;
  margin:auto;
}
.broken-logo-v34 img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:23px;
  filter:saturate(.6) brightness(.78);
}
.broken-a-v34{
  clip-path:polygon(0 0,53% 0,45% 23%,57% 42%,43% 60%,53% 100%,0 100%);
  animation:brokenLeftV34 .46s ease forwards;
}
.broken-b-v34{
  clip-path:polygon(53% 0,100% 0,100% 100%,53% 100%,43% 60%,57% 42%,45% 23%);
  animation:brokenRightV34 .46s ease forwards;
}
@keyframes brokenLeftV34{
  from{transform:translateX(0) rotate(0)}
  to{transform:translate(-14px,6px) rotate(-8deg)}
}
@keyframes brokenRightV34{
  from{transform:translateX(0) rotate(0)}
  to{transform:translate(14px,-5px) rotate(8deg)}
}

/* Drag feedback */
.swipe-card-v34.drag-left-v34{
  box-shadow:
    -20px 24px 72px rgba(99,49,111,.18),
    0 28px 80px rgba(0,0,0,.28);
}
.swipe-card-v34.drag-right-v34{
  box-shadow:
    20px 24px 72px rgba(244,161,18,.17),
    0 28px 80px rgba(0,0,0,.28);
}

/* Outcome stamp first, then card fades away, then next card enters. */
.swipe-card-v34.exit-left-v34{
  animation:exitLeftV34 .34s ease forwards;
}
.swipe-card-v34.exit-right-v34{
  animation:exitRightV34 .34s ease forwards;
}
.swipe-card-v34.exit-neutral-v34{
  animation:exitNeutralV34 .30s ease forwards;
}
@keyframes exitLeftV34{
  to{transform:translateX(-150px) rotate(-7deg) scale(.97);opacity:0}
}
@keyframes exitRightV34{
  to{transform:translateX(150px) rotate(7deg) scale(.97);opacity:0}
}
@keyframes exitNeutralV34{
  to{transform:translateY(-12px) scale(.985);opacity:0}
}

.swipe-card-v34.enter-v34{
  animation:enterV34 .30s ease forwards;
}
@keyframes enterV34{
  from{opacity:0;transform:translateY(12px) scale(.985)}
  to{opacity:1;transform:none}
}

.swipe-controls-v34{
  margin-top:22px;
}
.swipe-btn.ad-lean{
  border-color:rgba(244,161,18,.32);
}

/* Keep the full interaction visible on ordinary laptops. */
@media(max-width:820px){
  .swipe-stage-v34{
    min-height:360px;
  }
  .swipe-card-v34{
    min-height:360px;
    max-height:360px;
    padding:20px 18px 16px;
  }
  .swipe-options-v34{
    height:250px;
  }
  .swipe-half-v34{
    padding:18px;
  }
  .swipe-half-v34 strong{
    font-size:clamp(1.55rem,6vw,2.7rem);
  }
  .choice-stamp{
    width:120px;
    height:120px;
  }
}
@media(max-width:560px){
  .swipe-stage-v34{min-height:330px}
  .swipe-card-v34{
    min-height:330px;
    max-height:330px;
    border-radius:22px;
  }
  .swipe-options-v34{
    height:225px;
  }
  .swipe-half-v34{
    padding:10px 12px;
    gap:10px;
  }
  .swipe-half-v34 strong{
    font-size:clamp(1.35rem,7vw,2rem);
  }
}

/* Motion accessibility */
@media(prefers-reduced-motion:reduce){
  .swipe-card-v34.swipe-demo-v34,
  .affordance-card-v34,
  .choice-stamp.show-v34{
    animation:none!important;
  }
}


/* ============================================================
   ADHALLA B V3.5 — TEXT FIT + TRUE CONTINUOUS SWIPE
   ============================================================ */

/* Long Estonian labels stay inside their half of the card. */
.swipe-half-v34{
  min-width:0;
  overflow:hidden;
}
.swipe-half-v34 strong{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
  font-size:clamp(1.65rem,3.55vw,3.15rem);
}
.swipe-half-v34 strong.choice-long-v35{
  font-size:clamp(1.45rem,3.05vw,2.65rem);
  line-height:1.05;
}
.swipe-half-v34 strong.choice-xlong-v35{
  font-size:clamp(1.25rem,2.62vw,2.25rem);
  line-height:1.08;
}

/* A committed drag is now animated by JS from the exact release position.
   Disable the old CSS "second swipe" exit animation for committed drags. */
.swipe-card-v34.drag-committed-v35{
  animation:none!important;
}

/* The automatic affordance is only a pre-interaction hint.
   Once the visitor interacts, it never restarts during that session. */
.swipe-card-v34.swipe-demo-disabled-v35{
  animation:none!important;
}
.swipe-card-v34.swipe-demo-disabled-v35 .swipe-affordance-v34{
  opacity:.16;
}
.swipe-card-v34.swipe-demo-disabled-v35 .affordance-card-v34{
  animation:none!important;
}

/* Give each half a little more safe horizontal breathing room. */
@media(min-width:821px){
  .swipe-half-v34{
    padding-left:28px;
    padding-right:28px;
  }
}
@media(max-width:820px){
  .swipe-half-v34 strong{
    font-size:clamp(1.35rem,5.6vw,2.35rem);
  }
  .swipe-half-v34 strong.choice-long-v35{
    font-size:clamp(1.2rem,5vw,2rem);
  }
  .swipe-half-v34 strong.choice-xlong-v35{
    font-size:clamp(1.08rem,4.5vw,1.72rem);
  }
}


/* ============================================================
   ADHALLA B V3.6 — CACHE-SAFE + RESPONSIVE TEXT FIT
   ============================================================ */

/* V3.5 used overflow:hidden on the choice halves. That could hide long
   Estonian labels. V3.6 never clips the label itself. */
.swipe-half-v34{
  min-width:0;
  overflow:visible!important;
  container-type:inline-size;
}
.swipe-half-v34 strong{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:visible!important;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
  line-height:1.04;
}

/* The actual font size is calculated by JS against the available half-card
   rectangle. These are only sensible initial/fallback sizes. */
.swipe-half-v34 strong{
  font-size:clamp(1.45rem,3.25vw,3rem);
}
.swipe-half-v34 strong[data-fit="compact"]{
  font-size:clamp(1.25rem,2.75vw,2.55rem);
}
.swipe-half-v34 strong[data-fit="tight"]{
  font-size:clamp(1.08rem,2.35vw,2.15rem);
}

/* Keep a fixed, usable card proportion on desktop without becoming taller
   than the viewport. */
.swipe-stage-v34{
  min-height:390px!important;
  height:clamp(390px,54vh,430px)!important;
}
.swipe-card-v34{
  min-height:0!important;
  max-height:none!important;
  height:100%!important;
}
.swipe-options-v34{
  min-height:0!important;
  height:auto!important;
  flex:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);
}
.swipe-half-v34{
  min-height:0!important;
  height:100%;
  box-sizing:border-box;
}

/* Phone: give the choices enough vertical room but never let the card become
   a two-screen monster. */
@media(max-width:820px){
  .swipe-stage-v34{
    min-height:365px!important;
    height:clamp(365px,56vh,430px)!important;
  }
  .swipe-card-v34{
    height:100%!important;
  }
  .swipe-options-v34{
    height:auto!important;
  }
  .swipe-half-v34{
    padding:16px 14px!important;
  }
}
@media(max-width:560px){
  .swipe-stage-v34{
    min-height:350px!important;
    height:clamp(350px,57vh,420px)!important;
  }
  .swipe-half-v34{
    padding:12px 10px!important;
  }
}

/* When JS is measuring text, don't animate layout. */
.swipe-card-v34.fit-measuring-v36,
.swipe-card-v34.fit-measuring-v36 *{
  transition:none!important;
}

/* Once the user has interacted, suppress any residual demo animation. */
body.v36-user-interacted .swipe-card-v34{
  animation-name:none!important;
}
body.v36-user-interacted .affordance-card-v34{
  animation:none!important;
}

/* Responsive polish for very narrow phones. */
@media(max-width:430px){
  .swipe-meta-v34{
    font-size:.68rem;
  }
  .half-arrow-v34{
    font-size:1.35rem;
  }
  .swipe-controls-v34{
    gap:10px;
  }
  .swipe-btn{
    width:56px;
    height:56px;
  }
  .swipe-btn.neutral{
    width:auto;
    min-width:116px;
    padding:0 14px;
  }
}


/* ============================================================
   PRODUCTION A/B + SEO
   ============================================================ */
.ab-anchor{position:relative;top:-88px}
.ab-variant-section{display:none}
html[data-ab-variant="A"] [data-ab-only="A"]{display:block}
html[data-ab-variant="B"] [data-ab-only="B"]{display:block}
html:not([data-ab-variant]) [data-ab-only="A"]{display:block}

.seo-service-section .card,
.faq-section .card{height:100%}

@media(max-width:820px){
  .faq-section .grid.two{grid-template-columns:1fr}
}


/* Public form submission state */
.form-submit-status{
  margin-top:12px;
  min-height:1.35em;
  font-size:.9rem;
  line-height:1.45;
  color:var(--muted);
}
.form-submit-status.error{color:#ffd0c9}
.form-submit-status.sending{color:var(--muted)}
.form button[type="submit"]:disabled{
  opacity:.68;
  cursor:wait;
  transform:none!important;
}
