/* Amarres de amor · "Noche ritual" */

/* Self-hosted fonts (latin subset covers Spanish á é í ó ú ñ ü ¿ ¡) */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --night: #0d0204;
  --wine: #5a0f1c;
  --wine-deep: #2a0d14;
  --gold: #e8c27a;
  --gold-soft: rgba(232, 194, 122, .28);
  --cream: #f5e9dc;
  --cream-muted: #d9c7b6;
  --wa: #25D366;
  --wa-ink: #06210f;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap: 1160px;
  --radius: 14px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background-color: #0d0204;
  color: var(--cream);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); }
p { margin: 0 0 1.1em; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.005em; }
h1, h2 { color: #e8c27a; }
h1 { font-size: clamp(2.5rem, 1.4rem + 4.2vw, 4.4rem); }
h2 { font-size: clamp(2rem, 1.4rem + 2.2vw, 3rem); }
h3 { font-size: 1.55rem; color: var(--cream); font-weight: 600; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--gold); color: var(--night); padding: 12px 18px; border-radius: 8px;
  font-weight: 600; text-decoration: none;
}
.skip-link:focus { top: 12px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.wrap { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }
.wrap--narrow { --wrap: 820px; }

.eyebrow {
  font-size: .78rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem; display: flex; align-items: center; gap: .75rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }

/* WhatsApp buttons */
.btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 48px; padding: .75rem 1.4rem; border-radius: 999px;
  background-color: #25D366; color: var(--wa-ink);
  font-family: var(--sans); font-weight: 600; font-size: 1rem; line-height: 1.2; text-decoration: none;
  box-shadow: 0 10px 30px -12px rgba(37, 211, 102, .55);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn-wa:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 14px 34px -12px rgba(37, 211, 102, .75); }
.btn-wa:focus-visible { outline-color: var(--cream); border-radius: 999px; }
.btn-wa--sm { min-height: 44px; padding: .55rem 1.1rem; font-size: .95rem; }
.btn-wa--lg { min-height: 56px; padding: 1rem 1.8rem; font-size: 1.08rem; }
.wa-glyph { width: 1.35em; height: 1.35em; flex: none; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13, 2, 4, .86);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gold-soft);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--cream); min-height: 44px; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; letter-spacing: .01em; }
.menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .25rem; }
.menu a:not(.btn-wa) {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 .85rem;
  color: var(--cream); text-decoration: none; font-size: .95rem;
  position: relative;
}
.menu a:not(.btn-wa)::after {
  content: ""; position: absolute; left: .85rem; right: .85rem; bottom: 8px; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.menu a:not(.btn-wa):hover::after { transform: scaleX(1); }
.menu-cta { margin-left: .6rem; }
.nav-toggle { display: none; }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 78% 35%, rgba(90, 15, 28, .9), transparent 70%),
    radial-gradient(ellipse 60% 60% at 10% 100%, rgba(42, 13, 20, .9), transparent 70%);
  padding: clamp(3rem, 7vw, 6.5rem) 0 clamp(3.5rem, 7vw, 6rem);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy h1 { max-width: 14ch; }
.lede { font-size: 1.15rem; color: var(--cream); max-width: 36rem; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-bottom: 2.2rem; }
.link-quiet { color: var(--cream); text-underline-offset: 6px; text-decoration-color: var(--gold); min-height: 44px; display: inline-flex; align-items: center; }
.link-quiet:hover { color: var(--gold); }
.badges { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .6rem; }
.badges li {
  font-size: .9rem; padding: .5rem .95rem; border: 1px solid var(--gold-soft); border-radius: 999px;
  background: rgba(42, 13, 20, .6); display: inline-flex; align-items: center; gap: .5rem;
}
.badges li::before { content: "✦" / ""; color: var(--gold); font-size: .75rem; }
.hero-figure { margin: 0; justify-self: center; width: min(100%, 420px); }
.arch { position: relative; padding: 12px; }
.arch::before {
  content: ""; position: absolute; inset: 0; border: 1px solid var(--gold);
  border-radius: 999px 999px 18px 18px; opacity: .7;
}
.arch img {
  width: 100%; aspect-ratio: 497 / 601; object-fit: cover;
  border-radius: 999px 999px 10px 10px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .9), 0 0 90px -20px rgba(232, 120, 60, .35);
}

/* Sections */
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.section--deep { background: linear-gradient(180deg, var(--wine-deep), #1b060b 60%, var(--wine-deep)); }
.section + .section::before, .section-divider {
  content: "✦" / ""; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);
  color: var(--gold); background: var(--night); padding: 0 1rem; font-size: .9rem;
}
.section--deep::before { background: var(--wine-deep) !important; }
.section-head { max-width: 46rem; margin-bottom: 3rem; }
.section-head > p:last-child { color: var(--cream-muted); font-size: 1.08rem; }
.section-head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.prose p { color: var(--cream); max-width: 40rem; }

.split { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.split-media { display: grid; place-items: center; }
.ornament {
  width: 220px; aspect-ratio: 1; border-radius: 50%; padding: 22px;
  background: radial-gradient(circle, rgba(232, 194, 122, .14), transparent 70%);
  border: 1px solid var(--gold-soft);
  filter: sepia(.4) saturate(1.4) hue-rotate(-10deg);
}
.ornament--sm { width: 120px; padding: 14px; flex: none; }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.card {
  background: linear-gradient(180deg, rgba(90, 15, 28, .55), rgba(42, 13, 20, .7));
  border: 1px solid var(--gold-soft); border-radius: var(--radius);
  padding: 1.4rem 1.4rem 1.6rem; transition: transform .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold); }
.card img { width: 78%; margin: 0 auto 1.2rem; }
.card h3 { font-size: 1.4rem; }
.card p { color: var(--cream-muted); font-size: .98rem; margin: 0; }

/* Steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: s; }
.step { padding: 0 1.6rem 0 0; margin-right: 1.6rem; border-right: 1px solid var(--gold-soft); }
.step:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.step-num {
  display: block; font-family: var(--serif); font-size: 3.4rem; line-height: 1; color: var(--gold);
  margin-bottom: 1rem; font-weight: 600;
}
.step h3 { font-size: 1.45rem; }
.step p { color: var(--cream-muted); font-size: .98rem; margin: 0; }

/* CTA band */
.cta-band {
  background:
    linear-gradient(100deg, var(--wine) 0%, #3c0a14 55%, var(--wine-deep) 100%);
  border-block: 1px solid var(--gold-soft);
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band-title { font-family: var(--serif); font-size: clamp(1.8rem, 1.3rem + 1.6vw, 2.5rem); font-weight: 700; color: var(--cream); line-height: 1.15; margin-bottom: .4rem; }
.cta-band-inner p:not(.cta-band-title) { margin: 0; color: var(--cream); max-width: 38rem; }

/* Testimonials */
.chats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; align-items: start; }
.chat { margin: 0; }
.chat-shot {
  width: 100%; max-width: 300px; margin: 0 auto 1.3rem; border-radius: 22px;
  border: 6px solid #1a0a0e; outline: 1px solid var(--gold-soft);
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .9);
}
.chat:nth-child(2) .chat-shot { transform: translateY(1.5rem); }
.chat:nth-child(2) figcaption { margin-top: 1.5rem; }
.chat figcaption { display: flex; gap: .9rem; align-items: flex-start; font-size: .96rem; color: var(--cream-muted); max-width: 320px; margin-inline: auto; }
.chat figcaption strong { color: var(--cream); }
.avatar { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--gold); flex: none; image-rendering: pixelated; }
.note { margin: 2.5rem 0 0; text-align: center; font-size: .9rem; color: var(--cream-muted); font-style: italic; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.about-media { position: relative; padding-bottom: 18%; padding-right: 18%; }
.about-a { width: 100%; border-radius: var(--radius); border: 1px solid var(--gold-soft); aspect-ratio: 550 / 714; object-fit: cover; }
.about-b {
  position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: 1; object-fit: cover;
  border-radius: 50%; border: 6px solid var(--night); outline: 1px solid var(--gold);
}

/* FAQ */
.faq { border-top: 1px solid var(--gold-soft); }
.faq details { border-bottom: 1px solid var(--gold-soft); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  min-height: 56px; padding: 1.1rem 0;
  font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--cream); line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none; width: 32px; height: 32px; display: grid; place-items: center;
  border: 1px solid var(--gold-soft); border-radius: 50%; color: var(--gold); font-family: var(--sans); font-size: 1.1rem;
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq summary:hover { color: var(--gold); }
.faq-answer { padding: 0 3rem 1.3rem 0; color: var(--cream); }
.faq-answer p { margin: 0; }

/* Final CTA */
.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: clamp(5rem, 10vw, 8rem) 0; text-align: center; }
.final-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.final-cta::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(ellipse at center, rgba(13, 2, 4, .72), rgba(13, 2, 4, .92) 75%);
}
.final-inner { max-width: 44rem; }
.final-inner h2 { font-size: clamp(2.4rem, 1.6rem + 3vw, 3.8rem); }
.final-inner > p { font-size: 1.12rem; margin-bottom: 2rem; }
.final-small { margin: 1.4rem 0 0 !important; font-size: .9rem !important; color: var(--cream-muted); letter-spacing: .08em; }

/* Footer */
.site-footer { border-top: 1px solid var(--gold-soft); padding: 2.5rem 0 3rem; font-size: .88rem; color: var(--cream-muted); }
.footer-inner { display: grid; gap: .6rem; }
.disclaimer { max-width: 62rem; }
.disclaimer strong { color: var(--cream); }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.copy { margin: 0; }

/* Floating / fixed WhatsApp */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 60; min-height: 56px; }
.wa-bar { display: none; }

/* Tablet — collapsed nav lives here (1024px) so brand + 5 links + WhatsApp
   button never fight for space at 768–1024px. The fixed WhatsApp bar /
   floating button breakpoint stays at 767px, further down. */
@media (max-width: 1024px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; }
  .step:nth-child(2) { border-right: 0; margin-right: 0; padding-right: 0; }

  /* No-JS fallback: without html.js, .menu keeps its base flex display and
     simply wraps into a reachable list instead of collapsing behind a
     non-functional toggle. */
  .menu { flex-wrap: wrap; justify-content: flex-end; row-gap: .4rem; }
  .menu a:not(.btn-wa) { padding: 0 .55rem; }

  html.js .nav-toggle {
    display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; min-width: 44px; padding: 0 .9rem;
    background: transparent; color: var(--cream); border: 1px solid var(--gold-soft); border-radius: 999px;
    font: 600 .9rem var(--sans); cursor: pointer;
  }
  .nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after {
    display: block; width: 18px; height: 2px; background: var(--gold); position: relative; transition: transform .25s ease, background .25s ease;
  }
  .nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
  .nav-toggle-bars::before { top: -6px; }
  .nav-toggle-bars::after { top: 6px; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-bars::after { transform: translateY(-6px) rotate(-45deg); }
  html.js .site-nav { position: absolute; left: 0; right: 0; top: 100%; }
  html.js .menu {
    display: none; flex-wrap: nowrap; flex-direction: column; align-items: stretch; gap: 0;
    background: #14040a; border-bottom: 1px solid var(--gold-soft); padding: .5rem 16px 1.2rem;
  }
  html.js .menu.is-open { display: flex; }
  html.js .menu a:not(.btn-wa) { min-height: 52px; padding: 0; border-bottom: 1px solid rgba(232, 194, 122, .12); font-size: 1.05rem; }
  html.js .menu a:not(.btn-wa)::after { display: none; }
  html.js .menu-cta { margin: 1rem 0 0; }
  html.js .menu-cta .btn-wa { width: 100%; }
}

/* Mobile */
@media (max-width: 767px) {
  :root { --header-h: 64px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); font-size: 1rem; }
  .brand span { font-size: 1.2rem; }

  .hero-grid, .split, .about { grid-template-columns: 1fr; }
  .hero-figure { order: -1; width: min(72%, 300px); }
  .lede { font-size: 1.05rem; }
  .hero-actions .btn-wa { width: 100%; }
  .split-media { order: -1; }
  .ornament { width: 150px; padding: 16px; }
  .cards { grid-template-columns: 1fr; }
  .card img { width: 62%; }
  .steps { grid-template-columns: 1fr; row-gap: 2rem; }
  .step { border-right: 0; margin-right: 0; padding: 0 0 2rem; border-bottom: 1px solid var(--gold-soft); }
  .step:last-child { border-bottom: 0; padding-bottom: 0; }
  .section-head--row { align-items: center; }
  .ornament--sm { width: 84px; padding: 10px; }
  .cta-band-inner { flex-direction: column; align-items: stretch; text-align: left; }
  .chats { grid-template-columns: 1fr; gap: 2.5rem; }
  .chat:nth-child(2) .chat-shot { transform: none; }
  .chat:nth-child(2) figcaption { margin-top: 0; }
  .chat-shot { max-width: 260px; }
  .faq summary { font-size: 1.2rem; }
  .faq-answer { padding-right: 0; }

  .wa-float { display: none; }
  .wa-bar {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(13, 2, 4, .92); border-top: 1px solid var(--gold-soft);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  }
  .wa-bar .btn-wa { width: 100%; min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .btn-wa:hover, .card:hover { transform: none; }
}

/* Checklist in #que-es */
.prose h3 { margin-top: 2rem; color: var(--gold); }
.checklist { list-style: none; margin: 0 0 1.4rem; padding: 0; display: grid; gap: .7rem; max-width: 40rem; }
.checklist li { position: relative; padding-left: 1.8rem; }
.checklist li::before { content: "✦" / ""; position: absolute; left: 0; top: .1em; color: var(--gold); font-size: .85rem; }
.section-head--row > div > p:last-child { color: var(--cream-muted); font-size: 1.08rem; max-width: 40rem; margin: 0; }
.services-foot { margin-top: 2.5rem; text-align: center; }
.services-foot p { max-width: 44rem; margin: 0 auto; color: var(--cream); }
.services-foot strong { color: var(--gold); font-weight: 600; }
@media (min-width: 768px) {
  .split, .about { align-items: start; }
  .split-media, .about-media { position: sticky; top: calc(var(--header-h) + 2rem); }
}
.footer-inner { gap: 0; }
.footer-inner p { margin: 0 0 .6rem; }

/* Cookie consent notice (discreet, AEPD first layer) */
.footer-cookies-btn {
  background: none; border: 0; padding: 0; margin: 0;
  color: var(--gold); font: inherit; text-decoration: underline; text-underline-offset: 4px;
  cursor: pointer; min-height: 44px; display: inline-flex; align-items: center;
}
.consent-notice {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 65;
  width: 340px;
  max-width: calc(100% - 32px);
  background: #1a0a0e;
  color: var(--cream-muted);
  border: 1px solid rgba(232, 194, 122, .25);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .5);
  padding: 10px 14px;
  font-size: 12.5px;
  line-height: 1.35;
}
.consent-notice[hidden] { display: none; }
.consent-notice:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.consent-notice p { margin: 0 0 6px; }
.consent-notice a { color: var(--gold); }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-btn {
  flex: 1 1 auto;
  min-height: 36px;
  padding: 6px 16px;
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(232, 194, 122, .25);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.consent-btn:hover, .consent-btn:focus-visible { border-color: var(--gold); color: var(--gold); }
@media (max-width: 767px) {
  .consent-notice {
    left: 12px;
    right: 12px;
    bottom: calc(76px + env(safe-area-inset-bottom) + 8px);
    width: auto;
    max-width: none;
    max-height: 30vh;
    overflow: auto;
  }
  .consent-btn { min-height: 44px; }
}
