:root {
  --sand-50: #fff8ef;
  --sand-100: #f7eedf;
  --sand-200: #ead8bd;
  --sand-300: #dcc39e;
  --ink-900: #17232c;
  --ink-800: #213542;
  --ink-700: #355163;
  --ink-500: #5d7382;
  --ink-300: #9aa9b4;
  --rust-700: #8f2516;
  --rust-800: #6f1a10;
  --sage-100: #e7efe6;
  --white: #ffffff;
  --line: rgba(23, 35, 44, 0.12);
  --line-strong: rgba(23, 35, 44, 0.2);
  --shadow-soft: 0 18px 38px rgba(23, 35, 44, 0.08);
  --shadow-strong: 0 28px 60px rgba(23, 35, 44, 0.14);
  --focus-ring: rgba(111, 26, 16, 0.26);
  --page-bg:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.64), transparent 26%),
    radial-gradient(circle at 85% 0, rgba(220, 195, 158, 0.26), transparent 22%),
    linear-gradient(180deg, #f8efe2 0%, #f3e7d6 44%, #f8f1e7 100%);
  --header-bg: rgba(248, 241, 231, 0.9);
  --nav-bg: rgba(255, 255, 255, 0.42);
  --surface: rgba(255, 251, 245, 0.84);
  --surface-strong: linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(248, 236, 218, 0.96));
  --surface-muted: linear-gradient(180deg, rgba(255, 251, 245, 0.9), rgba(243, 231, 214, 0.94));
  --surface-dark: linear-gradient(180deg, rgba(23, 35, 44, 0.98), rgba(18, 29, 37, 0.98));
  --cta-bg: linear-gradient(145deg, rgba(143, 37, 22, 0.98), rgba(111, 26, 16, 0.98));
  --text-primary: var(--ink-900);
  --text-body: var(--ink-800);
  --text-muted: var(--ink-500);
  --text-inverse: #fff8ef;
  --accent: var(--rust-700);
  --accent-dark: var(--rust-800);
  --tag-bg: rgba(143, 37, 22, 0.08);
  --tag-text: var(--rust-700);
  --max-width: 1280px;
  --content-width: 1120px;
  --text-width: 680px;
  --space-1: 16px;
  --space-2: 24px;
  --space-3: 32px;
  --space-4: 40px;
  --space-5: 56px;
  --space-6: 72px;
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 32px;
}

html[data-theme="dark"] {
  --line: rgba(255, 248, 239, 0.12);
  --line-strong: rgba(255, 248, 239, 0.2);
  --shadow-soft: 0 18px 38px rgba(0, 0, 0, 0.22);
  --shadow-strong: 0 30px 68px rgba(0, 0, 0, 0.34);
  --focus-ring: rgba(220, 195, 158, 0.28);
  --page-bg:
    radial-gradient(circle at top left, rgba(220, 195, 158, 0.12), transparent 22%),
    radial-gradient(circle at 85% 0, rgba(143, 37, 22, 0.16), transparent 22%),
    linear-gradient(180deg, #101a21 0%, #13212a 44%, #16252f 100%);
  --header-bg: rgba(16, 26, 33, 0.88);
  --nav-bg: rgba(255, 248, 239, 0.05);
  --surface: rgba(16, 26, 33, 0.8);
  --surface-strong: linear-gradient(180deg, rgba(24, 37, 46, 0.98), rgba(17, 27, 35, 0.96));
  --surface-muted: linear-gradient(180deg, rgba(24, 37, 46, 0.94), rgba(18, 29, 37, 0.96));
  --surface-dark: linear-gradient(180deg, rgba(12, 19, 25, 0.98), rgba(8, 14, 19, 0.99));
  --cta-bg: linear-gradient(145deg, rgba(111, 26, 16, 0.98), rgba(79, 17, 11, 0.98));
  --text-primary: #f5ebde;
  --text-body: #dfd2c4;
  --text-muted: #b6a796;
  --text-inverse: #fff8ef;
  --tag-bg: rgba(220, 195, 158, 0.12);
  --tag-text: #f0d6b2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

html[data-theme="dark"] {
  color-scheme: dark;
}

body {
  margin: 0;
  font-family: Aptos, "Segoe UI", "Trebuchet MS", sans-serif;
  color: var(--text-body);
  line-height: 1.6;
  background: var(--page-bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    radial-gradient(rgba(23, 35, 44, 0.14) 0.7px, transparent 0.8px),
    radial-gradient(rgba(143, 37, 22, 0.1) 0.6px, transparent 0.8px);
  background-position: 0 0, 12px 8px;
  background-size: 28px 28px, 36px 36px;
}

img {
  display: block;
  max-width: 100%;
}

main,
header,
footer {
  position: relative;
  z-index: 1;
}

.container {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.section .container,
.site-footer .container,
.hero-section .container,
.site-header .container {
  max-width: var(--content-width);
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3 {
  margin: 0 0 16px;
  color: var(--text-primary);
  line-height: 1.08;
  text-wrap: balance;
}

h1,
h2,
h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.1rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

p {
  max-width: var(--text-width);
}

:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 14px 0;
  backdrop-filter: blur(12px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.nav-shell > .brand:only-child {
  grid-column: 1 / -1;
  justify-self: center;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 280px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--nav-bg);
}

.site-nav a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-body);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 140ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(23, 35, 44, 0.12);
}

.btn-solid {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--text-inverse);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.36);
  border-color: var(--line-strong);
  color: var(--text-primary);
}

.btn-cream {
  background: linear-gradient(180deg, #fff1dc 0%, #f2d9b6 100%);
  color: var(--accent-dark);
}

.hero-section {
  padding: clamp(56px, 9vw, 88px) 0 40px;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 32px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 24px;
  align-content: start;
}

.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(143, 37, 22, 0.96), rgba(111, 26, 16, 0.96));
  color: var(--text-inverse);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kicker-light {
  background: rgba(255, 248, 239, 0.14);
  border: 1px solid rgba(255, 248, 239, 0.16);
}

.lead {
  margin-bottom: 0;
  font-size: 1.1rem;
  color: var(--text-body);
}

.hero-points,
.check-list,
.benefits-list,
.audience-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-points {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.hero-points li,
.check-list li,
.benefits-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text-primary);
  font-weight: 600;
}

.hero-points li::before,
.check-list li::before,
.benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  box-shadow: 0 0 0 6px rgba(143, 37, 22, 0.08);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.offer-note,
.deadline-note,
.card-reassurance,
.section-reassurance,
.trust-support,
.legal-meta {
  color: var(--text-muted);
}

.offer-note,
.section-reassurance {
  margin-bottom: 0;
}

.frame-card,
.paper-card,
.step-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  padding: var(--space-3);
}

.frame-card::before,
.paper-card::before,
.step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.frame-card {
  background: var(--surface-strong);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow-strong);
}

.frame-card::before {
  inset: 14px;
  border: 1px solid rgba(23, 35, 44, 0.08);
  border-radius: calc(var(--radius-lg) - 10px);
}

html[data-theme="dark"] .frame-card::before {
  border-color: rgba(255, 248, 239, 0.08);
}

.paper-card,
.step-card {
  background: var(--surface-muted);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.paper-card::before,
.step-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(220, 195, 158, 0.18), transparent 44%);
}

.hero-offer-card {
  display: grid;
  gap: 24px;
  align-content: start;
}

.offer-card-head h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.card-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--tag-bg);
  color: var(--tag-text);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-stack {
  display: grid;
  gap: 16px;
}

.pricing-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.26);
}

.pricing-label,
.pricing-compare {
  margin: 0;
}

.pricing-label {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pricing-main {
  margin: 6px 0 0;
  color: var(--text-primary);
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
}

.pricing-main span {
  font-size: 1rem;
}

.pricing-compare {
  color: var(--text-muted);
  text-align: right;
  font-weight: 700;
}

.hero-panel-cta {
  width: 100%;
}

.text-link {
  width: fit-content;
  font-weight: 800;
  color: var(--accent);
}

.text-link:hover,
.text-link:focus-visible,
.contact-meta a:hover,
.contact-meta a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.legal-back:hover,
.legal-back:focus-visible {
  text-decoration: underline;
}

.section {
  padding: clamp(56px, 8vw, 72px) 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(23, 35, 44, 0.06);
  border-bottom: 1px solid rgba(23, 35, 44, 0.06);
}

.section-strong {
  background: var(--surface-dark);
}

.section-strong .section-heading h2,
.section-strong .section-heading p,
.section-strong .action-card h3,
.section-strong .action-card p,
.section-strong .check-list li {
  color: var(--text-inverse);
}

.section-strong .paper-card,
.section-strong .frame-card {
  background: linear-gradient(180deg, rgba(29, 44, 54, 0.96), rgba(18, 29, 37, 0.94));
  border-color: rgba(255, 248, 239, 0.12);
}

.section-strong .card-tag {
  background: rgba(255, 248, 239, 0.12);
  color: #fff1dc;
}

.section-strong .frame-card::before {
  border-color: rgba(255, 248, 239, 0.08);
}

.section-heading {
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading h2,
.section-heading p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading-left {
  text-align: left;
  margin-left: 0;
}

.section-heading-left h2,
.section-heading-left p {
  margin-left: 0;
  margin-right: 0;
}

.trust-section {
  padding-top: 16px;
}

.trust-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.trust-copy {
  display: grid;
  gap: 16px;
}

.trust-copy h2 {
  margin-bottom: 0;
  max-width: 14ch;
}

.trust-copy p {
  margin-bottom: 0;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.audience-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.36);
  color: var(--text-primary);
  font-weight: 700;
  text-align: center;
}

.card-grid {
  display: grid;
  gap: 24px;
}

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

.feature-card,
.action-card {
  display: grid;
  gap: 16px;
  align-content: start;
}

.feature-card p,
.action-card p,
.step-card p,
.closing-copy p,
.trust-copy p {
  margin-bottom: 0;
}

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

.step-card {
  display: grid;
  gap: 16px;
  min-height: 100%;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--text-inverse);
  font-size: 1rem;
  font-weight: 800;
}

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

.benefits-shell {
  display: grid;
  gap: 24px;
}

.benefits-heading {
  margin-bottom: 0;
}

.benefits-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.benefits-note {
  padding: 24px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.2);
}

.benefits-note h3,
.benefits-note p {
  margin-bottom: 0;
}

.benefits-note p {
  margin-top: 12px;
}

.faq-shell {
  display: grid;
  gap: 24px;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-list details {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding-right: 28px;
  color: var(--text-primary);
  font-weight: 800;
  line-height: 1.45;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  margin-right: -20px;
  color: var(--accent);
  font-size: 1.3rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 14px 0 0;
  max-width: var(--text-width);
}

.closing-section {
  background: var(--cta-bg);
}

.closing-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 24px;
  align-items: center;
}

.closing-copy h2,
.closing-copy p {
  color: var(--text-inverse);
}

.closing-card {
  color: var(--text-primary);
}

.closing-card .btn {
  width: 100%;
}

.closing-card .btn + .btn {
  margin-top: 12px;
}

.closing-secondary {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 248, 239, 0.32);
  color: var(--text-primary);
}

.contact-meta {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.contact-meta p {
  margin-bottom: 10px;
  max-width: none;
}

.contact-meta a {
  color: var(--accent);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 24px 0 40px;
  border-top: 1px solid var(--line);
  background: rgba(248, 241, 231, 0.68);
}

html[data-theme="dark"] .site-footer {
  background: rgba(16, 26, 33, 0.84);
}

.legal-footer {
  padding-bottom: 24px;
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px 24px;
}

.footer-copy p,
.footer-links {
  margin: 0;
}

.footer-copy p {
  color: var(--text-muted);
  max-width: 46ch;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  max-width: none;
  color: var(--text-muted);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.theme-toggle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--text-body);
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.theme-toggle-button:hover,
.theme-toggle-button:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.18);
  color: var(--text-primary);
}

.theme-toggle-button.is-active,
.theme-toggle-button[aria-pressed="true"],
html[data-theme-preference="dark"] .theme-toggle-button[data-theme-option="dark"],
html[data-theme-preference="light"] .theme-toggle-button[data-theme-option="light"],
html[data-theme-preference="system"] .theme-toggle-button[data-theme-option="system"] {
  border-color: var(--line-strong);
  background: rgba(143, 37, 22, 0.08);
  color: var(--accent);
  box-shadow: 0 10px 18px rgba(143, 37, 22, 0.12);
}

.theme-toggle-button svg {
  width: 18px;
  height: 18px;
}

.mobile-cta {
  display: none;
}

.legal-page {
  padding: clamp(40px, 8vw, 72px) 0 64px;
}

.legal-shell {
  max-width: 860px;
}

.legal-card {
  padding: clamp(24px, 4vw, 40px);
}

.legal-card h1 {
  max-width: none;
}

.legal-card h2 {
  margin-top: 32px;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
}

.legal-card p,
.legal-card li {
  max-width: 66ch;
}

.legal-card ul {
  padding-left: 20px;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-back {
  display: inline-flex;
  margin-top: 24px;
  color: var(--accent);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .hero-shell,
  .trust-shell,
  .closing-shell,
  .benefits-card {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  .nav-shell {
    grid-template-columns: auto 1fr;
  }

  .site-nav {
    display: none;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-copy p {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--max-width), calc(100% - 20px));
  }

  .site-header {
    padding: 10px 0;
  }

  .nav-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .desktop-cta {
    display: none;
  }

  .hero-section,
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-copy,
  .trust-copy,
  .section-heading-left {
    text-align: left;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .problem-grid,
  .steps-grid,
  .offer-grid,
  .audience-list {
    grid-template-columns: 1fr;
  }

  .frame-card,
  .paper-card,
  .step-card,
  .trust-shell,
  .faq-list details {
    padding: 24px;
  }

  .pricing-row {
    align-items: start;
    flex-direction: column;
  }

  .pricing-compare {
    text-align: left;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    background: rgba(248, 241, 231, 0.95);
    backdrop-filter: blur(14px);
    border-top: 1px solid var(--line);
  }

  html[data-theme="dark"] .mobile-cta {
    background: rgba(16, 26, 33, 0.95);
  }

  .site-footer {
    padding-bottom: 152px;
  }

  .legal-footer {
    padding-bottom: 24px;
  }
}

@media (max-width: 520px) {
  body {
    line-height: 1.55;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  h2 {
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  .brand-logo {
    width: 72px;
  }

  .hero-points li,
  .check-list li,
  .benefits-list li {
    padding-left: 24px;
  }

  .theme-toggle {
    width: 100%;
  }

  .theme-toggle-button {
    flex: 1 1 0;
  }
}
