:root {
  --bg: #f8fbff;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #feffff;
  --text: #22201c;
  --muted: #6f665d;
  --line: rgba(34, 32, 28, 0.1);
  --accent: #7ea7c3;
  --accent-soft: #dbeaf4;
  --shadow: 0 20px 50px rgba(104, 129, 150, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(219, 234, 244, 0.78), transparent 32%),
    linear-gradient(180deg, #fffefe 0%, var(--bg) 100%);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.page {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 32px 0 72px;
}

.hero,
.panel {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero {
  padding: 56px 24px 32px;
  overflow: hidden;
}

.hero::after {
  content: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

h1 {
  font-size: clamp(1.75rem, 5vw, 3.35rem);
  line-height: 1.04;
  max-width: none;
}

.title-line {
  display: block;
  white-space: nowrap;
}

h2 {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
}

.lead {
  max-width: 44rem;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 2.5vw, 1.28rem);
  color: var(--muted);
}

.summary {
  margin-top: 28px;
  max-width: 40rem;
  font-size: 1.02rem;
}

.actions {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.button-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 60px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(126, 167, 195, 0.3);
  background: var(--surface-strong);
  text-decoration: none;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  box-shadow: 0 10px 24px rgba(104, 129, 150, 0.1);
}

.button-link:hover,
.button-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(126, 167, 195, 0.56);
  box-shadow: 0 14px 30px rgba(104, 129, 150, 0.15);
}

.button-link:focus-visible {
  outline: 3px solid rgba(126, 167, 195, 0.24);
  outline-offset: 2px;
}

.button-label {
  display: block;
}

.button-note {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
}

.section-grid {
  display: grid;
  gap: 22px;
  margin-top: 24px;
}

.panel {
  padding: 28px 22px;
}

.panel p,
.panel li {
  color: #4b453e;
}

.meta {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.panel ul {
  padding-left: 1.1rem;
  margin: 14px 0 0;
}

.footer {
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.policy-document {
  background: #fcfdff;
}

.policy-document .page {
  width: min(760px, calc(100% - 2rem));
  padding: 28px 0 56px;
}

.policy-document .policy-document-shell,
.policy-document .section-grid .panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.policy-document .policy-document-shell {
  padding: 0;
}

.policy-document .eyebrow {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.policy-document .policy-document-shell > h2 {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  line-height: 1.3;
}

.policy-document .section-grid {
  display: block;
  margin-top: 26px;
}

.policy-document .section-grid .panel {
  padding: 0;
}

.policy-document .section-grid .panel + .panel {
  margin-top: 28px;
}

.policy-document .section-grid h2 {
  font-size: clamp(0.96rem, 2vw, 1.08rem);
  line-height: 1.45;
}

.policy-document .policy-document-shell > p,
.policy-document .section-grid p,
.policy-document .section-grid li {
  font-size: 0.95rem;
  line-height: 1.72;
}

.policy-document .meta {
  margin: 8px 0 16px;
  font-size: 0.84rem;
}

.policy-document .panel ul {
  margin-top: 10px;
}

@media (min-width: 720px) {
  .page {
    padding-top: 44px;
  }

  .hero {
    padding: 72px 48px 40px;
  }

  .actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
