/* ==========================================================================
   Instituto Gomes de Amorim — Design System
   Landing pages otimizadas para conversão (Google Ads)
   Marca: coração magenta + teal | Mobile-first | leve para Core Web Vitals
   ========================================================================== */

:root {
  /* Brand */
  --magenta: #9a1b6e;
  --magenta-dark: #6e1250;
  --magenta-soft: #f6e9f2;
  --teal: #137789;
  --teal-dark: #0d5868;
  --teal-soft: #e4f1f3;

  /* Neutrals */
  --ink: #21222b;
  --body: #4a4d5a;
  --muted: #7c8090;
  --line: #e8e6ec;
  --cream: #faf7f6;
  --white: #ffffff;

  /* Action */
  --wa: #25d366;
  --wa-dark: #1da851;

  /* System */
  --accent: var(--teal);
  --accent-dark: var(--teal-dark);
  --accent-soft: var(--teal-soft);

  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 28px;
  --shadow: 0 12px 40px -12px rgba(33, 34, 43, .14);
  --shadow-sm: 0 4px 18px -6px rgba(33, 34, 43, .12);
  --shadow-lg: 0 30px 70px -28px rgba(110, 18, 80, .28);
  --maxw: 1140px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* Per-page accent theming via body class */
body.theme-magenta { --accent: var(--magenta); --accent-dark: var(--magenta-dark); --accent-soft: var(--magenta-soft); }
body.theme-teal    { --accent: var(--teal);    --accent-dark: var(--teal-dark);    --accent-soft: var(--teal-soft); }

/* --------------------------------------------------------------------------
   Reset / base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--body);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Fraunces", "Playfair Display", Georgia, serif;
  color: var(--ink);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.01em;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--accent); border-radius: 2px; }

.section { padding: 86px 0; }
.section--tight { padding: 60px 0; }
.section-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4.4vw, 44px); margin: 14px 0 0; }
.section-head p { margin-top: 16px; font-size: 18px; color: var(--muted); }
.text-center { text-align: center; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700; font-size: 16px;
  padding: 16px 28px; border-radius: 100px; border: 0;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;
  line-height: 1; text-align: center;
}
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }

.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .6); }
.btn--wa:hover { background: var(--wa-dark); box-shadow: 0 18px 38px -10px rgba(37, 211, 102, .7); }

.btn--accent { background: var(--accent); color: #fff; box-shadow: 0 14px 30px -12px var(--accent); }
.btn--accent:hover { background: var(--accent-dark); }

.btn--ghost { background: transparent; color: var(--accent); border: 1.5px solid var(--accent); }
.btn--ghost:hover { background: var(--accent); color: #fff; }

.btn--lg { padding: 19px 38px; font-size: 17px; }
.btn--block { display: flex; width: 100%; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand img { height: 42px; width: auto; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-size: 15px; font-weight: 600; color: var(--ink); transition: color .2s; }
.nav a:hover { color: var(--accent); }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { font-weight: 700; color: var(--ink); font-size: 15px; display: flex; align-items: center; gap: 7px; }
.header-phone svg { width: 17px; height: 17px; color: var(--accent); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; color: var(--ink); }
.nav-toggle svg { width: 28px; height: 28px; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 82% -8%, var(--accent-soft) 0%, transparent 60%),
    radial-gradient(800px 480px at -8% 108%, var(--magenta-soft) 0%, transparent 55%),
    var(--cream);
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 78px 0 84px; }
.hero h1 { font-size: clamp(34px, 5.4vw, 58px); }
.hero h1 .hl { color: var(--accent); }
.hero .lede { font-size: clamp(18px, 2.2vw, 21px); margin-top: 22px; max-width: 540px; color: var(--body); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; }
.hero-trust .ht { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--ink); }
.hero-trust .ht svg { width: 19px; height: 19px; color: var(--accent); flex-shrink: 0; }

/* Hero visual / portrait card */
.hero-figure { position: relative; }
.portrait {
  position: relative; border-radius: var(--radius-lg);
  background: linear-gradient(155deg, var(--accent) 0%, var(--accent-dark) 100%);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 4.6; overflow: hidden;
  display: flex; align-items: flex-end;
}
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.portrait-fallback {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  color: #fff; text-align: center; padding: 32px;
}
.portrait-fallback .pf-icon { width: 86px; height: 86px; opacity: .9; }
.portrait-fallback strong { font-family: "Fraunces", serif; font-size: 24px; font-weight: 600; }
.portrait-fallback span { font-size: 14px; opacity: .82; letter-spacing: .04em; }

.float-card {
  position: absolute; background: #fff; border-radius: 16px; padding: 16px 18px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 13px;
}
.float-card .fc-num { font-family: "Fraunces", serif; font-size: 30px; font-weight: 600; color: var(--accent); line-height: 1; }
.float-card .fc-txt { font-size: 12.5px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.float-card--tl { top: 26px; left: -24px; }
.float-card--br { bottom: 30px; right: -22px; }

/* --------------------------------------------------------------------------
   Trust strip
   -------------------------------------------------------------------------- */
.trustbar { background: var(--ink); color: #fff; }
.trustbar .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 32px 22px; }
.trustbar .ts { text-align: center; }
.trustbar .ts b { display: block; font-family: "Fraunces", serif; font-size: 30px; color: #fff; font-weight: 600; }
.trustbar .ts span { font-size: 13.5px; color: rgba(255, 255, 255, .68); }

/* --------------------------------------------------------------------------
   Pain / "você se identifica"
   -------------------------------------------------------------------------- */
.pain { background: var(--cream); }
.pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 880px; margin: 0 auto; }
.pain-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 20px 22px;
}
.pain-item svg { width: 22px; height: 22px; color: var(--magenta); flex-shrink: 0; margin-top: 2px; }
.pain-item p { font-size: 16px; color: var(--body); }
.pain-cta { text-align: center; margin-top: 40px; }
.pain-cta p { font-size: 19px; font-weight: 600; color: var(--ink); margin-bottom: 22px; font-family: "Fraunces", serif; }

/* --------------------------------------------------------------------------
   Cards / services / steps
   -------------------------------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card .ic {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: var(--accent-soft); color: var(--accent); margin-bottom: 20px;
}
.card .ic svg { width: 28px; height: 28px; }
.card h3 { font-size: 21px; margin-bottom: 10px; }
.card p { font-size: 15.5px; color: var(--muted); }
.card .more { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 700; font-size: 14.5px; color: var(--accent); }
.card .more svg { width: 16px; height: 16px; transition: transform .2s; }
.card:hover .more svg { transform: translateX(4px); }

/* Steps (como funciona) */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 14px; }
.step .num {
  font-family: "Fraunces", serif; font-size: 17px; font-weight: 700; color: #fff;
  width: 44px; height: 44px; border-radius: 50%; background: var(--accent);
  display: grid; place-items: center; margin-bottom: 18px;
}
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--muted); }

/* --------------------------------------------------------------------------
   About doctor
   -------------------------------------------------------------------------- */
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.about-photo {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow);
  background: linear-gradient(155deg, var(--magenta) 0%, var(--magenta-dark) 100%);
  aspect-ratio: 4 / 4.8; display: flex; align-items: center; justify-content: center;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.about h2 { font-size: clamp(28px, 4vw, 40px); margin: 14px 0 18px; }
.about .crm { display: inline-block; background: var(--accent-soft); color: var(--accent-dark); font-weight: 700; font-size: 13px; padding: 6px 14px; border-radius: 100px; margin-bottom: 18px; }
.about p { margin-bottom: 16px; }
.about-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.about-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink); font-weight: 500; }
.about-list svg { width: 21px; height: 21px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }

/* --------------------------------------------------------------------------
   Differentials
   -------------------------------------------------------------------------- */
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.diff {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line);
}
.diff .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex-shrink: 0; }
.diff .ic svg { width: 24px; height: 24px; }
.diff h3 { font-size: 17.5px; margin-bottom: 5px; }
.diff p { font-size: 14.5px; color: var(--muted); }

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.testi { background: linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm);
}
.quote .stars { color: #f5a623; font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.quote p { font-size: 15.5px; color: var(--body); font-style: italic; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.quote .av { width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: "Fraunces", serif; }
.quote .who b { display: block; color: var(--ink); font-size: 15px; }
.quote .who span { font-size: 13px; color: var(--muted); }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 22px 4px; font-size: 17.5px; font-weight: 600; color: var(--ink); font-family: "Fraunces", serif;
}
.faq-q .pm { width: 26px; height: 26px; flex-shrink: 0; position: relative; transition: transform .3s var(--ease); }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; }
.faq-q .pm::before { width: 16px; height: 2.5px; top: 12px; left: 5px; }
.faq-q .pm::after { width: 2.5px; height: 16px; top: 5px; left: 12px; transition: opacity .3s; }
.faq-item.open .pm { transform: rotate(180deg); }
.faq-item.open .pm::after { opacity: 0; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a p { padding: 0 4px 24px; font-size: 16px; color: var(--body); }

/* --------------------------------------------------------------------------
   CTA band
   -------------------------------------------------------------------------- */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--magenta) 0%, var(--magenta-dark) 55%, var(--teal-dark) 130%);
  color: #fff; text-align: center;
}
.cta-band::before, .cta-band::after {
  content: ""; position: absolute; border-radius: 50%;
  background: rgba(255, 255, 255, .07);
}
.cta-band::before { width: 360px; height: 360px; top: -120px; right: -80px; }
.cta-band::after { width: 260px; height: 260px; bottom: -120px; left: -60px; }
.cta-band .wrap { position: relative; z-index: 1; padding: 80px 22px; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 4.4vw, 44px); max-width: 700px; margin: 0 auto; }
.cta-band p { color: rgba(255, 255, 255, .85); font-size: 18px; margin: 18px auto 34px; max-width: 560px; }
.cta-band .btn--wa { box-shadow: 0 16px 40px -10px rgba(0, 0, 0, .4); }
.cta-band .micro { margin-top: 18px; font-size: 14px; color: rgba(255, 255, 255, .7); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .72); font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 44px; padding: 64px 0 40px; }
.site-footer .brand-f img { height: 46px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.site-footer p { color: rgba(255, 255, 255, .6); font-size: 14.5px; max-width: 320px; }
.footer-col h4 { color: #fff; font-family: "Inter", sans-serif; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { list-style: none; padding: 0; display: grid; gap: 11px; }
.footer-col a:hover { color: #fff; }
.foot-contact li { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 13px; }
.foot-contact svg { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255, 255, 255, .5); }
.footer-bottom a:hover { color: #fff; }

/* --------------------------------------------------------------------------
   Floating WhatsApp + sticky mobile bar
   -------------------------------------------------------------------------- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 80;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--wa); color: #fff; display: grid; place-items: center;
  box-shadow: 0 12px 30px -6px rgba(37, 211, 102, .6);
  transition: transform .25s var(--ease);
  animation: wa-pulse 2.6s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; }
@keyframes wa-pulse {
  0% { box-shadow: 0 12px 30px -6px rgba(37, 211, 102, .6), 0 0 0 0 rgba(37, 211, 102, .5); }
  70% { box-shadow: 0 12px 30px -6px rgba(37, 211, 102, .6), 0 0 0 18px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 12px 30px -6px rgba(37, 211, 102, .6), 0 0 0 0 rgba(37, 211, 102, 0); }
}

.mobile-bar { display: none; }

/* --------------------------------------------------------------------------
   Reveal animation
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .wa-float { animation: none; }
  html { scroll-behavior: auto; }
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 54px 0 64px; }
  .hero-figure { max-width: 420px; margin: 0 auto; width: 100%; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-photo { max-width: 380px; }
  .cards, .diff-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 62px 0; }
  .nav, .header-phone { display: none; }
  .nav-toggle { display: block; }
  .nav.open {
    display: flex; flex-direction: column; align-items: flex-start; gap: 4px;
    position: absolute; top: 76px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 14px 22px 22px;
    box-shadow: var(--shadow);
  }
  .nav.open a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); font-size: 16px; }
  /* No celular o CTA do header vira um botão compacto só com o ícone do WhatsApp
     (evita a quebra de "Agendar consulta" e desafoga o cabeçalho). */
  .header-cta { gap: 10px; }
  .header-cta .btn {
    width: 46px; height: 46px; padding: 0; gap: 0;
    border-radius: 50%; flex: 0 0 46px; justify-content: center; font-size: 0;
    box-shadow: 0 8px 20px -8px rgba(18, 119, 137, .55);
  }
  .header-cta .btn svg { width: 22px; height: 22px; margin: 0; }
  .cards, .diff-grid, .testi-grid, .steps, .pain-grid, .footer-grid { grid-template-columns: 1fr; }
  .trustbar .wrap { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .float-card { display: none; }
  .section-head { margin-bottom: 38px; }

  /* sticky mobile conversion bar */
  .mobile-bar {
    display: flex; gap: 10px;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 75;
    background: #fff; border-top: 1px solid var(--line);
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 24px -12px rgba(0,0,0,.18);
  }
  .mobile-bar .btn { flex: 1; padding: 14px; font-size: 15px; }
  .mobile-bar .btn--call { flex: 0 0 54px; }
  /* No celular a barra fixa (WhatsApp + Ligar) já é o CTA principal,
     então o botão flutuante é redundante e fica oculto. */
  .wa-float { display: none; }
  body { padding-bottom: 72px; }
}

/* --------------------------------------------------------------------------
   Localização / mapa
   -------------------------------------------------------------------------- */
.mapsec { background: var(--cream); }
.map-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.map-info h2 { font-size: clamp(26px, 3.6vw, 38px); margin: 14px 0 22px; }
.map-list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 16px; }
.map-list li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--ink); }
.map-list svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.map-list b { display: block; font-weight: 700; }
.map-list span { color: var(--muted); font-size: 14.5px; }
.map-frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  aspect-ratio: 16 / 11; background: var(--accent-soft);
}
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 980px) {
  .map-grid { grid-template-columns: 1fr; gap: 32px; }
  .map-frame { aspect-ratio: 16 / 10; }
}

/* --------------------------------------------------------------------------
   Banner de consentimento (LGPD)
   -------------------------------------------------------------------------- */
.cookie-banner {
  position: fixed; z-index: 95; left: 20px; bottom: 20px;
  width: min(420px, calc(100vw - 40px));
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 22px 24px;
  opacity: 0; transform: translateY(20px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.cookie-banner.show { opacity: 1; transform: none; }
.cookie-banner p { font-size: 13.5px; line-height: 1.55; color: var(--body); margin: 0 0 16px; }
.cookie-banner a { color: var(--accent); font-weight: 600; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; }
.cookie-banner .btn { flex: 1; padding: 11px 18px; font-size: 14px; }

@media (max-width: 760px) {
  .cookie-banner { left: 10px; right: 10px; bottom: 78px; width: auto; padding: 18px 18px; }
}

/* --------------------------------------------------------------------------
   Página legal (Política de Privacidade)
   -------------------------------------------------------------------------- */
.legal-hero {
  background: radial-gradient(900px 360px at 80% -20%, var(--accent-soft) 0%, transparent 60%), var(--cream);
  padding: 64px 0 52px; border-bottom: 1px solid var(--line);
}
.legal-hero h1 { font-size: clamp(30px, 4.6vw, 46px); margin-top: 12px; }
.legal-hero .updated { margin-top: 14px; color: var(--muted); font-size: 14.5px; }
.legal { max-width: 820px; margin: 0 auto; }
.legal h2 { font-size: 23px; margin: 40px 0 14px; }
.legal h3 { font-size: 18px; margin: 26px 0 8px; }
.legal p { margin-bottom: 14px; }
.legal ul { padding-left: 22px; margin: 0 0 16px; display: grid; gap: 8px; }
.legal li { color: var(--body); }
.legal a { color: var(--accent); text-decoration: underline; }
.legal strong { color: var(--ink); }
.legal .box {
  background: var(--accent-soft); border-radius: var(--radius-sm);
  padding: 22px 24px; margin: 24px 0;
}
.legal .box p:last-child { margin-bottom: 0; }
