:root {
  --ink: #17132d;
  --muted: #615b73;
  --paper: #fbfaff;
  --panel: #ffffff;
  --line: #e9e4f1;
  --violet: #7653d6;
  --pink: #e76ba5;
  --cyan: #5dcbd1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(231,107,165,.12), transparent 25rem),
    radial-gradient(circle at 96% 10%, rgba(93,203,209,.14), transparent 28rem),
    var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; }
.site-header, .hero, .summary, .policy-layout, .contact, footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: white;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(145deg, var(--violet), var(--pink));
  box-shadow: 0 12px 30px rgba(118,83,214,.24);
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; }
.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .13em;
}
nav { display: flex; gap: 30px; }
nav a, footer a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
nav a:hover, footer a:hover { color: var(--violet); }
.hero {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr);
  gap: clamp(40px,7vw,96px);
  align-items: center;
  padding-block: 70px 100px;
}
.eyebrow, .section-label {
  display: inline-block;
  color: var(--violet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 22px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px,6.3vw,84px);
  line-height: .98;
  letter-spacing: -.05em;
}
.hero-intro {
  max-width: 700px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}
.meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.meta-row span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.privacy-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  border-radius: 38px;
  background: #1b1731;
  color: white;
  box-shadow: 0 30px 80px rgba(40,30,80,.2);
}
.privacy-card h2, .privacy-card p, .signal-grid, .shield { position: relative; z-index: 2; }
.privacy-card h2 {
  margin: 24px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}
.privacy-card p { margin: 0 0 24px; color: #dcd5f0; }
.shield {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 22px;
  background: rgba(255,255,255,.1);
  font-size: 28px;
  backdrop-filter: blur(14px);
}
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one {
  width: 310px; height: 310px; right: -90px; top: -80px;
  background: linear-gradient(145deg,var(--pink),var(--violet));
  opacity: .85;
}
.orb-two {
  width: 160px; height: 160px; left: -40px; top: 100px;
  background: var(--cyan);
  opacity: .45;
}
.signal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.signal-grid span {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  font-size: 12px;
  font-weight: 700;
}
.summary {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: end;
  padding: 90px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.summary h2, .policy-layout aside h2, .contact h2 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px,4vw,52px);
  line-height: 1.06;
  letter-spacing: -.035em;
}
.summary-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.summary-grid article {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
}
.summary-grid strong {
  color: var(--violet);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}
.summary-grid span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.policy-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  padding: 120px 0;
}
.policy-layout aside { align-self: start; position: sticky; top: 36px; }
.policy-layout aside p { color: var(--muted); line-height: 1.7; }
code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #eee9f8;
  color: #49358d;
  font-size: 12px;
}
.policy-list { border-top: 1px solid var(--line); }
.policy-section {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.policy-number { color: var(--pink); font-size: 12px; font-weight: 800; }
.policy-section h3 { margin: 0 0 12px; font-size: 20px; }
.policy-section p, .policy-section li { color: var(--muted); line-height: 1.75; }
.policy-section p { margin: 0 0 12px; }
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul { margin: 0; padding-left: 20px; }
.policy-section li + li { margin-top: 10px; }
.contact {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
  padding: 70px;
  border-radius: 38px;
  background: #1b1731;
  color: white;
}
.contact p { max-width: 630px; color: #cfc8e4; line-height: 1.7; }
.contact .section-label { color: #f0a6ca; }
.contact-card {
  display: grid;
  gap: 7px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: rgba(255,255,255,.07);
}
.contact-card span {
  margin-top: 8px;
  color: #aaa2c5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.contact-card strong, .contact-card a { line-height: 1.45; color: white; }
footer {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 850px) {
  nav { display: none; }
  .hero, .summary, .policy-layout, .contact { grid-template-columns: 1fr; }
  .hero { padding-block: 50px 80px; }
  .privacy-card { min-height: 380px; }
  .summary, .policy-layout { gap: 42px; }
  .policy-layout aside { position: static; }
  .contact { gap: 36px; padding: 40px; }
}
@media (max-width: 600px) {
  .site-header, .hero, .summary, .policy-layout, .contact, footer {
    width: min(100% - 28px,1180px);
  }
  .site-header { min-height: 78px; }
  .hero h1 { font-size: 46px; }
  .summary-grid { grid-template-columns: 1fr; }
  .summary-grid article { min-height: 120px; }
  .policy-section { grid-template-columns: 1fr; gap: 8px; }
  .contact { padding: 30px 22px; border-radius: 26px; }
  footer { min-height: 120px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
