:root {
  --ink: #15393f;
  --muted: #557076;
  --ocean: #064e64;
  --leaf: #95c450;
  --paper: #f7faf7;
  --line: rgba(6, 78, 100, .14);
  --white: #fff;
  --font-headings: "Plus Jakarta Sans", sans-serif;
  --font-body: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 8% 0%, rgba(149, 196, 80, .16), transparent 25rem),
    radial-gradient(circle at 96% 14%, rgba(6, 78, 100, .12), transparent 29rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.72;
  margin: 0;
}

a { color: var(--ocean); text-underline-offset: .18em; }
a:hover { color: #527e19; }
a:focus-visible { outline: 3px solid rgba(149, 196, 80, .7); outline-offset: 4px; border-radius: 3px; }

.privacy-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(247, 250, 247, .88);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px clamp(22px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.privacy-brand img { display: block; width: 172px; }
.privacy-back { font-size: .9rem; font-weight: 750; text-decoration: none; }
.privacy-back span { display: inline-block; margin-right: .35rem; transition: transform .2s ease; }
.privacy-back:hover span { transform: translateX(-4px); }

main { margin: 0 auto; max-width: 1320px; padding: 0 clamp(22px, 5vw, 76px) 90px; }
.privacy-hero {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 390px;
  padding: 72px 0 54px;
}
.privacy-eyebrow {
  color: #527e19;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
h1, h2, h3 { font-family: var(--font-headings); }
h1 {
  color: var(--ocean);
  font-size: clamp(2.65rem, 6vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0;
  max-width: 810px;
}
.privacy-intro { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.3rem); margin-top: clamp(24px, 2.4vw, 36px); max-width: 730px; }
.privacy-meta { color: var(--muted); display: flex; flex-wrap: wrap; font-size: .78rem; font-weight: 700; gap: 10px 26px; text-transform: uppercase; }
.privacy-seal {
  align-items: center;
  aspect-ratio: 1;
  background: var(--ocean);
  border-radius: 50%;
  box-shadow: 0 18px 60px rgba(6, 78, 100, .2);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: clamp(150px, 17vw, 220px);
}
.privacy-seal span { color: var(--leaf); font-size: .65rem; font-weight: 900; letter-spacing: .2em; }
.privacy-seal strong { font-family: var(--font-headings); font-size: clamp(1.1rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.18; margin-top: 8px; }

.privacy-layout { display: grid; gap: clamp(48px, 8vw, 110px); grid-template-columns: 240px minmax(0, 760px); justify-content: center; padding-top: 62px; }
.privacy-index { align-self: start; position: sticky; top: 112px; }
.privacy-index > p { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .14em; margin: 0 0 14px; text-transform: uppercase; }
.privacy-index nav { border-left: 1px solid var(--line); display: grid; }
.privacy-index nav a { border-left: 3px solid transparent; color: var(--muted); font-size: .84rem; font-weight: 650; margin-left: -2px; padding: 7px 0 7px 16px; text-decoration: none; }
.privacy-index nav a:hover { border-left-color: var(--leaf); color: var(--ocean); }
.privacy-contact-card {
  background: var(--ocean);
  border-radius: 14px;
  color: var(--white);
  display: block;
  margin-top: 24px;
  overflow-wrap: anywhere;
  padding: 16px;
  text-decoration: none;
}
.privacy-contact-card:hover { color: var(--white); transform: translateY(-2px); }
.privacy-contact-card span { color: rgba(255, 255, 255, .68); display: block; font-size: .67rem; letter-spacing: .08em; margin-bottom: 3px; text-transform: uppercase; }
.privacy-contact-card strong { font-size: .78rem; }

.privacy-content section { border-bottom: 1px solid var(--line); padding: 0 0 48px; scroll-margin-top: 110px; }
.privacy-content section + section { padding-top: 48px; }
.privacy-content #alcance { border: 0; padding-bottom: 22px; }
.section-number { color: #6c9632; display: block; font-size: .7rem; font-weight: 900; letter-spacing: .16em; margin-bottom: 8px; }
h2 { color: var(--ocean); font-size: clamp(1.65rem, 3vw, 2.45rem); font-weight: 800; letter-spacing: -.025em; line-height: 1.18; margin: 0 0 22px; }
h3 { color: var(--ink); font-size: 1.13rem; font-weight: 700; margin: 28px 0 8px; }
p { margin: 0 0 17px; }
ul { margin: 10px 0 20px; padding-left: 1.35rem; }
li { margin-bottom: 9px; padding-left: .25rem; }
li::marker { color: var(--leaf); }
.privacy-note, .privacy-callout {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--leaf);
  border-radius: 4px 16px 16px 4px;
  box-shadow: 0 10px 30px rgba(6, 78, 100, .06);
  padding: 20px 22px;
}
.privacy-callout { margin-top: 24px; }
.arco-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); margin: 24px 0 28px; }
.arco-grid div { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 14px; display: grid; gap: 13px; grid-template-columns: 42px 1fr; padding: 14px; }
.arco-grid strong { align-items: center; background: rgba(149, 196, 80, .18); border-radius: 50%; color: var(--ocean); display: flex; font-family: var(--font-headings); font-size: 1.25rem; height: 42px; justify-content: center; }
.arco-grid span { color: var(--muted); font-size: .82rem; line-height: 1.45; }
.privacy-content .privacy-legal-reference { border: 0; color: var(--muted); font-size: .82rem; padding-bottom: 0; }

.privacy-footer {
  align-items: center;
  background: #eaf1ec;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  justify-content: space-between;
  padding: 28px clamp(22px, 5vw, 76px);
}
.privacy-footer img { width: 120px; }
.privacy-footer p { color: var(--muted); font-size: .78rem; margin: 0; }
.privacy-footer a { font-size: .82rem; font-weight: 750; }

@media (max-width: 820px) {
  .privacy-hero { align-items: start; grid-template-columns: 1fr; min-height: 0; padding-top: 52px; }
  .privacy-seal { display: none; }
  .privacy-layout { grid-template-columns: 1fr; padding-top: 34px; }
  .privacy-index { background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 14px; padding: 16px; position: static; }
  .privacy-index nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .privacy-contact-card { display: none; }
}

@media (max-width: 520px) {
  .privacy-header { min-height: 68px; }
  .privacy-brand img { width: 138px; }
  .privacy-back { font-size: .78rem; }
  .privacy-hero { padding: 42px 0 38px; }
  .privacy-meta { display: grid; gap: 3px; }
  .privacy-index nav { grid-template-columns: 1fr; }
  .arco-grid { grid-template-columns: 1fr; }
  .privacy-content section { padding-bottom: 38px; }
  .privacy-content section + section { padding-top: 38px; }
  .privacy-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
