/* TecnoSOS — Estéticas · "silla llena"
   Soft black + powder nude + discreet gold. Fraunces-forward.
   Signature: lookbook service cards (photo + service + price).
   WA green only on WhatsApp CTAs. */

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/fraunces-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../assets/fonts/fraunces-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/space-grotesk-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("../assets/fonts/space-grotesk-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --nude: #F3EBE4;
  --nude-deep: #E8DDD4;
  --card: #FFFCFA;
  --ink: #161311;
  --ink-2: #5A514C;
  --ink-3: #978B84;
  --line: rgba(22, 19, 17, 0.11);
  --soft-black: #1A1614;
  --amber: #F0A500;
  --gold: #B08A52;
  --gold-text: #6A5330;
  --gold-wash: rgba(176, 138, 82, 0.16);
  --rose: #9A6B62;
  --rose-deep: #734944;
  --rose-wash: rgba(154, 107, 98, 0.12);
  --ok: #1D7A46;
  --ok-wash: rgba(29, 122, 70, 0.12);
  --wa: #25D366;
  --wa-ink: #0B3D22;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --display: "Space Grotesk", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --body: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "Cascadia Mono", "Roboto Mono", Menlo, Consolas, monospace;
}

/* ---------- Reset-lite ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
ul, ol { padding: 0; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }

body {
  background:
    radial-gradient(ellipse 70% 45% at 95% -5%, rgba(232, 213, 206, 0.65), transparent 55%),
    radial-gradient(ellipse 50% 35% at 0% 25%, rgba(176, 138, 82, 0.09), transparent 50%),
    linear-gradient(180deg, #F7F0EA 0%, var(--nude) 40%, #F0E6DE 100%);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.115rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 2px; border-radius: 4px; }

.wrap { width: min(100% - 2.5rem, 68rem); margin-inline: auto; }
section { scroll-margin-top: 5rem; }

/* ---------- Type ---------- */
h1, h2 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h2 { font-size: clamp(1.85rem, 4.5vw, 2.85rem); max-width: 22ch; }
h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; }
p { text-wrap: pretty; }

.kicker {
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 1rem;
}
.section-sub {
  color: var(--ink-2);
  max-width: 48ch;
  margin-top: 0.95rem;
  font-size: 1.05rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  text-decoration: none;
  min-height: 3.4rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn:active { transform: translateY(1px); }
.btn-wa { background: var(--wa); color: var(--wa-ink); box-shadow: 0 8px 22px -10px rgba(37, 211, 102, 0.6); }
.btn-ghost { border: 2px solid var(--ink); color: var(--ink); background: transparent; }
.btn-ink { background: var(--soft-black); color: var(--nude); }
@media (hover: hover) {
  .btn-wa:hover { filter: brightness(1.04); transform: translateY(-2px); }
  .btn-ghost:hover, .btn-ink:hover { transform: translateY(-2px); }
}

/* ---------- Header ---------- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(243, 235, 228, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.head-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4rem; }
.brand { display: flex; align-items: center; gap: 0.55rem; text-decoration: none; }
.brand-name { font-family: var(--display); font-weight: 700; font-size: 1.15rem; }

.beacon {
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--amber);
  margin-left: 2px;
  animation: sos 3.8s infinite;
}
@keyframes sos {
  0%, 100% { opacity: 0.25; }
  3%, 7% { opacity: 1; }
  5%, 10% { opacity: 0.25; }
  13%, 17% { opacity: 1; }
  15%, 20% { opacity: 0.25; }
  26%, 44% { opacity: 1; }
  52% { opacity: 0.25; }
}

.head-nav { display: none; gap: 1.4rem; }
.head-nav a { text-decoration: none; font-weight: 600; font-size: 0.94rem; color: var(--ink-2); }
.head-nav a:hover { color: var(--ink); }
@media (min-width: 920px) { .head-nav { display: flex; } }
.btn-head { padding: 0.5rem 1.05rem; min-height: 2.6rem; font-size: 0.92rem; box-shadow: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(3.5rem, 8vw, 6rem);
}
.hero::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -12%;
  width: 28rem; height: 28rem; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(154, 107, 98, 0.14), transparent 72%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% 10% auto;
  width: 18rem; height: 18rem; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(176, 138, 82, 0.12), transparent 70%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; gap: 3rem; align-items: center; }
@media (min-width: 940px) { .hero-grid { grid-template-columns: 7fr 5fr; gap: 2.5rem; } }

.hero h1 { font-size: clamp(2.55rem, 7.6vw, 4.5rem); max-width: 13ch; }
.hero h1 em { font-style: italic; color: var(--rose-deep); font-weight: 400; }
.hero-sub { margin-top: 1.3rem; font-size: clamp(1.08rem, 2.4vw, 1.22rem); color: var(--ink-2); max-width: 48ch; }
.hero-sub strong { color: var(--ink); font-family: var(--serif); font-weight: 600; font-style: italic; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.hero-proof {
  margin-top: 1.9rem;
  font-size: 0.95rem;
  color: var(--ink-2);
  max-width: 44ch;
  border-left: 3px solid var(--gold);
  padding-left: 0.9rem;
}

/* ---------- Phone mockup (WhatsApp) ---------- */
.hero-phone { margin: 0 auto; max-width: 21rem; }
.phone {
  background: var(--soft-black);
  border-radius: 42px;
  padding: 10px;
  box-shadow:
    0 30px 60px -30px rgba(22, 19, 17, 0.5),
    0 0 0 1px rgba(176, 138, 82, 0.22);
}
.phone-screen {
  background: #EFE7DC;
  border-radius: 33px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chat-head {
  display: flex; align-items: center; gap: 0.65rem;
  background: #075E54;
  color: #fff;
  padding: 1.05rem 1rem 0.8rem;
}
.chat-avatar {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.1rem; height: 2.1rem; border-radius: 50%;
  background: var(--rose);
  color: #fff;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.8rem;
  flex: none;
}
.chat-name { display: flex; flex-direction: column; font-weight: 600; font-size: 0.93rem; line-height: 1.25; }
.chat-name small { font-weight: 400; font-size: 0.72rem; opacity: 0.85; }
.chat-body { display: flex; flex-direction: column; gap: 0.5rem; padding: 0.9rem 0.8rem 1.1rem; }
.msg {
  position: relative;
  max-width: 85%;
  font-size: 0.86rem;
  line-height: 1.45;
  padding: 0.5rem 0.7rem 0.95rem;
  border-radius: 12px;
  box-shadow: 0 1px 1px rgba(18, 23, 28, 0.08);
}
.msg time {
  position: absolute; right: 0.6rem; bottom: 0.28rem;
  font-size: 0.6rem; color: rgba(18, 23, 28, 0.45);
}
.msg-in { background: #FFFFFF; align-self: flex-start; border-bottom-left-radius: 4px; }
.msg-out { background: #D9FDD3; align-self: flex-end; border-bottom-right-radius: 4px; }
.msg-cita {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(29, 122, 70, 0.3);
}
.msg-cita svg { flex: none; }
.msg-cita span { display: flex; flex-direction: column; font-size: 0.82rem; }
.msg-cita strong { font-size: 0.86rem; }
.hero-phone figcaption,
.browser-mock figcaption,
.evidence-secondary figcaption {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  color: var(--ink-2);
  text-align: center;
}
.demo-note { font-size: 0.8rem; color: var(--ink-3); }
p.demo-note { margin-top: 2rem; text-align: center; }

/* ---------- Sections ---------- */
.section { padding: clamp(3.8rem, 9vw, 6.2rem) 0; }
.strip {
  background: var(--nude-deep);
  border-block: 1px solid var(--line);
}
.strip.section + .section { border-top: 0; }
.packs {
  background:
    linear-gradient(180deg, #F8F3EE 0%, #F3EBE4 100%);
}

/* ---------- Pains — editorial, not twin cards ---------- */
.pain-grid { display: grid; gap: 1.4rem; margin-top: 2.4rem; }
@media (min-width: 760px) {
  .pain-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}
.pain {
  padding: 0 0 0 1.15rem;
  border-left: 2px solid var(--gold);
  background: transparent;
}
.pain h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--soft-black);
  margin-bottom: 0.45rem;
  letter-spacing: -0.01em;
}
.pain p { font-size: 0.99rem; color: var(--ink-2); }

/* ---------- Sistema ---------- */
.sys-grid { display: grid; gap: 2rem 2.4rem; margin-top: 2.6rem; }
@media (min-width: 680px) { .sys-grid { grid-template-columns: repeat(2, 1fr); } }
.sys > svg {
  width: 28px; height: 28px;
  color: var(--gold-text);
  margin-bottom: 0.85rem;
}
.sys h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}
.sys p { color: var(--ink-2); font-size: 1rem; max-width: 44ch; }

/* ---------- Evidencia — lookbook signature ---------- */
.evidence .section-sub { margin-bottom: 0.4rem; }

.browser-mock {
  margin: 2.4rem 0 0;
  max-width: 52rem;
}
.browser {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 60px -32px rgba(22, 19, 17, 0.45),
    0 0 0 1px rgba(176, 138, 82, 0.08);
}
.browser-bar {
  display: flex; align-items: center; gap: 0.4rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid var(--line);
  background: var(--nude);
}
.browser-bar span { width: 9px; height: 9px; border-radius: 50%; background: #D0C6BD; }
.browser-bar i {
  font-style: normal;
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--ink-3);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.18rem 0.75rem;
  margin-left: 0.5rem;
}

.browser-body.browser-site {
  padding: 0;
  background: var(--soft-black);
}

.mini-nav {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.25rem;
  background: rgba(26, 22, 20, 0.98);
  border-bottom: 1px solid rgba(243, 235, 228, 0.08);
}
.mini-nav b {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.12rem;
  color: #F7F0EA;
  letter-spacing: -0.01em;
}
.mini-nav span {
  font-size: 0.68rem;
  color: rgba(243, 235, 228, 0.48);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--mono);
}

.mini-hero {
  position: relative;
  isolation: isolate;
  min-height: 16.5rem;
  overflow: hidden;
}
.mini-hero > img {
  width: 100%;
  height: 100%;
  min-height: 16.5rem;
  object-fit: cover;
  object-position: center 38%;
}
.mini-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(108deg, rgba(22, 19, 17, 0.9) 0%, rgba(22, 19, 17, 0.52) 50%, rgba(22, 19, 17, 0.12) 100%),
    linear-gradient(to top, rgba(22, 19, 17, 0.6), transparent 48%);
  pointer-events: none;
}
.mini-hero-copy {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 1.4rem 1.3rem 1.55rem;
  max-width: 36rem;
}
.mini-kicker {
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.mini-h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(1.55rem, 3.6vw, 2.15rem);
  line-height: 1.08;
  color: #FFFCFA;
  text-wrap: balance;
}
.mini-sub {
  font-size: 0.88rem;
  color: rgba(247, 240, 234, 0.78);
  margin-top: 0.5rem;
  max-width: 36ch;
  line-height: 1.45;
}
.mini-cta {
  display: inline-block;
  margin-top: 1rem;
  background: #25D366;
  color: #0B3D22;
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.82rem;
  border-radius: 999px;
  padding: 0.52rem 1.1rem;
  box-shadow: 0 8px 20px -10px rgba(37, 211, 102, 0.55);
}

/* Lookbook grid — the signature */
.lookbook {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  padding: 0.85rem;
  background: var(--nude);
}
@media (min-width: 640px) {
  .lookbook { grid-template-columns: repeat(4, 1fr); gap: 0.7rem; padding: 1rem; }
}

.look-card {
  margin: 0;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: var(--soft-black);
  isolation: isolate;
  box-shadow: 0 12px 28px -18px rgba(22, 19, 17, 0.45);
}
.look-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.55s ease;
}
@media (hover: hover) {
  .look-card:hover img { transform: scale(1.04); }
}
.look-meta {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 2.4rem 0.7rem 0.75rem;
  background: linear-gradient(to top, rgba(22, 19, 17, 0.92) 0%, rgba(22, 19, 17, 0.55) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.look-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 0.98rem;
  color: #F7F0EA;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.look-price {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.01em;
}

/* Secondary evidence — agenda + reminder, quieter */
.secondary-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2.6rem 0 1.2rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.secondary-label::before,
.secondary-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.secondary-label span { flex: none; }

.evidence-secondary {
  display: grid;
  gap: 1.2rem;
  opacity: 0.92;
}
@media (min-width: 720px) {
  .evidence-secondary { grid-template-columns: 1fr 1fr; align-items: start; }
}
.evidence-secondary figure { margin: 0; }
.evidence-secondary figcaption {
  font-size: 0.84rem;
  margin-top: 0.7rem;
}

.agenda {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.05rem 0.5rem;
  box-shadow: 0 14px 32px -26px rgba(22, 19, 17, 0.3);
}
.agenda-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 0.55rem; }
.agenda-head strong { font-family: var(--display); font-size: 0.95rem; }
.agenda-head span { font-size: 0.72rem; color: var(--ink-3); }
.agenda-row {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.58rem 0.05rem;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
}
.agenda-row time { font-family: var(--display); font-weight: 700; font-size: 0.82rem; min-width: 2.9rem; }
.agenda-row span { flex: 1; color: var(--ink-2); }
.agenda-row em {
  font-style: normal;
  font-size: 0.64rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.18rem 0.5rem;
  white-space: nowrap;
}
.agenda-row .ok { background: var(--ok-wash); color: var(--ok); }
.agenda-row .wait { background: var(--gold-wash); color: var(--gold-text); }

.notif {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: 0 14px 32px -26px rgba(22, 19, 17, 0.3);
}
.notif-top { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.55rem; }
.notif-top div { display: flex; flex-direction: column; line-height: 1.25; }
.notif-top strong { font-size: 0.88rem; }
.notif-top span { font-size: 0.7rem; color: var(--ink-3); }
.notif p { font-size: 0.88rem; color: var(--ink-2); }
.notif-actions { display: flex; gap: 0.55rem; margin-top: 0.8rem; }
.notif-actions span {
  font-family: var(--display);
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
}
.notif-actions .yes { background: var(--ok-wash); color: var(--ok); }
.notif-actions .re { background: var(--nude-deep); color: var(--ink-2); }

/* ---------- Fotos ---------- */
.photo { margin: 0; }
.photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 18px 40px -26px rgba(22, 19, 17, 0.45);
}
.photo figcaption {
  margin-top: 0.7rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--rose-deep);
}

.photo-strip {
  display: grid;
  gap: 1rem;
  margin-top: 2.2rem;
}
@media (min-width: 640px) {
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 980px) {
  .photo-strip { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Paquetes ---------- */
.pack-grid { display: grid; gap: 1.1rem; margin-top: 2.4rem; }
@media (min-width: 900px) { .pack-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; } }
.pack {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.7rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.pack h3 { font-size: 1.25rem; }
.pack-for { font-size: 0.9rem; color: var(--ink-2); margin-top: 0.25rem; }
.pack-price {
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.15rem;
  letter-spacing: -0.02em;
  margin: 0.9rem 0 1rem;
}
.pack-price span { font-size: 0.95rem; font-weight: 500; color: var(--ink-2); letter-spacing: 0; }
.pack ul { list-style: none; display: grid; gap: 0.5rem; margin-bottom: 1.4rem; }
.pack li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.96rem;
  color: var(--ink-2);
}
.pack li::before {
  content: "";
  position: absolute; left: 0; top: 0.42em;
  width: 0.85rem; height: 0.45rem;
  border-left: 2.2px solid var(--gold);
  border-bottom: 2.2px solid var(--gold);
  transform: rotate(-45deg);
}
.pack .btn-card { margin-top: auto; padding: 0.8rem 1rem; min-height: 3.1rem; font-size: 0.98rem; box-shadow: none; }

.pack-featured {
  background: var(--soft-black);
  border-color: var(--soft-black);
  color: var(--nude);
  box-shadow: 0 0 0 1px rgba(176, 138, 82, 0.35);
}
.pack-featured h3 { color: var(--nude); }
.pack-featured .pack-for,
.pack-featured li { color: rgba(243, 235, 228, 0.72); }
.pack-featured .pack-price { color: var(--nude); }
.pack-featured .pack-price span { color: rgba(243, 235, 228, 0.6); }
.pack-featured li::before { border-color: var(--gold); }
.pack-tag {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}

.starter {
  margin-top: 1.6rem;
  background: var(--gold-wash);
  border: 1px solid rgba(106, 83, 48, 0.28);
  border-radius: 18px;
  padding: clamp(1.5rem, 4vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.starter h3 { font-size: 1.3rem; }
.starter p { margin-top: 0.5rem; color: var(--ink-2); max-width: 52ch; }
.starter p strong { color: var(--ink); font-family: var(--display); }

.honesty {
  margin-top: 1.6rem;
  font-size: 0.95rem;
  color: var(--ink-2);
  max-width: 58ch;
  border-left: 3px solid var(--gold);
  padding-left: 0.9rem;
}
.honesty em { font-family: var(--serif); font-style: italic; color: var(--ink); }

.pay-terms { list-style: none; display: grid; gap: 1rem; margin-top: 2.2rem; }
@media (min-width: 820px) { .pay-terms { grid-template-columns: repeat(3, 1fr); } }
.pay-terms li {
  display: flex; align-items: flex-start; gap: 0.7rem;
  font-size: 0.93rem; color: var(--ink-2);
}
.pay-terms svg { width: 24px; height: 24px; flex: none; color: var(--gold-text); margin-top: 0.1rem; }
.pay-terms strong { color: var(--ink); }

/* ---------- Extras ---------- */
.extras-grid { list-style: none; display: grid; gap: 0.9rem; margin-top: 2.2rem; }
@media (min-width: 680px) { .extras-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .extras-grid { grid-template-columns: repeat(3, 1fr); } }
.extras-grid li {
  display: flex; align-items: flex-start; gap: 0.85rem;
  padding: 1rem 0.2rem;
  border-bottom: 1px solid var(--line);
}
.extras-grid svg { width: 24px; height: 24px; flex: none; color: var(--gold-text); margin-top: 0.15rem; }
.extras-grid span { display: flex; flex-direction: column; gap: 0.2rem; font-size: 0.96rem; }
.extras-grid b { font-family: var(--display); font-size: 0.92rem; color: var(--gold-text); }

/* ---------- FAQ ---------- */
.faq { margin-top: 2.2rem; display: grid; gap: 0.7rem; max-width: 46rem; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; }
.faq summary {
  position: relative;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.03rem;
  line-height: 1.35;
  padding: 1.05rem 3.2rem 1.05rem 1.25rem;
}
.faq summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem; top: 50%;
  transform: translateY(-52%);
  font-weight: 500;
  font-size: 1.7rem;
  color: var(--gold-text);
}
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 1.25rem 1.2rem; color: var(--ink-2); max-width: 60ch; }
.faq details p strong { color: var(--ink); }

/* ---------- Final ---------- */
.final {
  background:
    radial-gradient(ellipse 60% 50% at 80% 0%, rgba(176, 138, 82, 0.18), transparent 55%),
    var(--soft-black);
  color: var(--nude);
  text-align: center;
  padding: clamp(4.5rem, 10vw, 7rem) 0 2.2rem;
}
.final-mark { margin: 0 auto 1.6rem; }
.final h2 {
  color: var(--nude);
  margin-inline: auto;
  max-width: 18ch;
}
.final h2 em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.final > .wrap > p { color: rgba(243, 235, 228, 0.7); max-width: 46ch; margin: 1rem auto 2rem; }
.btn-big { padding: 1.15rem 2.1rem; font-size: 1.1rem; }

.foot {
  margin-top: 4.5rem;
  border-top: 1px solid rgba(243, 235, 228, 0.12);
  padding-top: 1.6rem;
  font-size: 0.85rem;
  color: rgba(243, 235, 228, 0.55);
}
.foot .legal { font-size: 0.78rem; margin-top: 0.5rem; }
.foot a { color: rgba(243, 235, 228, 0.72); }

/* ---------- Sticky WhatsApp (móvil) ---------- */
.sticky-wa {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 60;
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: linear-gradient(transparent, rgba(22, 19, 17, 0.06) 30%, rgba(22, 19, 17, 0.12));
  transform: translateY(120%);
  visibility: hidden;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s 0.35s;
  pointer-events: none;
}
.sticky-wa.show {
  transform: translateY(0);
  visibility: visible;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s 0s;
  pointer-events: auto;
}
.btn-sticky { width: 100%; font-size: 1rem; }
@media (min-width: 768px) { .sticky-wa { display: none; } }

/* ---------- Reveals ---------- */
html.js .reveal { opacity: 0; transform: translateY(16px); }
html.js .reveal.in { opacity: 1; transform: none; transition: opacity 0.55s ease, transform 0.55s ease; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .beacon { animation: none; opacity: 1; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .btn { transition: none; }
  .sticky-wa { transition: none; }
  .look-card img { transition: none; }
}
