:root {
  --bg: #0b0e1f;
  --bg-2: #0e1226;
  --panel: #141936;
  --panel-2: #1a2046;
  --line: #232a52;
  --text: #ece9f6;
  --muted: #9aa0c4;
  --muted-2: #6f76a0;
  --accent: #efe9d8;
  --c1: #8b5cf6; /* corona */
  --c2: #6366f1; /* tercer ojo */
  --c3: #3b82f6; /* garganta */
  --c4: #22c55e; /* corazón */
  --c5: #eab308; /* plexo */
  --c6: #f97316; /* sacro */
  --c7: #ef4444; /* raíz */
  --rainbow: conic-gradient(from 220deg, #8b5cf6, #6366f1, #3b82f6, #22c55e, #eab308, #f97316, #ef4444, #8b5cf6);
  --rainbow-line: linear-gradient(90deg, #8b5cf6, #6366f1, #3b82f6, #22c55e, #eab308, #f97316, #ef4444);
  --maxw: 980px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(1200px 700px at 50% -200px, #1a1f44 0%, transparent 60%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  color: var(--text);
  font-family: 'EB Garamond', Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; line-height: 1.12; letter-spacing: .3px; }
p { margin: 0 0 1em; }
a { color: var(--text); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-size: 13px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--muted-2); margin: 0 0 18px; font-family: 'EB Garamond', serif;
}
.rainbow-rule { height: 2px; border: 0; border-radius: 2px; background: var(--rainbow-line); opacity: .8; margin: 0 0 28px; }
.muted { color: var(--muted); }
.center { text-align: center; }
.serif-italic { font-style: italic; }

/* ── Ring motif ── */
.ring { width: 132px; height: 132px; border-radius: 50%; margin: 0 auto 26px; position: relative; background: var(--rainbow);
  box-shadow: 0 0 60px rgba(123, 92, 255, .35); }
.ring::after { content: ""; position: absolute; inset: 41%; border-radius: 50%; background: #fff; box-shadow: 0 0 28px rgba(255,255,255,.8); }
.ring.sm { width: 64px; height: 64px; margin-bottom: 16px; }

/* ── Hero ── */
.hero { padding: 72px 0 36px; text-align: center; }
.hero h1 { font-size: clamp(40px, 7vw, 78px); margin: 0; }
.hero .sub-title { font-size: clamp(18px, 3vw, 24px); font-style: italic; color: var(--muted); margin: 6px 0 0; }
.hero .kicker {
  font-size: 12px; letter-spacing: 5px; text-transform: uppercase; color: var(--muted-2); margin: 14px 0 0;
}
.headline { font-size: clamp(26px, 4.4vw, 44px); max-width: 820px; margin: 40px auto 18px; }
.subhead { font-size: clamp(17px, 2.4vw, 21px); color: var(--muted); max-width: 680px; margin: 0 auto 30px; }

/* ── Buttons ── */
.btn {
  display: inline-block; cursor: pointer; border: 0; font-family: 'EB Garamond', serif; font-size: 19px;
  padding: 15px 34px; border-radius: 999px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease;
}
.btn-primary { background: var(--accent); color: #14102a; font-weight: 600; box-shadow: 0 10px 30px rgba(239,233,216,.18); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(239,233,216,.28); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--muted); }
.btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }

/* Accesibilidad: foco visible por teclado */
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 2px solid #c8c5e0; outline-offset: 3px; border-radius: 6px;
}
.microcopy { color: var(--muted-2); font-size: 14px; margin-top: 16px; letter-spacing: .3px; }

/* ── Cover ── */
.cover-shot { margin: 44px auto 0; max-width: 320px; }
.cover-shot img { width: 100%; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.05); }

/* ── Sections ── */
section { padding: 64px 0; }
.section-head { max-width: 720px; }
.section-head h2 { font-size: clamp(30px, 4.6vw, 48px); margin: 0 0 14px; }
.lead { font-size: clamp(18px, 2.4vw, 22px); color: var(--text); }
.quote {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(24px, 4vw, 36px);
  line-height: 1.35; max-width: 760px; margin: 0 auto; text-align: center; color: var(--accent);
}
.quote small { display: block; font-style: normal; font-family: 'EB Garamond', serif; font-size: 13px;
  letter-spacing: 3px; text-transform: uppercase; color: var(--muted-2); margin-top: 20px; }

/* ── Map ── */
.map { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.map-list { list-style: none; padding: 0; margin: 0; }
.map-list li { display: grid; grid-template-columns: 22px 1fr auto; gap: 14px; align-items: baseline;
  padding: 13px 0; border-bottom: 1px solid var(--line); }
.dot { width: 13px; height: 13px; border-radius: 50%; align-self: center; box-shadow: 0 0 12px currentColor; }
.map-list .name { font-size: 20px; }
.map-list .pet { color: var(--muted); font-style: italic; font-size: 15px; text-align: right; }
.map-list .note { color: var(--muted-2); font-size: 13px; letter-spacing: 1px; }
.map-img img { width: 100%; border-radius: 10px; box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.05); }

/* ── Grids ── */
.grid { display: grid; gap: 18px; }
.grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card { background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
  border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.card h3 { font-size: 24px; margin: 0 0 8px; }
.card p { color: var(--muted); font-size: 17px; margin: 0; }
.benefit { display: flex; gap: 14px; }
.benefit .b-mark { color: var(--c4); flex: 0 0 auto; font-size: 20px; line-height: 1.4; }

/* ── What you get ── */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 8px; }
.gallery img { width: 100%; border-radius: 8px; box-shadow: 0 16px 40px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.05); }
.get-list { list-style: none; padding: 0; margin: 0; }
.get-list li { padding: 12px 0 12px 30px; position: relative; border-bottom: 1px solid var(--line); color: var(--text); }
.get-list li::before { content: "✦"; position: absolute; left: 0; color: var(--c1); }

/* ── Two columns for/not ── */
.fortwo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fortwo .card.no { border-color: #3a2440; }
.fortwo ul { margin: 0; padding-left: 20px; }
.fortwo li { margin-bottom: 10px; color: var(--muted); }
.fortwo .yes li::marker { color: var(--c4); }
.fortwo .no li::marker { color: var(--c7); }

/* ── Price block ── */
.price-block { text-align: center; background: linear-gradient(180deg, #12152e, #161b3c);
  border: 1px solid var(--line); border-radius: 20px; padding: 48px 28px; max-width: 720px; margin: 0 auto; }
.price-tag { font-family: 'Cormorant Garamond', serif; font-size: 64px; line-height: 1; margin: 6px 0 4px; }
.price-tag .cur { font-size: 28px; color: var(--muted); vertical-align: super; }
.price-frame { color: var(--muted); max-width: 520px; margin: 14px auto 26px; font-size: 17px; }
.guarantee { color: var(--muted-2); font-size: 15px; max-width: 560px; margin: 22px auto 0; font-style: italic; }

/* ── FAQ ── */
.faq details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; font-size: 21px;
  font-family: 'Cormorant Garamond', serif; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--muted); font-size: 26px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { color: var(--accent); }
.faq .ans { color: var(--muted); padding: 0 0 18px; font-size: 17px; }

/* ── Footer ── */
footer { padding: 56px 0 70px; border-top: 1px solid var(--line); text-align: center; color: var(--muted-2); }
footer .signoff { font-style: italic; color: var(--muted); font-size: 18px; max-width: 560px; margin: 0 auto 22px; }
footer a { color: var(--muted); }
.legal { font-size: 13px; color: var(--muted-2); margin-top: 18px; }

/* ── Compruébalo tú mismo (demo aditiva real) ── */
.verify { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 30px; }
.additive { position: relative; width: 300px; height: 300px; margin: 0 auto; background: #05070f;
  border-radius: 18px; border: 1px solid var(--line); overflow: hidden; }
.blob { position: absolute; width: 170px; height: 170px; border-radius: 50%; mix-blend-mode: screen;
  filter: blur(2px); transition: opacity .45s ease, transform .45s ease; opacity: 0; transform: scale(.6); }
.blob.on { opacity: 1; transform: scale(1); }
.blob.r { background: #ff2d2d; top: 28px; left: 50%; margin-left: -85px; }
.blob.g { background: #16d65a; bottom: 30px; left: 44px; }
.blob.b { background: #2d6bff; bottom: 30px; right: 44px; }
.additive .hint { position: absolute; left: 0; right: 0; bottom: 12px; text-align: center; color: #6f76a0;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.swatches { display: flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 0; }
.swatch { cursor: pointer; border: 1px solid var(--line); background: var(--panel); color: var(--text);
  border-radius: 999px; padding: 9px 16px; font-family: 'EB Garamond', serif; font-size: 15px; display: inline-flex; gap: 8px; align-items: center; }
.swatch .pip { width: 12px; height: 12px; border-radius: 50%; box-shadow: 0 0 8px currentColor; }
.swatch.active { border-color: var(--muted); }
.swatch.off { opacity: .5; }
.verify .reveal { min-height: 26px; color: var(--accent); font-style: italic; font-size: 18px; margin: 14px 0 0; }

/* ── Mini-bio del autor ── */
.bio { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start;
  background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.bio .who { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted-2); margin: 0 0 8px; }
.bio p { color: var(--muted); margin: 0 0 10px; }
.bio .ring { margin: 4px 0 0; }

/* ── Barra de cookies ── */
.cookiebar { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90; max-width: 720px; margin: 0 auto;
  background: rgba(18,21,46,.97); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 20px; display: none; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: space-between; }
.cookiebar p { margin: 0; color: var(--muted); font-size: 14px; flex: 1 1 320px; }
.cookiebar a { color: var(--text); }
.cookiebar .actions { display: flex; gap: 8px; }
.cookiebar .btn { padding: 9px 18px; font-size: 15px; }

/* ── Planes (tiers) ── */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; margin-top: 34px; }
.tier { position: relative; display: flex; flex-direction: column; background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line); border-radius: 18px; padding: 28px 24px; }
.tier.featured { border-color: #4a4f86; box-shadow: 0 0 0 1px #4a4f86, 0 24px 60px rgba(123,92,255,.16); transform: translateY(-6px); }
.tier .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  background: var(--rainbow-line); color: #14102a; font-family: 'EB Garamond', serif; font-size: 13px; font-weight: 600;
  letter-spacing: 1px; padding: 5px 16px; border-radius: 999px; }
.tier h3 { font-size: 28px; margin: 4px 0 2px; }
.tier .t-tag { color: var(--muted); font-size: 15px; min-height: 42px; margin: 0 0 14px; }
.tier .t-price { font-family: 'Cormorant Garamond', serif; font-size: 46px; line-height: 1; margin: 6px 0 2px; }
.tier .t-price .cur { font-size: 20px; color: var(--muted); vertical-align: super; }
.tier .t-sub { color: var(--muted-2); font-size: 13px; margin: 0 0 18px; }
.tier ul { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.tier li { padding: 8px 0 8px 26px; position: relative; color: var(--text); font-size: 16px; border-bottom: 1px solid rgba(255,255,255,.04); }
.tier li::before { content: "✦"; position: absolute; left: 0; color: var(--c1); }
.tier .btn { width: 100%; text-align: center; }
.tiers-note { text-align: center; color: var(--muted-2); font-size: 14px; margin-top: 22px; }

/* ── Prueba social ── */
.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.proof .q { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 22px; }
.proof .q p { font-style: italic; color: var(--text); font-size: 17px; margin: 0 0 12px; }
.proof .q .who { color: var(--muted-2); font-size: 13px; letter-spacing: 1px; }
.proof-strip { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; color: var(--muted); font-size: 15px; margin-top: 18px; }
.proof-strip span { display: inline-flex; align-items: center; gap: 8px; }

/* ── Lead capture ── */
.leadbox { background: linear-gradient(180deg, #12152e, #161b3c); border: 1px solid var(--line);
  border-radius: 20px; padding: 40px 28px; text-align: center; max-width: 720px; margin: 0 auto; }
.leadform { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.leadform input { background: #0c1024; border: 1px solid var(--line); color: var(--text); border-radius: 999px;
  padding: 13px 22px; font-family: 'EB Garamond', serif; font-size: 17px; min-width: 280px; }
.leadform input:focus { outline: none; border-color: var(--muted); }
.leadform .btn { padding: 13px 26px; }

/* ── Exit modal ── */
.modal { position: fixed; inset: 0; background: rgba(5,7,18,.78); backdrop-filter: blur(4px);
  display: none; align-items: center; justify-content: center; z-index: 80; padding: 20px; }
.modal .box { background: linear-gradient(180deg, #12152e, #161b3c); border: 1px solid var(--line);
  border-radius: 20px; padding: 40px 32px; max-width: 460px; text-align: center; position: relative; }
.modal .x { position: absolute; top: 14px; right: 18px; cursor: pointer; color: var(--muted); font-size: 22px; }
.modal h3 { font-size: 30px; margin: 8px 0 10px; }

/* ── Sticky buy bar (mobile) ── */
.buybar { position: fixed; left: 0; right: 0; bottom: 0; background: rgba(11,14,31,.92); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); padding: 12px 16px; display: none; z-index: 40; }
.buybar .inner { max-width: var(--maxw); margin: 0 auto; display: flex; gap: 12px; align-items: center; justify-content: space-between; }
.buybar .price { font-size: 18px; }
.buybar .btn { padding: 11px 22px; font-size: 17px; }

/* ── Toast / loading ── */
.toast { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background: var(--panel-2);
  border: 1px solid var(--line); border-radius: 10px; padding: 12px 20px; color: var(--text); z-index: 60; display: none; }

@media (max-width: 760px) {
  body { font-size: 18px; }
  .map, .fortwo, .grid.cols-2, .grid.cols-3 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .buybar { display: block; }
  section { padding: 48px 0; }
  footer { padding-bottom: 96px; }
}
