/* Fontes hospedadas localmente — nenhuma requisição a servidores do Google. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('assets/fonts/manrope-latin.woff2') format('woff2');
}

:root {
  --ink: #071019;
  --ink-soft: #111c27;
  --paper: #f4f7f9;
  --white: #ffffff;
  --muted: #708090;
  --line: rgba(7, 16, 25, 0.14);
  --blue: #1696ff;
  --blue-bright: #36b8ff;
  --green: #25d366;
  --max: 1240px;
  --pad: clamp(20px, 4vw, 56px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
body.menu-open { overflow: hidden; }
section[id] { scroll-margin-top: 24px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(calc(100% - (var(--pad) * 2)), var(--max)); margin-inline: auto; }
.section-pad { padding-block: clamp(60px, 7vw, 108px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: var(--white); color: var(--ink); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 1000; width: 0; height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); box-shadow: 0 0 16px rgba(54,184,255,.65); }

.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 100; min-height: 82px; padding: 9px var(--pad); display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--white); z-index: 2; }
.brand img { height: 54px; width: auto; border-radius: 6px; }
.brand span { display: grid; text-transform: uppercase; line-height: 1; letter-spacing: .08em; }
.brand strong { font: 700 19px/1 Manrope, sans-serif; }
.brand small { margin-top: 5px; font-size: 9px; letter-spacing: .26em; color: #a9c5dc; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); color: rgba(255,255,255,.78); font-size: 13px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--blue-bright); transition: right .3s var(--ease); }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { right: 0; }
.nav-cta { color: var(--white); border: 1px solid rgba(255,255,255,.28); padding: 13px 18px; transition: background .25s ease, border-color .25s ease; }
.nav-cta:hover { background: var(--blue); border-color: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; z-index: 3; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--white); transition: transform .3s var(--ease), opacity .2s ease; }

/* O header acompanha a página e some ao rolar (mesmo comportamento em mobile e desktop). */

.hero { position: relative; min-height: 100svh; background: var(--ink); color: var(--white); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 69% 44%, rgba(22,150,255,.12), transparent 24%), linear-gradient(90deg, rgba(4,10,16,.97) 0%, rgba(4,10,16,.84) 31%, rgba(4,10,16,.2) 66%, rgba(4,10,16,.3) 100%), linear-gradient(0deg, rgba(4,10,16,.82), transparent 42%); }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.hero-content { padding-top: 80px; }
.eyebrow { margin: 0 0 22px; color: #80c9ff; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #177ed2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, sans-serif; }
.hero h1 { max-width: 900px; margin-bottom: 26px; font-size: clamp(48px, 7.4vw, 104px); line-height: .96; letter-spacing: -.055em; font-weight: 600; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.hero-copy { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 13px; font-weight: 600; letter-spacing: .015em; transition: transform .25s var(--ease), color .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-primary { background: var(--blue); color: var(--white); border: 1px solid var(--blue); box-shadow: 0 12px 38px rgba(22,150,255,.22); }
.button-primary:hover { background: var(--blue-bright); border-color: var(--blue-bright); }
.button-ghost { border: 1px solid rgba(255,255,255,.26); color: var(--white); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: rgba(255,255,255,.7); }
.button-dark { background: var(--ink); color: var(--white); border: 1px solid var(--ink); }
.hero-footer { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); display: flex; align-items: center; gap: 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.65); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-footer span { flex: 1; padding: 21px clamp(16px,3vw,42px); border-right: 1px solid rgba(255,255,255,.14); white-space: nowrap; }
.hero-footer span:first-child { padding-left: 0; }
.hero-footer span:last-child { border-right: 0; }

.signal-line { background: var(--blue); color: var(--white); overflow: hidden; transform: rotate(-1deg) scale(1.02); transform-origin: center; }
.signal-line .signal-track { display: flex; width: max-content; padding: 13px 0; font: 600 11px/1 Manrope, sans-serif; letter-spacing: .22em; animation: ticker 30s linear infinite; }
.signal-line .signal-seq { display: inline-flex; align-items: center; flex: none; white-space: nowrap; padding-right: 56px; }
.signal-line i { display: inline-block; width: 5px; height: 5px; margin: 0 28px 2px; background: var(--white); border-radius: 50%; }

.section-copy { max-width: 720px; }
.section-copy h2, .section-heading h2, .gallery-heading h2, .location-copy h2 { font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; font-weight: 600; }
.section-copy p:not(.eyebrow) { max-width: 520px; color: #5e6a76; line-height: 1.75; }
.diagnostic-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.diagnostic-media { margin: 0; overflow: hidden; border-radius: 3px; background: #dce4e9; }
.diagnostic-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 20px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 600; }
.text-link span { color: var(--blue); }
.services { padding-top: 30px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; min-height: 132px; display: grid; grid-template-columns: 68px minmax(210px, .9fr) minmax(240px, 1fr) 30px; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); transition: padding .35s var(--ease), background .3s ease; overflow: hidden; }
.service-row::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--blue); transform: scaleY(0); transform-origin: bottom; transition: transform .35s var(--ease); }
.service-row:hover { padding-inline: 18px; background: rgba(255,255,255,.82); }
.service-row:hover::before { transform: scaleY(1); }
.service-number { color: var(--blue); font-size: 12px; }
.service-row h3 { margin: 0; font-size: clamp(20px, 2.2vw, 30px); font-weight: 600; }
.service-row p { margin: 0; color: #667482; line-height: 1.6; font-size: 14px; }
.service-arrow { font-size: 20px; transition: color .25s, transform .3s var(--ease); }
.service-row:hover .service-arrow { color: var(--blue); transform: translate(3px,-3px); }

.workshop { padding: clamp(24px, 4vw, 56px); background: var(--paper); color: var(--white); overflow: hidden; }
.workshop-stage { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; max-width: 1500px; margin: 0 auto; overflow: hidden; border-radius: clamp(22px, 4vw, 54px); background: var(--ink); isolation: isolate; padding: clamp(40px, 7vw, 96px); }
.workshop-copy { position: static; z-index: 2; width: 100%; max-width: 640px; }
.workshop-media { margin: 0; overflow: hidden; border-radius: clamp(14px, 2vw, 24px); }
.workshop-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.workshop-copy h2 { margin-bottom: 26px; font-size: clamp(42px, 5vw, 72px); line-height: 1; letter-spacing: -.05em; font-weight: 600; }
.workshop-copy > p:not(.eyebrow) { max-width: 520px; color: #b4c0ca; line-height: 1.75; }
.workshop-details { max-width: 520px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.16); }
.workshop-details div { padding: 16px 0; display: grid; grid-template-columns: 88px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.workshop-details strong { color: var(--blue-bright); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.workshop-details span { color: #d1d9df; font-size: 12px; }

.gallery-heading { margin-bottom: 52px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 390px; margin-bottom: 8px; color: #687582; line-height: 1.65; }
.gallery-grid { columns: 3; column-gap: 12px; }
.gallery-item { margin: 0 0 12px; overflow: hidden; background: #dce4e9; break-inside: avoid; border-radius: 2px; }
.gallery-item img { width: 100%; height: auto; display: block; }

.cta-panel { position: relative; min-height: 440px; margin: 0 var(--pad); display: grid; place-items: center; color: var(--white); background: var(--ink); isolation: isolate; overflow: hidden; border-radius: clamp(22px, 4vw, 50px); }
.cta-panel::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 32%, rgba(22,150,255,.18), transparent 42%), linear-gradient(120deg, #0a141f, #0d1a28 60%, #0a1420); }
.cta-content h2 { max-width: 900px; margin-bottom: 18px; font-size: clamp(44px, 6.5vw, 86px); line-height: .98; letter-spacing: -.05em; font-weight: 600; }
.cta-content p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: rgba(255,255,255,.68); line-height: 1.7; }

.location-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(44px, 8vw, 120px); align-items: start; }
.location-copy address { margin: 28px 0 34px; color: #65727e; font-style: normal; font-size: 17px; line-height: 1.7; }
.map-frame { min-height: 520px; border: 1px solid var(--line); background: #d9e2e8; overflow: hidden; }
.map-frame iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: grayscale(.16) contrast(1.03); }

.footer { padding: 54px 0 26px; background: #050b11; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr .8fr .8fr; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { height: 58px; width: auto; border-radius: 6px; }
.footer-brand div { display: grid; gap: 4px; }
.footer-brand strong { font: 600 17px/1.2 Manrope, sans-serif; }
.footer-brand span, .footer-address { color: #718393; font-size: 12px; line-height: 1.6; }
.footer-links { display: grid; gap: 10px; font-size: 13px; }
.footer-links a:hover { color: var(--blue-bright); }
.footer-address { margin: 0; }
.footer-bottom { margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #61717f; font-size: 11px; }
.footer-bottom a { color: #9cb1c1; }

.floating-whatsapp { position: fixed; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 90; width: 56px; height: 56px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; box-shadow: 0 12px 38px rgba(0,0,0,.24); transition: transform .25s var(--ease), box-shadow .25s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 42px rgba(0,0,0,.3); }
.floating-whatsapp svg { width: 27px; fill: currentColor; }
.cursor-glow { position: fixed; top: 0; left: 0; z-index: 998; width: 420px; height: 420px; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(22,150,255,.09), transparent 66%); transform: translate(-50%,-50%); opacity: 0; transition: opacity .35s ease; mix-blend-mode: screen; }

.reveal { opacity: 0; transform: translateY(34px); filter: blur(5px); transition: opacity .85s var(--ease), transform .85s var(--ease), filter .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; filter: none; }
.image-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1s var(--ease), opacity .5s ease, transform .8s var(--ease); }
.image-reveal.is-visible { clip-path: inset(0); }

@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; padding: 130px var(--pad) max(46px, env(safe-area-inset-bottom)); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 28px; overflow-y: auto; background: rgba(7,16,25,.98); transform: translateX(100%); visibility: hidden; transition: transform .45s var(--ease), visibility .45s; font: 500 28px/1.2 Manrope, sans-serif; }
  .main-nav.open { transform: translateX(0); visibility: visible; }
  .nav-cta { margin-top: 14px; font: 600 14px/1 Inter, sans-serif; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 700px; flex-direction: column; justify-content: flex-start; align-items: stretch; }
  .hero-content { flex: 1 0 auto; display: flex; flex-direction: column; justify-content: center; padding-top: 116px; padding-bottom: 32px; }
  .hero-footer { position: static; transform: none; left: auto; bottom: auto; width: 100%; }
  .hero::before { background: linear-gradient(90deg, rgba(4,10,16,.96), rgba(4,10,16,.6) 70%), linear-gradient(0deg, rgba(4,10,16,.88), transparent 60%); }
  .hero-media img { object-position: 62% center; }
  .diagnostic-grid { grid-template-columns: 1fr; gap: 36px; }
  .diagnostic-media img { aspect-ratio: 16 / 10; }
  .workshop-stage { grid-template-columns: 1fr; gap: 34px; }
  .workshop-copy { width: 100%; max-width: 100%; }
  .workshop-media img { aspect-ratio: 16 / 10; }
  .gallery-grid { columns: 2; }
  .location-grid { grid-template-columns: 1fr; }
  .location-copy { max-width: 650px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-address { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --pad: 20px; }
  .site-header { min-height: 68px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 16px; }
  .hero { min-height: 100svh; align-items: stretch; }
  .hero-media img { object-position: 66% center; }
  .hero::before { background: linear-gradient(90deg, rgba(4,10,16,.95), rgba(4,10,16,.45)), linear-gradient(0deg, rgba(4,10,16,.98) 0%, rgba(4,10,16,.72) 50%, rgba(4,10,16,.36) 100%); }
  .hero-content { padding-top: 108px; padding-bottom: 28px; }
  .hero h1 { font-size: clamp(42px, 12.5vw, 60px); }
  .hero-copy { font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-footer { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; }
  .hero-footer span { min-width: 0; padding: 13px 6px; white-space: normal; text-align: center; font-size: 9px; line-height: 1.4; }
  .hero-footer span:first-child { padding-left: 6px; }
  .signal-line { transform: none; }
  .signal-line .signal-track { padding-block: 11px; }
  .signal-line .signal-seq { padding-right: 40px; }
  .section-pad { padding-block: 54px; }
  .section-copy h2, .section-heading h2, .gallery-heading h2, .location-copy h2 { font-size: 39px; }
  .service-row { padding: 22px 0; min-height: auto; grid-template-columns: 38px minmax(0, 1fr) 24px; gap: 12px; }
  .service-row h3 { font-size: 21px; }
  .service-row p { grid-column: 2 / -1; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .workshop { padding: 12px; }
  .workshop-stage { border-radius: 24px; padding: 44px 24px; }
  .workshop-copy { width: 100%; }
  .workshop-copy h2 { font-size: 42px; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 24px; }
  .gallery-grid { columns: 1; column-gap: 8px; }
  .gallery-item { margin: 0 0 8px; }
  .cta-panel { min-height: 380px; margin-inline: 10px; border-radius: 24px; }
  .cta-content h2 { font-size: 48px; }
  .map-frame, .map-frame iframe { min-height: 420px; }
  .location-grid { gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-address { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 48px; height: 48px; }
  .floating-whatsapp svg { width: 24px; }
  .cursor-glow { display: none; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .image-reveal { clip-path: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .image-reveal { clip-path: none; }
  .cursor-glow { display: none; }
}

/* ============================================================
   Consentimento de cookies (LGPD)
   ============================================================ */
.consent-banner, .consent-modal { font-family: Inter, system-ui, sans-serif; }
.consent-banner[hidden], .consent-modal[hidden] { display: none !important; }

.consent-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px;
  padding: 20px clamp(16px, 4vw, 40px);
  background: rgba(7, 16, 25, .97); color: rgba(255, 255, 255, .82);
  border-top: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  box-shadow: 0 -14px 44px rgba(0, 0, 0, .3);
}
.consent-banner__text { flex: 1 1 420px; font-size: 13px; line-height: 1.6; margin: 0; }
.consent-banner__text a { color: var(--blue-bright); text-decoration: underline; }
.consent-banner__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent-btn {
  min-height: 44px; padding: 0 18px; border-radius: 10px; cursor: pointer;
  font: 600 13px/1 Inter, sans-serif; letter-spacing: .01em;
  border: 1px solid transparent; transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.consent-btn--primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.consent-btn--primary:hover { background: var(--blue-bright); border-color: var(--blue-bright); }
.consent-btn--ghost { background: transparent; color: rgba(255, 255, 255, .82); border-color: rgba(255, 255, 255, .28); }
.consent-btn--ghost:hover { border-color: rgba(255, 255, 255, .7); color: #fff; }
.consent-btn--link { background: transparent; color: rgba(255, 255, 255, .7); border: 0; text-decoration: underline; padding: 0 6px; }
.consent-btn--link:hover { color: #fff; }

.consent-modal {
  position: fixed; inset: 0; z-index: 210;
  display: grid; place-items: center; padding: 20px;
  background: rgba(4, 10, 16, .6);
}
.consent-modal__card {
  width: min(560px, 100%); max-height: 88vh; overflow-y: auto;
  background: #0c1620; color: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px;
  padding: clamp(22px, 4vw, 34px);
}
.consent-modal__card h2 { margin: 0 0 8px; font: 600 22px/1.15 Manrope, sans-serif; color: #fff; letter-spacing: -.02em; }
.consent-modal__intro { margin: 0 0 20px; font-size: 13px; line-height: 1.65; }
.consent-modal__intro a { color: var(--blue-bright); text-decoration: underline; }
.consent-option { display: grid; grid-template-columns: 1fr auto; gap: 6px 16px; align-items: start; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .1); }
.consent-option:last-of-type { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.consent-option h3 { margin: 0; font: 600 14px/1.3 Inter, sans-serif; color: #fff; }
.consent-option p { margin: 4px 0 0; font-size: 12.5px; line-height: 1.55; color: rgba(255, 255, 255, .62); }
.consent-option__state { grid-row: 1 / 3; align-self: center; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-bright); }
.consent-switch { grid-row: 1 / 3; align-self: center; position: relative; width: 46px; height: 26px; flex: none; }
.consent-switch input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.consent-switch span { position: absolute; inset: 0; border-radius: 999px; background: rgba(255, 255, 255, .18); transition: background .2s ease; }
.consent-switch span::after { content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
.consent-switch input:checked + span { background: var(--blue); }
.consent-switch input:checked + span::after { transform: translateX(20px); }
.consent-switch input:focus-visible + span { outline: 2px solid var(--blue-bright); outline-offset: 2px; }
.consent-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* Placeholder de conteúdo incorporado (mapa) */
.embed-placeholder {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px; text-align: center;
  padding: 24px; background: #10202c; color: #c4d2dd;
}
.embed-placeholder p { margin: 0; max-width: 300px; font-size: 13px; line-height: 1.55; }
.embed-placeholder .consent-btn { min-height: 42px; }
[data-embed] { position: relative; }
[data-embed] iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: grayscale(.16) contrast(1.03); }

/* Link de privacidade no rodapé */
.footer-legal { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; }
.footer-legal a, .footer-legal button { color: #9cb1c1; }
.footer-legal a:hover, .footer-legal button:hover { color: var(--blue-bright); }
.footer-legal button { background: transparent; border: 0; padding: 0; font: inherit; cursor: pointer; text-decoration: underline; }

/* ============================================================
   Página de Política de Privacidade
   ============================================================ */
.legal-page { background: var(--paper); }
.legal-header { padding: 22px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.legal-header .brand { color: var(--ink); }
.legal-header .brand small { color: #6a7b88; }
.legal-back { font-size: 13px; font-weight: 600; color: var(--blue); }
.legal-back:hover { text-decoration: underline; }
.legal-main { width: min(calc(100% - (var(--pad) * 2)), 780px); margin: clamp(36px, 6vw, 72px) auto; }
.legal-main h1 { font: 600 clamp(30px, 5vw, 46px)/1.08 Manrope, sans-serif; letter-spacing: -.03em; margin: 0 0 10px; }
.legal-updated { color: #6a7b88; font-size: 13px; margin: 0 0 40px; }
.legal-main h2 { font: 600 clamp(19px, 2.4vw, 24px)/1.25 Manrope, sans-serif; letter-spacing: -.01em; margin: 40px 0 12px; }
.legal-main h3 { font: 600 15px/1.4 Inter, sans-serif; margin: 22px 0 6px; }
.legal-main p, .legal-main li { color: #47535e; line-height: 1.75; font-size: 15px; }
.legal-main ul { padding-left: 20px; margin: 10px 0; }
.legal-main li { margin: 6px 0; }
.legal-main a { color: var(--blue); text-decoration: underline; }
.legal-main strong { color: var(--ink); }
.legal-footer { border-top: 1px solid var(--line); padding: 28px var(--pad); text-align: center; color: #6a7b88; font-size: 12px; }

@media (max-width: 680px) {
  .consent-banner { gap: 14px; padding: 16px; }
  .consent-banner__actions { width: 100%; }
  .consent-banner__actions .consent-btn { flex: 1 1 auto; }
  .consent-btn--link { flex-basis: 100%; }
}
