﻿@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --purple: rgba(119, 64, 252, 1);
  --purple-deep: #3c1592;
  --ink: #17131f;
  --muted: #6d6877;
  --line: rgba(53, 31, 85, .12);
  --surface: #fff;
  --wash: #faf8ff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: 'DM Sans', Arial, sans-serif; line-height: 1.75; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.policy-container { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.privacy-page { position: relative; isolation: isolate; }
.ambient { position: fixed; z-index: -2; width: 460px; height: 460px; border-radius: 50%; pointer-events: none; filter: blur(75px); opacity: .18; animation: drift 16s ease-in-out infinite alternate; }
.ambient-one { top: 12%; left: -250px; background: #9a6bff; }
.ambient-two { top: 53%; right: -270px; background: #e3beff; animation-delay: -6s; }
.ambient-grid { position: fixed; inset: 0; z-index: -3; opacity: .26; pointer-events: none; background-image: linear-gradient(rgba(119,64,252,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(119,64,252,.035) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 70%); }
.reading-progress { position: fixed; z-index: 20; inset: 0 0 auto; height: 3px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #6e30f5, #b894ff, #6e30f5); box-shadow: 0 0 16px rgba(119,64,252,.8); transition: width .12s linear; }

.policy-header { position: sticky; z-index: 15; top: 0; background: rgba(255,255,255,.78); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .35s ease; }
.policy-header.is-scrolled { background: rgba(255,255,255,.92); border-color: var(--line); box-shadow: 0 12px 35px rgba(39, 14, 73, .06); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 20px/1 'Manrope', sans-serif; color: #5c17d2; letter-spacing: -.055em; }
.brand img { width: 40px; height: 40px; border-radius: 11px; object-fit: cover; box-shadow: 0 7px 18px rgba(92,23,210,.22); }
.policy-nav { display: flex; align-items: center; gap: 38px; font-size: 15px; font-weight: 600; }
.policy-nav a { position: relative; padding: 27px 0 24px; color: #302b37; transition: color .25s ease; }
.policy-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; border-radius: 3px; background: var(--purple); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.policy-nav a:hover, .policy-nav a.active { color: var(--purple-deep); }
.policy-nav a:hover::after, .policy-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 10px; background: var(--purple-deep); transition: .3s; }

.policy-hero { position: relative; min-height: 355px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 5%, rgba(151,111,255,.19), transparent 32%), linear-gradient(135deg, #fff 0%, #fbf9ff 50%, #f2ecff 100%); border-bottom: 1px solid rgba(119,64,252,.08); }
.policy-hero::before { content: ''; position: absolute; inset: 0; opacity: .6; background: radial-gradient(circle at 20% 75%, rgba(119,64,252,.1) 0 1px, transparent 1.5px); background-size: 26px 26px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-content { position: relative; z-index: 2; text-align: center; padding: 72px 0 62px; }
.eyebrow, .section-kicker { color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid rgba(119,64,252,.16); border-radius: 99px; background: rgba(255,255,255,.6); box-shadow: 0 8px 24px rgba(83,38,163,.08); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 5px rgba(119,64,252,.1), 0 0 16px var(--purple); }
.policy-hero h1 { margin: 22px 0 12px; font: 800 clamp(44px, 7vw, 76px)/1.05 'Manrope', sans-serif; letter-spacing: -.075em; }
.policy-hero h1 em { font-style: normal; background: linear-gradient(100deg, #5d18d3, #a879ff 55%, #5511c8); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy { max-width: 650px; margin: 0 auto; color: #625c6c; font-size: 17px; }
.hero-meta { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 24px; color: #817b89; font-size: 12px; }
.hero-meta b { margin-right: 6px; color: #332b43; font-weight: 700; }
.meta-divider { width: 4px; height: 4px; border-radius: 50%; background: #a889ed; }
.hero-orbit { position: absolute; border: 1px solid rgba(119,64,252,.18); border-radius: 50%; transform: rotate(-22deg); animation: orbit 17s linear infinite; }
.orbit-one { width: 270px; height: 90px; right: 8%; top: 30px; }
.orbit-two { width: 160px; height: 55px; left: 8%; bottom: 30px; animation-duration: 11s; animation-direction: reverse; }
.hero-spark { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #9a6aff; box-shadow: 0 0 0 8px rgba(154,106,255,.1), 0 0 22px #9a6aff; animation: pulse 3s ease-in-out infinite; }
.spark-one { left: 18%; top: 42%; }.spark-two { right: 22%; bottom: 22%; animation-delay: -1.2s; }

.policy-shell { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; padding-top: 72px; padding-bottom: 100px; }
.policy-aside { position: relative; }
.aside-card { position: sticky; top: 106px; padding: 22px 0; }
.aside-label { margin-bottom: 14px; color: #a19ba9; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.toc { display: grid; gap: 2px; border-left: 1px solid var(--line); }
.toc a { position: relative; padding: 7px 12px 7px 17px; color: #8a8391; font-size: 12px; line-height: 1.45; transition: .25s; }
.toc a::before { content: ''; position: absolute; left: -1px; top: 0; bottom: 0; width: 2px; background: var(--purple); transform: scaleY(0); transition: transform .25s ease; }
.toc a:hover, .toc a.active { color: var(--purple-deep); font-weight: 700; }.toc a.active::before { transform: scaleY(1); }
.aside-note { display: flex; gap: 10px; margin-top: 25px; padding: 14px; border: 1px solid rgba(119,64,252,.12); border-radius: 14px; color: #7c7587; font-size: 11px; line-height: 1.55; background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(249,245,255,.88)); }.aside-note a { color: var(--purple); font-weight: 700; }.note-icon { color: var(--purple); font-size: 17px; }
.policy-content { min-width: 0; }
.policy-section { position: relative; display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 22px; padding: 0 0 62px; margin-bottom: 62px; border-bottom: 1px solid rgba(53,31,85,.1); scroll-margin-top: 110px; }
.policy-section:last-of-type { margin-bottom: 0; }.section-index { color: #b9a5e7; font: 800 12px/1 'Manrope', sans-serif; letter-spacing: .08em; padding-top: 8px; }.policy-section h2, .contact-panel h2 { margin: 6px 0 16px; font: 800 clamp(26px, 3vw, 38px)/1.16 'Manrope', sans-serif; letter-spacing: -.06em; }.policy-section p { margin: 0 0 17px; color: var(--muted); font-size: 15px; }.intro-section h2 { font-size: clamp(32px, 4vw, 48px); }.intro-section { padding-bottom: 70px; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 25px; }.info-card { position: relative; overflow: hidden; min-height: 166px; padding: 21px 22px; border: 1px solid rgba(119,64,252,.13); border-radius: 18px; background: linear-gradient(140deg, rgba(255,255,255,.94), rgba(249,246,255,.88)); box-shadow: 0 12px 30px rgba(60,21,146,.045); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }.info-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 20%), rgba(156,112,255,.18), transparent 34%); opacity: 0; transition: opacity .35s; }.info-card:hover { transform: translateY(-6px); border-color: rgba(119,64,252,.35); box-shadow: 0 22px 42px rgba(60,21,146,.12); }.info-card:hover::before { opacity: 1; }.info-card > * { position: relative; }.card-number { color: #a285e5; font: 700 11px/1 'Manrope', sans-serif; }.info-card h3 { margin: 15px 0 5px; font: 800 17px/1.2 'Manrope', sans-serif; letter-spacing: -.04em; }.info-card p { margin: 0; font-size: 12px; line-height: 1.6; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 25px 0 0; list-style: none; color: #60596a; font-size: 14px; }.check-list li { display: flex; gap: 12px; align-items: flex-start; }.check-list li span { flex: 0 0 20px; display: grid; place-items: center; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: rgba(119,64,252,.1); color: var(--purple); font-size: 12px; font-weight: 800; }
.security-strip { display: flex; gap: 16px; align-items: flex-start; margin-top: 25px; padding: 20px; border-radius: 18px; background: linear-gradient(120deg, #f0eaff, #fbfaff); border: 1px solid rgba(119,64,252,.12); }.shield-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #6f31f4, #a879ff); box-shadow: 0 8px 18px rgba(119,64,252,.25); }.security-strip strong { display: block; margin-bottom: 2px; font: 700 14px/1.3 'Manrope', sans-serif; }.security-strip small { display: block; color: #766e80; font-size: 12px; line-height: 1.6; }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }.text-action { display: inline-flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(119,64,252,.2); border-radius: 99px; color: var(--purple-deep); font-size: 12px; font-weight: 700; transition: .25s; }.text-action span { font-size: 16px; transition: transform .25s; }.text-action:hover { color: #fff; border-color: var(--purple); background: var(--purple); box-shadow: 0 9px 20px rgba(119,64,252,.22); }.text-action:hover span { transform: translate(3px, -3px); }
.contact-panel { --pointer-x: 50%; --pointer-y: 50%; position: relative; isolation: isolate; overflow: hidden; min-height: 260px; padding: 46px 50px; border-radius: 26px; color: #fff; background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(195,161,255,.32), transparent 28%), linear-gradient(135deg, #27103f, #5b20ae 53%, #7b43e8); box-shadow: 0 26px 55px rgba(75,31,151,.23); scroll-margin-top: 110px; }.contact-panel::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .15; background-image: linear-gradient(120deg, transparent 15%, #fff 15.2%, transparent 15.4%, transparent 55%, #fff 55.2%, transparent 55.4%); background-size: 42px 42px; }.contact-content { position: relative; z-index: 1; max-width: 610px; }.contact-panel .section-kicker { color: #d6c2ff; }.contact-panel h2 { max-width: 500px; margin-top: 8px; }.contact-panel p:not(.section-kicker) { max-width: 520px; color: #e8dcff; font-size: 14px; }.primary-action { display: inline-flex; align-items: center; gap: 12px; margin-top: 8px; padding: 13px 18px; border-radius: 99px; color: #4a1b9d; background: #fff; font-size: 12px; font-weight: 800; transition: .3s; }.primary-action span { font-size: 16px; transition: .25s; }.primary-action:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0,0,0,.22); }.primary-action:hover span { transform: translate(3px, -3px); }.contact-orbit { position: absolute; right: 11%; top: 50%; display: grid; place-items: center; width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; font-size: 32px; box-shadow: 0 0 0 20px rgba(255,255,255,.05), 0 0 0 40px rgba(255,255,255,.025); transform: translateY(-50%) rotate(18deg); animation: spin 12s linear infinite; }.contact-orbit::before, .contact-orbit::after { content: ''; position: absolute; inset: 13px; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; }.contact-orbit::after { inset: -17px; border-style: solid; border-color: rgba(255,255,255,.14) transparent; }
.policy-footer { padding: 68px 0 26px; color: #e7def0; background: #21152b; }.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1.1fr; gap: 80px; }.footer-brand img { width: 204px; height: 40px; object-fit: contain; object-position: left center; }.footer-brand p { max-width: 260px; margin: 20px 0 0; color: #b9aec4; font-size: 13px; line-height: 1.6; }.policy-footer h3 { margin: 3px 0 22px; color: #fff; font: 700 15px/1 'Manrope', sans-serif; }.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 12px; }.footer-links a, .footer-contact a, .footer-contact p { margin: 0; color: #b9aec4; font-size: 13px; transition: color .2s; }.footer-links a:hover, .footer-contact a:hover { color: #fff; }.footer-contact a, .footer-contact p { display: flex; align-items: flex-start; gap: 10px; }.footer-contact span { color: #c4a9ff; font-size: 17px; line-height: 1.3; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #9688a2; font-size: 11px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }
.f-img{flex: 0 0 auto;width: 18px;height: 18px;object-fit: contain;opacity: .9;filter: drop-shadow(0 4px 10px rgba(172, 113, 255, .22));}
@keyframes drift { to { transform: translate3d(60px, -45px, 0) scale(1.08); } } @keyframes orbit { to { transform: rotate(338deg); } } @keyframes pulse { 50% { transform: scale(1.7); opacity: .55; } } @keyframes spin { to { transform: translateY(-50%) rotate(378deg); } }
@media (max-width: 820px) { .policy-container { width: min(100% - 34px, 680px); }.header-inner { min-height: 68px; }.nav-toggle { display: block; }.policy-nav { position: absolute; top: calc(100% + 8px); right: 17px; left: 17px; display: grid; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 18px 40px rgba(42,18,75,.12); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .25s; }.policy-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }.policy-nav a { padding: 12px 14px; }.policy-nav a::after { bottom: 5px; left: 14px; right: auto; width: 36px; }.policy-shell { grid-template-columns: 1fr; gap: 32px; padding-top: 42px; }.aside-card { position: static; padding: 0; }.toc { display: flex; flex-wrap: wrap; border: 0; gap: 8px; }.toc a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 99px; }.toc a::before { display: none; }.toc a.active { border-color: rgba(119,64,252,.3); background: #f2ecff; }.aside-note { display: none; }.hero-copy { font-size: 15px; }.hero-meta { flex-wrap: wrap; gap: 10px; }.contact-orbit { right: -24px; opacity: .55; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }.footer-contact { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 6px; } }
@media (max-width: 530px) { .policy-container { width: min(100% - 28px, 680px); }.policy-hero { min-height: 370px; }.hero-content { padding: 55px 0; }.hero-meta { display: grid; gap: 6px; }.meta-divider { display: none; }.policy-section { grid-template-columns: 1fr; gap: 8px; padding-bottom: 44px; margin-bottom: 44px; }.section-index { padding-top: 0; }.info-grid { grid-template-columns: 1fr; }.contact-panel { padding: 34px 26px; }.contact-orbit { width: 88px; height: 88px; top: auto; right: -18px; bottom: -22px; transform: rotate(18deg); }.footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-contact { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
