:root {
  color-scheme: light;
  --bg: #fff8f5;
  --panel: #ffffff;
  --panel-soft: #fff1f5;
  --text: #231f2b;
  --muted: #6b5d67;
  --faint: #a898a3;
  --line: #f0dde4;
  --line-strong: #e5c4cf;
  --brand: #7b1525;
  --brand-2: #b83248;
  --brand-dark: #5f102a;
  --soft: rgba(123, 21, 37, 0.1);
  --shadow: 0 18px 50px rgba(95, 16, 42, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 216, 200, 0.72), transparent 32%),
    radial-gradient(circle at 92% 7%, rgba(221, 235, 255, 0.74), transparent 28%),
    linear-gradient(145deg, #fff8f5 0%, #fff1f5 54%, #f9fbff 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.58;
}

a {
  color: var(--brand);
  font-weight: 800;
}

.shell {
  width: min(1060px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 64px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(123, 21, 37, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 26px rgba(95, 16, 42, 0.08);
}

.brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-name {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-sub {
  margin: 1px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.top-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 8px 14px;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  background: linear-gradient(145deg, var(--brand-dark), var(--brand));
  color: white;
  border-radius: 28px;
  padding: clamp(26px, 5vw, 46px);
  margin-bottom: 22px;
  box-shadow: var(--shadow);
}

.hero::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -78px;
  top: -78px;
  border-radius: 999px;
  background: rgba(255, 216, 200, 0.22);
}

.hero::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  left: -70px;
  bottom: -86px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-copy,
.hero-meta {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-label {
  margin: 0 0 10px;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.eyebrow {
  opacity: 0.78;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  margin: 16px 0 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.hero-meta {
  min-width: 170px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding: 14px;
}

.hero-meta span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-meta strong {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}

.section-label {
  margin: 24px 0 8px 2px;
  color: var(--faint);
}

.action-panel,
.policy-grid,
.content-card,
.card,
.callout {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(95, 16, 42, 0.07);
}

.action-panel {
  border-radius: 20px;
  padding: 22px;
}

.action-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.action-icon,
.policy-icon,
.content-icon,
.section-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--soft);
  color: var(--brand);
}

.action-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .03em;
}

.action-title,
h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.action-copy {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--panel-soft);
  color: var(--brand);
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
}

.button.primary {
  border-color: var(--brand);
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: white;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 20px;
  overflow: hidden;
}

.policy-tile {
  position: relative;
  display: flex;
  gap: 13px;
  min-height: 124px;
  padding: 18px;
  border-right: 1px solid var(--line);
  text-decoration: none;
}

.policy-tile:last-child {
  border-right: 0;
}

.policy-tile.active {
  background: var(--panel-soft);
}

.policy-tile.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: var(--brand);
}

.policy-icon {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03em;
}

.policy-copy {
  min-width: 0;
}

.policy-copy h2 {
  color: var(--text);
  font-size: 17px;
}

.policy-copy p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.content-card,
.card {
  border-radius: 20px;
  padding: 22px;
  margin: 14px 0;
}

.content-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.content-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .03em;
}

.updated-pill {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  color: var(--faint);
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
}

.content-head h2 {
  margin-top: 6px;
}

.content-summary {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
}

.section-number {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
}

.card h2,
.card h3 {
  margin: 0 0 8px;
}

h3 {
  font-size: 17px;
}

p {
  margin: 8px 0;
}

ul {
  margin: 10px 0 0;
  padding-left: 19px;
}

li + li {
  margin-top: 8px;
}

li::marker {
  color: var(--brand);
}

.callout {
  border-radius: 18px;
  padding: 20px;
}

.meta {
  color: var(--muted);
  font-size: 14px;
}

footer {
  margin-top: 26px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

@media (max-width: 820px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    width: fit-content;
  }

  .actions,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-tile {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .policy-tile:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 22px, 920px);
    padding-top: 18px;
  }

  .topbar {
    align-items: flex-start;
  }

  .top-link {
    display: none;
  }

  .hero,
  .action-panel,
  .policy-grid,
  .content-card,
  .card {
    border-radius: 16px;
  }

  .hero,
  .action-panel,
  .content-card,
  .card {
    padding: 18px;
  }

  .card {
    grid-template-columns: 1fr;
  }
}
