:root {
  --privacy-red: #d7193f;
  --privacy-red-dark: #a91031;
  --privacy-navy: #123457;
  --privacy-ink: #192532;
  --privacy-muted: #66717c;
  --privacy-line: #ddd9d0;
  --privacy-paper: #fffefb;
  --privacy-canvas: #f3eee4;
  --privacy-green: #246b55;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; color: var(--privacy-ink); background: var(--privacy-canvas); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--privacy-red-dark); text-underline-offset: 3px; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 9px 14px; border-radius: 9px; color: #fff; background: var(--privacy-navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.reading-progress { position: fixed; z-index: 100; inset: 0 0 auto; height: 3px; background: rgba(18,52,87,.08); }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--privacy-red); transition: width .08s linear; }

.privacy-header { position: relative; z-index: 5; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; width: min(100% - 40px, 1180px); margin: auto; }
.privacy-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--privacy-ink); text-decoration: none; }
.privacy-brand img { width: 58px; height: 48px; object-fit: contain; }
.privacy-brand span { display: grid; line-height: 1.15; }
.privacy-brand strong { font-size: .94rem; }
.privacy-brand small { color: var(--privacy-muted); font-size: .68rem; }
.header-return { color: var(--privacy-navy); font-size: .78rem; font-weight: 750; text-decoration: none; }
.header-return span { display: inline-block; transition: transform .18s ease; }
.header-return:hover span { transform: translate(2px, -2px); }

.privacy-shell { width: min(100% - 32px, 1180px); margin: 0 auto 48px; }
.privacy-hero { position: relative; overflow: hidden; padding: clamp(42px, 7vw, 76px) clamp(24px, 7vw, 78px); border-radius: 26px 26px 0 0; color: #fff; background: var(--privacy-navy); }
.privacy-hero::after { content: "6698"; position: absolute; right: clamp(18px, 5vw, 64px); bottom: -45px; color: rgba(255,255,255,.055); font-size: clamp(8rem, 20vw, 15rem); font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.privacy-kicker { margin: 0 0 8px; color: #ffd7df; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.privacy-hero h1 { position: relative; z-index: 1; max-width: 760px; margin: 0 0 14px; font-size: clamp(2.35rem, 6vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.privacy-hero > p:not(.privacy-kicker) { position: relative; z-index: 1; max-width: 690px; margin: 0; color: #dce7f0; font-size: clamp(.93rem, 1.7vw, 1.12rem); }
.hero-meta { position: relative; z-index: 1; display: inline-grid; gap: 1px; margin-top: 28px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.08); }
.hero-meta span { color: #cbd9e5; font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta strong { font-size: .82rem; }

.privacy-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: start; border: 1px solid rgba(18,52,87,.1); border-top: 0; border-radius: 0 0 26px 26px; background: var(--privacy-paper); box-shadow: 0 26px 76px rgba(50,36,22,.12); }
.privacy-index { position: sticky; top: 22px; padding: 32px 22px; }
.privacy-index::after { content: ""; position: absolute; top: 32px; right: 0; bottom: 32px; width: 1px; background: var(--privacy-line); }
.index-toggle { display: none; }
.privacy-index nav { display: grid; gap: 3px; }
.privacy-index a { display: grid; grid-template-columns: 30px 1fr; gap: 7px; align-items: baseline; padding: 8px 9px; border-radius: 8px; color: #69747e; font-size: .72rem; font-weight: 700; line-height: 1.3; text-decoration: none; transition: color .16s ease, background .16s ease, transform .16s ease; }
.privacy-index a span { color: #9da5ad; font-variant-numeric: tabular-nums; }
.privacy-index a:hover { color: var(--privacy-navy); background: #f3f6f8; transform: translateX(2px); }
.privacy-index a.is-active { color: var(--privacy-red-dark); background: #fff0f3; }
.privacy-index a.is-active span { color: var(--privacy-red); }

.privacy-document { min-width: 0; padding: 16px clamp(24px, 5vw, 64px) 42px; }
.privacy-section { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: clamp(12px, 3vw, 26px); padding: clamp(32px, 5vw, 54px) 0; border-bottom: 1px solid var(--privacy-line); scroll-margin-top: 18px; }
.privacy-section:last-child { border-bottom: 0; }
.section-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--privacy-red-dark); background: #fff0f3; font-size: .7rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.privacy-section h2 { margin: 0 0 14px; color: var(--privacy-navy); font-size: clamp(1.35rem, 2.6vw, 1.82rem); line-height: 1.15; letter-spacing: -.025em; }
.privacy-section h3 { margin: 24px 0 7px; color: var(--privacy-navy); font-size: .98rem; }
.privacy-section p { margin: 0 0 15px; color: #394958; font-size: .91rem; }
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-section ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; color: #394958; font-size: .89rem; }
.data-list { padding: 0 !important; list-style: none; }
.data-list li { position: relative; padding: 15px 16px 15px 38px; border: 1px solid #e4e7e9; border-radius: 12px; background: #fbfcfc; }
.data-list li::before { content: ""; position: absolute; top: 21px; left: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--privacy-green); box-shadow: 0 0 0 5px rgba(36,107,85,.09); }
.identity-list { display: grid; gap: 10px; margin: 24px 0 0; }
.identity-list div { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 12px 14px; border-radius: 10px; background: #f5f7f8; }
.identity-list dt { color: var(--privacy-muted); font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.identity-list dd { margin: 0; color: var(--privacy-ink); font-size: .86rem; }
.is-contact > div:last-child { padding: 22px; border-radius: 16px; background: #f0f6f3; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.contact-actions a { display: inline-flex; min-height: 42px; align-items: center; padding: 9px 14px; border: 1px solid rgba(36,107,85,.28); border-radius: 999px; color: var(--privacy-green); background: #fff; font-size: .78rem; font-weight: 800; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.contact-actions a:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(36,107,85,.1); }

.privacy-footer { display: flex; justify-content: center; gap: 18px; padding: 0 20px 34px; color: var(--privacy-muted); font-size: .72rem; }
.privacy-footer a { color: inherit; }

.privacy-hero > *, .privacy-layout { animation: privacy-rise .55s cubic-bezier(.22,.72,.2,1) both; }
.privacy-hero > *:nth-child(2) { animation-delay: .06s; }
.privacy-hero > *:nth-child(3) { animation-delay: .12s; }
.privacy-hero > *:nth-child(4) { animation-delay: .18s; }
.privacy-layout { animation-delay: .2s; }
.privacy-section.is-visible .section-number { animation: number-arrive .36s cubic-bezier(.2,1.4,.45,1) both; }
@keyframes privacy-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes number-arrive { from { transform: scale(.72); } to { transform: none; } }

@media (max-width: 820px) {
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-index { position: sticky; z-index: 4; top: 3px; padding: 12px 16px; border-bottom: 1px solid var(--privacy-line); background: rgba(255,254,251,.96); backdrop-filter: blur(12px); }
  .privacy-index::after { display: none; }
  .index-toggle { width: 100%; display: flex; min-height: 42px; align-items: center; justify-content: space-between; padding: 8px 11px; border: 1px solid #d9dee2; border-radius: 9px; color: var(--privacy-navy); background: #fff; font: inherit; font-size: .78rem; font-weight: 800; }
  .index-toggle span { transition: transform .18s ease; }
  .index-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
  .privacy-index nav { display: none; grid-template-columns: 1fr 1fr; max-height: 50vh; overflow: auto; padding-top: 9px; }
  .privacy-index nav.is-open { display: grid; animation: privacy-rise .22s ease both; }
  .privacy-document { padding-top: 0; }
}

@media (max-width: 560px) {
  .privacy-header { min-height: 66px; width: calc(100% - 28px); }
  .privacy-brand img { width: 45px; height: 39px; }
  .privacy-brand small { display: none; }
  .header-return { font-size: .7rem; }
  .privacy-shell { width: calc(100% - 18px); margin-bottom: 28px; }
  .privacy-hero { padding: 38px 22px 42px; border-radius: 20px 20px 0 0; }
  .privacy-hero h1 { font-size: clamp(2.15rem, 12vw, 3.2rem); }
  .privacy-layout { border-radius: 0 0 20px 20px; }
  .privacy-index nav { grid-template-columns: 1fr; }
  .privacy-document { padding-inline: 18px; }
  .privacy-section { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; }
  .section-number { width: 34px; height: 34px; font-size: .61rem; }
  .privacy-section p, .privacy-section ul { font-size: .84rem; }
  .data-list li { padding: 13px 13px 13px 34px; }
  .identity-list div { grid-template-columns: 1fr; gap: 2px; }
  .is-contact > div:last-child { padding: 17px; }
  .privacy-footer { flex-direction: column; align-items: center; gap: 5px; }
}

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

@media print {
  .reading-progress, .privacy-header, .privacy-index, .privacy-footer, .contact-actions { display: none !important; }
  body { background: #fff; }
  .privacy-shell { width: 100%; margin: 0; }
  .privacy-hero { padding: 0 0 24px; color: #000; background: #fff; }
  .privacy-hero::after { display: none; }
  .privacy-hero h1, .privacy-hero > p:not(.privacy-kicker), .privacy-kicker { color: #000; }
  .privacy-layout { display: block; border: 0; box-shadow: none; }
  .privacy-document { padding: 0; }
  .privacy-section { break-inside: avoid; }
}
