:root {
  --bg: #08060d;
  --bg-soft: #0e0917;
  --surface: #140d20;
  --surface-2: #1b1029;
  --ink: #fffaf2;
  --muted: #afa3b8;
  --line: rgba(255, 211, 105, .16);
  --gold: #ffd135;
  --amber: #ff9d1c;
  --orange: #ff6218;
  --purple: #711dd4;
  --purple-soft: #321060;
  --gradient: linear-gradient(115deg, #fff06a 0%, #ffbd1b 32%, #ff761b 66%, #f02a21 100%);
  --gradient-purple: linear-gradient(135deg, #2b0b4d, #6d1fc1 56%, #ff6d22);
  --shadow: 0 28px 90px rgba(0, 0, 0, .58);
  --container: 1180px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 28px); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: "Kanit", system-ui, sans-serif; font-weight: 300; line-height: 1.75; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: #1a0d03; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding-block: clamp(80px, 9vw, 130px); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 10px 16px; border-radius: 6px; background: var(--gold); color: #170a02; font-weight: 600; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.page-glow { position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 95% 13%, rgba(108, 27, 193, .16), transparent 30%), radial-gradient(circle at 5% 48%, rgba(255, 113, 21, .08), transparent 28%); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 24px; font-family: "Montserrat", "Kanit", sans-serif; font-weight: 700; letter-spacing: -.045em; line-height: 1.12; }
h1 { font-size: clamp(2.35rem, 4.8vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 3.4vw, 3.2rem); }
h3 { line-height: 1.35; }
h1 em, h2 em { display: block; background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; }
p { color: var(--muted); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 7px; background: var(--gradient); box-shadow: 0 14px 34px rgba(239, 85, 20, .22); color: #1b0e03; font-weight: 600; line-height: 1.2; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { box-shadow: 0 18px 42px rgba(239, 85, 20, .38); transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 9px 16px; font-size: .8rem; }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 8px; border-bottom: 1px solid rgba(255, 209, 53, .35); color: #f2e8dd; font-weight: 500; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; background: linear-gradient(180deg, rgba(8, 6, 13, .96), rgba(8, 6, 13, .78)); backdrop-filter: blur(18px); transition: height .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { height: 72px; border-color: var(--line); box-shadow: 0 14px 40px rgba(0, 0, 0, .34); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 30px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; line-height: 1; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { display: grid; gap: 4px; }
.brand strong { color: #fff; font: 800 1.25rem/1 "Montserrat", sans-serif; letter-spacing: .06em; }
.brand small { color: #918699; font: 600 .45rem/1 "Montserrat", sans-serif; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: clamp(12px, 1.55vw, 23px); margin-left: auto; }
.primary-nav a { position: relative; color: #d1c8d8; font-size: .82rem; white-space: nowrap; transition: color .2s ease; }
.primary-nav a::after { position: absolute; right: 0; bottom: -11px; left: 0; height: 1px; background: var(--gradient); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover, .primary-nav a.is-active { color: #fff; }
.primary-nav a:hover::after, .primary-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { flex: 0 0 auto; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: #fff; transition: transform .25s ease, opacity .25s ease; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: calc(var(--header-height) + 34px) 0 clamp(62px, 7vw, 96px); background: radial-gradient(circle at 72% 28%, rgba(112, 24, 197, .18), transparent 30%), linear-gradient(180deg, #0d0716, var(--bg)); }
.hero::before { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.breadcrumbs { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #8d8297; font-size: .72rem; }
.breadcrumbs a:hover { color: var(--gold); }
.hero-banner { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255, 203, 66, .28); border-radius: 14px; background: #160727; box-shadow: 0 30px 100px rgba(0, 0, 0, .6), 0 0 65px rgba(111, 25, 196, .16); }
.hero-banner::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; content: ""; pointer-events: none; }
.hero-banner img { width: 100%; height: auto; aspect-ratio: 2244 / 701; object-fit: cover; }
.hero-intro { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: clamp(40px, 7vw, 90px); align-items: end; padding-top: clamp(42px, 6vw, 75px); }
.hero-intro h1 { max-width: 900px; margin-bottom: 0; }
.hero-intro h1 em { margin-top: 8px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #d8c9e0; font: 700 .64rem/1.2 "Montserrat", sans-serif; letter-spacing: .18em; }
.eyebrow > span { width: 34px; height: 2px; background: var(--gradient); box-shadow: 0 0 18px rgba(255, 143, 22, .45); }
.hero-summary { padding-bottom: 8px; }
.hero-summary > p:first-child { font-size: .98rem; }
.updated { display: flex; align-items: center; gap: 8px; margin: 24px 0 0; color: #746b7b; font-size: .72rem; }
.updated span { color: #5be68d; font-size: .5rem; box-shadow: 0 0 15px rgba(91, 230, 141, .65); }
.trust-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(42px, 6vw, 70px) 0 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: rgba(19, 10, 31, .7); list-style: none; }
.trust-strip li { display: grid; grid-template-columns: 38px 1fr; gap: 2px 13px; align-items: center; padding: 20px; border-right: 1px solid var(--line); }
.trust-strip li:last-child { border-right: 0; }
.trust-strip li > span { grid-row: 1 / span 2; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255, 210, 78, .22); border-radius: 9px; color: var(--gold); }
.trust-strip strong { color: #f5edf8; font-size: .8rem; font-weight: 500; line-height: 1.3; }
.trust-strip small { color: #776d80; font-size: .64rem; }

/* Policy body */
.policy-shell { background: linear-gradient(180deg, rgba(113, 29, 212, .035), transparent 18%), var(--bg); }
.policy-layout { display: grid; grid-template-columns: 225px minmax(0, 1fr); gap: clamp(55px, 8vw, 110px); align-items: start; }
.table-of-contents { position: sticky; top: calc(var(--header-height) + 35px); }
.table-of-contents > p { margin: 0 0 18px; color: #f4e9f8; font-size: .76rem; font-weight: 600; letter-spacing: .06em; }
.table-of-contents nav { display: grid; border-left: 1px solid var(--line); }
.table-of-contents a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; align-items: center; padding: 9px 0 9px 17px; color: #706778; font-size: .71rem; line-height: 1.35; transition: color .2s ease, border-color .2s ease; }
.table-of-contents a span { color: #4c4453; font: 600 .55rem/1 "Montserrat", sans-serif; }
.table-of-contents a:hover, .table-of-contents a.is-active { color: var(--gold); }
.table-of-contents a.is-active { margin-left: -1px; border-left: 1px solid var(--gold); }
.policy-content { min-width: 0; }
.policy-section { position: relative; padding: clamp(10px, 2vw, 25px) 0 clamp(80px, 9vw, 125px); }
.policy-section + .policy-section { padding-top: clamp(70px, 8vw, 105px); border-top: 1px solid var(--line); }
.policy-section h2 { max-width: 880px; }
.policy-section > p:not(.section-kicker) { max-width: 840px; font-size: .98rem; }
.section-kicker { margin-bottom: 18px; color: var(--amber); font: 700 .62rem/1.2 "Montserrat", sans-serif; letter-spacing: .18em; }
.lead { color: #d0c3d5 !important; font-size: 1.08rem !important; }
.policy-note { display: grid; grid-template-columns: 36px 1fr; gap: 15px; align-items: start; margin-top: 35px; padding: 20px; border: 1px solid rgba(255, 207, 67, .18); border-radius: 8px; background: rgba(255, 193, 28, .035); }
.policy-note > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 208, 77, .35); border-radius: 50%; color: var(--gold); font: 700 .8rem/1 serif; }
.policy-note p { margin: 0; font-size: .82rem; }

.data-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; }
.info-card { position: relative; min-height: 330px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(145deg, rgba(110, 27, 201, .09), rgba(255,255,255,.015)); }
.info-card::after { position: absolute; right: -30px; bottom: -40px; width: 120px; height: 120px; border-radius: 50%; background: rgba(113, 29, 212, .08); content: ""; filter: blur(5px); }
.card-number { position: absolute; top: 22px; right: 24px; color: #5c5363; font: 700 .62rem/1 "Montserrat", sans-serif; }
.card-icon { display: grid; width: 50px; height: 50px; margin-bottom: 72px; place-items: center; border: 1px solid rgba(255, 210, 75, .28); border-radius: 12px; background: rgba(255, 197, 28, .055); color: var(--gold); font: 700 .75rem/1 "Montserrat", sans-serif; }
.info-card h3 { margin-bottom: 13px; color: #f7eef9; font-size: 1rem; }
.info-card p { margin: 0; font-size: .8rem; }

.image-slot { display: grid; min-height: 260px; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; margin: 44px 0 0; padding: 28px; border: 1px dashed rgba(255, 208, 70, .28); border-radius: 10px; background: linear-gradient(135deg, rgba(113, 29, 212, .08), rgba(255, 106, 23, .035)); }
.image-slot__art { position: relative; min-height: 200px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; background: radial-gradient(circle at 50% 50%, rgba(116, 31, 205, .24), transparent 42%), repeating-linear-gradient(45deg, rgba(255,255,255,.018) 0 1px, transparent 1px 12px); }
.image-slot__art::before, .image-slot__art::after { position: absolute; inset: 50% auto auto 50%; border: 1px solid rgba(255, 210, 78, .2); border-radius: 50%; content: ""; transform: translate(-50%, -50%); }
.image-slot__art::before { width: 112px; height: 112px; }
.image-slot__art::after { width: 72px; height: 72px; }
.image-slot__art span { position: absolute; inset: 50% auto auto 50%; z-index: 1; color: var(--gold); font: 300 2.2rem/1 sans-serif; transform: translate(-50%, -50%); }
.image-slot figcaption { display: grid; gap: 8px; }
.image-slot figcaption strong { color: #f1e6f4; font-size: .92rem; }
.image-slot figcaption span { color: #756c7c; font-size: .72rem; }
.image-slot--wide { grid-template-columns: 1.2fr .8fr; }
.image-slot--filled { min-height: 330px; border-style: solid; border-color: rgba(255, 208, 70, .19); }
.image-slot__media { position: relative; display: grid; min-height: 270px; place-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .07); border-radius: 9px; background: radial-gradient(circle at 50% 50%, rgba(99, 34, 185, .24), transparent 58%), linear-gradient(145deg, rgba(255, 255, 255, .018), rgba(0, 0, 0, .14)); }
.image-slot__media::before { position: absolute; inset: 12% 18%; border-radius: 50%; background: rgba(255, 146, 21, .1); content: ""; filter: blur(42px); }
.image-slot__media img { position: relative; z-index: 1; width: 100%; height: 300px; object-fit: contain; filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .38)); transition: transform .45s cubic-bezier(.2, .75, .25, 1); }
.image-slot--filled:hover .image-slot__media img { transform: scale(1.025); }
.image-slot--filled figcaption span { max-width: 360px; line-height: 1.7; }

.purpose-list { display: grid; margin-top: 36px; border-top: 1px solid var(--line); }
.purpose-list > div { display: grid; grid-template-columns: 65px 1fr; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.purpose-list > div > span { padding-top: 6px; color: #594f60; font: 700 .64rem/1 "Montserrat", sans-serif; }
.purpose-list p { margin: 0; font-size: .9rem; }
.purpose-list strong { display: block; margin-bottom: 2px; color: #f3ebf5; font-weight: 500; }

.security-panel { display: grid; grid-template-columns: 130px 1fr; gap: 32px; align-items: center; margin-top: 36px; padding: clamp(28px, 4vw, 46px); border: 1px solid rgba(255, 203, 58, .22); border-radius: 12px; background: linear-gradient(135deg, rgba(109, 31, 193, .22), rgba(255, 101, 20, .075)); }
.security-mark { display: grid; width: 120px; height: 120px; place-content: center; place-items: center; border: 1px solid rgba(255, 215, 90, .35); border-radius: 50%; box-shadow: inset 0 0 35px rgba(105, 29, 190, .3), 0 0 35px rgba(255, 142, 21, .08); }
.security-mark span { color: var(--gold); font: 800 1.7rem/1 "Montserrat", sans-serif; }
.security-mark small { margin-top: 7px; color: #8f8298; font: 700 .52rem/1 "Montserrat", sans-serif; letter-spacing: .15em; }
.security-panel h3 { margin: 0 0 8px; color: #fff4e8; font-size: 1.18rem; }
.security-panel p { margin: 0; font-size: .88rem; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.security-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.security-grid article > span { display: grid; width: 42px; height: 42px; margin-bottom: 42px; place-items: center; border-radius: 9px; background: var(--gradient); color: #210d03; font: 800 .65rem/1 "Montserrat", sans-serif; }
.security-grid h3 { margin: 0 0 10px; color: #f4ebf6; font-size: 1rem; }
.security-grid p { margin: 0; font-size: .8rem; }

.rights-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 36px; }
.rights-grid article { min-height: 205px; padding: 27px; border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(145deg, rgba(255,255,255,.018), rgba(105, 26, 190, .06)); }
.rights-grid article > span { color: var(--amber); font: 700 .58rem/1 "Montserrat", sans-serif; }
.rights-grid h3 { margin: 48px 0 8px; color: #f3eaf5; font-size: 1.05rem; }
.rights-grid p { margin: 0; font-size: .8rem; }

.retention-card { display: grid; grid-template-columns: 155px 1fr; gap: clamp(25px, 4vw, 50px); align-items: center; margin-top: 34px; padding: clamp(30px, 5vw, 52px); border: 1px solid rgba(255, 209, 67, .2); border-radius: 11px; background: linear-gradient(135deg, rgba(255, 189, 27, .06), rgba(112, 28, 202, .08)); }
.retention-years { display: flex; width: 145px; height: 145px; align-items: baseline; justify-content: center; gap: 7px; padding-top: 38px; border: 1px solid rgba(255, 215, 91, .3); border-radius: 50%; background: rgba(0,0,0,.12); }
.retention-years strong { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font: 800 3.5rem/1 "Montserrat", sans-serif; }
.retention-years span { color: #c8bace; font-size: .85rem; }
.retention-card h3 { margin: 0 0 10px; color: #f6edf8; font-size: 1.15rem; }
.retention-card p { margin: 0; font-size: .88rem; }

.contact-section { overflow: hidden; }
.contact-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; max-width: 620px; margin-top: 34px; padding: 24px; border: 1px solid rgba(255, 208, 61, .23); border-radius: 10px; background: var(--surface); }
.contact-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #70ee82, #06c755); box-shadow: 0 10px 28px rgba(6, 199, 85, .2); color: #041b0c; font: 800 .55rem/1 "Montserrat", sans-serif; letter-spacing: .04em; }
.contact-card > div:last-child { display: grid; gap: 3px; }
.contact-card span { color: #7d7285; font-size: .68rem; }
.contact-card strong { color: #d9cddd; font-size: .85rem; font-weight: 400; }
.contact-link { display: inline-block; margin-left: 3px; border-bottom: 1px solid rgba(112, 238, 130, .42); color: #70ee82; font-weight: 600; transition: color .2s ease, border-color .2s ease; }
.contact-link:hover { border-color: var(--gold); color: var(--gold); }

.faq-list { margin-top: 35px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 25px; color: #f1e8f3; cursor: pointer; font-size: .94rem; font-weight: 400; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 800px; padding: 0 55px 23px 0; font-size: .85rem; }

.final-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 35px; align-items: center; padding: clamp(32px, 5vw, 55px); border: 1px solid rgba(255, 216, 94, .25); border-radius: 13px; background: radial-gradient(circle at 80% 50%, rgba(255, 114, 21, .18), transparent 30%), var(--gradient-purple); box-shadow: var(--shadow); }
.final-cta h2 { margin-bottom: 12px; font-size: clamp(1.75rem, 3.3vw, 3rem); }
.final-cta p:not(.section-kicker) { max-width: 640px; margin: 0; color: #d7c9de; font-size: .88rem; }
.final-cta .button { white-space: nowrap; }

/* Footer */
.site-footer { border-top: 1px solid rgba(255, 200, 39, .18); background: radial-gradient(circle at 12% 5%, rgba(255, 180, 24, .025), transparent 28%), #070605; }
.footer-main { display: grid; grid-template-columns: minmax(300px, 1.25fr) minmax(420px, .75fr); gap: clamp(70px, 12vw, 170px); align-items: start; padding-block: 62px 52px; }
.brand--footer img { width: 56px; height: 56px; filter: drop-shadow(0 0 12px rgba(255, 150, 17, .22)); }
.footer-brand-block > p { max-width: 390px; margin: 28px 0 0; color: #b0a79f; font-size: .82rem; line-height: 1.75; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(135px, 1fr)); gap: clamp(55px, 8vw, 110px); padding-top: 3px; }
.footer-nav div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-nav strong { margin-bottom: 7px; color: var(--gold); font-size: .7rem; letter-spacing: .04em; }
.footer-nav a { color: #b3aaa2; font-size: .76rem; transition: color .2s ease; }
.footer-nav a:hover { color: var(--gold); }
.footer-license { padding-block: 32px 0; border-top: 1px solid rgba(255, 198, 34, .15); background: linear-gradient(120deg, rgba(255, 185, 24, .022), transparent 34%); }
.license-heading { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 26px; }
.license-heading h2 { margin: 0; color: var(--gold); font: 700 .62rem/1.2 "Montserrat", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.license-heading p { margin: 0; color: #716a63; font-size: .67rem; }
.license-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; }
.license-card { display: grid; min-width: 0; height: 94px; place-items: center; padding: 15px 18px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .09); border-radius: 9px; background: linear-gradient(145deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .008)); transition: border-color .25s ease, transform .25s ease; }
.license-card:hover { border-color: rgba(255, 201, 40, .27); transform: translateY(-2px); }
.license-card img { width: 100%; max-width: 225px; height: 64px; object-fit: contain; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; margin-top: 37px; padding-block: 20px; border-top: 1px solid rgba(255, 198, 34, .15); }
.footer-bottom p, .footer-bottom a { margin: 0; color: #716a63; font-size: .67rem; }
.footer-age { display: flex; align-items: center; justify-content: center; gap: 8px; }
.footer-age strong { color: var(--gold); font-weight: 700; }
.footer-bottom a:hover { color: #fff; }
.sticky-signup { position: fixed; right: 16px; bottom: 16px; z-index: 90; display: none; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid rgba(255, 237, 160, .44); border-radius: 999px; background: var(--gradient); box-shadow: 0 14px 38px rgba(0,0,0,.58); color: #170a02; font-size: .78rem; font-weight: 600; }

/* Motion */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .primary-nav { gap: 12px; }
  .primary-nav a { font-size: .73rem; }
  .data-grid { grid-template-columns: 1fr 1fr; }
  .info-card:last-child { grid-column: 1 / -1; min-height: 265px; }
}

@media (max-width: 920px) {
  :root { --header-height: 72px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header, .site-header.is-scrolled { height: var(--header-height); }
  .nav-toggle { display: block; }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; max-height: 0; gap: 0; overflow: hidden; margin: 0; padding-inline: 20px; border-bottom: 1px solid transparent; background: rgba(8, 6, 13, .985); opacity: 0; transition: max-height .35s ease, opacity .25s ease, padding .35s ease, border-color .35s ease; }
  .nav-open .primary-nav { max-height: calc(100dvh - var(--header-height)); padding-block: 14px 24px; border-color: var(--line); opacity: 1; overflow-y: auto; }
  .primary-nav a { padding: 13px 5px; border-bottom: 1px solid rgba(255,255,255,.045); font-size: .88rem; }
  .primary-nav a::after { display: none; }
  .header-actions { margin-left: 0; }
  .hero-intro { grid-template-columns: 1fr; gap: 26px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip li:nth-child(2) { border-right: 0; }
  .trust-strip li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .policy-layout { grid-template-columns: 1fr; }
  .table-of-contents { position: relative; top: auto; overflow-x: auto; margin-bottom: 10px; padding-bottom: 7px; }
  .table-of-contents > p { display: none; }
  .table-of-contents nav { display: flex; width: max-content; border: 0; }
  .table-of-contents a { display: flex; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; }
  .table-of-contents a + a { margin-left: 7px; }
  .table-of-contents a.is-active { margin-left: 7px; border-color: var(--gold); }
  .table-of-contents a:first-child.is-active { margin-left: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-nav { width: min(480px, 100%); }
  .license-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .section { padding-block: 74px; }
  h1 { font-size: clamp(2.15rem, 10vw, 3.55rem); }
  h2 { font-size: clamp(1.75rem, 8vw, 2.7rem); }
  .hero { padding-top: calc(var(--header-height) + 24px); }
  .hero-banner { border-radius: 9px; }
  .hero-banner img { min-height: 220px; object-position: center; }
  .data-grid, .security-grid, .rights-grid { grid-template-columns: 1fr; }
  .info-card:last-child { grid-column: auto; min-height: 310px; }
  .image-slot, .image-slot--wide { grid-template-columns: 1fr; }
  .image-slot__art { min-height: 190px; }
  .image-slot__media { min-height: 260px; }
  .image-slot__media img { height: 300px; }
  .security-panel { grid-template-columns: 1fr; }
  .security-mark { width: 105px; height: 105px; }
  .retention-card { grid-template-columns: 1fr; }
  .retention-years { width: 125px; height: 125px; padding-top: 29px; }
  .final-cta { grid-template-columns: 1fr; }
  .final-cta .button { justify-self: start; }
  .license-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .license-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom { grid-template-columns: 1fr; gap: 7px; text-align: center; }
  .sticky-signup { display: inline-flex; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand span { display: none; }
  .header-inner { gap: 9px; }
  .header-actions .button { min-height: 39px; padding-inline: 12px; font-size: .7rem; }
  .hero-banner img { min-height: 185px; object-position: 51% center; }
  .hero-intro { padding-top: 35px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip li { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip li:last-child { border-bottom: 0; }
  .info-card { min-height: 290px; padding: 24px; }
  .card-icon { margin-bottom: 52px; }
  .image-slot { padding: 18px; }
  .image-slot__media { min-height: 220px; }
  .image-slot__media img { height: 245px; }
  .purpose-list > div { grid-template-columns: 42px 1fr; }
  .security-panel, .security-grid article, .rights-grid article { padding: 23px; }
  .contact-card { grid-template-columns: 46px 1fr; padding: 18px; }
  .contact-icon { width: 44px; height: 44px; }
  .contact-card strong { font-size: .74rem; overflow-wrap: anywhere; }
  .final-cta { padding: 28px 23px; }
  .final-cta .button { width: 100%; }
  .footer-main { gap: 42px; padding-block: 52px 44px; }
  .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .footer-license { padding-top: 27px; }
  .license-grid { grid-template-columns: 1fr; }
  .license-card { height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .table-of-contents, .sticky-signup, .footer-nav, .final-cta, .image-slot { display: none !important; }
  body { background: #fff; color: #111; }
  h1, h2, h3, p, .lead { color: #111 !important; }
  .hero, .policy-shell, .site-footer { background: #fff; }
  .hero { padding-top: 20px; }
  .hero-banner { box-shadow: none; }
  .policy-layout { display: block; }
  .policy-section { break-inside: avoid; padding-block: 30px; }
}
