:root {
  --blue: #315eea;
  --cyan: #08bdea;
  --violet: #6426df;
  --orange: #f57627;
  --green: #21904b;
  --ink: #101624;
  --muted: #647084;
  --line: #e5e8f0;
  --paper: #f8f9fd;
  --white: #fff;
  --danger: #c93f4f;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }

.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: 100%; min-height: 88px; padding: 13px max(24px, calc((100vw - 1160px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.logo { display: block; width: 230px; line-height: 0; }
.logo img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 8px; }
nav a { padding: 10px 13px; color: var(--muted); border-radius: 9px; text-decoration: none; font-size: 13px; font-weight: 750; transition: color .2s ease, background .2s ease; }
nav a:hover,
nav a:focus-visible,
nav a.active { color: var(--blue); outline: none; background: #edf1ff; }

.eyebrow { margin: 0 0 15px; color: #c7d8ff; font-size: 11px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.blue { color: var(--blue); }
h1,
h2,
h3,
p { margin-top: 0; }

.contact-page { width: min(1160px, calc(100% - 40px)); margin: 54px auto; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 28px 80px rgba(46,63,120,.12); }
.contact-hero { position: relative; min-height: 390px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; overflow: hidden; padding: clamp(45px, 7vw, 82px); color: var(--white); background: linear-gradient(135deg, #101939 0%, var(--blue) 52%, var(--violet) 100%); isolation: isolate; }
.contact-hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--orange) 0 33%, #fff 33% 66%, var(--green) 66%); }
.hero-copy h1 { margin-bottom: 20px; font-size: clamp(52px, 7vw, 82px); line-height: .98; letter-spacing: -.06em; }
.hero-copy > p:last-child { max-width: 520px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; }
.hero-symbol { width: min(290px, 31vw); margin: auto; filter: drop-shadow(0 22px 40px rgba(8,15,65,.25)); }
.hero-symbol img { display: block; width: 100%; height: auto; }
.contact-content { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 90px); align-items: center; padding: clamp(45px, 7vw, 82px); }
.contact-content h2 { max-width: 430px; margin-bottom: 25px; font-size: clamp(36px, 5vw, 53px); line-height: 1.06; letter-spacing: -.045em; }
.lead { margin-bottom: 7px; color: var(--muted); }
.person-name { margin: 0; color: var(--violet); font-size: 22px; font-weight: 850; }
.contact-options { display: grid; gap: 13px; font-style: normal; }
.contact-option { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 16px; color: var(--ink); border: 1px solid var(--line); border-radius: 15px; background: #fcfcff; text-decoration: none; font-weight: 800; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.contact-option:hover,
.contact-option:focus-visible { transform: translateY(-2px); border-color: #aebcff; outline: none; box-shadow: 0 10px 25px rgba(49,94,234,.1); }
.option-icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--blue); border-radius: 13px; background: #edf1ff; font-size: 20px; }
.contact-option small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.arrow { color: var(--violet); font-size: 20px; }

.page-hero { position: relative; overflow: hidden; padding: clamp(70px, 10vw, 125px) max(24px, calc((100vw - 1120px) / 2)); color: var(--white); background: linear-gradient(135deg, #131a39, var(--blue) 56%, var(--violet)); isolation: isolate; }
.page-hero::after { content: ""; position: absolute; z-index: -1; right: -80px; top: -160px; width: 400px; height: 400px; border: 70px solid rgba(8,189,234,.18); border-radius: 50%; }
.page-hero h1 { margin-bottom: 22px; font-size: clamp(52px, 8vw, 88px); line-height: .98; letter-spacing: -.06em; }
.page-hero > p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.65; }
.date-pill { display: inline-block; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); font-size: 12px; font-weight: 750; }
.policy-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: clamp(45px, 8vw, 90px); width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding-block: 90px; }
.toc { position: sticky; top: 116px; display: grid; align-self: start; gap: 4px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 12px 34px rgba(46,63,120,.07); }
.toc strong { margin-bottom: 12px; color: var(--violet); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.toc a { padding: 6px 0; color: var(--muted); text-decoration: none; font-size: 11px; line-height: 1.4; }
.toc a:hover { color: var(--blue); }
.policy-content section { display: grid; grid-template-columns: 46px minmax(0,1fr); gap: 20px; padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid var(--line); }
.policy-content section > span { display: grid; place-items: center; width: 43px; height: 43px; color: var(--blue); border-radius: 12px; background: #edf1ff; font-size: 11px; font-weight: 850; }
.policy-content h2 { margin: 3px 0 18px; font-size: clamp(28px, 4vw, 38px); letter-spacing: -.035em; }
.policy-content p,
.policy-content li { color: var(--muted); font-size: 15px; line-height: 1.8; }
.policy-content ul { display: grid; gap: 10px; padding-left: 21px; }
.policy-content li::marker { color: var(--violet); }
.policy-content strong { color: var(--ink); }
.data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 25px; }
.data-card { padding: 23px; border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: 15px; background: var(--white); }
.data-card:nth-child(2) { border-top-color: var(--violet); }
.data-card h3 { margin-bottom: 20px; color: var(--blue); font-size: 18px; }
.data-card strong { display: block; margin: 17px 0 4px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.data-card p { margin-bottom: 0; font-size: 13px; }
.rights { grid-template-columns: 1fr 1fr; padding: 0 !important; list-style: none; }
.rights li { padding: 13px 15px; border-left: 3px solid var(--orange); background: #fff9f4; }
.policy-contact { padding: 35px !important; border: 0 !important; border-radius: 20px; background: #edf1ff; }
.policy-contact address { display: grid; gap: 9px; margin-top: 22px; padding: 22px; border-left: 4px solid var(--violet); background: var(--white); font-style: normal; }
.policy-contact address a { width: fit-content; color: var(--blue); font-weight: 800; }
.policy-contact address p { margin: 0; }

.delete-page { display: grid; grid-template-columns: .82fr 1.18fr; width: min(1160px, calc(100% - 40px)); margin: 54px auto; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: 0 28px 80px rgba(46,63,120,.12); }
.delete-intro { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: clamp(42px, 6vw, 70px); color: var(--white); background: linear-gradient(155deg, #111a3d, var(--blue) 58%, var(--violet)); isolation: isolate; }
.delete-intro::after { content: ""; position: absolute; z-index: -1; right: -130px; bottom: -120px; width: 300px; height: 300px; border: 55px solid rgba(8,189,234,.2); border-radius: 50%; }
.delete-intro h1 { margin-bottom: 20px; font-size: clamp(47px, 6vw, 70px); line-height: .98; letter-spacing: -.055em; }
.delete-intro > p:not(.eyebrow) { color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.65; }
.warning { display: grid; grid-template-columns: 30px 1fr; gap: 12px; margin-top: 38px; padding: 17px; border: 1px solid rgba(245,118,39,.48); border-radius: 14px; background: rgba(245,118,39,.12); color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.5; }
.warning b { display: grid; place-items: center; width: 28px; height: 28px; color: #42200b; border-radius: 50%; background: var(--orange); }
.warning strong { color: var(--white); }
.delete-form-card { padding: clamp(42px, 6vw, 70px); }
.delete-form-card > h2 { margin-bottom: 13px; font-size: clamp(34px, 4.5vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.form-intro { margin-bottom: 36px; color: var(--muted); font-size: 14px; line-height: 1.6; }
form { display: grid; gap: 25px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.field-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.field-group > label,
.field-group > legend { color: var(--ink); font-size: 13px; font-weight: 850; }
.field-group > small { display: block; margin: 6px 0 10px; color: var(--muted); font-size: 11px; }
input[type="email"],
textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 11px; background: #fcfcff; font: inherit; font-size: 14px; outline: none; }
input[type="email"]:focus,
textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(49,94,234,.1); }
textarea { min-height: 95px; resize: vertical; }
.invalid { border-color: var(--danger) !important; }
.reason-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.reason-options label { position: relative; }
.reason-options input { position: absolute; opacity: 0; pointer-events: none; }
.reason-options span { display: flex; align-items: center; min-height: 46px; padding: 10px 12px 10px 39px; border: 1px solid var(--line); border-radius: 10px; background: #fcfcff; font-size: 11px; font-weight: 700; cursor: pointer; }
.reason-options span::before { content: ""; position: absolute; left: 13px; width: 14px; height: 14px; border: 2px solid #abb2c0; border-radius: 50%; background: var(--white); }
.reason-options input:checked + span { color: var(--blue); border-color: var(--blue); background: #edf1ff; }
.reason-options input:checked + span::before { border: 5px solid var(--blue); }
.field-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 5px; }
.field-meta > span { color: var(--muted); font-size: 10px; }
.error { min-height: 15px; margin: 5px 0 0; color: var(--danger); font-size: 10px; font-weight: 750; }
.consent-box { padding: 15px; border: 1px solid #f0d9c7; border-radius: 12px; background: #fff9f4; }
.consent-box label { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; font-size: 11px; font-weight: 650; line-height: 1.55; cursor: pointer; }
.consent-box input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue); }
.delete-button { display: flex; align-items: center; justify-content: center; gap: 9px; width: 100%; padding: 14px 20px; color: var(--white); border: 0; border-radius: 11px; background: var(--danger); font: inherit; font-size: 14px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.delete-button > span { display: grid; place-items: center; width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; }
.delete-button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,63,79,.22); }
.delete-button:disabled { transform: none; opacity: .65; cursor: wait; }
.submission-note { margin: -12px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.form-status { padding: 14px 16px; border-radius: 11px; font-size: 12px; font-weight: 750; line-height: 1.5; }
.form-status.success { color: #1d6940; border: 1px solid #b9dec9; background: #edf9f2; }
.form-status.failure { color: #9b2e3b; border: 1px solid #efc8ce; background: #fff1f3; }

footer { display: flex; justify-content: space-between; gap: 20px; width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 38px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }

@media (max-width: 850px) {
  .site-header { position: static; flex-direction: column; padding: 16px 20px; }
  nav { width: 100%; justify-content: center; flex-wrap: wrap; }
  .contact-hero,
  .contact-content,
  .delete-page { grid-template-columns: 1fr; }
  .hero-symbol { width: 190px; margin: 36px 0 0; }
  .policy-layout { grid-template-columns: 1fr; }
  .toc { position: static; grid-template-columns: 1fr 1fr; }
  .toc strong { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-header { align-items: flex-start; }
  .logo { width: 200px; }
  nav { justify-content: flex-start; gap: 2px; }
  nav a { padding: 8px; font-size: 11px; }
  .contact-page,
  .delete-page { width: calc(100% - 24px); margin-block: 20px; border-radius: 20px; }
  .contact-hero,
  .contact-content,
  .delete-intro,
  .delete-form-card { padding: 34px 24px; }
  .contact-content { gap: 35px; }
  .contact-option { grid-template-columns: 42px minmax(0,1fr) auto; padding: 12px; font-size: 13px; }
  .option-icon { width: 42px; height: 42px; }
  .policy-layout { width: calc(100% - 28px); padding-block: 50px; }
  .toc { grid-template-columns: 1fr; }
  .toc strong { grid-column: auto; }
  .policy-content section { grid-template-columns: 1fr; gap: 13px; }
  .data-grid,
  .rights,
  .reason-options { grid-template-columns: 1fr; }
  .policy-contact { padding: 24px !important; }
  footer { width: calc(100% - 28px); flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
