:root {
  --navy: #061923;
  --navy-2: #0b334a;
  --cyan: #22bce0;
  --gold: #d8be5c;
  --cream: #f7f5ef;
  --soft: #edf2f3;
  --white: #ffffff;
  --ink: #14212a;
  --muted: #5f6d74;
  --line: rgba(11, 51, 74, .14);
  --shadow: 0 24px 70px rgba(6, 25, 35, .13);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 820px; }
.narrow-wide { max-width: 920px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 999; padding: 12px 16px; background: var(--gold); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(6, 25, 35, .94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { width: 150px; flex: 0 0 auto; }
.brand img { filter: brightness(0) invert(1); max-height: 48px; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.main-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .91rem; font-weight: 650; }
.main-nav a:hover { color: var(--white); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--gold); color: var(--navy); text-decoration: none; font-weight: 850; letter-spacing: -.01em; box-shadow: 0 12px 28px rgba(216,190,92,.22); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(216,190,92,.32); background: #ead272; }
.button-large { min-height: 58px; padding-inline: 29px; font-size: 1rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: transparent; margin-left: auto; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: white; }
.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-media { position: absolute; inset: 0 0 0 47%; background: url('../images/fachada-anep.webp') center/cover no-repeat; filter: saturate(.72) contrast(1.05); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(6,25,35,.97) 42%, rgba(6,25,35,.67) 68%, rgba(6,25,35,.38) 100%); }
.hero-shape { position: absolute; border: 2px solid rgba(34,188,224,.35); transform: rotate(45deg); }
.hero-shape-one { width: 320px; height: 320px; right: 10%; top: 14%; }
.hero-shape-two { width: 180px; height: 180px; right: 27%; bottom: 8%; border-color: rgba(216,190,92,.38); }
.hero-content { position: relative; z-index: 2; padding-block: 92px; }
.hero-content > * { max-width: 760px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: .77rem; font-weight: 850; color: var(--cyan); }
.eyebrow.dark { color: var(--navy-2); }
.hero h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { max-width: 820px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.4rem); font-weight: 600; }
.hero-text { margin: 28px 0 26px; max-width: 690px; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 34px; }
.hero-meta span { padding: 11px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.92); font-size: .96rem; font-weight: 650; }
.credibility { position: relative; z-index: 5; margin-top: -34px; }
.credibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.credibility article { padding: 26px 22px; border-right: 1px solid var(--line); }
.credibility article:last-child { border-right: 0; }
.credibility strong, .credibility span { display: block; }
.credibility strong { color: var(--navy-2); font-size: 1.05rem; }
.credibility span { margin-top: 4px; color: var(--muted); font-size: .85rem; line-height: 1.45; }
.cohorts-section { background: linear-gradient(145deg, var(--cream), #eef5f6); }
.cohort-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.cohort-card { position: relative; display: flex; flex-direction: column; min-height: 510px; padding: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.cohort-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--cyan), var(--gold)); }
.cohort-card-dark { color: var(--white); border-color: rgba(255,255,255,.1); background: linear-gradient(150deg, var(--navy-2), var(--navy)); }
.cohort-card-dark::before { background: linear-gradient(90deg, var(--gold), var(--cyan)); }
.cohort-topline { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; }
.cohort-type { color: var(--navy-2); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cohort-card-dark .cohort-type { color: var(--gold); }
.cohort-status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border-radius: 999px; background: rgba(34,188,224,.12); color: var(--navy-2); font-size: .74rem; font-weight: 850; }
.cohort-status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(34,188,224,.12); }
.cohort-card-dark .cohort-status { color: var(--white); background: rgba(255,255,255,.08); }
.cohort-card h3 { margin: 28px 0 12px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 2.75rem); font-weight: 600; line-height: 1.08; }
.cohort-card-dark h3 { color: var(--white); }
.cohort-description { margin: 0; color: var(--muted); }
.cohort-card-dark .cohort-description { color: rgba(255,255,255,.68); }
.cohort-list { display: grid; gap: 0; margin: 28px 0 34px; padding: 0; list-style: none; }
.cohort-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cohort-list li:last-child { border-bottom: 0; }
.cohort-list span { color: var(--muted); font-size: .83rem; }
.cohort-list strong { color: var(--navy); text-align: right; font-size: .92rem; }
.cohort-card-dark .cohort-list li { border-color: rgba(255,255,255,.11); }
.cohort-card-dark .cohort-list span { color: rgba(255,255,255,.55); }
.cohort-card-dark .cohort-list strong { color: var(--white); }
.cohort-card .button { align-self: flex-start; margin-top: auto; }
.cohort-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; }
.cohort-card-dark .cohort-note { color: rgba(255,255,255,.5); }
.section { padding: 112px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--navy); color: var(--white); }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.image-frame { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--soft); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-tall { aspect-ratio: .86; }
.image-square { aspect-ratio: 1; }
.image-classroom img { object-position: center; }
.image-badge { position: absolute; left: 24px; bottom: 24px; padding: 10px 14px; border-radius: 999px; background: rgba(6,25,35,.88); color: white; font-size: .82rem; font-weight: 750; }
.content-column h2, .section-heading h2, .final-cta h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.2rem); font-weight: 600; color: var(--navy); }
.section-dark h2, .certification-section h2, .final-cta h2 { color: var(--white); }
.content-column p { margin: 24px 0 0; color: var(--muted); }
.content-column blockquote { margin: 30px 0 0; padding-left: 22px; border-left: 3px solid var(--gold); color: var(--navy-2); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }
.address { font-size: .9rem; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.course-panel { display: grid; grid-template-columns: 1.25fr .75fr; border-radius: var(--radius); overflow: hidden; background: white; box-shadow: var(--shadow); }
.course-info { padding: 44px; }
.course-info dl { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.course-info dl div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.course-info dl div:nth-last-child(-n+2) { border-bottom: 0; }
.course-info dt { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.course-info dd { margin: 5px 0 0; color: var(--navy); font-size: 1.05rem; font-weight: 750; }
.course-callout { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px; color: white; background: linear-gradient(150deg, var(--navy-2), var(--navy)); }
.course-callout h3 { margin-top: 18px; font-family: Georgia, serif; font-size: 2rem; font-weight: 600; }
.course-callout p { color: rgba(255,255,255,.72); }
.tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: rgba(216,190,92,.16); color: var(--gold); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.audience-section { background: linear-gradient(135deg, white, #f4f8f8); text-align: center; }
.audience-section h2 { font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.2rem); color: var(--navy); }
.audience-section p { font-size: 1.07rem; color: var(--muted); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar-card { min-height: 330px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.055); }
.pillar-number { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(34,188,224,.12); color: var(--cyan); font-weight: 900; }
.pillar-card h3 { margin-top: 62px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 600; }
.pillar-card p { color: rgba(255,255,255,.68); }
.fine-print { margin: 28px 0 0; color: rgba(255,255,255,.55); font-size: .86rem; }
.accordion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
details { border: 1px solid var(--line); border-radius: 16px; background: white; overflow: hidden; }
summary { position: relative; cursor: pointer; list-style: none; padding: 24px 54px 24px 24px; color: var(--navy); font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--cyan); font-size: 1.45rem; }
details[open] summary::after { content: '–'; }
summary span { display: block; margin-top: 4px; color: var(--muted); font-size: .74rem; font-weight: 650; }
details ol, details > p { margin: 0; padding: 0 28px 26px 48px; color: var(--muted); }
details li { padding: 4px 0; }
.section-clinic { background: #f9fbfb; }
.highlight-text { padding: 20px 22px; border-left: 3px solid var(--cyan); background: var(--soft); color: var(--navy-2) !important; font-weight: 800; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-grid article { display: flex; gap: 12px; align-items: flex-start; min-height: 120px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.benefit-grid span { display: inline-flex; flex: 0 0 28px; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(34,188,224,.12); color: var(--navy-2); font-weight: 900; }
.benefit-grid p { margin: 1px 0 0; font-weight: 700; color: var(--navy); line-height: 1.4; }
.certification-section { background: linear-gradient(135deg, var(--navy), #0a2b3c); }
.light-heading p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.cert-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cert-grid article { padding: 38px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.06); color: white; }
.cert-grid h3 { margin-top: 18px; font-family: Georgia, serif; font-size: 2rem; font-weight: 600; }
.cert-grid p { color: rgba(255,255,255,.68); }
.centered-cta { margin-top: 34px; text-align: center; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 16px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: var(--soft); }
.gallery-wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery figcaption { position: absolute; left: 16px; bottom: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(6,25,35,.82); color: white; font-size: .77rem; font-weight: 750; }
.faq-list { display: grid; gap: 12px; }
.faq-list details > p { padding: 0 24px 24px; }
.final-cta { padding: 74px 0; background: var(--navy-2); color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta h2 { max-width: 720px; font-size: clamp(2.4rem, 5vw, 4rem); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.site-footer { padding: 68px 0 24px; background: #04131a; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr 1fr; gap: 40px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); }
.footer-brand p { color: var(--gold); font-family: Georgia, serif; font-size: 1.2rem; }
.site-footer h3 { margin: 0 0 16px; color: white; font-size: .9rem; text-transform: uppercase; letter-spacing: .12em; }
.site-footer a, .site-footer p { display: block; margin: 8px 0; text-decoration: none; font-size: .9rem; }
.site-footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .77rem; }
@media (max-width: 980px) {
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 16px; background: var(--navy); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .split-layout, .course-panel { grid-template-columns: 1fr; }
  .credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .credibility article:nth-child(2) { border-right: 0; }
  .credibility article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pillar-grid, .benefit-grid, .cohort-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); --radius: 18px; }
  .header-inner { min-height: 68px; }
  .brand { width: 118px; }
  .main-nav { top: 68px; }
  .hero { min-height: 690px; }
  .hero-media { inset: 0; opacity: .42; }
  .hero-overlay { background: linear-gradient(180deg, rgba(6,25,35,.74), var(--navy) 68%); }
  .hero-content { padding-block: 74px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-text { font-size: 1rem; }
  .hero-meta { gap: 9px; }
  .button-large { width: 100%; text-align: center; }
  .credibility { margin-top: -18px; }
  .credibility-grid { grid-template-columns: 1fr; }
  .credibility article { border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility article:last-child { border-bottom: 0; }
  .cohort-grid { grid-template-columns: 1fr; }
  .cohort-card { min-height: auto; }
  .section { padding: 78px 0; }
  .split-layout { gap: 38px; }
  .reverse-mobile .content-column { order: 2; }
  .reverse-mobile .image-frame { order: 1; }
  .content-column h2, .section-heading h2 { font-size: clamp(2.3rem, 11vw, 3.2rem); }
  .course-info, .course-callout, .cohort-card { padding: 28px; }
  .course-info dl { grid-template-columns: 1fr; }
  .course-info dl div, .course-info dl div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .course-info dl div:last-child { border-bottom: 0; }
  .pillar-grid, .benefit-grid, .cert-grid, .accordion-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 280px; }
  .pillar-card h3 { margin-top: 38px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-wide { grid-column: auto; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

/* Páginas institucionais e legais */
.legal-body { background: var(--cream); color: var(--ink); }
.legal-header { background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.legal-header .container { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header img { width: 132px; height: auto; filter: brightness(0) invert(1); }
.legal-main { padding: 72px 0 96px; }
.legal-card { max-width: 880px; margin: 0 auto; padding: clamp(28px, 5vw, 58px); background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.legal-card h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 6vw, 4.4rem); margin-bottom: 18px; }
.legal-card h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 38px 0 12px; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card ul { padding-left: 22px; }
.legal-meta { margin-bottom: 32px; color: var(--muted); }
.legal-contact { padding: 22px; border-radius: 16px; background: var(--soft); }
.legal-contact a { color: var(--navy-2); font-weight: 750; }
.simple-footer { padding: 34px 0; background: var(--navy); color: rgba(255,255,255,.72); text-align: center; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--navy); color: var(--white); text-align: center; }
.error-page h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem, 18vw, 11rem); line-height: .8; }
.error-page p { max-width: 560px; margin: 22px auto 30px; color: rgba(255,255,255,.72); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 14px; }
.footer-legal-links a { font-size: .9rem; color: rgba(255,255,255,.72); }
.footer-legal-links a:hover { color: #fff; }
@media (max-width: 680px) {
  .legal-header .container { min-height: 72px; }
  .legal-header img { width: 110px; }
  .legal-main { padding: 38px 0 64px; }
}


/* Consentimento de cookies e Google Analytics */
.cookie-modal-open { overflow: hidden; }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-banner {
  position: fixed;
  z-index: 10000;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px;
  color: var(--white);
  background: rgba(4, 19, 26, .98);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 20px;
  box-shadow: 0 22px 70px rgba(0,0,0,.36);
  backdrop-filter: blur(12px);
}
.cookie-banner__content { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.cookie-banner h2, .cookie-modal h2 { margin: 2px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.cookie-banner p { max-width: 790px; margin: 0; color: rgba(255,255,255,.75); font-size: .94rem; }
.cookie-banner a { display: inline-block; margin-top: 8px; color: var(--gold); font-weight: 750; }
.cookie-banner__eyebrow { margin: 0 !important; color: var(--cyan) !important; font-size: .7rem !important; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cookie-banner__actions, .cookie-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cookie-button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: .86rem;
  font-weight: 850;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.cookie-button:hover { transform: translateY(-1px); }
.cookie-button:focus-visible, .cookie-modal__close:focus-visible, .cookie-settings-link:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.cookie-button--primary { background: var(--gold); color: #081923; }
.cookie-button--secondary { background: rgba(255,255,255,.1); color: var(--white); border-color: rgba(255,255,255,.2); }
.cookie-button--outline { background: transparent; color: inherit; border-color: currentColor; }
.cookie-modal { position: fixed; z-index: 10010; inset: 0; display: grid; place-items: center; padding: 20px; }
.cookie-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 10, 15, .72); backdrop-filter: blur(4px); }
.cookie-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: clamp(26px, 5vw, 42px);
  color: var(--ink);
  background: var(--white);
  border-radius: 24px;
  box-shadow: 0 26px 90px rgba(0,0,0,.4);
}
.cookie-modal__panel > p:not(.cookie-banner__eyebrow) { color: var(--muted); }
.cookie-modal__close { position: absolute; top: 15px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; cursor: pointer; background: var(--soft); color: var(--navy); font-size: 1.7rem; line-height: 1; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.cookie-option strong, .cookie-option span { display: block; }
.cookie-option strong { color: var(--navy); }
.cookie-option div span { margin-top: 4px; color: var(--muted); font-size: .86rem; }
.cookie-option__status { flex: 0 0 auto; color: var(--navy-2); font-size: .78rem; font-weight: 850; }
.cookie-option--interactive { position: relative; cursor: pointer; }
.cookie-option--interactive input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch { position: relative; flex: 0 0 48px; width: 48px; height: 28px; border-radius: 999px; background: #c9d1d4; transition: background .2s ease; }
.cookie-switch::after { content: ''; position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.22); transition: transform .2s ease; }
.cookie-option--interactive input:checked + .cookie-switch { background: var(--navy-2); }
.cookie-option--interactive input:checked + .cookie-switch::after { transform: translateX(20px); }
.cookie-option--interactive input:focus-visible + .cookie-switch { outline: 3px solid var(--cyan); outline-offset: 3px; }
.cookie-modal__actions { margin-top: 26px; }
.cookie-modal__actions .cookie-button--outline { color: var(--navy); }
.cookie-settings-link { display: inline-block; margin: 8px 0; padding: 0; border: 0; cursor: pointer; background: transparent; color: inherit; font: inherit; font-size: .9rem; text-align: left; text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings-link:hover { color: #fff; }
.simple-footer .cookie-settings-link { margin-left: 10px; color: rgba(255,255,255,.78); }
@media (max-width: 820px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; padding: 20px; }
  .cookie-banner__content { grid-template-columns: 1fr; gap: 18px; }
  .cookie-banner__actions { justify-content: stretch; }
  .cookie-banner__actions .cookie-button { flex: 1 1 150px; }
}
@media (max-width: 520px) {
  .cookie-banner__actions, .cookie-modal__actions { flex-direction: column; }
  .cookie-button { width: 100%; }
  .cookie-option { gap: 12px; }
}

.legal-table-wrap { overflow-x: auto; margin: 20px 0; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 520px; }
.legal-table th, .legal-table td { padding: 14px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: var(--soft); color: var(--navy); }
.legal-table td { color: var(--muted); }
.legal-table code { color: var(--navy-2); font-weight: 800; }
