@font-face {
  font-family: "Switzer";
  src: url("/assets/fonts/switzer-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("/assets/fonts/general-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fffdf6;
  --paper-deep: #f5f0e5;
  --ink: #111318;
  --muted: #5f636d;
  --line: #d8d2c5;
  --navy: #07182b;
  --blue: #2878ed;
  --blue-dark: #174da3;
  --teal-soft: #dff7fa;
  --gold-soft: #ffd23f;
  --white: #ffffff;
  --focus: #dd7f25;
  --page: min(1120px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "General Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--blue-dark);
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
}

a:hover {
  color: var(--blue);
}

a:focus-visible,
[tabindex="-1"]:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.lp-masthead {
  min-height: 88px;
  padding: 18px max(20px, calc((100vw - 1120px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--gold-soft);
  border-bottom: 3px solid var(--navy);
}

.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: var(--navy);
  font-family: "Switzer", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.lp-brand-mark {
  width: 42px;
  height: auto;
  border-radius: 22%;
}

.product-nav,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.product-nav a {
  color: var(--navy);
  font-family: "Switzer", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.product-nav a:hover,
.product-nav a[aria-current="page"] {
  color: var(--blue-dark);
}

.product-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.page-shell {
  width: var(--page);
  margin-inline: auto;
}

.content-page {
  padding-block: clamp(52px, 8vw, 92px) clamp(72px, 9vw, 112px);
}

.page-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(32px, 8vw, 100px);
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-family: "Switzer", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-title,
.section-heading,
h2,
h3,
.footer-name {
  font-family: "Switzer", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.page-title {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: 0.92;
}

.page-intro {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2.3vw, 1.35rem);
  line-height: 1.5;
}

.policy {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 2fr);
  gap: clamp(38px, 8vw, 104px);
  margin-top: 44px;
}

.policy-summary {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
}

.policy-summary p {
  margin: 0;
}

.policy-summary p + p {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.policy-summary strong {
  color: var(--muted);
  font-family: "Switzer", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-body {
  max-width: 760px;
}

.policy-body section + section {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

h2 {
  margin: 0 0 13px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}

h3 {
  margin: 24px 0 6px;
  font-size: 1.05rem;
}

p,
ul,
ol {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

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

.plain-note {
  padding: 24px;
  border-left: 5px solid var(--blue);
  border-radius: 0 14px 14px 0;
  background: var(--teal-soft);
  font-size: 1.08rem;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.support-block {
  min-height: 100%;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.support-block:nth-child(3n + 1) {
  background: rgba(227, 240, 238, 0.72);
}

.support-contact {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 22px;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
}

.support-contact .section-heading {
  margin: 0 0 8px;
  color: var(--white);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.support-contact p {
  max-width: 690px;
}

.button-link {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border-radius: 999px;
  font-family: "Switzer", system-ui, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.button-link.primary {
  background: var(--gold-soft);
  color: var(--ink);
}

.button-link.primary:hover {
  background: var(--white);
  color: var(--ink);
}

.product-footer {
  padding-block: 32px;
  border-top: 1px solid var(--line);
  background: var(--paper-deep);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.footer-name,
.footer-meta {
  margin: 0;
}

.footer-name {
  font-size: 1rem;
}

.footer-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-links a {
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  :root {
    --page: min(100% - 28px, 680px);
  }

  .lp-masthead,
  .footer-inner,
  .support-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-masthead {
    padding: 18px 20px 22px;
  }

  .product-nav {
    gap: 20px;
  }

  .page-heading,
  .policy,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .page-heading {
    gap: 24px;
  }

  .page-title {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .policy-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .policy-summary p + p {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .policy-summary p:last-child {
    grid-column: 1 / -1;
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }

  .support-contact {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .lp-brand-wordmark {
    width: 148px;
  }

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

  .policy-summary p:last-child {
    grid-column: auto;
  }

  .policy-summary p + p {
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
