:root {
  --ink: #132b28;
  --deep: #0b2421;
  --muted: #667873;
  --mist: #f2f6f3;
  --sage: #dce9df;
  --accent: #b9f56c;
  --accent-dark: #77ad31;
  --white: #ffffff;
  --line: #d9e2dd;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font: 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--white); box-shadow: 0 10px 30px #0b242126; }
.skip-link:focus { top: 16px; }
.ambient { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; z-index: -1; }
.ambient-one { width: 460px; height: 460px; top: -230px; right: -120px; background: radial-gradient(circle, #b9f56c2e 0, #b9f56c00 70%); }
.ambient-two { width: 380px; height: 380px; top: 410px; left: -270px; background: radial-gradient(circle, #82b79126 0, #82b79100 70%); }

.privacy-header { position: relative; z-index: 2; }
.brand { display: flex; gap: 11px; align-items: center; font: 750 15px var(--display); letter-spacing: -.03em; }
.brand > span:last-child > span { color: #739773; }
.brand-mark { width: 39px; height: 39px; border-radius: 12px; background: var(--deep); position: relative; display: block; }
.brand-mark i:first-child { position: absolute; width: 17px; height: 8px; border: 2px solid var(--accent); border-bottom: 0; border-radius: 7px 7px 2px 2px; left: 11px; top: 10px; }
.brand-mark i:last-child { position: absolute; width: 21px; height: 7px; border: 2px solid var(--white); border-radius: 2px 2px 6px 6px; left: 9px; top: 18px; }
.privacy-header nav a[aria-current="page"] { color: var(--accent-dark); }

.privacy-hero { min-height: 620px; padding: 64px 0 100px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: center; }
.eyebrow, .section-kicker { margin: 0; text-transform: uppercase; letter-spacing: .14em; font: 750 10px var(--display); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 26px; height: 2px; background: var(--accent-dark); }
h1, h2 { margin: 0; font-family: var(--display); line-height: 1.05; letter-spacing: -.05em; }
h1 { font-size: clamp(52px, 6vw, 79px); font-weight: 780; }
h1 em { font-style: normal; color: var(--accent-dark); }
.hero-intro { max-width: 680px; margin: 30px 0 0; color: var(--muted); font-size: 18px; }
.privacy-summary { border-top: 1px solid var(--line); }
.privacy-summary > div { position: relative; display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.privacy-summary > div > span { grid-row: 1 / 3; color: var(--accent-dark); font: 750 10px var(--display); padding-top: 4px; }
.privacy-summary strong { font: 750 14px var(--display); }
.privacy-summary p { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.trust-line { background: var(--deep); color: #dce9e3; }
.trust-line .section-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; font-weight: 600; }
.trust-line i { color: var(--accent); font-style: normal; margin-right: 8px; }

.privacy-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 90px; padding-top: 110px; padding-bottom: 130px; }
.privacy-nav { align-self: start; position: sticky; top: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #ffffffd9; box-shadow: 0 16px 50px #17372e0a; }
.privacy-nav > span { display: block; margin-bottom: 15px; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font: 750 9px var(--display); }
.privacy-nav a { display: flex; gap: 9px; padding: 7px 0; color: var(--muted); font-size: 11px; line-height: 1.35; transition: color .2s, transform .2s; }
.privacy-nav a:hover { color: var(--ink); transform: translateX(2px); }
.privacy-nav b { min-width: 19px; color: var(--accent-dark); font: 700 9px var(--display); padding-top: 2px; }

.privacy-content { min-width: 0; }
.privacy-content > section { position: relative; padding: 0 0 72px; margin: 0 0 72px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.privacy-content > section:last-child { margin-bottom: 0; }
.section-number { position: absolute; right: 0; top: 0; color: #aab7b0; font: 750 11px var(--display); }
.section-kicker { color: var(--accent-dark); margin-bottom: 13px; }
.privacy-content h2 { max-width: 700px; margin-bottom: 25px; font-size: clamp(33px, 4vw, 50px); font-weight: 760; }
.privacy-content p { margin: 0; max-width: 780px; color: var(--muted); }
.privacy-content p + p { margin-top: 17px; }
.privacy-content strong { color: var(--ink); }

.address-card { margin-top: 27px; padding: 24px; display: flex; gap: 19px; border-radius: 18px; background: var(--deep); color: #dfe9e5; font-style: normal; }
.address-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--accent); color: var(--deep); font: 800 12px var(--display); }
.address-card div { display: flex; flex-direction: column; gap: 8px; }
.address-card strong { color: var(--white); font: 750 15px var(--display); }
.address-card span { font-size: 13px; line-height: 1.55; }
.address-card a { color: var(--accent); font-size: 12px; font-weight: 700; }
.address-card a i { font-style: normal; margin-left: 4px; }

.positive-box { margin-top: 26px; padding: 17px 19px; display: flex; gap: 12px; align-items: center; border: 1px solid #92bd613d; border-radius: 13px; background: #b9f56c19; font-size: 13px; }
.positive-box > span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: var(--accent); font-size: 12px; }

.data-grid { margin: 31px 0 23px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.data-grid > div { min-height: 185px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.data-grid > div > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 10px; background: var(--mist); color: var(--accent-dark); font: 750 17px var(--display); }
.data-grid strong { display: block; margin-bottom: 7px; font: 750 15px var(--display); }
.data-grid p { font-size: 12px; line-height: 1.55; }
.small-note { margin-top: 23px !important; padding-left: 15px; border-left: 2px solid var(--accent-dark); font-size: 12px; line-height: 1.6; }

.permission-flow { margin: 32px 0 26px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 13px; }
.permission-flow > div { min-height: 112px; padding: 17px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.permission-flow > i { color: #91a099; font-style: normal; }
.permission-flow small { margin-bottom: 10px; color: var(--accent-dark); font: 750 9px var(--display); }
.permission-flow strong { font: 730 12px var(--display); }
.permission-flow div span { margin-top: 3px; color: var(--muted); font-size: 10px; }

.link-panel { margin-top: 27px; display: grid; border-top: 1px solid var(--line); }
.link-panel a, .source-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 700; }
.link-panel a span, .source-link span { color: var(--accent-dark); }
.source-link { margin-top: 25px; max-width: 780px; }
.inline-link { color: var(--accent-dark); font-weight: 700; border-bottom: 1px solid #6a9d3c66; }

.check-list { list-style: none; margin: 27px 0 0; padding: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; padding: 13px 15px; border-radius: 11px; background: var(--mist); color: var(--muted); font-size: 13px; }
.check-list span { flex: 0 0 20px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--deep); color: var(--accent); font-size: 10px; margin-top: 1px; }
.closing-section { padding: 43px !important; border: 0 !important; border-radius: 21px; background: var(--deep); color: var(--white); }
.closing-section .section-kicker { color: var(--accent); }
.closing-section h2 { color: var(--white); }
.closing-section p { color: #bdcdc7; }
.legal-date { margin-top: 29px; padding-top: 19px; display: flex; justify-content: space-between; border-top: 1px solid #ffffff25; font-size: 11px; }
.legal-date span { color: #8fa39b; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.legal-date strong { color: var(--accent); }

footer { border-top: 1px solid var(--line); background: #fff; }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 11px; }
.footer-inner .footer-links { display: flex; gap: 25px; }
.footer-inner .footer-links a:hover { color: var(--ink); }
.footer-brand .brand-mark { transform: scale(.85); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .privacy-hero { grid-template-columns: 1fr; gap: 48px; padding-top: 65px; }
  .privacy-summary { max-width: 650px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 48px; padding-top: 80px; }
  .privacy-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
  .privacy-nav > span { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1160px); }
  .privacy-header { min-height: 74px; }
  .brand > span:last-child { font-size: 13px; }
  .privacy-hero { padding: 56px 0 65px; }
  h1 { font-size: 46px; }
  .hero-intro { font-size: 16px; }
  .trust-line .section-shell { padding: 20px 0; flex-direction: column; align-items: flex-start; gap: 8px; }
  .privacy-layout { padding-top: 62px; padding-bottom: 80px; }
  .privacy-nav { grid-template-columns: 1fr; padding: 20px; }
  .privacy-content > section { padding-bottom: 55px; margin-bottom: 55px; }
  .section-number { position: static; display: block; margin-bottom: 14px; }
  .privacy-content h2 { font-size: 34px; }
  .data-grid { grid-template-columns: 1fr; }
  .data-grid > div { min-height: auto; }
  .permission-flow { grid-template-columns: 1fr; }
  .permission-flow > i { transform: rotate(90deg); text-align: center; }
  .closing-section { padding: 29px !important; }
  .footer-inner { min-height: auto; padding: 36px 0; display: grid; }
  .footer-inner .footer-links { order: 3; flex-wrap: wrap; }
}
