:root {
  --ink: #070b12;
  --ink-2: #111827;
  --muted: #5b6677;
  --paper: #f5f7fb;
  --surface: #ffffff;
  --blue: #145cff;
  --blue-2: #00a3ff;
  --blue-dark: #08236b;
  --line: rgba(12, 20, 33, 0.12);
  --shadow: 0 24px 70px rgba(7, 11, 18, 0.14);
  --radius: 14px;
  --max: 1180px;
  --font-lg: 1.18rem;
  --font-md: 1rem;
  --font-sm: 0.8rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--font-md);
  line-height: 1.5;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.page-grid {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--max));
  margin: 14px auto 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(7, 11, 18, 0.88);
  box-shadow: 0 18px 60px rgba(7, 11, 18, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: white;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(0, 163, 255, 0.5);
  border-radius: 50%;
  background: #02050b;
}

.brand-mark img {
  width: 115%;
  height: 115%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: var(--font-md);
  line-height: 1;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: var(--font-sm);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--font-md);
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.language-control:hover {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.language-control select {
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #0d1422;
  color: white;
  font-size: var(--font-sm);
  font-weight: 850;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: white;
}

.hero,
.subpage-hero {
  margin-top: -72px;
  padding: 148px 0 86px;
  background:
    radial-gradient(circle at 78% 30%, rgba(0, 163, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #03060d 0%, #0c1322 46%, #071b50 100%);
  color: white;
}

.gateway-hero {
  margin-top: -72px;
  padding: 148px 0 54px;
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 163, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #03060d 0%, #091220 52%, #101f46 100%);
  color: white;
}

.hero-grid,
.subpage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.gateway-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.hero-copy h1,
.subpage-hero h1 {
  margin: 0;
  font-size: var(--font-lg);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.subpage-hero h1 {
  font-size: var(--font-lg);
}

body[data-page="course-pathway"] .subpage-hero h1 {
  font-size: var(--font-lg);
}

.gateway-hero-copy h1 {
  margin: 0;
  max-width: 860px;
  font-size: var(--font-lg);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-lede,
.subpage-hero p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--font-md);
}

.gateway-hero-copy .hero-lede {
  max-width: 760px;
}

.hero-logo-card,
.subpage-logo {
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.gateway-hero-logo {
  display: grid;
  place-items: center;
  padding: 18px;
}

.hero-logo-card img,
.subpage-logo img {
  width: min(100%, 520px);
}

.gateway-hero-logo img {
  width: min(100%, 360px);
}

.gateway-grid-top {
  margin-top: 32px;
}

.simple-home {
  min-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 28px;
  padding-bottom: 80px;
}

.simple-home-copy {
  display: grid;
  gap: 18px;
  text-align: left;
}

.simple-home-top {
  display: flex;
  justify-content: flex-start;
}

.simple-home-header {
  width: min(100%, 860px);
  margin: 0 auto;
  min-height: auto;
}

.simple-home-text {
  display: grid;
  gap: 8px;
  justify-items: center;
  max-width: 100%;
  padding-bottom: 0;
  text-align: center;
}

.simple-home-copy .eyebrow {
  margin: 0;
}

.simple-home-copy h1 {
  margin: 0;
  color: white;
  font-size: var(--font-lg);
  font-weight: 950;
  line-height: 1.08;
}

.simple-home-logo {
  display: grid;
  place-items: center;
  width: clamp(156px, 18vw, 230px);
  aspect-ratio: 1;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 50px rgba(7, 11, 18, 0.22);
}

.simple-home-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.simple-choice-list {
  display: grid;
  gap: 18px;
  width: min(calc(100% - 40px), 860px);
  margin: 18px auto 0;
}

.subpage-choice-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.pathway-switch-section {
  background: white;
}

.pathway-switch-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 1.14fr);
  gap: 32px;
  align-items: end;
}

.pathway-switch-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: var(--font-lg);
  font-weight: 950;
  line-height: 1.08;
}

.pathway-switch-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: var(--font-md);
}

.fact-section {
  background: white;
  padding-top: 34px;
  padding-bottom: 18px;
}

.fact-grid {
  display: grid;
  gap: 18px;
}

.fact-card {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 14px 40px rgba(7, 11, 18, 0.05);
}

.fact-card strong {
  display: block;
  color: var(--ink);
  font-size: var(--font-md);
  font-weight: 950;
}

.fact-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.business-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 22px;
  align-items: start;
  margin-top: 34px;
}

.business-simple-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
  gap: 22px;
  align-items: start;
  margin-top: 34px;
}

.business-form {
  background: white;
}

.segmented-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.segmented-fieldset legend {
  margin-bottom: 8px;
  color: var(--ink);
  font-weight: 900;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.segmented-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented-label {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(12, 20, 33, 0.14);
  border-radius: 999px;
  background: #eef3ff;
  color: var(--muted);
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.segmented-input:checked + .segmented-label {
  border-color: rgba(20, 92, 255, 0.32);
  background: var(--blue);
  color: white;
  box-shadow: 0 14px 28px rgba(20, 92, 255, 0.2);
}

.result-card {
  position: sticky;
  top: 104px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 16px 46px rgba(7, 11, 18, 0.08);
}

.result-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: var(--font-lg);
  line-height: 1.08;
}

.result-stack {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.result-row,
.result-policy {
  padding: 16px 18px;
  border: 1px solid rgba(12, 20, 33, 0.08);
  border-radius: 14px;
  background: #f8fbff;
}

.result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.result-row span,
.result-policy span {
  color: var(--muted);
  font-weight: 850;
}

.result-row strong {
  color: var(--ink);
  font-size: var(--font-md);
  font-weight: 950;
  text-align: right;
}

.result-policy p {
  margin: 8px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.checkbox-stack {
  display: grid;
  gap: 10px;
}

.checkbox-row {
  display: flex;
  align-items: start;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
}

.checkbox-row input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin-top: 0.15rem;
  padding: 0;
  flex: 0 0 18px;
}

.privacy-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: var(--font-sm);
}

.brochure-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.brochure-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.brochure-card li {
  position: relative;
  padding-left: 26px;
  color: #253044;
  font-weight: 800;
}

.brochure-card li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(20, 92, 255, 0.12);
  color: var(--blue);
  content: "✓";
  font-size: var(--font-sm);
  font-weight: 950;
}

.pathway-choice {
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 22px 54px rgba(7, 11, 18, 0.18);
}

.pathway-choice-button {
  width: 100%;
  min-height: 66px;
  padding-inline: 28px;
  font-size: var(--font-lg);
  text-align: center;
}

.pathway-choice p {
  margin: 14px 6px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--font-md);
  text-align: center;
}

.light-choice {
  border-color: rgba(12, 20, 33, 0.1);
  background: #f6f9ff;
  box-shadow: 0 18px 42px rgba(7, 11, 18, 0.06);
}

.light-choice p {
  color: var(--muted);
}

.parent-sample-hero {
  margin-top: 0;
  padding-top: 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-2);
  font-size: var(--font-sm);
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 14px 32px rgba(20, 92, 255, 0.35);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.section {
  padding: 82px 0;
}

.compact-section,
.faq-section,
.gateway-section {
  background: white;
}

.price-section {
  background: #eef3ff;
}

.contact-section {
  background: #070b12;
  color: white;
}

.split-heading,
.contact-grid,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 46px;
  align-items: start;
}

.split-heading h2,
.contact-grid h2,
.faq-layout h2,
.statement-box h2 {
  margin: 0;
  max-width: 760px;
  color: var(--ink);
  font-size: var(--font-lg);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

.split-heading p:not(.eyebrow),
.contact-grid p,
.faq-layout p {
  margin: 0;
  color: var(--muted);
  font-size: var(--font-md);
}

body[data-page="course-pathway"] .split-heading {
  grid-template-columns: 1fr;
  gap: 12px;
}

body[data-page="course-pathway"] .split-heading h2 {
  max-width: 960px;
  font-size: var(--font-lg);
  line-height: 1.08;
}

body[data-page="course-pathway"] .split-heading p:not(.eyebrow) {
  max-width: 900px;
  font-size: var(--font-md);
}

body[data-page="course-pathway"] .price-card h3 {
  font-size: var(--font-lg);
  line-height: 1.08;
}

body[data-page="course-pathway"] .price-card .price {
  font-size: var(--font-lg);
  line-height: 1.08;
  max-width: 100%;
}

body[data-page="course-pathway"] .price-card .price span {
  font-size: var(--font-sm);
}

body[data-page="course-pathway"] .price-card .price.talk {
  font-size: var(--font-lg);
}

  .contact-grid h2,
  .contact-grid p {
    color: white;
  }

  .business-grid,
  .business-simple-grid,
  .pathway-grid,
  .gateway-grid,
  .feature-grid,
  .price-grid {
    display: grid;
  gap: 22px;
  margin-top: 34px;
}

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

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

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

.four-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pathway-card,
.gateway-card,
.feature-grid article,
.price-card,
.lead-form,
.faq-list details,
.callout-row,
.statement-box,
.timeline-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 16px 46px rgba(7, 11, 18, 0.08);
}

.pathway-card,
.gateway-card,
.feature-grid article,
.price-card,
.statement-box {
  padding: 28px;
}

.pathway-card .button {
  margin-top: 20px;
}

.pathway-card.highlighted,
.gateway-card.featured-gateway,
.price-card.featured {
  border-color: rgba(20, 92, 255, 0.32);
  box-shadow: 0 24px 70px rgba(20, 92, 255, 0.15);
}

.pathway-card span,
.gateway-card span,
.price-card span:first-child {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20, 92, 255, 0.1);
  color: var(--blue);
  font-size: var(--font-sm);
  font-weight: 950;
  text-transform: uppercase;
}

.pathway-card h3,
.gateway-card h3,
.feature-grid h3,
.price-card h3,
.timeline-list h3 {
  margin: 20px 0 10px;
  color: var(--ink);
  font-size: var(--font-lg);
  font-weight: 950;
  line-height: 1.08;
}

.pathway-card p,
.gateway-card p,
.feature-grid p,
.price-card p,
.timeline-list p,
.faq-list p {
  color: var(--muted);
}

.experience-meta {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: var(--font-sm);
  font-weight: 900;
  text-transform: uppercase;
}

.experience-place {
  margin-top: -2px;
  color: var(--ink);
  font-weight: 850;
}

.pathway-card ul,
.price-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.pathway-card li,
.price-card li {
  position: relative;
  padding-left: 26px;
  color: #253044;
  font-weight: 500;
  line-height: 1.55;
}

.pathway-card li::before,
.price-card li::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(20, 92, 255, 0.12);
  color: var(--blue);
  content: "✓";
  font-size: var(--font-sm);
  font-weight: 950;
}

.text-link {
  color: var(--blue);
  font-weight: 950;
  text-decoration-color: rgba(20, 92, 255, 0.28);
  text-underline-offset: 4px;
}

.gateway-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
}

.gateway-card .button {
  margin-top: auto;
}

.button.dark-text {
  border-color: rgba(20, 92, 255, 0.2);
  background: #eef3ff;
  color: var(--blue);
}

.price-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
}

.price-card .price {
  margin: 18px 0 6px;
  color: var(--ink);
  font-size: var(--font-lg);
  font-weight: 950;
  line-height: 1.08;
}

.price-card .price span {
  font-size: var(--font-sm);
}

.price-card .price.talk {
  font-size: var(--font-lg);
}

.price-card .button {
  margin-top: auto;
}

.callout-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
  padding: 24px;
}

.callout-row strong,
.callout-row span {
  display: block;
}

.callout-row strong {
  font-size: var(--font-md);
}

.callout-row span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.faq-list details {
  box-shadow: none;
}

summary {
  cursor: pointer;
  padding: 19px 22px;
  font-weight: 950;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  width: 100%;
  border: 1px solid rgba(12, 20, 33, 0.16);
  border-radius: 10px;
  background: #f8fafc;
  color: var(--ink);
}

.lead-form input,
.lead-form select {
  min-height: 48px;
  padding: 0 14px;
}

.lead-form textarea {
  min-height: 128px;
  padding: 12px 14px;
  resize: vertical;
}

.form-note {
  min-height: 22px;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: var(--font-sm);
}

.integrity-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.integrity-row span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-size: var(--font-sm);
  font-weight: 950;
  text-transform: uppercase;
}

.timeline-list {
  display: grid;
  gap: 14px;
}

.timeline-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
}

.timeline-list span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-weight: 950;
}

.statement-section {
  background: #eef3ff;
}

.statement-box {
  background: var(--ink);
}

.statement-box h2,
.statement-box p {
  color: white;
}

.statement-box p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: 38px 0;
  background: #03060d;
  color: white;
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

@media (max-width: 980px) {
  .site-header {
    width: calc(100% - 28px);
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: min(340px, calc(100vw - 28px));
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(7, 11, 18, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .language-control {
    justify-content: space-between;
  }

  .hero-grid,
  .subpage-grid,
  .split-heading,
  .contact-grid,
  .faq-layout,
  .pathway-switch-heading,
  .business-grid,
  .business-simple-grid,
  .pathway-grid,
  .gateway-grid,
  .two-col,
  .three-col,
  .four-col {
    grid-template-columns: 1fr;
  }

  .hero,
  .subpage-hero {
    padding-top: 132px;
  }

  .simple-home {
    min-height: auto;
    padding-bottom: 56px;
  }

  .simple-home-top {
    justify-content: center;
  }

  .simple-home-header {
    width: 100%;
  }

  .simple-home-copy,
  .simple-home-text {
    text-align: center;
  }

  .simple-home-text {
    max-width: 100%;
    padding-bottom: 0;
  }

  .simple-home-logo {
    width: 136px;
  }

  .result-card {
    position: static;
  }
}

@media (max-width: 640px) {
  .page-grid {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand small {
    display: none;
  }

  .hero-copy h1 {
    font-size: var(--font-lg);
  }

  .section {
    padding: 60px 0;
  }

  .pathway-choice {
    padding: 18px 18px 20px;
  }

  .simple-home-logo {
    width: 118px;
    padding: 6px;
    border-radius: 18px;
  }

  .pathway-choice-button {
    min-height: 58px;
    padding-inline: 18px;
  }

  .pathway-card,
  .feature-grid article,
  .price-card,
  .statement-box {
    padding: 22px;
  }

  .callout-row,
  .footer-layout {
    display: grid;
  }

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