/* =========================================================
   Colormuse · Estilos
   ========================================================= */
:root {
  --cream: #FBF6F2;
  --paper: #FFFFFF;
  --blush: #F6E3DE;
  --blush-2: #EFD0C9;
  --rose: #C9828A;
  --rose-deep: #A4566A;
  --plum: #3E2A35;
  --ink: #3E2A35;
  --muted: #86707B;
  --gold: #B8925A;
  --line: #EEDFD9;
  --ok: #3F8F6B;
  --err: #B3261E;
  --shadow: 0 1px 2px rgba(62,42,53,.05), 0 12px 32px -12px rgba(62,42,53,.18);
  --shadow-lg: 0 30px 80px -30px rgba(62,42,53,.35);
  --r: 22px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream);
  font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(1200px 600px at 110% -10%, #F7DCD5 0%, transparent 60%),
    radial-gradient(900px 500px at -10% 10%, #F3E7DA 0%, transparent 60%);
  background-attachment: fixed;
}
body.lock { overflow: hidden; }
img, canvas { max-width: 100%; display: block; }
a { color: var(--rose-deep); }
button { font: inherit; color: inherit; cursor: pointer; }
[hidden] { display: none !important; }
.wrap { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.sec { padding: 72px 20px; }
.tint { background: linear-gradient(180deg, rgba(246,227,222,.55), rgba(246,227,222,0)); }

/* Tipografía */
h1, .h2, .h3, .res-title { font-family: var(--serif); font-weight: 600; letter-spacing: -.01em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(42px, 6.4vw, 76px); }
h1 em, .h2 em { font-style: italic; color: var(--rose-deep); }
.h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 12px; }
.h3 { font-size: 24px; margin-bottom: 12px; }
h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; margin: 0 0 6px; }
.kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 600; color: var(--rose-deep); margin: 0 0 14px; }
.kicker.ok { color: var(--ok); }
.lead { font-size: 19px; color: #5E4753; max-width: 34em; }
.sub { color: var(--muted); margin: 0 0 18px; }
.micro { font-size: 13px; color: var(--muted); margin: 12px 0 0; }
.tip { background: var(--paper); border-left: 3px solid var(--rose); padding: 14px 18px; border-radius: 12px; margin-top: 18px; }

/* Botones */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 999px; padding: 14px 26px; min-height: 48px;
  background: var(--plum); color: #FFF7F3; font-weight: 600; font-size: 16px; text-decoration: none;
  box-shadow: 0 10px 24px -10px rgba(62,42,53,.55); transition: transform .15s ease, box-shadow .2s ease, background .2s;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 16px 30px -12px rgba(62,42,53,.6); }
.btn:active { transform: translateY(0); }
.btn:disabled { opacity: .6; cursor: progress; transform: none; }
.btn-lg { padding: 18px 34px; font-size: 17px; min-height: 58px; }
.btn-sm { padding: 8px 16px; min-height: 38px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-ghost { background: transparent; color: var(--plum); box-shadow: inset 0 0 0 1.5px var(--plum); }
.btn-ghost:hover { background: rgba(62,42,53,.05); box-shadow: inset 0 0 0 1.5px var(--plum); }
.shine { position: relative; overflow: hidden; background: linear-gradient(135deg, #4A2F3E, #7A3E57); }
.shine::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.28) 50%, transparent 70%); transform: translateX(-120%); animation: shine 3.2s ease-in-out infinite; }
@keyframes shine { 60%, 100% { transform: translateX(120%); } }
.link { background: none; border: 0; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; padding: 10px; }
.link.block { display: block; margin: 10px auto 0; }

/* Cabecera */
.top { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: rgba(251,246,242,.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(238,223,217,.7); }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--plum); font-family: var(--serif); font-size: 26px; font-weight: 600; }
.logo-dots { position: relative; width: 30px; height: 26px; }
.logo-dots i { position: absolute; width: 16px; height: 16px; border-radius: 50%; mix-blend-mode: multiply; }
.logo-dots i:nth-child(1) { background: #E8A6A1; left: 0; top: 0; }
.logo-dots i:nth-child(2) { background: #D9B45A; left: 11px; top: 0; }
.logo-dots i:nth-child(3) { background: #9A82B8; left: 5px; top: 9px; }
.top-r { display: flex; align-items: center; gap: 10px; }
.top .btn-sm { white-space: nowrap; }
.lang { display: inline-flex; background: var(--paper); border-radius: 999px; padding: 3px; box-shadow: inset 0 0 0 1px var(--line); }
.lang button { border: 0; background: none; padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--muted); min-height: 32px; }
.lang button.on { background: var(--plum); color: #fff; }
body:not([data-view="landing"]) .only-landing { display: none !important; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; padding-top: 56px; padding-bottom: 56px; }
.hero-txt .btn { margin-top: 26px; }
.hero-art { position: relative; min-height: 460px; display: grid; place-items: center; }
.fan { position: absolute; inset: 0; display: grid; place-items: center; }
.fan i { position: absolute; width: 70px; height: 250px; border-radius: 36px; transform-origin: 50% 110%; transform: rotate(var(--r)) translateY(-70px); opacity: 0; animation: fanIn .8s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--d); box-shadow: 0 8px 20px -10px rgba(0,0,0,.25); }
@keyframes fanIn { from { opacity: 0; transform: rotate(0) translateY(-40px); } to { opacity: .9; transform: rotate(var(--r)) translateY(-70px); } }
.drapes { position: relative; display: flex; gap: 24px; margin-top: 150px; }
.drape { margin: 0; text-align: center; }
.drape .d { width: 150px; height: 150px; border-radius: 50%; display: grid; place-items: center; transition: background 1.2s ease; box-shadow: var(--shadow-lg), inset 0 -18px 30px rgba(0,0,0,.12); }
.drape.good .d { background: #C2185B; }
.drape.bad .d { background: #C8913E; }
.face { position: relative; width: 70px; height: 88px; border-radius: 48% 48% 44% 44%; background: radial-gradient(circle at 40% 35%, #F7D9C6, #E8BFA5 70%); box-shadow: 0 6px 16px rgba(0,0,0,.15); transform: translateY(-10px); }
.face .hair { position: absolute; left: -8px; right: -8px; top: -12px; height: 52px; border-radius: 40px 40px 12px 12px; background: #5A3A2E; z-index: -1; }
.drape.good .face { filter: saturate(1.08) brightness(1.04); }
.drape.bad .face { filter: saturate(.72) brightness(.94) sepia(.12); }
.drape figcaption { margin-top: 12px; font-weight: 600; font-size: 14px; }
.drape.good figcaption { color: var(--ok); }
.drape.bad figcaption { color: var(--muted); }
.drape-note { position: relative; font-size: 12px; color: var(--muted); margin: 10px 0 0; }

/* Pasos, estaciones, beneficios */
.steps, .benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.benefits { grid-template-columns: repeat(4, 1fr); }
.step, .benefit { background: var(--paper); border-radius: var(--r); padding: 28px; box-shadow: var(--shadow); }
.step p, .benefit p { margin: 0; color: var(--muted); }
.num, .ico { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--blush); color: var(--rose-deep); font-weight: 600; margin-bottom: 14px; font-family: var(--serif); font-size: 20px; }
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 30px 0 34px; }
.season-card { background: var(--paper); border-radius: var(--r); padding: 16px 16px 20px; box-shadow: var(--shadow); }
.sc-stripes { display: flex; height: 120px; border-radius: 14px; overflow: hidden; margin-bottom: 16px; }
.sc-stripes i { flex: 1; }
.season-card h3 { font-size: 28px; }
.season-card p { margin: 0; color: var(--muted); font-size: 14px; }
.faq { margin: 26px 0 34px; }
.faq details { background: var(--paper); border-radius: 16px; margin-bottom: 10px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; padding: 18px 22px; font-weight: 600; list-style: none; position: relative; padding-right: 48px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 22px; color: var(--rose-deep); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

/* Test */
.quiz { min-height: calc(100vh - 70px); display: grid; place-items: center; padding: 30px 16px 60px; }
.quiz-card { width: 100%; max-width: 640px; background: var(--paper); border-radius: 28px; padding: 28px; box-shadow: var(--shadow-lg); }
.quiz-card.in { animation: cardIn .4s cubic-bezier(.2,.8,.2,1); }
@keyframes cardIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.quiz-top { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.quiz-top .link { padding: 6px 0; text-decoration: none; }
.q-count { color: var(--muted); font-weight: 500; }
.bar { height: 6px; background: var(--blush); border-radius: 99px; margin: 14px 0 26px; overflow: hidden; }
.bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #E8A6A1, #A4566A); border-radius: 99px; transition: width .45s ease; }
.q-text { font-family: var(--serif); font-size: clamp(26px, 4vw, 34px); font-weight: 600; line-height: 1.15; margin: 0 0 22px; }
.q-opts { display: grid; gap: 12px; }
.opt { display: flex; align-items: center; gap: 16px; text-align: left; width: 100%; background: var(--cream); border: 1.5px solid transparent; border-radius: 18px; padding: 14px 18px; min-height: 64px; transition: border-color .15s, background .15s, transform .15s; }
.opt:hover { border-color: var(--blush-2); background: #FFF; transform: translateX(3px); }
.opt.sel { border-color: var(--rose-deep); background: #FFF; box-shadow: 0 0 0 4px rgba(164,86,106,.1); }
.sw { display: flex; flex-shrink: 0; }
.sw i { width: 34px; height: 34px; border-radius: 50%; border: 2.5px solid #fff; box-shadow: 0 2px 6px rgba(0,0,0,.14); }
.sw i + i { margin-left: -12px; }
.opt-l { font-weight: 500; }

/* Email */
.gate { text-align: center; position: relative; overflow: hidden; }
.gate-orb { width: 96px; height: 96px; margin: 4px auto 18px; border-radius: 50%; background: conic-gradient(from 0deg, #F6A38E, #F7E08F, #9ED9C5, #BFD7EA, #D9B8CB, #C2185B, #F6A38E); filter: blur(.3px); animation: spin 8s linear infinite; box-shadow: 0 0 0 10px var(--blush); }
@keyframes spin { to { transform: rotate(360deg); } }
.field { display: block; text-align: left; margin: 0 0 14px; }
.field span { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.field input { width: 100%; font: inherit; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: var(--cream); min-height: 50px; color: var(--ink); }
.field input:focus { outline: none; border-color: var(--rose); background: #fff; box-shadow: 0 0 0 4px rgba(201,130,138,.15); }
.check { display: flex; gap: 10px; align-items: flex-start; text-align: left; font-size: 14px; margin: 0 0 12px; cursor: pointer; }
.check input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--rose-deep); flex-shrink: 0; }
.check.small { font-size: 12.5px; color: var(--muted); }
.err { color: var(--err); font-size: 14px; margin: 4px 0 12px; }
.gate .btn { margin-top: 8px; }

/* Resultado */
.res { padding-top: 30px; padding-bottom: 60px; }
.notice { background: #FFF4E5; border-radius: 14px; padding: 12px 16px; font-size: 14px; }
.res-hero, .rep-hero { position: relative; text-align: center; padding: 56px 20px 50px; border-radius: 32px; overflow: hidden; background: linear-gradient(135deg, color-mix(in srgb, var(--g1) 35%, #fff), color-mix(in srgb, var(--g2) 30%, #fff) 50%, color-mix(in srgb, var(--g3) 30%, #fff)); box-shadow: var(--shadow); }
.res-hero .lead, .rep-hero .tagline { margin: 16px auto 0; }
.res-title { font-size: clamp(56px, 10vw, 110px); }
.res-orbs { position: absolute; inset: 0; pointer-events: none; }
.res-orbs i { position: absolute; width: 220px; height: 220px; border-radius: 50%; filter: blur(40px); opacity: .55; }
.res-orbs i:nth-child(1) { left: -60px; top: -60px; }
.res-orbs i:nth-child(2) { right: -50px; top: -40px; }
.res-orbs i:nth-child(3) { left: 20%; bottom: -120px; }
.res-orbs i:nth-child(4) { right: 15%; bottom: -110px; }
.res-hero > *:not(.res-orbs) { position: relative; }
.res-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px; margin: 26px 0; align-items: start; }
.card { background: var(--paper); border-radius: var(--r); padding: 26px; box-shadow: var(--shadow); margin-bottom: 20px; }
.card p { margin: 0 0 12px; }
.card p:last-child { margin-bottom: 0; }
.trait { margin-bottom: 18px; }
.trait-h { display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.trait-bar { position: relative; height: 10px; border-radius: 99px; background: linear-gradient(90deg, #8FB3D9, #E9E3E8 50%, #F2B872); }
.trait-bar.k-value { background: linear-gradient(90deg, #3E2A35, #F6EDE8); }
.trait-bar.k-chroma { background: linear-gradient(90deg, #B9AFAF, #E83E8C 60%, #1FA7D6); }
.trait-bar span { position: absolute; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 3px solid var(--plum); transform: translate(-50%, -50%); box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.trait-ends { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); margin-top: 6px; }
.trait.locked .trait-bar span { display: none; }
.trait.locked .trait-bar { filter: blur(3px) grayscale(.4); }
.lock-tag { font-style: normal; font-size: 11.5px; font-weight: 600; color: var(--rose-deep); background: var(--blush); padding: 4px 10px; border-radius: 99px; }
.sub-opts { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.sub-chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 8px; border-radius: 99px; background: var(--cream); font-size: 14px; font-weight: 500; }
.sub-chip i { width: 18px; height: 18px; border-radius: 50%; }
.sub-locked { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-radius: 16px; background: linear-gradient(135deg, var(--blush), #fff); }
.blur-text { font-family: var(--serif); font-size: 28px; font-weight: 600; filter: blur(8px); user-select: none; }
.pal-teaser { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.pal-teaser i { aspect-ratio: 1; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
.pal-teaser i.bl { filter: blur(5px); opacity: .7; }
.offer { position: sticky; top: 86px; background: var(--paper); border-radius: 28px; padding: 28px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.packs { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.packs li { display: flex; gap: 12px; align-items: flex-start; }
.packs b { display: block; font-size: 15px; }
.packs small { display: block; color: var(--muted); font-size: 13px; line-height: 1.4; }
.packs.cols { grid-template-columns: 1fr 1fr; gap: 12px 20px; text-align: left; }
.pk-ico { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 600; background: var(--blush); color: var(--rose-deep); }
.price-box { text-align: center; padding: 18px; border-radius: 18px; background: var(--cream); margin-bottom: 16px; }
.price-box span { display: block; }
.price-label { font-weight: 600; font-size: 14px; }
.price { font-family: var(--serif); font-size: 58px; font-weight: 600; line-height: 1.1; color: var(--plum); }
.price-note { font-size: 13px; color: var(--muted); }
.secure { text-align: center; font-size: 13px; color: var(--muted); margin: 14px 0 6px; }
.guarantee { text-align: center; font-size: 13px; margin: 0; padding: 10px; border-radius: 12px; background: #EEF6F1; color: #2F6B50; }

/* Informe */
.report { padding-top: 30px; padding-bottom: 40px; }
.state { text-align: center; padding: 120px 20px; color: var(--muted); max-width: 520px; margin: 0 auto; }
.big-ico { font-size: 40px; margin: 0; }
.spinner { width: 46px; height: 46px; margin: 0 auto 16px; border-radius: 50%; border: 4px solid var(--blush); border-top-color: var(--rose-deep); animation: spin 1s linear infinite; }
.rep-hero { padding-top: 70px; }
.rep-ring { position: relative; width: 150px; height: 150px; margin: 0 auto 28px; }
.rep-ring i { position: absolute; left: 50%; top: 50%; width: 26px; height: 26px; margin: -13px; border-radius: 50%; transform: rotate(var(--a)) translateY(-62px); box-shadow: 0 2px 6px rgba(0,0,0,.15); }
.tagline { font-family: var(--serif); font-style: italic; font-size: 26px; color: #5E4753; }
.fam-chip { display: inline-block; margin-top: 14px; padding: 6px 16px; border-radius: 99px; background: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.rep-actions { margin-top: 24px; }
.rep-index { margin: 28px 0 10px; }
.rep-index > div { display: flex; flex-wrap: wrap; gap: 8px; }
.rep-index a { display: inline-flex; gap: 8px; align-items: center; padding: 8px 14px 8px 8px; border-radius: 99px; background: var(--paper); box-shadow: var(--shadow); text-decoration: none; color: var(--ink); font-size: 14px; font-weight: 500; }
.rep-index a b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--rose-deep); font-size: 12px; }
.rsec { padding: 44px 0 10px; scroll-margin-top: 80px; }
.rsec-h { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; }
.rsec-h .sub { margin: 4px 0 0; }
.rnum { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--plum); color: #fff; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.two { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; }
.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lead-s { font-size: 18px; }
.mirror ol { margin: 0; padding-left: 20px; }
.mirror li { margin-bottom: 8px; }
.palette { background: var(--paper); border-radius: var(--r); padding: 22px; box-shadow: var(--shadow); }
.pal-row { display: grid; grid-template-columns: 96px 1fr; gap: 12px; align-items: center; padding: 8px 0; }
.pal-row + .pal-row { border-top: 1px dashed var(--line); }
.pal-l { font-weight: 600; font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.pal-sw { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
.swatch { position: relative; border: 0; aspect-ratio: 1; border-radius: 14px; display: flex; align-items: flex-end; justify-content: center; padding: 0 0 6px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); transition: transform .15s; }
.swatch span { font-size: 10px; font-weight: 600; letter-spacing: .02em; opacity: 0; transition: opacity .15s; }
.swatch:hover { transform: scale(1.06); z-index: 1; }
.swatch:hover span, .swatch:focus span { opacity: .9; }
.big-sw { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.swatch.lg { aspect-ratio: .8; border-radius: 18px; }
.swatch.lg span { opacity: .85; font-size: 11px; }
.chip-big { height: 90px; border-radius: 16px; margin-bottom: 16px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); }
.metal { background-size: 200% 200% !important; }
.card.mini p { font-size: 15px; color: #5E4753; }
.mk { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 420px; gap: 10px; margin-top: 8px; }
.mk .swatch span { opacity: .85; }
.combos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.combo { background: var(--paper); border-radius: 18px; padding: 12px; box-shadow: var(--shadow); }
.combo-sw { display: flex; height: 92px; border-radius: 12px; overflow: hidden; margin-bottom: 10px; }
.combo b { display: block; font-size: 14px; }
.combo small { color: var(--muted); font-size: 12px; }
.avoid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; margin-top: 16px; }
.avoid i { aspect-ratio: 1; border-radius: 50%; position: relative; }
.avoid i::after { content: ""; position: absolute; left: 12%; right: 12%; top: 50%; height: 2px; background: rgba(255,255,255,.85); transform: rotate(-45deg); }
.wps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wp { margin: 0; text-align: center; }
.wp-frame { border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid #2A1F25; aspect-ratio: 1179/2556; background: var(--blush); max-width: 240px; margin: 0 auto; }
.wp-frame canvas { width: 100%; height: 100%; }
.wp figcaption { margin: 12px 0 10px; font-weight: 600; }
.card-prev { text-align: center; }
.card-prev #cardPrev { max-width: 520px; margin: 0 auto 18px; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 1011/638; background: var(--blush); }
.card-prev canvas { width: 100%; height: auto; }
.upsell-inline, .dl-card { text-align: center; padding: 36px 28px; border: 1px solid var(--line); }
.upsell-inline .packs, .oto .packs { margin: 22px 0; }
.upsell-inline .btn-block, .oto .btn-block { max-width: 460px; margin: 0 auto; }
.upsell-inline .price-box, .oto .price-box { max-width: 460px; margin: 0 auto 10px; }
.dl-list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; text-align: left; }
.dl-list li { display: flex; align-items: center; gap: 12px; padding: 10px 12px; background: var(--cream); border-radius: 14px; }
.dl-list b { flex: 1; font-size: 14px; }

/* Oferta de un clic (modal) */
.oto { position: fixed; inset: 0; z-index: 50; background: rgba(40,26,34,.55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: grid; place-items: center; padding: 16px; overflow-y: auto; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; } }
.oto-card { width: 100%; max-width: 760px; max-height: calc(100vh - 32px); overflow-y: auto; background: var(--paper); border-radius: 28px; padding: 34px 28px; text-align: center; box-shadow: var(--shadow-lg); animation: cardIn .45s cubic-bezier(.2,.8,.2,1); }

/* Toast */
.toast { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); background: var(--plum); color: #fff; padding: 12px 20px; border-radius: 99px; font-size: 14px; font-weight: 500; z-index: 60; box-shadow: var(--shadow-lg); }

/* Pie y cookies */
.foot { padding: 40px 0 50px; border-top: 1px solid var(--line); margin-top: 30px; text-align: center; font-size: 13px; color: var(--muted); }
.foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin: 14px 0; }
.foot-links a { color: var(--muted); }
.disc { max-width: 620px; margin: 0 auto; }
.copy { margin: 0; }
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 40; max-width: 560px; margin: 0 auto; background: var(--paper); border-radius: 20px; padding: 16px 18px; box-shadow: var(--shadow-lg); display: flex; gap: 14px; align-items: center; font-size: 14px; }
.cookie p { margin: 0; flex: 1; }
.cookie div { display: flex; gap: 8px; }

/* Legal */
.legal { padding: 40px 20px 60px; max-width: 800px; }
.legal h1 { font-size: 44px; margin-bottom: 20px; }
.legal h2 { font-family: var(--serif); font-size: 30px; margin: 40px 0 10px; scroll-margin-top: 80px; }
.legal h3 { font-size: 20px; margin-top: 20px; }
.legal p, .legal li { color: #5E4753; }
html[lang="es"] [data-only="en"], html[lang="en"] [data-only="es"] { display: none; }


/* ============ v2: más CTA, flotante, carruseles, test visual ============ */
.mt { margin-top: 30px; }
.topbar { background: var(--plum); color: #FBEFEA; text-align: center; font-size: 13px; padding: 8px 14px; }
.topbar-cta { background: none; border: 0; color: #fff; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; padding: 0 4px; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: var(--paper); border: 1px solid var(--line); padding: 7px 14px; border-radius: 99px; font-size: 13px; font-weight: 600; color: var(--rose-deep); margin: 0 0 18px; box-shadow: var(--shadow); }
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #3F8F6B; box-shadow: 0 0 0 4px rgba(63,143,107,.18); animation: blink 1.6s ease-in-out infinite; }
@keyframes blink { 50% { box-shadow: 0 0 0 7px rgba(63,143,107,.05); } }
.btn-xl { padding: 20px 38px; font-size: 18px; min-height: 64px; }
.btn .arrow { transition: transform .2s; display: inline-block; }
.btn:hover .arrow, .float-cta:hover .arrow { transform: translateX(4px); }
.btn-light { background: #fff; color: var(--plum); }
.cta-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-txt .cta-row .btn { margin-top: 0; }
.ticks { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14px; color: #5E4753; }
.ticks li::before { content: "✓"; color: var(--ok); font-weight: 700; margin-right: 6px; }
.stat { margin: 16px 0 0; font-size: 14px; color: var(--muted); }
.stat b { color: var(--plum); }

.marquee { overflow: hidden; padding: 8px 0 18px; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marquee-track { display: flex; gap: 10px; width: max-content; animation: slide 60s linear infinite; }
.marquee-track i { width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); }
@keyframes slide { to { transform: translateX(-50%); } }

.carousel { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 26px 0 16px; scrollbar-width: none; }
.carousel::-webkit-scrollbar { display: none; }
.carousel .track { display: flex; gap: 18px; padding: 0 max(20px, calc((100vw - 1080px) / 2)); width: max-content; }
.pal-card { scroll-snap-align: center; width: 250px; background: var(--paper); border-radius: 26px; padding: 14px 14px 20px; box-shadow: var(--shadow); flex-shrink: 0; transition: transform .25s; }
.pal-card:hover { transform: translateY(-4px); }
.pal-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; border-radius: 16px; overflow: hidden; margin-bottom: 14px; }
.pal-card-grid i { aspect-ratio: 1; }
.pal-card-fam { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--rose-deep); font-weight: 600; margin: 0 0 2px; }
.pal-card h3 { font-size: 26px; margin: 0 0 4px; }
.pal-card p { margin: 0; color: var(--muted); font-size: 14px; }
.testi-card { scroll-snap-align: center; width: 280px; background: var(--paper); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); flex-shrink: 0; }
.testi-media { position: relative; aspect-ratio: 9/14; background: var(--blush); }
.testi-media video, .testi-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sound { position: absolute; right: 10px; bottom: 10px; border: 0; background: rgba(0,0,0,.45); color: #fff; width: 38px; height: 38px; border-radius: 50%; font-size: 16px; }
.testi-body { padding: 16px 18px 20px; }
.stars { color: #D9A441; letter-spacing: 2px; margin: 0 0 6px; }
.testi-text { margin: 0 0 10px; font-size: 15px; }
.testi-name { margin: 0; font-size: 13px; color: var(--muted); }
.testi-season { display: inline-flex; align-items: center; gap: 5px; margin-left: 6px; padding: 2px 8px; border-radius: 99px; background: var(--cream); }
.testi-season i { width: 10px; height: 10px; border-radius: 50%; }

.cta-band { position: relative; overflow: hidden; text-align: center; color: #fff; background: linear-gradient(135deg, #3E2A35, #7A3E57 60%, #A4566A); border-radius: 36px; padding: 60px 24px; margin: 20px 0 10px; box-shadow: var(--shadow-lg); }
.cta-band .h2 { color: #fff; }
.cta-band p { color: #F6DDE3; margin: 0 0 26px; font-size: 18px; }
.cta-band > *:not(.cta-band-orbs) { position: relative; }
.cta-band-orbs i { position: absolute; width: 260px; height: 260px; border-radius: 50%; filter: blur(50px); opacity: .45; }
.cta-band-orbs i:nth-child(1) { background: #F6A38E; left: -80px; top: -80px; }
.cta-band-orbs i:nth-child(2) { background: #9ED9C5; right: -60px; bottom: -100px; }
.cta-band-orbs i:nth-child(3) { background: #F7E08F; right: 30%; top: -140px; }

.float-cta { position: fixed; z-index: 30; left: 50%; bottom: max(18px, env(safe-area-inset-bottom)); transform: translateX(-50%); display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 999px; padding: 16px 28px; font-weight: 600; font-size: 16px; color: #fff; background: linear-gradient(135deg, #4A2F3E, #A4566A); box-shadow: 0 18px 40px -12px rgba(62,42,53,.6), 0 0 0 6px rgba(255,255,255,.7); white-space: nowrap; animation: floatIn .6s .8s cubic-bezier(.2,.8,.2,1) both; }
.float-cta .pulse { width: 10px; height: 10px; border-radius: 50%; background: #9EF0C5; animation: blink 1.4s infinite; box-shadow: 0 0 0 4px rgba(158,240,197,.3); }
@keyframes floatIn { from { opacity: 0; transform: translate(-50%, 30px); } }
body[data-view="landing"] .foot { padding-bottom: 110px; }
body[data-view="landing"] .cookie { bottom: 96px; }

/* Intro del test */
.intro-card { text-align: center; max-width: 560px; }
.intro-orb { width: 110px; height: 110px; margin: 6px auto 20px; border-radius: 50%; background: conic-gradient(#F6A38E, #F7E08F, #9ED9C5, #BFD7EA, #D9B8CB, #C2185B, #F6A38E); animation: spin 10s linear infinite; box-shadow: 0 0 0 12px var(--blush); }
.intro-list { list-style: none; padding: 0; margin: 4px 0 24px; display: grid; gap: 10px; text-align: left; }
.intro-list li { background: var(--cream); border-radius: 14px; padding: 12px 16px 12px 44px; position: relative; font-weight: 500; }
.intro-list li::before { content: "✓"; position: absolute; left: 16px; color: var(--ok); font-weight: 700; }

/* Preguntas visuales */
.quiz-card.wide { max-width: 780px; }
.dots { display: flex; gap: 5px; margin: 14px 0 22px; }
.dots i { flex: 1; height: 5px; border-radius: 99px; background: var(--blush); transition: background .4s; }
.dots i.done { background: var(--rose); }
.dots i.now { background: linear-gradient(90deg, var(--rose), var(--rose-deep)); }
.q-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 600; color: var(--rose-deep); margin: 0 0 6px; }
.q-opts { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.q-opts.n3 { grid-template-columns: repeat(3, 1fr); }
.q-opts.n5 { grid-template-columns: repeat(6, 1fr); }
.q-opts.n5 .vopt { grid-column: span 2; }
.q-opts.n5 .vopt:nth-child(4) { grid-column: 2 / span 2; }
.vopt { position: relative; display: flex; flex-direction: column; text-align: left; padding: 0; border: 2px solid transparent; background: var(--cream); border-radius: 22px; overflow: hidden; transition: transform .2s, border-color .2s, box-shadow .2s; opacity: 0; animation: optIn .45s cubic-bezier(.2,.8,.2,1) forwards; animation-delay: var(--d); }
@keyframes optIn { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
.vopt:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--blush-2); }
.vopt-art { display: block; aspect-ratio: 4/3; overflow: hidden; }
.vopt-art svg { width: 100%; height: 100%; display: block; transition: transform .4s ease; }
.vopt:hover .vopt-art svg { transform: scale(1.05); }
.vopt-l { display: block; padding: 12px 14px 14px; font-weight: 500; font-size: 15px; line-height: 1.35; }
.vopt-check { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--rose-deep); color: #fff; font-weight: 700; transform: scale(0); transition: transform .25s cubic-bezier(.3,1.6,.5,1); }
.vopt.sel { border-color: var(--rose-deep); background: #fff; box-shadow: 0 0 0 5px rgba(164,86,106,.12); }
.vopt.sel .vopt-check { transform: scale(1); }

/* Email con sugerencias */
.email-wrap { position: relative; text-align: left; margin-bottom: 14px; }
.email-wrap input { width: 100%; font: inherit; font-size: 18px; padding: 18px 20px; border-radius: 18px; border: 2px solid var(--line); background: var(--cream); min-height: 60px; color: var(--ink); }
.email-wrap input:focus { outline: none; border-color: var(--rose); background: #fff; box-shadow: 0 0 0 5px rgba(201,130,138,.15); }
.sugg { position: absolute; z-index: 5; left: 0; right: 0; top: calc(100% + 6px); list-style: none; margin: 0; padding: 6px; background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); max-height: 290px; overflow-y: auto; }
.sugg li { padding: 12px 14px; border-radius: 12px; cursor: pointer; font-size: 16px; }
.sugg li span { color: var(--muted); }
.sugg li b { color: var(--plum); font-weight: 600; }
.sugg li:hover, .sugg li.on { background: var(--blush); }
.gate .check { justify-content: center; margin-top: 14px; }

@media (max-width: 640px) {
  .q-opts, .q-opts.n3 { grid-template-columns: 1fr 1fr; }
  .q-opts.n3 .vopt:last-child { grid-column: 1 / -1; justify-self: center; width: calc(50% - 7px); }
  .q-opts.n5 { grid-template-columns: 1fr 1fr; }
  .q-opts.n5 .vopt, .q-opts.n5 .vopt:nth-child(4) { grid-column: auto; }
  .q-opts.n5 .vopt:last-child { grid-column: 1 / -1; justify-self: center; width: calc(50% - 7px); }
  .vopt-l { font-size: 14px; padding: 10px 12px 12px; }
  .q-text { font-size: 25px; margin-bottom: 16px; }
  .btn-xl { width: 100%; padding: 18px 24px; font-size: 17px; }
  .cta-band { border-radius: 26px; padding: 44px 18px; }
  .pal-card { width: 220px; }
  .testi-card { width: 250px; }
  .float-cta { width: calc(100% - 32px); justify-content: center; }
  .topbar { font-size: 12px; }
}


/* Contenido informativo */
.narrow-t { max-width: 760px; margin-left: auto; margin-right: auto; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 34px 0 26px; }
.pain-item { display: flex; gap: 14px; align-items: flex-start; background: var(--paper); border-radius: 20px; padding: 20px; box-shadow: var(--shadow); }
.pain-item span { font-size: 26px; line-height: 1; }
.pain-item p { margin: 0; font-size: 15.5px; }
.pain-close { font-family: var(--serif); font-size: clamp(22px, 3vw, 28px); line-height: 1.3; max-width: 720px; margin: 10px auto 26px; }
.ana { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.ana-col { background: var(--paper); border-radius: 26px; padding: 28px; box-shadow: var(--shadow); }
.ana-col.good { background: linear-gradient(160deg, #fff, #F4E7EC); border: 1.5px solid var(--blush-2); }
.ana-ico { font-size: 34px; margin-bottom: 8px; }
.ana-col ul { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 10px; }
.ana-col li { position: relative; padding-left: 28px; }
.ana-col.bad li::before { content: "✕"; position: absolute; left: 0; color: #B3261E; font-weight: 700; }
.ana-col.good li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.guide-body { max-width: 820px; margin: 34px auto 0; }
.g-ch { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 26px 0; border-top: 1px solid var(--line); }
.g-n { font-family: var(--serif); font-size: 40px; font-weight: 600; color: var(--rose); line-height: 1; }
.g-ch h3 { font-size: 28px; margin-bottom: 10px; }
.g-ch p { margin: 0; color: #5E4753; font-size: 16.5px; line-height: 1.75; }
.g-cta { text-align: center; padding: 26px 0; border-top: 1px solid var(--line); }
@media (max-width: 760px) {
  .pain-grid, .ana { grid-template-columns: 1fr; }
  .g-ch { grid-template-columns: 1fr; gap: 6px; }
  .g-n { font-size: 30px; }
  .g-ch h3 { font-size: 24px; }
  .g-cta .btn { width: 100%; }
}

@media (max-width: 420px) { .logo { font-size: 20px; gap: 6px; } .logo-dots { transform: scale(.85); } .lang button { padding: 5px 9px; } }

/* Responsive */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 36px; gap: 10px; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-art { min-height: 380px; }
  .benefits { grid-template-columns: 1fr 1fr; }
  .season-grid { grid-template-columns: 1fr 1fr; }
  .res-grid { grid-template-columns: 1fr; }
  .offer { position: static; }
  .combos { grid-template-columns: repeat(3, 1fr); }
  .big-sw { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .sec { padding: 52px 0; }
  .steps, .benefits, .three, .two { grid-template-columns: 1fr; }
  .season-grid { gap: 12px; }
  .season-card h3 { font-size: 22px; }
  .sc-stripes { height: 80px; }
  .drape .d { width: 120px; height: 120px; }
  .drapes { margin-top: 130px; gap: 16px; }
  .fan i { width: 56px; height: 200px; }
  .hero-art { min-height: 340px; }
  .quiz-card { padding: 22px 18px; border-radius: 24px; }
  .opt { padding: 12px 14px; gap: 12px; }
  .sw i { width: 28px; height: 28px; }
  .res-hero, .rep-hero { padding: 40px 16px 36px; border-radius: 24px; }
  .pal-row { grid-template-columns: 1fr; gap: 6px; }
  .pal-sw { grid-template-columns: repeat(4, 1fr); }
  .combos { grid-template-columns: 1fr 1fr; }
  .wps { grid-template-columns: 1fr 1fr; gap: 14px; }
  .wps .wp:last-child { grid-column: 1 / -1; }
  .wp-frame { max-width: 180px; border-width: 5px; border-radius: 24px; }
  .packs.cols, .dl-list { grid-template-columns: 1fr; }
  .pal-teaser { grid-template-columns: repeat(8, 1fr); gap: 5px; }
  .avoid { grid-template-columns: repeat(4, 1fr); }
  .cookie { flex-direction: column; align-items: stretch; text-align: center; }
  .cookie div { justify-content: center; }
  .top { padding: 12px 16px; }
  .top .btn-sm { padding: 7px 12px; font-size: 13px; min-height: 34px; }
  .logo { font-size: 23px; }
  .oto-card { padding: 26px 18px; }
  .dl-list li .btn { padding: 6px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fan i { opacity: .9; transform: rotate(var(--r)) translateY(-70px); }
}

/* Impresión / PDF */
@media print {
  body { background: #fff; }
  .top, .foot, .no-print, .oto, .toast, .cookie { display: none !important; }
  .rsec { page-break-inside: avoid; padding-top: 20px; }
  .card, .palette, .combo { box-shadow: none; border: 1px solid #eee; }
  .swatch span { opacity: 1 !important; }
  .rep-hero { box-shadow: none; }
  * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* =========================================================
   TEMA EDITORIAL DE MODA (v3) — elegante, sobrio y cercano
   ========================================================= */
:root {
  --cream: #F7F3EE; --paper: #FFFFFF; --blush: #EFE6DF; --blush-2: #E2D3C8;
  --rose: #B98B7E; --rose-deep: #8E5B4E; --plum: #1C1A19; --ink: #1C1A19;
  --muted: #7A716C; --line: #E7DED6; --gold: #A88A5C;
  --shadow: 0 1px 0 rgba(28,26,25,.04), 0 10px 30px -18px rgba(28,26,25,.22);
  --shadow-lg: 0 30px 70px -34px rgba(28,26,25,.4);
  --r: 6px;
  --serif: "Bodoni Moda", "Didot", Georgia, serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
}
body { background: var(--cream); background-image: none; font-weight: 400; letter-spacing: .005em; }
h1, .h2, .h3, .res-title, h3 { font-weight: 400; letter-spacing: -.015em; }
h1 { font-size: clamp(40px, 6vw, 74px); line-height: 1.04; }
h1 em, .h2 em { color: var(--rose-deep); font-weight: 400; }
.kicker, .q-kicker, .pal-card-fam { letter-spacing: .3em; font-weight: 500; color: var(--rose-deep); font-size: 11px; }
.lead { color: #4A4541; }
/* Marca */
.logo-dots { display: none; }
.logo .brand-name { font-family: var(--serif); font-weight: 500; text-transform: uppercase; letter-spacing: .32em; font-size: 19px; color: var(--ink); }
.top { background: rgba(247,243,238,.9); border-bottom: 1px solid var(--line); padding: 16px 24px; }
.topbar { background: var(--ink); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; padding: 9px 14px; }
.lang { border-radius: 2px; box-shadow: inset 0 0 0 1px var(--line); background: transparent; }
.lang button { border-radius: 2px; letter-spacing: .12em; font-weight: 500; }
.lang button.on { background: var(--ink); }
/* Botones de firma */
.btn { border-radius: 2px; text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 500; padding: 16px 30px; background: var(--ink); box-shadow: none; }
.btn:hover { box-shadow: 0 12px 26px -14px rgba(28,26,25,.6); background: #000; }
.btn-lg { font-size: 13.5px; padding: 18px 34px; }
.btn-xl { font-size: 14px; padding: 21px 40px; min-height: 62px; }
.btn-sm { font-size: 11px; padding: 9px 16px; letter-spacing: .14em; }
.btn-ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--cream); }
.shine { background: var(--ink); }
.shine::after { background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.16) 50%, transparent 65%); }
.float-cta { border-radius: 2px; background: var(--ink); text-transform: uppercase; letter-spacing: .16em; font-size: 13px; font-weight: 500; padding: 18px 30px; box-shadow: 0 18px 40px -16px rgba(0,0,0,.55), 0 0 0 5px rgba(247,243,238,.85); }
.badge { border-radius: 2px; box-shadow: none; background: transparent; border: 1px solid var(--line); color: var(--ink); text-transform: uppercase; letter-spacing: .2em; font-size: 10.5px; font-weight: 500; }
/* Tarjetas y bloques */
.step, .benefit, .season-card, .card, .faq details, .pain-item, .ana-col, .pal-card, .testi-card, .combo, .palette, .offer, .rep-index a, .dl-list li { border-radius: var(--r); box-shadow: none; border: 1px solid var(--line); }
.offer { border-radius: 8px; box-shadow: var(--shadow-lg); }
.num, .ico, .pk-ico, .rep-index a b { border-radius: 50%; background: transparent; border: 1px solid var(--ink); color: var(--ink); font-family: var(--serif); }
.rnum { background: var(--ink); font-weight: 400; }
.tint { background: #EFE8E1; }
.sec { padding-top: 84px; padding-bottom: 84px; }
.quiz-card { border-radius: 10px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.vopt { border-radius: 8px; background: var(--cream); border: 1px solid var(--line); }
.vopt.sel { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(28,26,25,.08); }
.vopt-check { background: var(--ink); }
.dots i { border-radius: 0; height: 3px; }
.dots i.done, .dots i.now { background: var(--ink); }
.opt, .intro-list li, .sub-chip { border-radius: 4px; }
.email-wrap input, .field input { border-radius: 4px; border: 1px solid var(--line); background: #fff; }
.email-wrap input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(28,26,25,.06); }
.sugg { border-radius: 6px; }
.sugg li:hover, .sugg li.on { background: var(--cream); }
.gate-orb, .intro-orb { box-shadow: 0 0 0 10px #fff, 0 0 0 11px var(--line); }
.res-hero, .rep-hero { border-radius: 10px; }
.price { font-weight: 400; }
.price-box { border-radius: 6px; }
.guarantee { border-radius: 4px; }
.cta-band { border-radius: 10px; background: var(--ink); }
.cta-band-orbs i { opacity: .28; }
.pain-close { font-style: italic; }
.g-n { color: var(--gold); font-weight: 400; }
.g-ch h3 { font-weight: 400; }
.marquee-track i { border-radius: 2px; width: 40px; height: 56px; }
.pal-card-grid { border-radius: 4px; }
.sc-stripes, .combo-sw { border-radius: 4px; }
.lock-tag { border-radius: 2px; background: var(--cream); color: var(--ink); letter-spacing: .06em; }
/* Franja de confianza */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 10px; padding: 0; }
.trust div { padding: 22px 18px; text-align: center; border-left: 1px solid var(--line); }
.trust div:first-child { border-left: 0; }
.trust b { display: block; font-family: var(--serif); font-weight: 500; font-size: 18px; margin-bottom: 4px; }
.trust span { font-size: 13px; color: var(--muted); }
/* Retratos del hero */
.drape .d { background: radial-gradient(circle at 50% 35%, #fff, #EFE6DF); overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid #fff; transition: none; }
.drape .d svg { width: 100%; height: 100%; display: block; }
.drape .d svg path[style] { transition: fill 1.2s ease; }
.drape.good .d, .drape.bad .d { background: radial-gradient(circle at 50% 35%, #fff, #EFE6DF); }
.drape figcaption { text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 500; }
.drape .d { width: 180px; height: 180px; }
.drapes { margin-top: 170px; gap: 30px; }
.fan i { border-radius: 4px; }
@media (max-width: 760px) {
  .trust { grid-template-columns: 1fr 1fr; }
  .trust div:nth-child(3) { border-left: 0; }
  .trust div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .drape .d { width: 138px; height: 138px; border-width: 4px; }
  .drapes { margin-top: 140px; }
  .logo .brand-name { font-size: 15px; letter-spacing: .24em; }
  .topbar { letter-spacing: .1em; }
}
@media (max-width: 420px) { .top .btn-sm.only-landing { display: none; } }
