
:root{
  --blue:#003b73;
  --deep:#001d3b;
  --navy:#002a54;
  --red:#d71920;
  --yellow:#f6c900;
  --ink:#10243a;
  --muted:#66778a;
  --paper:#f7f7f3;
  --line:rgba(16,36,58,.12);
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.privacy-noise{
  position:fixed;
  inset:0;
  z-index:50;
  opacity:.025;
  pointer-events:none;
  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='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.privacy-container{width:min(1180px,calc(100% - 34px));margin-inline:auto}
.privacy-header{
  position:sticky;
  top:0;
  z-index:40;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(0,29,59,.93);
  backdrop-filter:blur(20px);
}
.privacy-header-inner{
  width:min(1320px,calc(100% - 30px));
  height:80px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.privacy-brand img{display:block;width:165px;max-height:56px;object-fit:contain}
.privacy-header-actions{display:flex;align-items:center;gap:12px}
.privacy-language{
  display:inline-flex;
  padding:4px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(255,255,255,.06);
}
.privacy-language button{
  min-width:42px;
  height:34px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(255,255,255,.7);
  font-size:.72rem;
  font-weight:850;
  cursor:pointer;
}
.privacy-language button.active{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(215,25,32,.26)}
.privacy-home{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:0 15px;
  border:1px solid rgba(246,201,0,.23);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.06);
  font-size:.76rem;
  font-weight:800;
}
.privacy-home svg,.privacy-regulator-link svg{width:18px;height:18px}
.privacy-hero{
  position:relative;
  min-height:660px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 82% 15%,rgba(246,201,0,.15),transparent 25%),
    radial-gradient(circle at 10% 90%,rgba(215,25,32,.18),transparent 30%),
    linear-gradient(145deg,#00182f,#003b73 58%,#00234a);
}
.privacy-hero-grid{
  position:absolute;
  inset:40% -10% -55%;
  opacity:.12;
  transform:perspective(650px) rotateX(66deg);
  background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(246,201,0,.16) 1px,transparent 1px);
  background-size:55px 55px;
}
.privacy-hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(246,201,0,.25)}
.orbit-a{width:410px;height:410px;right:-110px;top:-90px}
.orbit-b{width:240px;height:240px;right:-25px;top:-10px;border-color:rgba(215,25,32,.34)}
.privacy-hero-content{position:relative;z-index:2;padding:100px 0 72px}
.privacy-kicker{
  color:var(--yellow);
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.22em;
}
.privacy-hero h1{
  max-width:880px;
  margin:18px 0 24px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.6rem,7.5vw,7.8rem);
  line-height:.88;
  letter-spacing:-.06em;
}
.privacy-hero-content>p{
  max-width:720px;
  color:rgba(255,255,255,.7);
  font-size:1.08rem;
  line-height:1.8;
}
.privacy-meta{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}
.privacy-meta span{
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.065);
  color:rgba(255,255,255,.7);
  font-size:.68rem;
}
.privacy-meta strong{color:#fff;margin-right:5px}
.privacy-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:48px}
.privacy-trust-grid article{
  min-height:172px;
  padding:22px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045));
  backdrop-filter:blur(16px);
}
.privacy-trust-grid article>span{display:block;color:var(--yellow);font-size:.67rem;font-weight:900;letter-spacing:.12em}
.privacy-trust-grid strong{display:block;margin:16px 0 8px;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem}
.privacy-trust-grid p{margin:0;color:rgba(255,255,255,.62);font-size:.81rem;line-height:1.6}
.privacy-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:46px;padding-top:72px;padding-bottom:100px}
.privacy-toc{position:relative}
.privacy-toc-card{position:sticky;top:105px;padding:20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 18px 55px rgba(0,42,84,.07)}
.privacy-toc-card>span{display:block;margin-bottom:13px;color:var(--red);font-size:.64rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.privacy-toc-card a{display:block;padding:9px 5px;border-bottom:1px solid rgba(16,36,58,.07);color:#526477;font-size:.77rem}
.privacy-toc-card a:last-child{border-bottom:0}
.privacy-toc-card a:hover{color:var(--blue)}
.privacy-document{min-width:0}
.privacy-language-note,.privacy-disclaimer{
  padding:22px 24px;
  border:1px solid rgba(246,201,0,.35);
  border-radius:20px;
  background:#fff9df;
}
.privacy-language-note strong,.privacy-disclaimer strong{color:#725b00}
.privacy-language-note p,.privacy-disclaimer p{margin:8px 0 0;color:#6c6650;line-height:1.7;font-size:.84rem}
.privacy-section{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:20px;
  padding:45px 0;
  border-bottom:1px solid var(--line);
  scroll-margin-top:110px;
}
.privacy-section-number{
  width:44px;height:44px;
  display:grid;place-items:center;
  border-radius:14px;
  background:var(--blue);
  color:var(--yellow);
  font-size:.68rem;
  font-weight:900;
}
.privacy-section h2{
  margin:0 0 17px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.02;
  letter-spacing:-.04em;
}
.privacy-section h3{margin:0 0 10px;font-size:.88rem}
.privacy-section p,.privacy-section li{color:#5c6d7e;font-size:.92rem;line-height:1.78}
.privacy-section p{margin:0 0 14px}
.privacy-section ul{margin:0;padding-left:20px}
.privacy-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:20px 0}
.privacy-list-grid>div{
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.privacy-callout{padding:16px 18px;border-left:4px solid var(--red);border-radius:0 14px 14px 0;background:#fff0f1}
.privacy-check-list{list-style:none;padding:0!important;display:grid;gap:10px}
.privacy-check-list li{position:relative;padding:13px 15px 13px 44px;border:1px solid var(--line);border-radius:15px;background:#fff}
.privacy-check-list li:before{content:"✓";position:absolute;left:15px;top:13px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:rgba(0,59,115,.1);color:var(--blue);font-weight:900}
.privacy-info-row{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:15px 0;border-top:1px solid var(--line)}
.privacy-info-row strong{font-size:.78rem;color:var(--blue)}
.privacy-info-row span{color:#607184;font-size:.84rem;line-height:1.6}
.privacy-contact-card{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:20px 0;
}
.privacy-contact-card>div{padding:17px;border:1px solid var(--line);border-radius:16px;background:#fff}
.privacy-contact-card span,.privacy-contact-card strong,.privacy-contact-card a{display:block}
.privacy-contact-card span{margin-bottom:5px;color:#788797;font-size:.67rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.privacy-contact-card strong,.privacy-contact-card a{font-size:.86rem;color:var(--ink);overflow-wrap:anywhere}
.privacy-regulator{margin-top:20px!important}
.privacy-regulator-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 15px;
  border:1px solid rgba(0,59,115,.18);
  border-radius:999px;
  background:rgba(0,59,115,.07);
  color:var(--blue);
  font-size:.75rem;
  font-weight:850;
}
.privacy-disclaimer{margin-top:35px}
.privacy-footer{color:#fff;background:linear-gradient(180deg,#002a54,#00172f);border-top:5px solid var(--yellow)}
.privacy-footer-inner{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:50px 0 34px}
.privacy-footer-inner img{width:160px;max-height:60px;object-fit:contain}
.privacy-footer-inner p{max-width:500px;margin:12px 0 0;color:rgba(255,255,255,.58);font-size:.8rem;line-height:1.6}
.privacy-footer-links{display:flex;gap:10px;flex-wrap:wrap}
.privacy-footer-links a{padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:rgba(255,255,255,.72);font-size:.72rem}
.privacy-footer-links a[aria-current="page"]{color:var(--yellow);border-color:rgba(246,201,0,.28)}
.privacy-footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:20px 0 calc(20px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.47);font-size:.68rem}
.privacy-footer-bottom a{color:#fff;font-weight:800}
@media(max-width:900px){
  .privacy-trust-grid{grid-template-columns:1fr}
  .privacy-layout{grid-template-columns:1fr}
  .privacy-toc{display:none}
  .privacy-list-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .privacy-header-inner{height:72px;width:calc(100% - 22px)}
  .privacy-brand img{width:135px}
  .privacy-home{width:43px;padding:0;justify-content:center}
  .privacy-home span{display:none}
  .privacy-hero{min-height:auto}
  .privacy-hero-content{padding:75px 0 55px}
  .privacy-hero h1{font-size:clamp(3.05rem,15vw,4.8rem)}
  .privacy-hero-content>p{font-size:.94rem}
  .privacy-meta{display:grid;grid-template-columns:1fr}
  .privacy-meta span{border-radius:13px}
  .privacy-layout{padding-top:45px;padding-bottom:65px}
  .privacy-section{grid-template-columns:1fr;gap:13px;padding:34px 0}
  .privacy-section-number{width:40px;height:40px}
  .privacy-section h2{font-size:2.25rem}
  .privacy-contact-card{grid-template-columns:1fr}
  .privacy-info-row{grid-template-columns:1fr;gap:5px}
  .privacy-footer-inner,.privacy-footer-bottom{display:grid}
  .privacy-footer-links{margin-top:5px}
}
