
:root{
  --bg:#f7f8fc;
  --surface:#ffffff;
  --surface-2:#f2f0ff;
  --text:#172033;
  --muted:#687187;
  --line:#e3e6ef;
  --brand:#6d4aff;
  --brand-2:#8b6cff;
  --danger:#b5384d;
  --success:#237d5a;
  --warning:#8a6500;
  --shadow:0 18px 50px rgba(36,40,70,.10);
  --radius:24px;
  --radius-sm:14px;
  --max:760px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(109,74,255,.10), transparent 30rem),
    radial-gradient(circle at 95% 15%, rgba(230,80,154,.08), transparent 24rem),
    var(--bg);
  min-height:100vh;
}
button,input{font:inherit}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}
.site-header{
  display:flex;align-items:center;justify-content:space-between;
  padding:22px 0;gap:16px
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em;color:var(--text)}
.brand-mark{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(135deg,var(--brand),#e6509a);color:#fff;box-shadow:0 10px 25px rgba(109,74,255,.25)
}
.header-pill{
  padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7);
  color:var(--muted);font-size:.9rem
}
.hero{
  padding:64px 0 46px;
  display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:#efecff;color:#4f36ce;font-weight:800;font-size:.9rem
}
.hero h1{
  font-size:clamp(2.5rem,6vw,5.2rem);line-height:.94;letter-spacing:-.055em;margin:20px 0 22px
}
.hero p{font-size:1.15rem;line-height:1.7;color:var(--muted);max-width:690px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  border:0;border-radius:16px;padding:15px 22px;font-weight:850;cursor:pointer;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;
}
.btn:hover{transform:translateY(-1px);text-decoration:none}
.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 14px 30px rgba(109,74,255,.24)}
.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}
.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.trust{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.9rem;color:var(--muted)}
.preview-card{
  background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow);
  border-radius:32px;padding:26px;backdrop-filter:blur(14px)
}
.preview-top{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.88rem}
.preview-q{font-size:1.55rem;font-weight:850;letter-spacing:-.025em;margin:34px 0 20px}
.preview-option{
  padding:15px 16px;border:1px solid var(--line);border-radius:15px;background:#fff;margin:10px 0;font-weight:700
}
.preview-option.active{border-color:var(--brand);box-shadow:0 0 0 3px rgba(109,74,255,.10)}
.section{padding:54px 0}
.section h2{font-size:clamp(1.8rem,4vw,3rem);letter-spacing:-.04em;margin:0 0 16px}
.section-lead{max-width:780px;color:var(--muted);line-height:1.7;font-size:1.05rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.info-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(40,50,90,.05)}
.info-card h3{margin:4px 0 8px;font-size:1.05rem}
.info-card p{margin:0;color:var(--muted);line-height:1.55}
.faq{max-width:850px;margin-top:24px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px 18px;margin:10px 0}
.faq summary{font-weight:800;cursor:pointer}
.faq p{color:var(--muted);line-height:1.65}
.site-footer{padding:42px 0 54px;border-top:1px solid var(--line);margin-top:40px;color:var(--muted);font-size:.92rem}
.footer-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:10px}

/* Test app */
.test-shell{display:none;min-height:calc(100vh - 82px);padding:22px 0 48px}
.test-shell.active{display:block}
.test-wrap{width:min(var(--max),calc(100% - 28px));margin:0 auto}
.progress-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0 10px}
.progress-meta{font-size:.9rem;color:var(--muted);font-weight:750}
.progress-track{height:8px;background:#e9e9f3;border-radius:999px;overflow:hidden}
.progress-bar{height:100%;width:0;background:linear-gradient(90deg,var(--brand),#e6509a);transition:width .25s ease}
.question-card{
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(22px,4vw,38px);
  box-shadow:var(--shadow);margin-top:18px;min-height:480px;display:flex;flex-direction:column;justify-content:center
}
.question-kicker{font-size:.88rem;font-weight:850;color:var(--brand);text-transform:uppercase;letter-spacing:.07em}
.question-title{font-size:clamp(1.7rem,4vw,2.65rem);line-height:1.12;letter-spacing:-.04em;margin:12px 0 10px}
.question-helper{color:var(--muted);line-height:1.55;margin:0 0 24px}
.options{display:grid;gap:11px}
.option{
  width:100%;text-align:left;border:1px solid var(--line);background:#fff;border-radius:16px;padding:15px 16px;
  cursor:pointer;font-weight:780;color:var(--text);transition:.15s ease;position:relative
}
.option:hover,.option:focus-visible{border-color:#baaaff;box-shadow:0 0 0 3px rgba(109,74,255,.08);outline:none}
.option.selected{border-color:var(--brand);background:#f3f0ff}
.option .key{display:inline-grid;place-items:center;width:25px;height:25px;border:1px solid var(--line);border-radius:8px;margin-right:10px;color:var(--muted);font-size:.8rem}
.test-nav{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:10px}
.back-btn{border:0;background:transparent;color:var(--muted);font-weight:800;cursor:pointer;padding:10px 4px}
.back-btn[disabled]{opacity:.35;cursor:not-allowed}
.privacy-note{font-size:.82rem;color:var(--muted);margin-top:16px;text-align:center}

/* Results */
.result-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:clamp(24px,5vw,44px)}
.result-badge{
  display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#efecff;
  color:#5139cf;font-weight:900
}
.result-card h2{font-size:clamp(2rem,5vw,3.4rem);letter-spacing:-.05em;margin:18px 0 12px}
.result-card .lead{font-size:1.06rem;color:var(--muted);line-height:1.7}
.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:26px 0}
.metric{background:#f8f8fc;border:1px solid var(--line);border-radius:18px;padding:17px}
.metric strong{display:block;font-size:1.05rem;margin-bottom:7px}
.meter{height:9px;background:#e7e9f1;border-radius:99px;overflow:hidden}
.meter > span{display:block;height:100%;background:linear-gradient(90deg,var(--brand),#e6509a);border-radius:99px}
.result-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.notice{
  border:1px solid #eadfb1;background:#fff9df;border-radius:16px;padding:15px 16px;color:#664c00;line-height:1.55;margin:18px 0
}
.notice.safe{border-color:#cde7db;background:#eef9f4;color:#165a40}

/* SEO variants */
.slim-hero{padding:42px 0 28px}
.slim-hero h1{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1;letter-spacing:-.05em;margin:16px 0}
.slim-hero p{font-size:1.08rem;color:var(--muted);line-height:1.7;max-width:760px}

@media(max-width:860px){
  .hero{grid-template-columns:1fr;padding-top:38px}
  .preview-card{order:-1}
  .cards{grid-template-columns:1fr}
}
@media(max-width:560px){
  .wrap{width:min(100% - 22px,1180px)}
  .site-header{padding:14px 0}
  .header-pill{display:none}
  .hero{gap:26px}
  .hero h1{font-size:clamp(2.35rem,14vw,4rem)}
  .question-card{min-height:calc(100vh - 180px);border-radius:22px}
  .metric-grid{grid-template-columns:1fr}
  .btn{width:100%;text-align:center}
  .result-actions{display:grid}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


.share-box{margin-top:28px;padding:20px;background:#f8f8fc;border:1px solid var(--line);border-radius:20px}
.share-box h3{margin:0 0 8px}.share-box p{color:var(--muted);line-height:1.55}
#shareCanvas{display:block;width:min(100%,420px);height:auto;border-radius:18px;box-shadow:0 12px 30px rgba(40,50,90,.12);margin:18px 0;background:#6d4aff}
.seo-copy{max-width:860px}.seo-copy h2{margin-top:34px}.seo-copy p,.seo-copy li{color:var(--muted);line-height:1.75}
.seo-copy ul{padding-left:20px}.related-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.related-links a{padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:750}


/* =========================================================
   TEST EXPERIENCE V3 — Dark Aurora + subtle AI rainbow edge
   ========================================================= */

body.test-active{
  --test-bg:#05060a;
  --test-surface:#0d1017;
  --test-surface-2:#111620;
  --test-text:#f7f8ff;
  --test-muted:#9ba6ba;
  --test-line:rgba(255,255,255,.105);
  color:var(--test-text);
  background:#05060a;
  position:relative;
  isolation:isolate;
  overflow-x:hidden;
}

/* Two blurred aurora layers. Low opacity intentionally keeps the test readable. */
body.test-active::before,
body.test-active::after{
  content:"";
  position:fixed;
  pointer-events:none;
  z-index:-2;
  width:72vw;
  height:72vw;
  min-width:620px;
  min-height:620px;
  border-radius:50%;
  filter:blur(85px) saturate(125%);
  opacity:.17;
  will-change:transform;
}
body.test-active::before{
  left:-22vw;
  top:-28vw;
  background:
    conic-gradient(from 45deg,
      rgba(66,133,244,.95),
      rgba(155,114,203,.80),
      rgba(217,101,112,.72),
      rgba(242,139,68,.68),
      rgba(52,168,83,.70),
      rgba(66,133,244,.95));
  animation:auroraFloatA 18s ease-in-out infinite alternate;
}
body.test-active::after{
  right:-28vw;
  bottom:-34vw;
  background:
    conic-gradient(from 210deg,
      rgba(52,168,83,.80),
      rgba(66,133,244,.82),
      rgba(155,114,203,.76),
      rgba(234,67,53,.62),
      rgba(251,188,4,.62),
      rgba(52,168,83,.80));
  opacity:.13;
  animation:auroraFloatB 22s ease-in-out infinite alternate;
}

@keyframes auroraFloatA{
  0%{transform:translate3d(-2%,0,0) rotate(-8deg) scale(.96)}
  50%{transform:translate3d(11%,8%,0) rotate(14deg) scale(1.08)}
  100%{transform:translate3d(2%,15%,0) rotate(28deg) scale(1)}
}
@keyframes auroraFloatB{
  0%{transform:translate3d(0,0,0) rotate(10deg) scale(1)}
  50%{transform:translate3d(-10%,-7%,0) rotate(-14deg) scale(1.12)}
  100%{transform:translate3d(-4%,-14%,0) rotate(-28deg) scale(.98)}
}

body.test-active .site-header{
  position:relative;
  z-index:5;
}
body.test-active .brand{color:#fff}
body.test-active .brand-mark{
  background:linear-gradient(135deg,#8b5cf6,#ec4899);
  box-shadow:0 0 28px rgba(139,92,246,.25);
}
body.test-active .header-pill{
  color:#aab4c8;
  border-color:rgba(255,255,255,.10);
  background:rgba(9,11,16,.58);
  backdrop-filter:blur(16px);
}

body.test-active .test-shell{
  position:relative;
  z-index:1;
}
body.test-active .progress-meta{
  color:#a8b1c3;
}
body.test-active .progress-track{
  background:rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
body.test-active .progress-bar{
  background:linear-gradient(90deg,#4285f4,#9b72cb,#d96570,#f28b44,#34a853,#4285f4);
  background-size:220% 100%;
  animation:progressSpectrum 7s linear infinite;
  box-shadow:0 0 18px rgba(139,92,246,.28);
}
@keyframes progressSpectrum{
  from{background-position:0 50%}
  to{background-position:220% 50%}
}

/* Rainbow rim: only a thin moving edge, not a full flashing frame. */
body.test-active .question-card,
body.test-active .result-card{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  color:var(--test-text);
  background:transparent;
  border:0;
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    0 0 55px rgba(95,82,210,.08);
}

body.test-active .question-card::before,
body.test-active .result-card::before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:-65%;
  background:
    conic-gradient(
      from 0deg,
      #4285f4 0deg,
      #8b5cf6 52deg,
      #d946ef 100deg,
      #ea4335 150deg,
      #fbbc04 205deg,
      #34a853 265deg,
      #22d3ee 315deg,
      #4285f4 360deg
    );
  animation:rainbowOrbit 10s linear infinite;
  opacity:.92;
}
body.test-active .question-card::after,
body.test-active .result-card::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:2px;
  border-radius:26px;
  background:
    radial-gradient(circle at 18% 0%, rgba(111,89,255,.065), transparent 34%),
    linear-gradient(180deg,rgba(16,19,28,.985),rgba(8,10,15,.99));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}
body.test-active .result-card::after{border-radius:26px}

@keyframes rainbowOrbit{
  to{transform:rotate(360deg)}
}

body.test-active .question-kicker{
  color:#b9a9ff;
  text-shadow:0 0 18px rgba(139,92,246,.18);
}
body.test-active .question-title,
body.test-active .result-card h2{
  color:#f8f9ff;
  text-wrap:balance;
}
body.test-active .question-helper,
body.test-active .privacy-note{
  color:var(--test-muted);
}

body.test-active .result-card .lead{
  color:#d7e2f5;
}

body.test-active .option{
  color:#eef2ff;
  background:rgba(18,22,31,.78);
  border-color:rgba(255,255,255,.105);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter:blur(10px);
}
body.test-active .option:hover,
body.test-active .option:focus-visible{
  border-color:rgba(147,126,255,.72);
  background:rgba(27,31,45,.88);
  box-shadow:
    0 0 0 3px rgba(115,90,255,.11),
    0 10px 25px rgba(0,0,0,.18);
}
body.test-active .option.selected{
  border-color:#9277ff;
  background:
    linear-gradient(100deg,rgba(67,74,255,.15),rgba(217,70,239,.10)),
    rgba(24,27,39,.94);
  box-shadow:
    0 0 0 1px rgba(147,126,255,.22),
    0 0 28px rgba(115,90,255,.11);
  transform:translateX(2px);
}
body.test-active .option:disabled{cursor:default}
body.test-active .option .key{
  color:#c8d0e0;
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.025);
}

body.test-active .back-btn{color:#9aa5b8}
body.test-active .back-btn:not([disabled]):hover{color:#fff}

body.test-active .result-badge{
  color:#e5ddff;
  background:rgba(112,82,255,.15);
  border:1px solid rgba(145,119,255,.22);
}
body.test-active .metric,
body.test-active .share-box{
  color:#eef2ff;
  background:rgba(17,21,30,.72);
  border-color:rgba(255,255,255,.09);
}
body.test-active .metric small,
body.test-active .share-box p{color:#98a3b7}
body.test-active .meter{background:rgba(255,255,255,.075)}
body.test-active .meter > span{
  background:linear-gradient(90deg,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853);
}
body.test-active .notice{
  color:#f2d985;
  border-color:rgba(251,188,4,.22);
  background:rgba(251,188,4,.075);
}
body.test-active .notice.safe{
  color:#9de3c3;
  border-color:rgba(52,168,83,.22);
  background:rgba(52,168,83,.075);
}
body.test-active .btn-secondary{
  color:#edf1ff;
  background:rgba(17,21,30,.85);
  border-color:rgba(255,255,255,.11);
}

.test-inline-error{
  margin-top:14px;
  padding:12px 14px;
  border-radius:13px;
  border:1px solid rgba(239,68,68,.32);
  background:rgba(127,29,29,.18);
  color:#fecaca;
  font-size:.9rem;
  line-height:1.45;
}

@media(max-width:560px){
  body.test-active .question-card::before,
  body.test-active .result-card::before{
    inset:-52%;
    animation-duration:12s;
  }
  body.test-active::before,
  body.test-active::after{
    opacity:.11;
  }
}

@media (prefers-reduced-motion:reduce){
  body.test-active::before,
  body.test-active::after,
  body.test-active .question-card::before,
  body.test-active .result-card::before,
  body.test-active .progress-bar{
    animation:none!important;
  }
}


/* =========================================================
   V4 — Result spacing + viral archetypes + confetti + sharing
   ========================================================= */

/* FIX: the result card needs its own separation from the progress bar. */
#resultView{
  padding-top:26px;
}
#resultView[hidden]{display:none}
body.test-active #resultView{
  scroll-margin-top:18px;
}

/* Keep question spacing independent from result spacing. */
body.test-active .question-card{
  margin-top:18px;
}
body.test-active .result-card{
  margin-top:0;
}

.viral-result{
  text-align:left;
}
.result-celebration{
  position:absolute;
  right:clamp(22px,5vw,48px);
  top:clamp(20px,4vw,38px);
  font-size:clamp(2.8rem,7vw,5.8rem);
  line-height:1;
  filter:drop-shadow(0 12px 26px rgba(109,74,255,.20));
  transform:rotate(6deg);
}
.viral-result h2{
  max-width:82%;
}
.viral-meter{
  margin:26px 0 20px;
  padding:17px 18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.viral-meter-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-bottom:10px;
  color:#eef2ff;
}
.viral-meter-top span{
  color:#b9a9ff;
  font-weight:900;
}
.viral-cta{
  display:grid;
  gap:5px;
  margin-top:20px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(120deg,rgba(66,133,244,.09),rgba(217,70,239,.07));
  border:1px solid rgba(139,92,246,.18);
}
.viral-cta strong{font-size:1.02rem}
.viral-cta span{color:#9da8ba;line-height:1.5}

.share-box{
  overflow:hidden;
}
.share-box-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.share-box-head h3{margin:0 0 5px}
.share-format-pill{
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  padding:7px 10px;
  color:#aab4c8;
  font-size:.8rem;
}
.share-format-tabs{
  display:flex;
  gap:8px;
  margin:16px 0 6px;
  flex-wrap:wrap;
}
.share-format{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.035);
  color:#aeb8ca;
  padding:9px 12px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
}
.share-format.active{
  border-color:#8e75ff;
  color:#fff;
  background:rgba(112,82,255,.15);
}
#shareCanvas{
  width:min(100%,420px);
  max-height:620px;
  object-fit:contain;
}
.share-actions{
  margin-top:16px;
}
.share-status{
  min-height:1.4em;
  margin:12px 0 0;
  color:#9de3c3!important;
  font-size:.88rem;
}
.share-status[data-type="error"]{
  color:#fecaca!important;
}

/* Lightweight pica-pica / confetti. */
.confetti-layer{
  position:fixed;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  z-index:9999;
}
.confetti-layer i{
  position:absolute;
  left:var(--x);
  top:-20px;
  width:var(--size);
  height:calc(var(--size) * 1.8);
  border-radius:2px;
  background:var(--c);
  opacity:.95;
  transform:translate3d(0,-20px,0) rotate(0);
  animation:confettiFall var(--dur) cubic-bezier(.19,.84,.34,1) var(--delay) forwards;
}
@keyframes confettiFall{
  0%{transform:translate3d(0,-30px,0) rotate(0deg);opacity:0}
  8%{opacity:1}
  100%{transform:translate3d(var(--dx),105vh,0) rotate(var(--rot));opacity:.9}
}

@media(max-width:560px){
  #resultView{padding-top:18px}
  .result-celebration{
    position:static;
    display:block;
    margin-bottom:10px;
    transform:none;
  }
  .viral-result h2{max-width:none}
  .share-box-head{display:grid}
}

@media (prefers-reduced-motion:reduce){
  .confetti-layer{display:none!important}
}


/* V4.1 — Story-first sharing */
#shareCanvas{
  display:block;
  width:min(100%,360px);
  height:auto;
  max-height:none;
  margin:18px auto 0;
  border-radius:22px;
  box-shadow:0 18px 50px rgba(0,0,0,.28);
}
.share-box{
  max-width:780px;
}
.share-actions .btn{
  min-height:50px;
}
@media(max-width:560px){
  #shareCanvas{
    width:min(88vw,340px);
  }
  .share-actions{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V5 — GEYÓMETRO branding + stronger viral result
   ========================================================= */
body.test-active .brand-mark{
  background:linear-gradient(135deg,#4f8cff,#9b5cff 42%,#ec4899 72%,#ff7139);
}
.viral-result .result-badge{
  letter-spacing:.015em;
}
.viral-result h2{
  font-size:clamp(2.6rem,7vw,5rem);
  line-height:.94;
  text-transform:uppercase;
}
.compact-note{
  margin-top:22px;
  font-size:.88rem;
  opacity:.78;
}
.share-box #shareCanvas{
  background:#05060a;
}


/* V6 — rapid rounds */
body.test-active .question-kicker{
  min-height:1.2em;
}
body.test-active .question-kicker:first-letter{
  filter:drop-shadow(0 0 8px rgba(251,188,4,.25));
}


/* =========================================================
   V7 — GEYÓMETRO HOME / SEO HUB
   ========================================================= */
body.home-page{
  --home-bg:#05060a;
  --home-surface:#0d1017;
  --home-text:#f8f9ff;
  --home-muted:#a7b0c1;
  --home-line:rgba(255,255,255,.10);
  margin:0;
  color:var(--home-text);
  background:#05060a;
  position:relative;
  isolation:isolate;
  overflow-x:hidden;
}
body.home-page::before,
body.home-page::after{
  content:"";
  position:fixed;
  pointer-events:none;
  z-index:-3;
  width:72vw;
  height:72vw;
  min-width:680px;
  min-height:680px;
  border-radius:50%;
  filter:blur(100px) saturate(120%);
  opacity:.14;
}
body.home-page::before{
  left:-25vw;top:-30vw;
  background:conic-gradient(from 20deg,#4285f4,#8b5cf6,#d946ef,#ea4335,#fbbc04,#34a853,#22d3ee,#4285f4);
  animation:homeAuroraA 22s ease-in-out infinite alternate;
}
body.home-page::after{
  right:-30vw;bottom:-36vw;
  background:conic-gradient(from 200deg,#34a853,#22d3ee,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853);
  opacity:.10;
  animation:homeAuroraB 27s ease-in-out infinite alternate;
}
@keyframes homeAuroraA{
  from{transform:translate3d(0,0,0) rotate(-8deg)}
  to{transform:translate3d(12%,15%,0) rotate(24deg) scale(1.08)}
}
@keyframes homeAuroraB{
  from{transform:translate3d(0,0,0) rotate(10deg)}
  to{transform:translate3d(-12%,-12%,0) rotate(-22deg) scale(1.10)}
}

.home-page .site-header{
  position:relative;
  padding:13px 0;
}
.home-page .brand{color:#fff}
.home-page .header-pill{
  color:#aab4c8;
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.09);
}
.home-nav{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
  margin-right:12px;
}
.home-nav a{
  color:#c7cfdd;
  font-weight:750;
  font-size:.9rem;
  padding:9px 10px;
  border-radius:11px;
}
.home-nav a:hover{
  color:#fff;
  background:rgba(255,255,255,.055);
  text-decoration:none;
}

.home-main{overflow:hidden}
.home-hero{
  min-height:650px;
  padding:82px 0 70px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:52px;
}
.home-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#d7cfff;
  background:rgba(111,82,255,.13);
  border:1px solid rgba(153,126,255,.17);
  padding:9px 13px;
  border-radius:999px;
  font-weight:850;
  font-size:.88rem;
}
.home-hero h1{
  color:#fff;
  font-size:clamp(3.1rem,7vw,6.2rem);
  line-height:.90;
  letter-spacing:-.065em;
  margin:22px 0 22px;
  text-wrap:balance;
}
.home-hero h1 .rainbow-word{
  color:transparent;
  background:linear-gradient(90deg,#64a0ff,#a47cff,#ef69dc,#ff7859,#f7c94a,#54d789);
  background-clip:text;
  -webkit-background-clip:text;
}
.home-hero .hero-copy{
  color:var(--home-muted);
  font-size:1.12rem;
  line-height:1.72;
  max-width:700px;
}
.home-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.candy-btn{
  position:relative;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:16px 24px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.16);
  color:#fff!important;
  font-weight:950;
  text-decoration:none!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -10px 22px rgba(0,0,0,.10),
    0 14px 34px rgba(0,0,0,.22);
  overflow:hidden;
  transform:translateZ(0);
  transition:transform .16s ease, box-shadow .16s ease;
}
.candy-btn::before{
  content:"";
  position:absolute;
  left:8%;
  right:8%;
  top:5px;
  height:34%;
  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,0));
  pointer-events:none;
}
.candy-btn:hover{
  transform:translateY(-2px) scale(1.012);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32),0 18px 42px rgba(0,0,0,.30);
}
.candy-purple{background:linear-gradient(135deg,#684cff,#9a5bff 55%,#d450d9)}
.candy-blue{background:linear-gradient(135deg,#2779ff,#45a3ff 55%,#5f73ff)}
.candy-pink{background:linear-gradient(135deg,#dd3f8d,#ff6b94 58%,#ff7658)}
.candy-green{background:linear-gradient(135deg,#188b6b,#33b889 55%,#50c56c)}
.candy-dark{background:linear-gradient(135deg,#1c2230,#30384b)}

.hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:22px;
}
.hero-proof span{
  color:#aeb7c9;
  font-size:.86rem;
  border:1px solid rgba(255,255,255,.085);
  background:rgba(255,255,255,.028);
  border-radius:999px;
  padding:8px 11px;
}

.home-meter-card{
  position:relative;
  border-radius:34px;
  padding:2px;
  background:conic-gradient(from 90deg,#4285f4,#8b5cf6,#d946ef,#ea4335,#fbbc04,#34a853,#22d3ee,#4285f4);
  box-shadow:0 32px 90px rgba(0,0,0,.43),0 0 70px rgba(99,72,255,.10);
}
.home-meter-inner{
  border-radius:32px;
  background:
    radial-gradient(circle at 25% 0%,rgba(98,79,255,.09),transparent 34%),
    linear-gradient(180deg,#10131b,#080a0f);
  padding:28px;
}
.home-meter-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#9fa9bc;
  font-size:.86rem;
}
.home-meter-title{
  font-size:clamp(1.8rem,4vw,2.7rem);
  font-weight:950;
  letter-spacing:-.04em;
  margin:34px 0 10px;
}
.home-meter-sub{
  color:#9ea8ba;
  line-height:1.55;
  margin-bottom:24px;
}
.home-meter-track{
  height:16px;
  border-radius:999px;
  background:rgba(255,255,255,.065);
  overflow:hidden;
}
.home-meter-track span{
  display:block;
  width:84%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#4285f4,#8b5cf6,#d946ef,#ff6e56,#fbbc04,#34a853);
  box-shadow:0 0 20px rgba(166,101,255,.22);
}
.home-levels{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:7px;
  margin-top:13px;
}
.home-levels span{
  color:#909bad;
  font-size:.68rem;
  text-align:center;
  line-height:1.15;
}
.home-result-teaser{
  margin-top:26px;
  padding:18px;
  border:1px solid rgba(255,255,255,.085);
  background:rgba(255,255,255,.035);
  border-radius:20px;
}
.home-result-teaser small{color:#8f99aa}
.home-result-teaser strong{
  display:block;
  color:#fff;
  font-size:1.75rem;
  margin-top:5px;
  letter-spacing:-.035em;
}

.home-section{
  padding:76px 0;
}
.home-section-head{
  max-width:820px;
  margin-bottom:30px;
}
.home-section .section-kicker{
  color:#a996ff;
  font-weight:900;
  font-size:.84rem;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.home-section h2{
  color:#fff;
  font-size:clamp(2rem,5vw,3.7rem);
  line-height:1;
  letter-spacing:-.05em;
  margin:10px 0 14px;
  text-wrap:balance;
}
.home-section .section-lead{
  color:#9fa9bc;
  max-width:800px;
  line-height:1.7;
  font-size:1.05rem;
}

.test-candy-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:17px;
}
.test-candy-card{
  min-height:220px;
  padding:26px;
  border-radius:29px;
  color:#fff!important;
  text-decoration:none!important;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    0 20px 46px rgba(0,0,0,.25);
  transition:transform .18s ease,box-shadow .18s ease;
}
.test-candy-card::before{
  content:"";
  position:absolute;
  width:64%;
  height:70px;
  top:-12px;
  left:7%;
  background:rgba(255,255,255,.16);
  filter:blur(12px);
  border-radius:50%;
  transform:rotate(-4deg);
}
.test-candy-card:hover{
  transform:translateY(-4px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 26px 54px rgba(0,0,0,.34);
}
.test-candy-card .candy-icon{
  font-size:2rem;
  display:block;
  margin-bottom:25px;
}
.test-candy-card h3{
  position:relative;
  font-size:1.65rem;
  line-height:1;
  margin:0 0 10px;
  letter-spacing:-.035em;
}
.test-candy-card p{
  position:relative;
  margin:0;
  max-width:470px;
  color:rgba(255,255,255,.82);
  line-height:1.52;
}
.test-candy-card .candy-go{
  position:absolute;
  right:22px;
  bottom:20px;
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.18);
  font-weight:950;
}
.card-purple{background:linear-gradient(135deg,#603cff,#8d53ff 52%,#d346ca)}
.card-blue{background:linear-gradient(135deg,#176ee8,#399cf9 58%,#6063f3)}
.card-pink{background:linear-gradient(135deg,#d73c80,#f35d8a 55%,#f07850)}
.card-green{background:linear-gradient(135deg,#168368,#2cae7d 55%,#44b762)}

.definition-box{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:22px;
  align-items:stretch;
}
.definition-main,
.definition-stats{
  border:1px solid rgba(255,255,255,.085);
  background:rgba(15,18,26,.68);
  border-radius:28px;
  padding:28px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.definition-main p{
  color:#a5afc0;
  line-height:1.72;
}
.definition-main strong{color:#fff}
.stat-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.stat{
  padding:19px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:19px;
  background:rgba(255,255,255,.027);
}
.stat strong{
  display:block;
  font-size:2rem;
  letter-spacing:-.04em;
}
.stat span{
  color:#97a2b5;
  font-size:.88rem;
  line-height:1.4;
}

.how-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.how-card{
  position:relative;
  min-height:215px;
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.085);
  background:rgba(15,18,26,.70);
}
.how-num{
  display:grid;
  place-items:center;
  width:42px;height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,#6f52ff,#d04dc8);
  font-weight:950;
  box-shadow:0 10px 26px rgba(102,78,255,.22);
}
.how-card h3{
  color:#fff;
  margin:25px 0 8px;
}
.how-card p{
  color:#9ea8ba;
  line-height:1.55;
  margin:0;
}

.unlock-row{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.unlock-pill{
  flex:1 1 150px;
  min-height:105px;
  padding:17px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  text-align:center;
}
.unlock-pill span{font-size:1.6rem}
.unlock-pill strong{
  display:block;
  margin-top:7px;
  font-size:.95rem;
}
.unlock-pill.hot{
  border-color:rgba(180,111,255,.30);
  box-shadow:0 0 34px rgba(127,82,255,.10);
}

.article-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.article-card{
  display:flex;
  flex-direction:column;
  min-height:255px;
  padding:23px;
  border-radius:23px;
  border:1px solid rgba(255,255,255,.085);
  background:rgba(13,16,23,.75);
  color:#fff!important;
  text-decoration:none!important;
  transition:transform .16s ease,border-color .16s ease;
}
.article-card:hover{
  transform:translateY(-3px);
  border-color:rgba(150,125,255,.30);
}
.article-card .article-tag{
  color:#9f8cff;
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.article-card h3{
  font-size:1.25rem;
  line-height:1.18;
  letter-spacing:-.025em;
  margin:15px 0 10px;
}
.article-card p{
  color:#99a4b7;
  line-height:1.56;
  margin:0;
}
.article-card .article-more{
  margin-top:auto;
  padding-top:18px;
  color:#d7d1ff;
  font-weight:850;
}

.keyword-note{
  margin-top:22px;
  padding:18px 20px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.075);
  background:rgba(255,255,255,.025);
  color:#929daf;
  line-height:1.6;
}
.keyword-note strong{color:#fff}

.home-faq{
  max-width:900px;
}
.home-faq details{
  border:1px solid rgba(255,255,255,.085);
  background:rgba(13,16,23,.74);
  border-radius:18px;
  padding:18px 20px;
  margin-bottom:10px;
}
.home-faq details[open]{
  border-color:rgba(145,120,255,.22);
}
.home-faq summary{
  color:#fff;
  font-weight:850;
  cursor:pointer;
  list-style:none;
}
.home-faq summary::-webkit-details-marker{display:none}
.home-faq p{
  color:#9ca7b9;
  line-height:1.65;
  margin:12px 0 2px;
}

.home-bottom-cta{
  padding:2px;
  border-radius:32px;
  background:linear-gradient(120deg,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853);
}
.home-bottom-cta-inner{
  padding:38px;
  border-radius:30px;
  background:#090c12;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.home-bottom-cta h2{
  font-size:clamp(1.8rem,4vw,3rem);
  margin:0 0 8px;
}
.home-bottom-cta p{
  color:#9ca7b9;
  margin:0;
}
.home-page .site-footer{
  border-color:rgba(255,255,255,.07);
  color:#8f9aac;
}
.home-page .site-footer strong{color:#fff}
.home-page .footer-links a{color:#b6c0d0}

@media(max-width:920px){
  .home-nav{display:none}
  .home-hero{grid-template-columns:1fr;min-height:0;padding-top:52px}
  .home-meter-card{max-width:650px}
  .definition-box{grid-template-columns:1fr}
  .article-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .home-hero{padding:40px 0 52px;gap:32px}
  .home-hero h1{font-size:clamp(2.8rem,15vw,4.7rem)}
  .home-hero-actions{display:grid}
  .candy-btn{width:100%}
  .test-candy-grid{grid-template-columns:1fr}
  .how-grid{grid-template-columns:1fr}
  .article-grid{grid-template-columns:1fr}
  .home-section{padding:58px 0}
  .home-meter-inner{padding:21px}
  .home-levels span{font-size:.58rem}
  .stat-grid{grid-template-columns:1fr 1fr}
  .home-bottom-cta-inner{display:grid;padding:27px}
}
@media(prefers-reduced-motion:reduce){
  body.home-page::before,
  body.home-page::after{animation:none!important}
}


/* =========================================================
   V7.1 — Sticky header real + mobile nav + centered candy gloss
   ========================================================= */

/*
  Sticky must live on a parent that is not only as tall as the header.
  .home-header-shell is now the sticky element.
*/
.home-header-shell{
  position:sticky;
  top:0;
  z-index:100;
  width:100%;
  background:
    linear-gradient(180deg,rgba(5,6,10,.96) 0%,rgba(5,6,10,.90) 72%,rgba(5,6,10,.78) 100%);
  border-bottom:1px solid rgba(255,255,255,.065);
  box-shadow:0 10px 34px rgba(0,0,0,.18);
  backdrop-filter:blur(20px) saturate(130%);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
}

/* The actual header is no longer sticky itself. */
.home-page .site-header{
  position:relative;
  top:auto;
  z-index:auto;
  padding:12px 0 10px;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.home-nav-desktop{
  display:flex;
}

/* Mobile navigation stays inside the same sticky shell. */
.home-nav-mobile{
  display:none;
  align-items:center;
  gap:7px;
  padding:0 0 10px;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x proximity;
  mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);
}
.home-nav-mobile::-webkit-scrollbar{display:none}
.home-nav-mobile a{
  flex:0 0 auto;
  scroll-snap-align:start;
  color:#c7cfdd;
  font-size:.82rem;
  line-height:1;
  font-weight:850;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.075);
  background:rgba(255,255,255,.028);
  text-decoration:none;
}
.home-nav-mobile a:active{
  background:rgba(120,92,255,.14);
  border-color:rgba(154,126,255,.24);
  color:#fff;
}

/* Anchor sections stop below the sticky navigation instead of hiding under it. */
.home-page #tests,
.home-page #que-es,
.home-page #niveles,
.home-page #guias,
.home-page #faq{
  scroll-margin-top:112px;
}

/*
  Candy gloss: geometrically centered in the whole button.
  The previous left/right percentages produced a highlight that could
  look optically shifted depending on text length and emoji.
*/
.candy-btn::before{
  content:"";
  position:absolute;
  left:50%;
  right:auto;
  top:5px;
  width:76%;
  height:39%;
  transform:translateX(-50%);
  border-radius:999px;
  background:
    radial-gradient(
      ellipse at 50% 0%,
      rgba(255,255,255,.36) 0%,
      rgba(255,255,255,.21) 42%,
      rgba(255,255,255,.06) 70%,
      rgba(255,255,255,0) 100%
    );
  pointer-events:none;
}

/* Keep the button label visually above the gloss. */
.candy-btn{
  text-align:center;
  line-height:1.08;
}
.candy-btn > *{
  position:relative;
  z-index:1;
}

@media(max-width:920px){
  .home-nav-desktop{display:none}
  .home-nav-mobile{display:flex}

  .home-page .site-header{
    min-height:58px;
  }

  .home-page #tests,
  .home-page #que-es,
  .home-page #niveles,
  .home-page #guias,
  .home-page #faq{
    scroll-margin-top:118px;
  }
}

@media(max-width:560px){
  .home-header-shell{
    box-shadow:0 8px 28px rgba(0,0,0,.24);
  }

  .home-page .site-header{
    padding:9px 0 7px;
  }

  .home-page .brand{
    gap:8px;
    font-size:.94rem;
  }

  .home-page .brand-mark{
    width:34px;
    height:34px;
    border-radius:11px;
  }

  .home-page .header-pill{
    display:inline-flex;
    max-width:46vw;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:7px 9px;
    font-size:.72rem;
  }

  .home-nav-mobile{
    padding-bottom:9px;
  }

  .home-nav-mobile a{
    padding:8px 11px;
    font-size:.78rem;
  }

  .candy-btn{
    min-height:60px;
    padding:17px 20px;
    border-radius:21px;
  }

  .candy-btn::before{
    width:78%;
    top:5px;
    height:38%;
  }

  .home-page #tests,
  .home-page #que-es,
  .home-page #niveles,
  .home-page #guias,
  .home-page #faq{
    scroll-margin-top:114px;
  }
}

@media(max-width:390px){
  .home-page .header-pill{
    max-width:41vw;
    font-size:.68rem;
  }

  .home-nav-mobile a{
    font-size:.75rem;
    padding:8px 10px;
  }
}


/* =========================================================
   V7.3 — Unified GEYÓMETRO theme for ALL internal pages
   ========================================================= */

body.inner-page{
  --bg:#05060a;
  --surface:#0d1017;
  --surface-2:#111620;
  --text:#f7f8ff;
  --muted:#9ea9bc;
  --line:rgba(255,255,255,.095);
  --brand:#8065ff;
  --brand-2:#d04dd0;
  --shadow:0 26px 70px rgba(0,0,0,.36);
  margin:0;
  color:var(--text);
  background:#05060a;
  position:relative;
  isolation:isolate;
  overflow-x:hidden;
}

/* Same subtle aurora language as the home/test. */
body.inner-page::before,
body.inner-page::after{
  content:"";
  position:fixed;
  pointer-events:none;
  z-index:-3;
  width:72vw;
  height:72vw;
  min-width:650px;
  min-height:650px;
  border-radius:50%;
  filter:blur(100px) saturate(120%);
  opacity:.13;
}
body.inner-page::before{
  left:-26vw;
  top:-30vw;
  background:conic-gradient(from 20deg,#4285f4,#8b5cf6,#d946ef,#ea4335,#fbbc04,#34a853,#22d3ee,#4285f4);
  animation:homeAuroraA 23s ease-in-out infinite alternate;
}
body.inner-page::after{
  right:-31vw;
  bottom:-37vw;
  background:conic-gradient(from 205deg,#34a853,#22d3ee,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853);
  opacity:.095;
  animation:homeAuroraB 28s ease-in-out infinite alternate;
}

body.inner-page a{color:#cfc7ff}
body.inner-page .brand{color:#fff}
body.inner-page .brand:hover{text-decoration:none}

/* Shared sticky header also on guides/test landing pages. */
body.inner-page .home-header-shell{
  position:sticky;
  top:0;
  z-index:120;
  width:100%;
  background:linear-gradient(180deg,rgba(5,6,10,.97),rgba(5,6,10,.89));
  border-bottom:1px solid rgba(255,255,255,.065);
  box-shadow:0 9px 34px rgba(0,0,0,.22);
  backdrop-filter:blur(20px) saturate(130%);
  -webkit-backdrop-filter:blur(20px) saturate(130%);
}
body.inner-page .site-header{
  position:relative;
  padding:12px 0 10px;
  background:transparent;
}
body.inner-page .brand-mark{
  background:linear-gradient(135deg,#4f8cff,#9362ff 42%,#e34ebb 72%,#ff7048);
  box-shadow:0 10px 27px rgba(110,78,255,.23);
}
body.inner-page .header-pill{
  color:#aeb8c9;
  background:rgba(255,255,255,.03);
  border-color:rgba(255,255,255,.09);
}
body.inner-page .home-nav a{
  color:#c8d0df;
}
body.inner-page .home-nav a:hover{
  color:#fff;
  background:rgba(255,255,255,.055);
  text-decoration:none;
}

/* Landing/guide hero */
body.inner-page .inner-marketing{
  position:relative;
}
body.inner-page .inner-hero{
  position:relative;
  padding-top:clamp(54px,8vw,92px);
  padding-bottom:44px;
}
body.inner-page .inner-hero::before{
  content:"";
  position:absolute;
  left:0;
  top:36px;
  width:72px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853);
  box-shadow:0 0 25px rgba(136,93,255,.24);
}
body.inner-page .eyebrow{
  color:#d9d2ff;
  background:rgba(115,85,255,.12);
  border:1px solid rgba(155,127,255,.18);
}
body.inner-page .inner-hero h1{
  max-width:960px;
  color:#fff;
  font-size:clamp(2.6rem,6.3vw,5.5rem);
  line-height:.94;
  letter-spacing:-.06em;
  text-wrap:balance;
}
body.inner-page .inner-hero p{
  max-width:810px;
  color:#a5afc1;
  font-size:1.08rem;
  line-height:1.72;
}
body.inner-page .hero-actions{
  margin-top:28px;
}

/* Glossy CTA buttons matching the homepage candy language. */
body.inner-page .hero-actions .btn{
  position:relative;
  overflow:hidden;
  min-height:57px;
  border-radius:21px;
  padding:16px 23px;
  font-weight:920;
  border:1px solid rgba(255,255,255,.13);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -10px 22px rgba(0,0,0,.10),
    0 14px 34px rgba(0,0,0,.23);
}
body.inner-page .hero-actions .btn::before{
  content:"";
  position:absolute;
  left:50%;
  top:5px;
  width:76%;
  height:38%;
  transform:translateX(-50%);
  border-radius:999px;
  background:radial-gradient(
    ellipse at 50% 0%,
    rgba(255,255,255,.32) 0%,
    rgba(255,255,255,.16) 46%,
    rgba(255,255,255,0) 100%
  );
  pointer-events:none;
}
body.inner-page .hero-actions .btn-primary{
  color:#fff;
  background:linear-gradient(135deg,#684cff,#9558ff 54%,#cf4bcb);
}
body.inner-page .hero-actions .btn-secondary{
  color:#eef2ff;
  background:linear-gradient(135deg,#1a1f2b,#293143);
  border-color:rgba(255,255,255,.10);
}
body.inner-page .hero-actions .btn:hover{
  transform:translateY(-2px);
  text-decoration:none;
}

body.inner-page .trust{
  color:#aeb8ca;
  background:rgba(255,255,255,.027);
  border-color:rgba(255,255,255,.08);
}

/* SEO/guide content = premium dark information card, not the legacy white page. */
body.inner-page .seo-copy{
  position:relative;
  max-width:930px;
  margin-bottom:55px;
  padding:clamp(24px,4vw,42px);
  border-radius:29px;
  border:1px solid rgba(255,255,255,.085);
  background:
    radial-gradient(circle at 9% 0%,rgba(109,82,255,.07),transparent 28%),
    linear-gradient(180deg,rgba(16,19,28,.91),rgba(9,11,17,.94));
  box-shadow:0 24px 65px rgba(0,0,0,.27);
}
body.inner-page .seo-copy::before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#4285f4,#9b72cb,#d946ef,#f28b44,#34a853,transparent);
  opacity:.82;
}
body.inner-page .seo-copy h2{
  color:#fff;
  font-size:clamp(1.45rem,3.2vw,2.15rem);
  letter-spacing:-.035em;
  margin-top:0;
  margin-bottom:12px;
}
body.inner-page .seo-copy h2:not(:first-child){
  margin-top:32px;
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,.07);
}
body.inner-page .seo-copy p,
body.inner-page .seo-copy li{
  color:#a6b0c1;
  line-height:1.78;
}
body.inner-page .seo-copy code{
  color:#d9d1ff;
  background:rgba(119,91,255,.10);
  border:1px solid rgba(145,119,255,.16);
  padding:2px 6px;
  border-radius:7px;
}

body.inner-page .related-links{
  margin-top:28px;
  padding-top:23px;
  border-top:1px solid rgba(255,255,255,.07);
}
body.inner-page .related-links a{
  color:#e7e3ff;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  padding:10px 13px;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
body.inner-page .related-links a:hover{
  text-decoration:none;
  transform:translateY(-1px);
  background:rgba(112,82,255,.11);
  border-color:rgba(146,121,255,.23);
}

/* Privacy page follows the same theme despite its different markup. */
body.inner-page .privacy-marketing .inner-hero{
  padding-left:0;
  padding-right:0;
}
body.inner-page .privacy-marketing .seo-copy{
  max-width:930px;
}

/* Footer no longer falls back to the old light theme. */
body.inner-page .site-footer{
  margin-top:0;
  padding:42px 0 54px;
  color:#8f9aac;
  border-top:1px solid rgba(255,255,255,.07);
  background:rgba(5,6,10,.32);
}
body.inner-page .site-footer strong{color:#fff}
body.inner-page .footer-links a{color:#b7c0d0}
body.inner-page .footer-links a:hover{color:#fff}

/* Test shell sits in the exact same visual world. */
body.inner-page .test-shell{
  background:transparent;
}
body.inner-page.test-active .home-header-shell{
  background:linear-gradient(180deg,rgba(5,6,10,.97),rgba(5,6,10,.88));
}

/* Anchor offset because all pages now keep the header visible. */
body.inner-page main,
body.inner-page .test-shell{
  scroll-margin-top:100px;
}

@media(max-width:920px){
  body.inner-page .home-nav-desktop{display:none}
  body.inner-page .home-nav-mobile{display:flex}
}

@media(max-width:560px){
  body.inner-page .site-header{
    padding:9px 0 7px;
  }
  body.inner-page .brand{
    gap:8px;
    font-size:.94rem;
  }
  body.inner-page .brand-mark{
    width:34px;
    height:34px;
    border-radius:11px;
  }
  body.inner-page .header-pill{
    display:inline-flex;
    max-width:45vw;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:7px 9px;
    font-size:.70rem;
  }
  body.inner-page .home-nav-mobile{
    display:flex;
    padding-bottom:9px;
  }
  body.inner-page .inner-hero{
    padding-top:48px;
    padding-bottom:33px;
  }
  body.inner-page .inner-hero::before{
    top:26px;
    width:54px;
  }
  body.inner-page .inner-hero h1{
    font-size:clamp(2.45rem,13.5vw,4rem);
  }
  body.inner-page .hero-actions{
    display:grid;
  }
  body.inner-page .hero-actions .btn{
    width:100%;
  }
  body.inner-page .seo-copy{
    border-radius:23px;
    padding:23px 20px;
  }
}

@media(prefers-reduced-motion:reduce){
  body.inner-page::before,
  body.inner-page::after{
    animation:none!important;
  }
}


/* V7.4 — contradiction / confidence trap feedback */
.consistency-note{
  display:grid;
  gap:5px;
  margin:18px 0 0;
  padding:15px 17px;
  border-radius:16px;
  border:1px solid rgba(251,188,4,.16);
  background:rgba(251,188,4,.055);
}
.consistency-note strong{
  color:#f6e4a0;
}
.consistency-note span{
  color:#a8b1c1;
  line-height:1.5;
  font-size:.91rem;
}


/* =========================================================
   V7.5 — Home emphasis for FAQ + article cards
   ========================================================= */

.home-page .article-card{
  position:relative;
  overflow:hidden;
  min-height:276px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.095);
  background:
    radial-gradient(circle at 0% 0%, rgba(110,82,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(13,16,23,.82), rgba(11,13,19,.88));
  box-shadow:0 18px 50px rgba(0,0,0,.20);
}
.home-page .article-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853);
  opacity:.88;
}
.home-page .article-card:hover{
  transform:translateY(-4px);
  border-color:rgba(155,125,255,.26);
  box-shadow:0 24px 58px rgba(0,0,0,.28), 0 0 24px rgba(123,87,255,.10);
}
.home-page .article-card .article-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  padding:9px 12px;
  border-radius:999px;
  color:#ddd5ff;
  background:rgba(118,88,255,.11);
  border:1px solid rgba(160,132,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.home-page .article-card h3{
  font-size:clamp(1.4rem,2vw,1.72rem);
  line-height:1.08;
  letter-spacing:-.038em;
  margin:17px 0 12px;
  text-wrap:balance;
}
.home-page .article-card p{
  font-size:1.02rem;
  line-height:1.62;
}
.home-page .article-card .article-more{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:22px;
  padding:11px 14px;
  width:max-content;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
}

/* FAQ stronger and more clickable */
.home-page .home-faq{
  max-width:980px;
}
.home-page .home-faq details{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 0% 0%, rgba(99,72,255,.05), transparent 26%),
    linear-gradient(180deg, rgba(13,16,23,.80), rgba(10,12,18,.88));
  border-radius:22px;
  padding:0;
  margin-bottom:14px;
  box-shadow:0 12px 34px rgba(0,0,0,.15);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
}
.home-page .home-faq details::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853);
  opacity:.92;
}
.home-page .home-faq details:hover{
  transform:translateY(-2px);
  border-color:rgba(157,126,255,.24);
  box-shadow:0 18px 46px rgba(0,0,0,.24), 0 0 28px rgba(123,87,255,.07);
}
.home-page .home-faq details[open]{
  border-color:rgba(160,128,255,.30);
  background:
    radial-gradient(circle at 0% 0%, rgba(122,94,255,.10), transparent 28%),
    linear-gradient(180deg, rgba(14,17,25,.90), rgba(10,12,18,.94));
  box-shadow:0 20px 52px rgba(0,0,0,.26), 0 0 34px rgba(123,87,255,.10);
}
.home-page .home-faq summary{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  padding:24px 72px 24px 28px;
  color:#fff;
  font-weight:950;
  font-size:clamp(1.28rem,2.45vw,1.86rem);
  line-height:1.14;
  letter-spacing:-.034em;
  cursor:pointer;
  list-style:none;
  text-wrap:balance;
}
.home-page .home-faq summary::-webkit-details-marker{display:none}
.home-page .home-faq summary::before{
  content:"?";
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:12px;
  color:#fff;
  font-size:1.12rem;
  font-weight:950;
  background:linear-gradient(135deg,#5b8cff,#9c66ff 52%,#e34ebb);
  box-shadow:0 10px 24px rgba(108,81,255,.22), inset 0 1px 0 rgba(255,255,255,.28);
}
.home-page .home-faq summary::after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:1.55rem;
  font-weight:700;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  transition:transform .16s ease, background .16s ease, border-color .16s ease;
}
.home-page .home-faq details[open] summary::after{
  content:"–";
  transform:translateY(-50%) scale(1.04);
  background:rgba(128,100,255,.12);
  border-color:rgba(160,128,255,.22);
}
.home-page .home-faq p{
  margin:0;
  padding:0 28px 24px 80px;
  color:#b1bac9;
  font-size:1.04rem;
  line-height:1.72;
}
.home-page .home-faq p strong{
  color:#fff;
}
.home-page #faq .home-section-head h2{
  text-shadow:0 0 34px rgba(137,97,255,.12);
}

@media(max-width:680px){
  .home-page .article-card{
    min-height:248px;
  }
  .home-page .article-card h3{
    font-size:1.44rem;
  }
  .home-page .article-card p{
    font-size:1rem;
  }
  .home-page .home-faq details{
    border-radius:20px;
  }
  .home-page .home-faq summary{
    gap:13px;
    padding:20px 62px 20px 20px;
    font-size:clamp(1.16rem,6vw,1.42rem);
    line-height:1.18;
  }
  .home-page .home-faq summary::before{
    width:32px;
    height:32px;
    border-radius:11px;
    font-size:1rem;
  }
  .home-page .home-faq summary::after{
    right:18px;
    width:34px;
    height:34px;
    font-size:1.35rem;
  }
  .home-page .home-faq p{
    padding:0 20px 20px 65px;
    font-size:.98rem;
    line-height:1.64;
  }
}


/* =========================================================
   V7.6 — Epic result icons + extended celebration
   ========================================================= */

body.test-active.celebration-mode::before{
  opacity:.24;
  animation-duration:10s;
}
body.test-active.celebration-mode::after{
  opacity:.20;
  animation-duration:13s;
}
body.test-active.celebration-mode .site-header,
body.test-active.celebration-mode .question-card,
body.test-active.celebration-mode .result-card{
  box-shadow:
    0 20px 60px rgba(0,0,0,.34),
    0 0 34px rgba(138,98,255,.12),
    0 0 58px rgba(34,211,238,.06);
}

.result-card.viral-result{
  position:relative;
  overflow:hidden;
}
.result-card.viral-result::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg,#4285f4,#8b5cf6,#d946ef,#ea4335,#fbbc04,#34a853,#22d3ee);
  opacity:.95;
}
.result-card.viral-result::after{
  content:"";
  position:absolute;
  inset:-20% auto auto -12%;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(110,82,255,.14),rgba(110,82,255,0) 70%);
  pointer-events:none;
}
.result-celebration{
  position:absolute;
  right:clamp(22px,4vw,40px);
  top:clamp(18px,3vw,30px);
  width:clamp(148px,20vw,210px);
  aspect-ratio:1;
  font-size:0;
  line-height:1;
  transform:none;
  filter:none;
}
.viral-result h2{
  max-width:calc(100% - clamp(136px,23vw,250px));
}

.result-icon{
  position:relative;
  width:100%;
  height:100%;
  isolation:isolate;
  display:block;
}
.result-icon > span{
  position:absolute;
}
.result-icon-halo{
  inset:-10%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,0) 60%);
  opacity:.55;
  filter:blur(18px);
}
.result-icon-rim{
  inset:0;
  border-radius:50%;
  background:conic-gradient(from 210deg,#4285f4,#8b5cf6,#d946ef,#ea4335,#fbbc04,#34a853,#22d3ee,#4285f4);
  box-shadow:0 16px 30px rgba(0,0,0,.26);
}
.result-icon-plate{
  inset:8px;
  border-radius:50%;
  background:#0a0d14;
}
.result-icon-orb{
  inset:22px;
  border-radius:50%;
  background:linear-gradient(145deg,#7b61ff,#22345e);
  box-shadow:
    inset 0 12px 28px rgba(255,255,255,.15),
    inset 0 -16px 28px rgba(0,0,0,.22),
    0 14px 26px rgba(0,0,0,.24);
}
.result-icon-glyph{
  inset:0;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:clamp(3rem,7vw,5.6rem);
  text-shadow:0 10px 18px rgba(0,0,0,.24);
  z-index:2;
}
.result-icon-chip{
  left:50%;
  bottom:-6px;
  transform:translateX(-50%);
  z-index:3;
  padding:8px 12px;
  white-space:nowrap;
  border-radius:999px;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.02em;
  color:#fff;
  background:rgba(6,8,12,.88);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 20px rgba(0,0,0,.22);
}
.result-icon--ultra .result-icon-halo{
  background:radial-gradient(circle,rgba(255,121,198,.42),rgba(255,255,255,0) 62%);
}
.result-icon--ultra .result-icon-rim{
  background:conic-gradient(from 210deg,#4285f4,#8b5cf6,#d946ef,#ff6b6b,#fbbc04,#34a853,#22d3ee,#4285f4);
}
.result-icon--ultra .result-icon-orb{
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.28),transparent 36%),
    linear-gradient(145deg,#ff75c8,#7b61ff 52%,#1ec8d8);
}
.result-icon--pro .result-icon-halo{
  background:radial-gradient(circle,rgba(255,116,74,.38),rgba(255,255,255,0) 62%);
}
.result-icon--pro .result-icon-rim{
  background:conic-gradient(from 210deg,#ff8a38,#ff557d,#d946ef,#8b5cf6,#4f8cff,#ff8a38);
}
.result-icon--pro .result-icon-orb{
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.24),transparent 35%),
    linear-gradient(145deg,#ff9a3f,#ff4f7b 58%,#7f5fff);
}
.result-icon--incognito .result-icon-halo{
  background:radial-gradient(circle,rgba(122,97,255,.32),rgba(255,255,255,0) 62%);
}
.result-icon--incognito .result-icon-rim{
  background:conic-gradient(from 210deg,#3b82f6,#6d4aff,#a855f7,#3b82f6);
}
.result-icon--incognito .result-icon-orb{
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.18),transparent 33%),
    linear-gradient(145deg,#43506c,#171d2c 58%,#111827);
}
.result-icon--curioso .result-icon-halo,
.result-icon--sospecha .result-icon-halo{
  background:radial-gradient(circle,rgba(89,206,255,.32),rgba(255,255,255,0) 62%);
}
.result-icon--curioso .result-icon-rim{
  background:conic-gradient(from 210deg,#22d3ee,#4f8cff,#9b5cff,#ec4899,#22d3ee);
}
.result-icon--curioso .result-icon-orb{
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.22),transparent 33%),
    linear-gradient(145deg,#4ce0ff,#6d56ff 60%,#e35cc1);
}
.result-icon--sospecha .result-icon-rim{
  background:conic-gradient(from 210deg,#34d399,#22d3ee,#4f8cff,#a855f7,#34d399);
}
.result-icon--sospecha .result-icon-orb{
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.22),transparent 33%),
    linear-gradient(145deg,#39d89f,#2882ff 60%,#8b5cf6);
}
.result-icon--blindado .result-icon-halo,
.result-icon--apagado .result-icon-halo{
  background:radial-gradient(circle,rgba(112,176,255,.26),rgba(255,255,255,0) 62%);
}
.result-icon--blindado .result-icon-rim{
  background:conic-gradient(from 210deg,#22d3ee,#60a5fa,#a5b4fc,#e5e7eb,#22d3ee);
}
.result-icon--blindado .result-icon-orb{
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.22),transparent 33%),
    linear-gradient(145deg,#5fa8ff,#253659 60%,#0f172a);
}
.result-icon--apagado .result-icon-rim{
  background:conic-gradient(from 210deg,#64748b,#94a3b8,#cbd5e1,#67e8f9,#64748b);
}
.result-icon--apagado .result-icon-orb{
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.18),transparent 33%),
    linear-gradient(145deg,#7a8fa8,#344255 58%,#15202f);
}

.result-theme--ultra .result-badge{background:rgba(255,119,201,.14);color:#ffd2f0}
.result-theme--pro .result-badge{background:rgba(255,111,79,.12);color:#ffd6cc}
.result-theme--incognito .result-badge{background:rgba(122,97,255,.14);color:#dfd6ff}
.result-theme--curioso .result-badge,
.result-theme--sospecha .result-badge{background:rgba(85,203,255,.12);color:#d5f6ff}
.result-theme--blindado .result-badge,
.result-theme--apagado .result-badge{background:rgba(104,162,255,.12);color:#d6e6ff}

.result-theme--ultra .viral-cta{
  background:linear-gradient(120deg,rgba(66,133,244,.11),rgba(217,70,239,.11),rgba(52,168,83,.10));
}
.result-theme--pro .viral-cta{
  background:linear-gradient(120deg,rgba(255,138,56,.10),rgba(255,85,125,.10),rgba(139,92,246,.08));
}
.result-theme--incognito .viral-cta{
  background:linear-gradient(120deg,rgba(59,130,246,.08),rgba(109,74,255,.10));
}
.result-theme--curioso .viral-cta,
.result-theme--sospecha .viral-cta{
  background:linear-gradient(120deg,rgba(34,211,238,.08),rgba(79,140,255,.08),rgba(168,85,247,.08));
}
.result-theme--blindado .viral-cta,
.result-theme--apagado .viral-cta{
  background:linear-gradient(120deg,rgba(96,165,250,.08),rgba(203,213,225,.06));
}

/* Paper confetti: evenly distributed, with independent fall and tumble. */
.confetti-layer{
  position:fixed;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  z-index:9999;
  perspective:700px;
}
.confetti-layer i{
  position:absolute;
  left:var(--x);
  top:-14vh;
  width:var(--w);
  height:var(--h);
  border-radius:0;
  background:transparent;
  filter:blur(var(--blur));
  opacity:0;
  will-change:transform,opacity;
}
.confetti-layer .confetti-piece--rain{
  animation:confettiRain var(--dur) linear var(--delay) forwards;
}
.confetti-layer .confetti-piece--burst{
  top:auto !important;
  bottom:-7vh;
  animation:confettiCannon var(--dur) cubic-bezier(.16,.7,.2,1) var(--delay) forwards;
}
.confetti-layer i::after{
  content:"";
  display:block;
  width:100%;
  height:100%;
  border-radius:var(--radius);
  background:var(--c);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 1px 2px rgba(0,0,0,.12);
  will-change:transform,filter;
  animation:confettiTumble var(--spin) ease-in-out var(--delay) infinite alternate;
}
@keyframes confettiRain{
  0%{transform:translate3d(0,-10vh,0);opacity:0}
  4%{opacity:var(--alpha)}
  31%{transform:translate3d(var(--sway-a),32vh,0);opacity:var(--alpha)}
  67%{transform:translate3d(var(--sway-b),75vh,0);opacity:var(--alpha)}
  100%{transform:translate3d(var(--dx),118vh,0);opacity:.16}
}
@keyframes confettiCannon{
  0%{transform:translate3d(0,0,0) scale(.72);opacity:0}
  6%{opacity:var(--alpha)}
  48%{transform:translate3d(var(--burst-x1),var(--burst-y1),0) scale(1);opacity:var(--alpha)}
  100%{transform:translate3d(var(--burst-x2),18vh,0) scale(.92);opacity:.12}
}
@keyframes confettiTumble{
  from{transform:rotate(var(--r0)) rotateX(0deg) rotateY(0deg);filter:brightness(1.12)}
  to{transform:rotate(var(--r1)) rotateX(540deg) rotateY(360deg);filter:brightness(.72)}
}

@media(max-width:560px){
  .result-celebration{
    position:static;
    margin:0 auto 18px;
    width:min(54vw,192px);
  }
  .viral-result h2{
    max-width:none;
  }
  .result-icon-chip{
    font-size:.72rem;
    padding:7px 11px;
  }
}

@media (prefers-reduced-motion:reduce){
  .confetti-layer{display:none!important}
}


/* =========================================================
   V7.6.1 — Final result layout fix
   ========================================================= */

body.test-active .result-card.viral-result::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0 !important;
  height:2px !important;
  z-index:0;
  background:linear-gradient(90deg,#4285f4,#8b5cf6,#d946ef,#ea4335,#fbbc04,#34a853,#22d3ee) !important;
  opacity:.96;
  animation:none !important;
  transform:none !important;
}
body.test-active .result-card.viral-result::after{
  content:"";
  position:absolute;
  z-index:-1;
  inset:2px;
  border-radius:26px;
  background:
    radial-gradient(circle at 78% 18%, rgba(94,129,255,.10), transparent 18%),
    radial-gradient(circle at 12% 0%, rgba(205,68,236,.07), transparent 28%),
    linear-gradient(180deg,rgba(16,19,28,.985),rgba(8,10,15,.99));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055);
}

.result-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) clamp(180px,23vw,260px);
  align-items:center;
  gap:clamp(18px,3vw,42px);
  margin-bottom:18px;
}
.result-hero-copy{
  min-width:0;
  position:relative;
  z-index:1;
}
.result-hero-copy .result-badge{
  margin-bottom:16px;
}
.result-hero-copy h2,
.viral-result h2{
  max-width:none !important;
  margin:12px 0 14px;
  font-size:clamp(3.1rem,7vw,6rem);
  line-height:.93;
  letter-spacing:-.06em;
  text-wrap:balance;
}
.result-hero-copy .lead{
  margin:0;
  max-width:62ch;
  font-size:clamp(1.14rem,1.62vw,1.34rem);
  line-height:1.68;
  font-weight:560;
  color:#dde6f7;
  letter-spacing:-.01em;
  text-shadow:0 1px 0 rgba(0,0,0,.18);
}
.result-hero-art{
  display:flex;
  justify-content:center;
  align-items:center;
  min-width:0;
}
.result-celebration{
  position:relative !important;
  inset:auto !important;
  right:auto !important;
  top:auto !important;
  width:clamp(176px,22vw,252px);
  aspect-ratio:1;
  margin:0 auto;
  transform:none !important;
  filter:none !important;
}
.result-icon{
  width:100%;
  height:100%;
}
.result-icon-chip{
  bottom:-10px;
}

@media(max-width:980px){
  .result-hero{
    grid-template-columns:minmax(0,1fr) 210px;
    gap:20px;
  }
  .result-hero-copy h2,
  .viral-result h2{
    font-size:clamp(2.7rem,6vw,4.6rem);
  }
}

@media(max-width:760px){
  .result-hero{
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:16px;
  }
  .result-hero-art{
    order:-1;
  }
  .result-celebration{
    width:min(56vw,220px);
  }
  .result-hero-copy{
    text-align:left;
  }
  .result-hero-copy h2,
  .viral-result h2{
    font-size:clamp(2.45rem,12vw,4rem);
  }
}

@media(max-width:560px){
  body.test-active .result-card{
    padding:24px 18px 22px;
  }
  .result-hero-copy .result-badge{
    display:inline-flex;
    max-width:100%;
  }
  .result-celebration{
    width:min(60vw,204px);
  }
  .result-icon-chip{
    font-size:.68rem;
    padding:7px 10px;
  }
}


/* =========================================================
   V7.7 — 18+ legal/privacy gate
   ========================================================= */
.legal-gate-overlay{
  position:fixed;
  inset:0;
  z-index:20000;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(3,4,8,.88);
  backdrop-filter:blur(20px) saturate(120%);
  -webkit-backdrop-filter:blur(20px) saturate(120%);
}
.legal-gate-card{
  width:min(100%,760px);
  max-height:min(92vh,900px);
  overflow:auto;
  border-radius:28px;
  padding:clamp(22px,4vw,34px);
  color:#f7f8ff;
  background:
    radial-gradient(circle at 8% 0%,rgba(112,82,255,.13),transparent 28%),
    linear-gradient(180deg,#11151f,#090c12);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 35px 110px rgba(0,0,0,.55),0 0 50px rgba(111,82,255,.10);
}
.legal-gate-top{
  display:flex;
  align-items:center;
  gap:16px;
}
.legal-gate-icon{
  flex:0 0 auto;
  width:64px;
  height:64px;
  border-radius:20px;
  display:grid;
  place-items:center;
  font-size:1.35rem;
  font-weight:950;
  color:#fff;
  background:linear-gradient(135deg,#4f8cff,#8b5cf6 45%,#ec4899 75%,#ff7139);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 16px 32px rgba(104,78,255,.22);
}
.legal-gate-kicker{
  display:block;
  margin-bottom:5px;
  color:#bcaeff;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.legal-gate-card h2{
  margin:0;
  color:#fff;
  font-size:clamp(1.65rem,4vw,2.4rem);
  letter-spacing:-.045em;
  line-height:1.05;
}
.legal-gate-lead{
  margin:21px 0;
  color:#b1bbcc;
  line-height:1.65;
  font-size:1rem;
}
.legal-gate-points{
  display:grid;
  gap:10px;
  margin-bottom:20px;
}
.legal-gate-points > div{
  display:grid;
  gap:4px;
  padding:14px 15px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.028);
}
.legal-gate-points strong{color:#fff}
.legal-gate-points span{
  color:#9faabc;
  line-height:1.5;
  font-size:.91rem;
}
.legal-check{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:11px 0;
  padding:13px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.065);
  cursor:pointer;
}
.legal-check input{
  width:19px;
  height:19px;
  margin-top:1px;
  accent-color:#8b5cf6;
  flex:0 0 auto;
}
.legal-check span{
  color:#d5dbea;
  line-height:1.48;
  font-size:.94rem;
}
.legal-check a{color:#cfc5ff}
.legal-gate-small{
  margin:16px 0 0;
  color:#8894a8;
  font-size:.83rem;
  line-height:1.5;
}
.legal-gate-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:22px;
}
.legal-gate-actions .btn{
  min-height:50px;
}
.legal-gate-actions .btn[disabled]{
  opacity:.42;
  cursor:not-allowed;
  transform:none;
}
.legal-close{
  border:0;
  background:transparent;
  color:#8995a8;
  padding:10px 7px;
  cursor:pointer;
  font-weight:750;
}
.legal-gate-blocked{
  text-align:center;
}
.legal-gate-blocked .legal-gate-icon{
  margin:0 auto 20px;
}
.legal-gate-blocked p{
  color:#aab4c5;
  line-height:1.65;
}
.legal-gate-blocked .legal-gate-actions{
  justify-content:center;
}
@media(max-width:560px){
  .legal-gate-overlay{padding:10px}
  .legal-gate-card{
    border-radius:22px;
    padding:20px 17px;
    max-height:96vh;
  }
  .legal-gate-top{align-items:flex-start}
  .legal-gate-icon{
    width:52px;height:52px;border-radius:16px;font-size:1.05rem;
  }
  .legal-gate-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .legal-gate-actions .btn,
  .legal-close{
    width:100%;
  }
}


/* =========================================================
   V7.7.1 — Legal gate action bar alignment fix
   ========================================================= */
.legal-gate-actions{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;
  align-items:stretch;
  gap:12px;
  margin-top:22px;
}
.legal-gate-actions .btn{
  min-height:52px;
  width:100%;
  justify-content:center;
}
.legal-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 18px;
  white-space:nowrap;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  color:#bfc8d8;
  cursor:pointer;
  font-weight:800;
  align-self:stretch;
}
.legal-close:hover{
  background:rgba(255,255,255,.05);
  color:#fff;
}
.legal-close:focus-visible{
  outline:2px solid #8b5cf6;
  outline-offset:2px;
}
@media(max-width:820px){
  .legal-gate-actions{
    grid-template-columns:1fr 1fr;
  }
  .legal-close{
    grid-column:1 / -1;
    width:100%;
  }
}
@media(max-width:560px){
  .legal-gate-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .legal-gate-actions .btn,
  .legal-close{
    width:100%;
  }
}


/* =========================================================
   V7.7.2 — Legal gate buttons: explicit styles, no inheritance clash
   ========================================================= */

.legal-gate-actions{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(132px,.55fr);
  align-items:stretch;
  gap:12px;
}

.legal-gate-actions .legal-action{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px;
  margin:0;
  padding:0 18px;
  border-radius:18px;
  font-family:inherit;
  font-size:1rem;
  line-height:1.15;
  font-weight:850;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  box-sizing:border-box;
  transition:
    transform .15s ease,
    background .15s ease,
    border-color .15s ease,
    color .15s ease,
    box-shadow .15s ease;
}

/* Primary */
.legal-gate-actions .legal-action--continue{
  color:#ffffff !important;
  background:linear-gradient(135deg,#7555ff 0%,#9a5cff 50%,#d147c8 100%) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 12px 28px rgba(115,82,255,.22);
}
.legal-gate-actions .legal-action--continue:not(:disabled):hover{
  transform:translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 16px 34px rgba(115,82,255,.30);
}
.legal-gate-actions .legal-action--continue:disabled{
  color:rgba(255,255,255,.45) !important;
  background:linear-gradient(135deg,rgba(117,85,255,.45),rgba(209,71,200,.40)) !important;
  border-color:rgba(255,255,255,.07) !important;
  opacity:.72 !important;
  box-shadow:none;
  cursor:not-allowed;
  transform:none;
}

/* Explicit under-18 action: never inherit white .btn-secondary */
.legal-gate-actions .legal-action--minor{
  color:#ffc9d1 !important;
  background:rgba(137,25,48,.10) !important;
  border:1px solid rgba(255,95,126,.26) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.legal-gate-actions .legal-action--minor:hover{
  color:#ffffff !important;
  background:rgba(165,34,61,.18) !important;
  border-color:rgba(255,105,135,.42) !important;
  transform:translateY(-1px);
}

/* Cancel: neutral ghost action with guaranteed visible label */
.legal-gate-actions .legal-action--cancel{
  color:#cbd4e3 !important;
  background:rgba(255,255,255,.025) !important;
  border:1px solid rgba(255,255,255,.095) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.legal-gate-actions .legal-action--cancel:hover{
  color:#ffffff !important;
  background:rgba(255,255,255,.055) !important;
  border-color:rgba(255,255,255,.16) !important;
  transform:translateY(-1px);
}

.legal-gate-actions .legal-action:focus-visible{
  outline:2px solid #9b77ff;
  outline-offset:3px;
}

/* Kill legacy styles from earlier versions in this component */
.legal-gate-actions #legalUnder18.btn,
.legal-gate-actions #legalUnder18.btn-secondary,
.legal-gate-actions #legalCancel.legal-close{
  color:inherit;
  background:inherit;
}

@media(max-width:820px){
  .legal-gate-actions{
    grid-template-columns:1fr 1fr;
  }
  .legal-gate-actions .legal-action--cancel{
    grid-column:1 / -1;
  }
}

@media(max-width:560px){
  .legal-gate-actions{
    grid-template-columns:1fr;
    gap:10px;
  }
  .legal-gate-actions .legal-action--cancel{
    grid-column:auto;
  }
  .legal-gate-actions .legal-action{
    min-height:52px;
    white-space:normal;
  }
}

/* V7.8 — Ruleta Gey */
.wheel-card{
  margin-top:28px;
  padding:clamp(20px,3vw,32px);
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(135deg,rgba(12,16,25,.92),rgba(7,10,18,.98));
  box-shadow:0 24px 64px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.04);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);
  gap:28px;
  position:relative;
  overflow:hidden;
}
.wheel-card::before{
  content:"";
  position:absolute;
  inset:-20% auto auto -10%;
  width:340px;
  height:340px;
  background:radial-gradient(circle,rgba(139,92,246,.20),rgba(139,92,246,0) 70%);
  pointer-events:none;
}
.wheel-card::after{
  content:"";
  position:absolute;
  inset:auto -12% -18% auto;
  width:360px;
  height:360px;
  background:radial-gradient(circle,rgba(34,211,238,.16),rgba(34,211,238,0) 70%);
  pointer-events:none;
}
.wheel-copy,.wheel-stage,.wheel-reward,.wheel-legend,.wheel-collection{position:relative;z-index:1}
.wheel-copy h3{
  margin:12px 0 10px;
  font-size:clamp(1.8rem,4vw,2.6rem);
  line-height:1;
  letter-spacing:-.04em;
  color:#fff;
}
.wheel-lead{
  margin:0;
  color:#a8b3c8;
  line-height:1.7;
  max-width:62ch;
}
.wheel-stats{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:18px 0;
}
.wheel-stat{
  min-width:152px;
  padding:14px 16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  display:grid;
  gap:4px;
}
.wheel-stat strong{
  font-size:1.35rem;
  color:#fff;
}
.wheel-stat span{
  color:#97a3bb;
  font-size:.94rem;
}
.wheel-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:10px 0 8px;
}
.wheel-actions .btn[hidden]{display:none !important}
.wheel-status{
  margin:0;
  color:#c1cae0;
  line-height:1.6;
}
.wheel-status strong{color:#fff}
.wheel-stage{
  display:grid;
  align-content:start;
  justify-items:center;
  gap:14px;
}
.wheel-shell{
  width:min(100%,360px);
  aspect-ratio:1/1;
  border-radius:50%;
  padding:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.03));
  box-shadow:0 24px 54px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.05);
  position:relative;
}
.wheel-shell::before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
}
.wheel-disc{
  width:100%;
  height:100%;
  border-radius:50%;
  background:var(--wheel-bg);
  position:relative;
  transition:transform 5.1s cubic-bezier(.15,.95,.18,1);
  box-shadow:inset 0 0 0 12px rgba(9,12,18,.92), inset 0 0 0 26px rgba(255,255,255,.06), 0 18px 40px rgba(0,0,0,.34);
}
.wheel-disc::before{
  content:"";
  position:absolute;
  inset:24px;
  border-radius:50%;
  border:1px dashed rgba(255,255,255,.22);
}
.wheel-disc::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:50%;
  background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.33),rgba(255,255,255,0) 38%), radial-gradient(circle at 70% 75%,rgba(255,255,255,.08),rgba(255,255,255,0) 48%);
  mix-blend-mode:screen;
  pointer-events:none;
}
.wheel-center{
  position:absolute;
  inset:50%;
  width:108px;
  height:108px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:linear-gradient(160deg,#0d1119,#121a2b);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 28px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
  display:grid;
  place-items:center;
  text-align:center;
}
.wheel-center span{
  display:block;
  font-size:2.2rem;
  font-weight:900;
  color:#fff;
  line-height:1;
}
.wheel-center small{
  display:block;
  margin-top:2px;
  font-size:.72rem;
  letter-spacing:.14em;
  color:#c7d0e2;
}
.wheel-pointer{
  width:0;
  height:0;
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-top:30px solid #fff;
  filter:drop-shadow(0 10px 14px rgba(0,0,0,.34));
  margin-bottom:-6px;
  position:relative;
}
.wheel-pointer::after{
  content:"";
  position:absolute;
  left:-8px;
  top:-30px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 18px rgba(255,255,255,.4);
}
.wheel-hint{
  color:#97a3bb;
  text-align:center;
  max-width:28ch;
  line-height:1.45;
}
.wheel-reward{
  grid-column:1 / -1;
}
.wheel-reward-card{
  margin-top:4px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  padding:22px;
  display:grid;
  gap:14px;
}
.wheel-reward-top{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
}
.wheel-reward-emoji{
  width:66px;
  height:66px;
  border-radius:20px;
  display:grid;
  place-items:center;
  font-size:2rem;
  background:rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.wheel-reward-kicker{
  display:block;
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#cbd3e5;
  margin-bottom:4px;
}
.wheel-reward-card h4{
  margin:0;
  font-size:clamp(1.5rem,3vw,2rem);
  line-height:1;
  color:#fff;
}
.wheel-reward-card p{
  margin:0;
  color:#b7c1d4;
  line-height:1.7;
}
.wheel-reward-rarity{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-weight:800;
  letter-spacing:.02em;
}
.wheel-reward-cta{
  color:#d3dbeb;
  font-weight:600;
}
.rarity-comun .wheel-reward-rarity,.wheel-collect-rarity.rarity-comun{background:rgba(96,165,250,.18);color:#dceaff}
.rarity-raro .wheel-reward-rarity,.wheel-collect-rarity.rarity-raro{background:rgba(139,92,246,.18);color:#eddcff}
.rarity-epico .wheel-reward-rarity,.wheel-collect-rarity.rarity-epico{background:rgba(236,72,153,.18);color:#ffd8ee}
.rarity-legendario .wheel-reward-rarity,.wheel-collect-rarity.rarity-legendario{background:rgba(251,191,36,.18);color:#fff2be}
.wheel-legend{
  grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.wheel-legend-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  color:#c6d0e2;
  font-size:.88rem;
}
.wheel-legend-item i{
  width:14px;
  height:14px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--c1),var(--c2));
  display:block;
  box-shadow:0 0 12px color-mix(in srgb, var(--c1) 70%, transparent);
}
.wheel-collection{
  grid-column:1 / -1;
  margin-top:2px;
  padding-top:4px;
}
.wheel-collection-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.wheel-collection-head strong{color:#fff;font-size:1.02rem}
.wheel-collection-head span{color:#9eabc2;font-size:.93rem}
.wheel-collection-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(142px,1fr));
  gap:12px;
}
.wheel-collect-item{
  min-height:122px;
  border-radius:18px;
  padding:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  display:grid;
  align-content:start;
  gap:8px;
}
.wheel-collect-item.is-unlocked{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.wheel-collect-item.is-locked{opacity:.78}
.wheel-collect-emoji{
  font-size:1.6rem;
  line-height:1;
}
.wheel-collect-name{
  color:#fff;
  font-weight:700;
  line-height:1.25;
}
.wheel-collect-rarity{
  justify-self:start;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#d5dbe8;
  font-size:.78rem;
  font-weight:700;
}
#wheelSpinBtn.is-done{
  opacity:.75;
  cursor:not-allowed;
}
@media (max-width: 920px){
  .wheel-card{grid-template-columns:1fr}
  .wheel-stage{order:-1}
  .wheel-shell{width:min(100%,320px)}
}
@media (max-width: 640px){
  .wheel-card{padding:18px;border-radius:24px;gap:22px}
  .wheel-stats{display:grid;grid-template-columns:1fr 1fr}
  .wheel-actions{display:grid;grid-template-columns:1fr}
  .wheel-actions .btn{width:100%}
  .wheel-reward-top{grid-template-columns:auto 1fr}
  .wheel-reward-rarity{grid-column:1 / -1;justify-self:start}
  .wheel-collection-head{align-items:flex-start;flex-direction:column}
  .wheel-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* V7.9 — Unified final output */
.final-share-cta{margin-top:24px}
.result-actions .btn.is-waiting:disabled{
  opacity:.48;
  cursor:not-allowed;
  filter:saturate(.7);
  box-shadow:none;
}
.wheel-reward-card strong{color:#fff}
@media(max-width:640px){
  .final-share-cta{margin-top:18px}
}
@media(max-width:560px){
  .share-box #shareCanvas{
    width:min(100%,320px);
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }
}

/* =========================================================
   V7.10 — Optional bonus pools: Zona de confianza + Modo impredecible
   ========================================================= */
.bonus-journey{margin-top:26px;padding:clamp(20px,3vw,30px);border-radius:28px;border:1px solid rgba(255,255,255,.09);background:radial-gradient(circle at 10% 0%,rgba(139,92,246,.12),transparent 30%),linear-gradient(180deg,rgba(15,18,27,.95),rgba(8,11,17,.98));box-shadow:0 22px 55px rgba(0,0,0,.24)}
.bonus-journey-head h3{margin:13px 0 9px;color:#fff;font-size:clamp(1.65rem,3.6vw,2.35rem);letter-spacing:-.045em}.bonus-journey-head p{margin:0;color:#b5bfd1;line-height:1.68;max-width:72ch}
.bonus-path-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.bonus-path-card{position:relative;overflow:hidden;border-radius:22px;padding:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);display:grid;align-content:start;gap:9px}.bonus-path-card.is-featured{background:linear-gradient(145deg,rgba(103,75,255,.14),rgba(255,255,255,.035));border-color:rgba(146,117,255,.22)}
.bonus-path-icon{font-size:2rem}.bonus-path-card small{color:#aa9dff;letter-spacing:.11em;font-size:.72rem;font-weight:900}.bonus-path-card h4{margin:0;color:#fff;font-size:1.35rem}.bonus-path-card p{margin:0 0 10px;color:#aeb8cb;line-height:1.6}.bonus-path-card .btn{align-self:end}.bonus-skip{margin-top:16px;display:flex;justify-content:flex-end}
.bonus-question-card{margin-top:20px;padding:clamp(18px,3vw,26px);border-radius:24px;border:1px solid rgba(255,255,255,.09);background:#0c1018}.bonus-question-top{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#aeb8cc;font-weight:800}.bonus-question-top strong{color:#fff}.bonus-mini-progress{height:5px;margin:12px 0 20px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.06)}.bonus-mini-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4285f4,#8b5cf6,#d946ef,#f28b44,#34a853)}
.bonus-question-card h4{margin:0;color:#fff;font-size:clamp(1.35rem,3vw,1.9rem);line-height:1.16;letter-spacing:-.03em}.bonus-question-card>p{margin:9px 0 17px;color:#aab5c8;line-height:1.55}.bonus-options{display:grid;gap:10px}.bonus-option{appearance:none;width:100%;display:flex;align-items:center;gap:12px;text-align:left;padding:14px 15px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#edf2ff;font:inherit;font-weight:720;cursor:pointer;transition:.15s ease}.bonus-option:hover{transform:translateY(-1px);background:rgba(113,84,255,.10);border-color:rgba(149,122,255,.25)}.bonus-option span{flex:0 0 auto;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:#d7d0ff;background:rgba(118,91,255,.12);border:1px solid rgba(151,127,255,.17);font-size:.82rem}
.bonus-result-card{margin-top:20px;padding:18px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;border-radius:22px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}.bonus-result-emoji{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;font-size:1.8rem;background:rgba(255,255,255,.07)}.bonus-result-card small{color:#aa9dff;font-weight:900;letter-spacing:.08em}.bonus-result-card h4{margin:4px 0 5px;color:#fff;font-size:1.4rem}.bonus-result-card p{margin:0;color:#abb6c9;line-height:1.55}.bonus-result-card>strong{font-size:1.35rem;color:#c7b8ff}.bonus-next-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.future-pools{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}.future-pools-head{display:grid;gap:4px;margin-bottom:12px}.future-pools-head strong{color:#fff}.future-pools-head span{color:#98a4b8;font-size:.92rem}.future-pool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.future-pool-grid>div{padding:14px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);display:grid;gap:5px}.future-pool-grid b{color:#fff}.future-pool-grid span{color:#9faabd;line-height:1.45;font-size:.9rem}
#bonusJourney.is-complete{opacity:.82}#wheelGate[hidden]{display:none!important}
@media(max-width:720px){.bonus-path-cards,.future-pool-grid{grid-template-columns:1fr}.bonus-skip,.bonus-next-actions{display:grid}.bonus-skip .btn,.bonus-next-actions .btn{width:100%}.bonus-result-card{grid-template-columns:auto 1fr}.bonus-result-card>strong{grid-column:1/-1;justify-self:start}}


/* =========================================================
   V7.10.1 — Compact single-check legal gate
   ========================================================= */
.legal-gate-card{
  width:min(100%,690px);
  max-height:min(90vh,760px);
  padding:clamp(20px,3vw,28px);
}
.legal-gate-top{
  gap:13px;
}
.legal-gate-card h2{
  font-size:clamp(1.48rem,3.4vw,2.05rem);
}
.legal-gate-lead--compact{
  margin:15px 0 14px;
  font-size:.95rem;
  line-height:1.55;
}
.legal-essentials{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:0 0 14px;
}
.legal-essentials span{
  min-width:0;
  padding:10px 11px;
  border-radius:13px;
  color:#aab5c8;
  background:rgba(255,255,255,.026);
  border:1px solid rgba(255,255,255,.065);
  font-size:.78rem;
  line-height:1.4;
}
.legal-essentials b{
  color:#edf2ff;
  font-weight:850;
}
.legal-check--all{
  margin:0;
  padding:14px 15px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(119,87,255,.09),rgba(255,255,255,.025));
  border-color:rgba(148,119,255,.18);
}
.legal-check--all input{
  width:21px;
  height:21px;
  margin-top:2px;
}
.legal-check--all span{
  font-size:.92rem;
  line-height:1.48;
}
.legal-gate-small--compact{
  margin:10px 0 0;
  font-size:.77rem;
  line-height:1.42;
}
.legal-gate-actions{
  margin-top:15px;
}
@media(max-width:720px){
  .legal-essentials{
    grid-template-columns:1fr;
    gap:6px;
  }
  .legal-essentials span{
    padding:8px 10px;
  }
}
@media(max-width:560px){
  .legal-gate-card{
    max-height:94vh;
    padding:17px 15px;
  }
  .legal-gate-icon{
    width:46px;
    height:46px;
  }
  .legal-gate-lead--compact{
    margin:12px 0;
    font-size:.9rem;
  }
  .legal-check--all{
    padding:12px;
  }
  .legal-check--all span{
    font-size:.88rem;
  }
  .legal-gate-actions{
    margin-top:12px;
  }
}


/* =========================================================
   V7.10.2 — CENTERED DECISION UX
   Full-project test-entry + questionnaire alignment audit
   ========================================================= */

/* ---------- Test landing pages: center the decision zone ---------- */
body.inner-page[data-base] .inner-hero{
  width:min(980px,calc(100% - 32px));
  margin-inline:auto;
  text-align:center;
  padding-top:clamp(50px,7vw,82px);
  padding-bottom:42px;
}
body.inner-page[data-base] .inner-hero::before{
  left:50%;
  transform:translateX(-50%);
  width:82px;
}
body.inner-page[data-base] .inner-hero .eyebrow{
  display:inline-flex;
  justify-content:center;
}
body.inner-page[data-base] .inner-hero h1{
  max-width:920px;
  margin:18px auto 16px;
  text-align:center;
}
body.inner-page[data-base] .inner-hero p{
  max-width:760px;
  margin-inline:auto;
  text-align:center;
  color:#bac4d6;
  font-size:clamp(1.04rem,1.35vw,1.16rem);
}
body.inner-page[data-base] .hero-actions{
  justify-content:center;
  align-items:center;
  margin-top:30px;
}
body.inner-page[data-base] .hero-actions .btn{
  min-width:230px;
  justify-content:center;
  text-align:center;
}
body.inner-page[data-base] .hero-actions .btn-primary{
  min-width:265px;
  min-height:62px;
  font-size:1.04rem;
}
body.inner-page[data-base] .trust-row{
  justify-content:center;
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

/* ---------- While answering: remove lateral distractions ---------- */
body.test-active .home-nav-desktop,
body.test-active .home-nav-mobile,
body.test-active .header-pill{
  display:none !important;
}
body.test-active .site-header{
  justify-content:center !important;
  min-height:58px;
}
body.test-active .brand{
  margin-inline:auto;
}

/* ---------- One centered visual axis ---------- */
body.test-active .test-shell{
  padding-top:18px;
}
body.test-active .test-wrap{
  width:min(920px,calc(100% - 32px));
  margin-inline:auto;
}
body.test-active .progress-row{
  width:min(760px,100%);
  margin:8px auto 10px;
  justify-content:center;
  text-align:center;
  gap:14px;
}
body.test-active .progress-row .progress-meta:first-child{
  color:#e8ecf7;
  font-weight:900;
}
body.test-active .progress-row .progress-meta:last-child{
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  font-size:.78rem;
}
body.test-active .progress-track{
  width:min(760px,100%);
  height:7px;
  margin-inline:auto;
}

body.test-active .question-card{
  width:min(840px,100%);
  min-height:min(560px,calc(100vh - 190px));
  margin:24px auto 0 !important;
  padding:clamp(30px,5vw,54px) clamp(22px,5vw,56px) !important;
  justify-content:center;
  text-align:center;
}
body.test-active .question-kicker{
  align-self:center;
  text-align:center;
  margin-inline:auto;
}
body.test-active .question-title{
  max-width:760px;
  margin:14px auto 12px;
  text-align:center;
  font-size:clamp(2rem,4.5vw,3.15rem);
  line-height:1.06;
  letter-spacing:-.05em;
}
body.test-active .question-helper{
  max-width:670px;
  margin:0 auto 28px;
  text-align:center;
  color:#bdc7d9;
  font-size:clamp(.98rem,1.25vw,1.08rem);
  line-height:1.58;
}

/* ---------- Answer buttons: genuinely centered, not just their wrapper ---------- */
body.test-active .options{
  width:min(660px,100%);
  margin-inline:auto;
  gap:12px;
}
body.test-active .option{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:62px;
  padding:15px 58px !important;
  text-align:center !important;
  line-height:1.34;
  border-radius:18px;
  font-size:clamp(.98rem,1.25vw,1.07rem);
  font-weight:800;
  white-space:normal;
}
body.test-active .option .key{
  position:absolute !important;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  margin:0 !important;
  border-radius:10px;
  font-size:.78rem;
}
body.test-active .option:hover,
body.test-active .option:focus-visible{
  transform:translateY(-1px);
}
body.test-active .option.selected{
  transform:none !important;
}

body.test-active .test-nav{
  width:min(660px,100%);
  margin:16px auto 0;
  justify-content:center;
}
body.test-active .back-btn{
  min-width:120px;
  text-align:center;
  padding:11px 18px;
}
body.test-active .privacy-note{
  width:min(660px,100%);
  margin:12px auto 0;
  text-align:center;
}

/* Results keep the wider result composition; only question UI is constrained. */
body.test-active #resultView{
  width:min(920px,100%);
  margin-inline:auto;
}

/* ---------- Mobile ---------- */
@media(max-width:700px){
  body.inner-page[data-base] .inner-hero{
    width:min(100% - 28px,760px);
    padding-top:42px;
    padding-bottom:31px;
  }
  body.inner-page[data-base] .inner-hero::before{
    top:24px;
    width:58px;
  }
  body.inner-page[data-base] .inner-hero h1{
    font-size:clamp(2.25rem,12vw,3.75rem);
  }
  body.inner-page[data-base] .hero-actions{
    width:min(520px,100%);
    margin-left:auto;
    margin-right:auto;
    display:grid;
  }
  body.inner-page[data-base] .hero-actions .btn{
    width:100%;
    min-width:0;
  }
  body.inner-page[data-base] .trust-row{
    justify-content:center;
  }

  body.test-active .test-wrap{
    width:min(100% - 22px,920px);
  }
  body.test-active .progress-row{
    margin-top:4px;
  }
  body.test-active .progress-row .progress-meta:last-child{
    display:none;
  }
  body.test-active .question-card{
    min-height:calc(100svh - 158px);
    margin-top:17px !important;
    padding:28px 16px 24px !important;
    border-radius:24px;
  }
  body.test-active .question-card::after{
    border-radius:22px;
  }
  body.test-active .question-title{
    font-size:clamp(1.75rem,8.2vw,2.55rem);
    max-width:94%;
  }
  body.test-active .question-helper{
    max-width:92%;
    margin-bottom:22px;
    font-size:.96rem;
  }
  body.test-active .options{
    width:100%;
  }
  body.test-active .option{
    min-height:60px;
    padding:14px 48px !important;
    border-radius:17px;
    font-size:.98rem;
  }
  body.test-active .option .key{
    left:12px;
    width:28px;
    height:28px;
  }
  body.test-active .test-nav,
  body.test-active .privacy-note{
    width:100%;
  }
}

@media(max-width:390px){
  body.test-active .option{
    padding-left:44px !important;
    padding-right:44px !important;
    font-size:.94rem;
  }
  body.test-active .question-title{
    font-size:1.72rem;
  }
}

/* =========================================================
   V7.10.3 — GLOBAL BUTTON AUDIT
   Clean surface / no floating gloss capsule
   ========================================================= */

/* Remove the old floating internal highlights. */
.candy-btn::before,
body.inner-page .hero-actions .btn::before,
body.inner-page[data-base] .hero-actions .btn::before{
  content:none !important;
  display:none !important;
  background:none !important;
  box-shadow:none !important;
}

/* Shared physical language for primary/secondary actions. */
.btn,
.candy-btn,
.legal-gate-actions .legal-action{
  -webkit-tap-highlight-color:transparent;
  background-clip:padding-box;
  box-shadow:0 10px 24px rgba(0,0,0,.22) !important;
  transition:
    transform .16s ease,
    box-shadow .16s ease,
    border-color .16s ease,
    filter .16s ease,
    background .16s ease !important;
}

.btn-primary,
body.inner-page .hero-actions .btn-primary,
body.inner-page[data-base] .hero-actions .btn-primary,
.candy-purple,
.legal-gate-actions .legal-action--continue:not(:disabled){
  color:#fff !important;
  background:linear-gradient(135deg,#6548f6 0%,#8f55ef 52%,#c946be 100%) !important;
  border:1px solid rgba(194,168,255,.34) !important;
  box-shadow:
    0 10px 24px rgba(61,38,132,.28),
    0 2px 7px rgba(0,0,0,.20) !important;
}

.btn-secondary,
body.inner-page .hero-actions .btn-secondary,
body.inner-page[data-base] .hero-actions .btn-secondary,
.candy-dark{
  color:#edf2ff !important;
  background:linear-gradient(135deg,#181d28 0%,#252c3a 100%) !important;
  border:1px solid rgba(174,188,216,.18) !important;
  box-shadow:
    0 9px 22px rgba(0,0,0,.25),
    0 2px 6px rgba(0,0,0,.16) !important;
}

/* Other candy palettes keep their personality, but no glass reflection. */
.candy-blue{
  background:linear-gradient(135deg,#266fe8,#398fe9 55%,#5967df) !important;
  border-color:rgba(131,180,255,.30) !important;
}
.candy-pink{
  background:linear-gradient(135deg,#c93679,#eb5682 58%,#e5664d) !important;
  border-color:rgba(255,158,193,.28) !important;
}
.candy-green{
  background:linear-gradient(135deg,#177b61,#279d73 55%,#3da85e) !important;
  border-color:rgba(119,226,176,.25) !important;
}

/* Hover = elevation and crisp edge, not an internal light blob. */
.btn:not(:disabled):hover,
.candy-btn:hover,
.legal-gate-actions .legal-action:not(:disabled):hover{
  transform:translateY(-2px) !important;
  filter:brightness(1.055) saturate(1.025);
  box-shadow:
    0 15px 31px rgba(0,0,0,.30),
    0 3px 8px rgba(0,0,0,.18) !important;
}
.btn:not(:disabled):active,
.candy-btn:active,
.legal-gate-actions .legal-action:not(:disabled):active{
  transform:translateY(0) scale(.995) !important;
  filter:brightness(.98);
  box-shadow:0 6px 16px rgba(0,0,0,.25) !important;
}

/* Inner-page hero CTAs: explicitly remove old inset depth. */
body.inner-page .hero-actions .btn,
body.inner-page[data-base] .hero-actions .btn{
  box-shadow:0 10px 24px rgba(0,0,0,.24) !important;
}
body.inner-page .hero-actions .btn-primary,
body.inner-page[data-base] .hero-actions .btn-primary{
  box-shadow:
    0 11px 25px rgba(74,48,153,.28),
    0 2px 7px rgba(0,0,0,.18) !important;
}
body.inner-page .hero-actions .btn-secondary,
body.inner-page[data-base] .hero-actions .btn-secondary{
  box-shadow:
    0 9px 22px rgba(0,0,0,.25),
    0 2px 6px rgba(0,0,0,.16) !important;
}

/* Legal gate: same finish, while preserving semantic colors. */
.legal-gate-actions .legal-action--continue:not(:disabled){
  box-shadow:0 11px 25px rgba(74,48,153,.28) !important;
}
.legal-gate-actions .legal-action--continue:disabled{
  box-shadow:none !important;
}
.legal-gate-actions .legal-action--minor{
  box-shadow:none !important;
  background:rgba(137,25,48,.12) !important;
}
.legal-gate-actions .legal-action--cancel{
  box-shadow:none !important;
  background:rgba(255,255,255,.025) !important;
}

/* Answer cards: remove halo/ring on hover; use border + tiny lift instead. */
body.test-active .option:hover,
body.test-active .option:focus-visible,
.option:hover,
.option:focus-visible{
  outline:none !important;
  border-color:rgba(154,132,255,.52) !important;
  box-shadow:0 8px 20px rgba(0,0,0,.18) !important;
  transform:translateY(-1px);
}
body.test-active .option.selected,
.option.selected{
  border-color:rgba(142,112,255,.78) !important;
  box-shadow:0 7px 18px rgba(50,35,100,.20) !important;
}

/* Bonus questions use the same clean interaction. */
.bonus-option:hover,
.bonus-option:focus-visible{
  outline:none;
  transform:translateY(-1px);
  border-color:rgba(149,122,255,.34);
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}

/* Format tabs stay intentionally flat. */
.share-format{
  box-shadow:none !important;
}
.share-format:hover,
.share-format:focus-visible{
  outline:none;
  border-color:rgba(142,117,255,.42);
  background:rgba(112,82,255,.09);
}

/* Text-only navigation must remain text-only. */
.back-btn,
.back-btn:hover,
.back-btn:focus-visible{
  box-shadow:none !important;
  filter:none !important;
}

@media (prefers-reduced-motion:reduce){
  .btn,.candy-btn,.legal-action,.option,.bonus-option{
    transition:none !important;
  }
}


/* =========================================================
   V7.10.4 — IN-TEST STICKY NAVIGATION
   Keep an escape route visible without restoring the full menu.
   ========================================================= */
.test-active-header-nav{
  display:none;
}
body.test-active .home-nav-desktop,
body.test-active .home-nav-mobile,
body.test-active .header-pill{
  display:none !important;
}
body.test-active .site-header{
  justify-content:space-between !important;
  gap:16px;
  min-height:60px;
}
body.test-active .brand{
  margin-inline:0 !important;
  flex:0 0 auto;
}
body.test-active .test-active-header-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
  margin-left:auto;
}
.test-header-back,
.test-header-home{
  min-height:38px;
  padding:8px 14px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  color:#e9eefb;
  font:inherit;
  font-size:.88rem;
  font-weight:820;
  line-height:1;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease;
  box-shadow:0 7px 18px rgba(0,0,0,.13);
}
.test-header-back:hover,
.test-header-home:hover,
.test-header-back:focus-visible,
.test-header-home:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(154,132,255,.30);
  background:rgba(120,94,255,.10);
  color:#fff;
  outline:none;
}
.test-header-back:active,
.test-header-home:active{
  transform:translateY(0);
}
.test-header-back{
  background:rgba(118,91,255,.09);
  border-color:rgba(151,127,255,.18);
}
body.test-active .home-header-shell,
body.inner-page.test-active .home-header-shell{
  position:sticky;
  top:0;
  z-index:1200;
}
@media(max-width:620px){
  body.test-active .site-header{
    min-height:56px;
    gap:9px;
  }
  body.test-active .brand span:last-child{
    display:none;
  }
  body.test-active .brand-mark{
    width:38px;
    height:38px;
  }
  body.test-active .test-active-header-nav{
    gap:7px;
  }
  .test-header-back,
  .test-header-home{
    min-height:36px;
    padding:8px 11px;
    border-radius:12px;
    font-size:.82rem;
  }
}
@media(max-width:360px){
  .test-header-home{display:none}
}

/* V7.10.5 — Clean result canvas: no dark beveled panel behind the copy. */
body.test-active .result-card.viral-result,
body.test-active.celebration-mode .result-card.viral-result{
  overflow:visible;
  isolation:auto;
  border-radius:0;
  background:transparent !important;
  box-shadow:none !important;
}
body.test-active .result-card.viral-result::after{
  content:none !important;
  display:none !important;
}
body.test-active .result-card.viral-result::before{
  content:none !important;
  display:none !important;
}

/* V7.10.6 — Reliable WhatsApp share action. */
body.test-active .share-actions .btn-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#effff6 !important;
  border-color:rgba(37,211,102,.34) !important;
  background:linear-gradient(135deg,rgba(16,112,61,.96),rgba(24,154,82,.94)) !important;
  box-shadow:0 12px 28px rgba(13,112,58,.18),inset 0 1px 0 rgba(255,255,255,.12) !important;
}
body.test-active .share-actions .btn-whatsapp:hover,
body.test-active .share-actions .btn-whatsapp:focus-visible{
  color:#fff !important;
  border-color:rgba(90,241,145,.55) !important;
  background:linear-gradient(135deg,#128c4c,#1cac5e) !important;
}
.whatsapp-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-flex;
}
.whatsapp-icon svg{
  display:block;
  width:100%;
  height:100%;
  overflow:visible;
  fill:currentColor;
}
.whatsapp-icon .whatsapp-handset{
  fill:#116638;
}

/* V7.10.7 — Explicit social distribution channels. */
.social-share-grid{
  align-items:stretch;
}
.social-share-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-flex;
}
.social-share-icon svg{
  display:block;
  width:100%;
  height:100%;
  fill:currentColor;
}
body.test-active .share-actions .btn-facebook,
body.test-active .share-actions .btn-x{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
}
body.test-active .share-actions .btn-facebook{
  color:#fff !important;
  border-color:rgba(121,170,255,.38) !important;
  background:linear-gradient(135deg,#145fc1,#1877f2) !important;
  box-shadow:0 12px 28px rgba(24,119,242,.16),inset 0 1px 0 rgba(255,255,255,.14) !important;
}
body.test-active .share-actions .btn-facebook:hover,
body.test-active .share-actions .btn-facebook:focus-visible{
  background:linear-gradient(135deg,#1877f2,#3490ff) !important;
  border-color:rgba(151,193,255,.62) !important;
}
body.test-active .share-actions .btn-x{
  color:#fff !important;
  border-color:rgba(255,255,255,.22) !important;
  background:linear-gradient(135deg,#050505,#202020) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.12) !important;
}
body.test-active .share-actions .btn-x:hover,
body.test-active .share-actions .btn-x:focus-visible{
  background:linear-gradient(135deg,#171717,#333) !important;
  border-color:rgba(255,255,255,.42) !important;
}
.test-share-hub{
  max-width:900px;
}
@media(min-width:760px){
  .test-share-hub .social-share-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

/* V7.10.8 — Open sharing and explicit continue/finish paths. */
.result-decision-hub{
  margin-top:24px;
  display:grid;
  gap:14px;
}
body.test-active.result-active .test-wrap{
  width:min(1180px,calc(100% - 48px));
}
body.test-active.result-active #resultView{
  width:min(1180px,100%);
}
body.test-active.result-active .result-card{
  padding-inline:clamp(26px,3.2vw,50px);
}
.result-open-share{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:18px;
  align-items:center;
  padding:clamp(20px,2.5vw,28px);
  border-radius:20px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(120deg,rgba(15,20,33,.92),rgba(17,24,40,.82));
}
.result-open-share-copy h3{
  margin:4px 0 5px;
  color:#fff;
  font-size:clamp(1.2rem,2vw,1.5rem);
  letter-spacing:-.025em;
}
.result-open-share-copy p{
  margin:0;
  color:#aeb8cb;
  line-height:1.5;
  max-width:62ch;
}
.result-open-share-story{
  display:flex;
  align-items:center;
  gap:16px;
  padding:14px;
  border:1px solid rgba(162,132,255,.22);
  border-radius:18px;
  background:linear-gradient(120deg,rgba(111,82,255,.15),rgba(211,70,202,.08));
}
.result-open-share-story-actions{
  display:flex;
  align-items:stretch;
  flex:0 0 auto;
  gap:10px;
}
.result-open-share-story .result-story-quick-btn{
  min-width:238px;
  min-height:58px;
  margin:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 22px;
}
.result-open-share-story .result-story-save-btn{
  min-height:58px;
  margin:0;
  padding:14px 18px;
}
.result-open-share-story > span{
  color:#c3cbe0;
  line-height:1.45;
}
.story-share-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-flex;
}
.story-share-icon svg{
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.result-open-share-kicker,
.result-decision-kicker{
  display:block;
  color:#aa9dff;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.11em;
}
.result-open-share-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:0;
}
.result-open-share-actions .btn{
  min-width:0;
  min-height:56px;
  padding:14px 18px;
  line-height:1.2;
}
.result-open-share-status{
  grid-column:1/-1;
  min-height:0;
  margin:0;
}
.result-open-share-status:empty{display:none}
.result-decision-paths{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(250px,.7fr);
  gap:14px;
}
.result-decision-path{
  min-width:0;
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
}
.result-decision-path.is-primary{
  border-color:rgba(145,119,255,.22);
  background:linear-gradient(145deg,rgba(103,75,255,.13),rgba(255,255,255,.035));
}
.result-decision-path h3{
  margin:7px 0 7px;
  color:#fff;
  font-size:clamp(1.28rem,2.5vw,1.72rem);
  letter-spacing:-.03em;
}
.result-decision-path p{
  margin:0 0 16px;
  color:#aeb8cb;
  line-height:1.55;
}
.result-decision-path .btn{
  min-height:56px;
  padding:14px 20px;
}
.result-decision-hub.has-selected-path .result-decision-paths,
.result-decision-hub.is-resolved .result-decision-paths{display:none}
.bonus-journey[hidden],
.final-result-actions[hidden]{display:none!important}
.bonus-skip .btn[hidden]{display:none!important}

@media(max-width:900px){
  .result-open-share-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .result-open-share-story{align-items:flex-start;flex-direction:column}
}
@media(max-width:720px){
  .result-decision-paths{grid-template-columns:1fr}
}
@media(max-width:520px){
  body.test-active.result-active .test-wrap{
    width:min(100% - 22px,1180px);
  }
  body.test-active.result-active .result-card{
    padding-inline:18px;
  }
  .result-open-share{padding:16px;border-radius:18px}
  .result-open-share-story{
    align-items:stretch;
    flex-direction:column;
  }
  .result-open-share-story-actions{display:grid;grid-template-columns:1fr}
  .result-open-share-story .result-story-quick-btn{
    width:100%;
    min-width:0;
  }
  .result-open-share-story .result-story-save-btn{width:100%}
  .result-open-share-actions{grid-template-columns:1fr}
  .result-open-share-actions .btn,
  .result-decision-path .btn{width:100%}
}

/* V7.10.9 — Official GEYOMETRO logo and responsive brand system. */
.brand{
  min-width:0;
  line-height:0;
  text-decoration:none;
}
.brand-logo{
  display:block;
  width:auto;
  object-fit:contain;
  object-position:left center;
}
.brand-logo-full{
  height:40px;
  max-width:min(210px,42vw);
}
.brand-logo-icon{
  display:none;
  width:38px;
  height:38px;
}
.footer-brand{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:0 0 14px;
  line-height:0;
}
.footer-brand img{
  display:block;
  width:auto;
  height:32px;
  max-width:min(168px,60vw);
}
.home-meter-brand{
  display:block;
  width:auto;
  height:26px;
  max-width:145px;
}
body.test-active .brand-logo-full{
  height:36px;
  max-width:190px;
}
@media(max-width:920px){
  .brand-logo-full{
    height:35px;
    max-width:184px;
  }
}
@media(max-width:620px){
  .brand-logo-full{
    height:28px;
    max-width:147px;
  }
  body.test-active .brand-logo-full{
    display:none;
  }
  body.test-active .brand-logo-icon{
    display:block;
  }
  .footer-brand img{
    height:28px;
    max-width:147px;
  }
  .home-meter-brand{
    height:23px;
    max-width:122px;
  }
}
