:root {
  --bg: #f6f8f7;
  --bg-soft: #fbfbf8;
  --surface: #ffffff;
  --surface-blue: #edf5fa;
  --surface-sand: #f8f1e7;
  --surface-navy: #13263d;
  --surface-navy-strong: #0e1e31;
  --text: #13263d;
  --text-soft: #526579;
  --line: rgba(19, 38, 61, 0.1);
  --line-strong: rgba(19, 38, 61, 0.18);
  --accent-orange: #c97d4d;
  --accent-green: #6f8d7d;
  --accent-blue: #7ea1bf;
  --white: #ffffff;
  --shadow: 0 16px 38px rgba(19, 38, 61, 0.08);
  --shadow-soft: 0 8px 24px rgba(19, 38, 61, 0.06);
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 8px;
  --container: 1180px;
  --font-body: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-display: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: #f8f1e7;
  color: var(--text);
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

main {
  background:
    linear-gradient(155deg, rgba(251, 248, 242, 0.98) 0%, rgba(248, 241, 231, 0.96) 34%, rgba(243, 237, 228, 0.94) 58%, rgba(237, 245, 240, 0.88) 78%, rgba(251, 246, 238, 0.96) 100%);
}

body.home-page {
  background: #f8f1e7;
}

.home-hub-summary,
main > .section-sand,
main > .section-blue,
main > .section:not(.section-navy),
.page-hub {
  background: transparent;
}

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

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

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

h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-family: var(--font-display);
  font-weight: 750;
  letter-spacing: 0;
}

h1 {
  font-size: 3rem;
  line-height: 1.04;
  max-width: 24ch;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2.05rem;
  line-height: 1.14;
  margin-bottom: 0.85rem;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.22;
  margin-bottom: 0.6rem;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  padding: clamp(3.25rem, 6vw, 5.2rem) 0;
  scroll-margin-top: 7.5rem;
}

:where(section, [id]) {
  scroll-margin-top: 7.5rem;
}

.section-blue {
  background: transparent;
}

.section-sand {
  background: transparent;
}

.section-navy {
  background: linear-gradient(160deg, #162b42 0%, var(--surface-navy-strong) 100%);
  color: var(--white);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 100;
  background: var(--surface-navy);
  color: var(--white);
  padding: 0.8rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  left: 1rem;
}

.translate-menu {
  position: relative;
  flex: 0 0 auto;
}

.translate-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 2.75rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--text-soft);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1;
  list-style: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.translate-menu summary::-webkit-details-marker {
  display: none;
}

.translate-menu summary::before {
  content: "A";
  display: inline-grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border: 1px solid rgba(126, 161, 191, 0.34);
  border-radius: 999px;
  background: rgba(237, 245, 250, 0.84);
  color: var(--surface-navy);
  font-size: 0.68rem;
  font-weight: 800;
}

.translate-menu[open] summary,
.translate-menu summary:hover {
  color: var(--text);
  background: rgba(237, 245, 250, 0.94);
  box-shadow: 0 8px 20px rgba(19, 38, 61, 0.08);
}

.translate-popover {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  z-index: 80;
  min-width: 12.5rem;
  padding: 0.52rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(19, 38, 61, 0.14);
}

#google_translate_element {
  min-width: 9rem;
  min-height: 2rem;
}

#google_translate_element .goog-te-gadget {
  color: transparent;
  font-family: var(--font-body);
  font-size: 0;
  line-height: 1;
}

#google_translate_element .goog-te-gadget-simple {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.1rem;
  padding: 0.34rem 0.58rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: 0.78rem;
  background: rgba(237, 245, 250, 0.84);
  color: var(--text);
  font-size: 0.74rem;
  line-height: 1;
}

#google_translate_element .goog-te-gadget-icon {
  display: none;
}

#google_translate_element a {
  color: var(--text);
}

.announcement-bar {
  position: relative;
  z-index: 45;
  border-bottom: 1px solid rgba(19, 38, 61, 0.08);
  background:
    linear-gradient(90deg, rgba(237, 245, 250, 0.95), rgba(248, 241, 231, 0.94) 54%, rgba(237, 245, 240, 0.9));
  color: var(--text);
  font-size: 0.88rem;
}

.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 2.45rem;
  text-align: center;
}

.announcement-inner p {
  margin: 0;
  color: var(--text-soft);
  font-weight: 650;
  line-height: 1.25;
}

.announcement-inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.26rem 0.72rem;
  border: 1px solid rgba(126, 161, 191, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--surface-navy);
  font-weight: 760;
  line-height: 1;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.announcement-inner a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(19, 38, 61, 0.08);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0.5rem 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.48));
  backdrop-filter: blur(20px);
}

.site-header .header-shell {
  width: min(1280px, calc(100% - 2rem));
}

.header-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(19, 38, 61, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(19, 38, 61, 0.07);
}

.site-header.is-scrolled .header-shell {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(19, 38, 61, 0.1);
}

.brand,
.brand-footer {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
  display: inline-grid;
  place-items: center;
  padding: 0.24rem;
  border-radius: 0.9rem;
  background: var(--surface);
  border: 1px solid rgba(19, 38, 61, 0.1);
  box-shadow: var(--shadow-soft);
}

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

.brand-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-lockup strong {
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand-lockup small {
  color: var(--text-soft);
  letter-spacing: 0;
  font-size: 0.6rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 0.85rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0.22rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: 999px;
  background: rgba(19, 38, 61, 0.035);
}

.site-nav a {
  color: var(--text-soft);
  font-size: 0.9rem;
  font-weight: 650;
  position: relative;
  padding: 0.48rem 0.68rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 5px 16px rgba(19, 38, 61, 0.06);
}

.nav-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 38, 61, 0.05);
  padding: 0.46rem 0.58rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.6rem;
  height: 2px;
  margin: 0.28rem 0;
  background: var(--text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.button,
button.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 0.58rem;
  min-height: 3.05rem;
  padding: 0.82rem 1.18rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 760;
  font-size: 0.94rem;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.button::after,
button.button::after {
  content: "\2192";
  display: inline-grid;
  width: 1.28rem;
  height: 1.28rem;
  place-items: center;
  border-radius: 999px;
  font-size: 0.78rem;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

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

.button:hover::after,
button.button:hover::after {
  transform: translateX(2px);
}

.button:focus-visible,
button.button:focus-visible,
.announcement-inner a:focus-visible,
.footer-links a:focus-visible,
.text-link:focus-visible {
  outline: 2px solid rgba(126, 161, 191, 0.62);
  outline-offset: 3px;
}

.button-primary {
  border-color: rgba(255, 255, 255, 0.26);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 26%),
    linear-gradient(135deg, #10263f 0%, #173a57 58%, #245f69 100%);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(16, 38, 63, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button-primary::after {
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.button-primary:hover {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.24), transparent 26%),
    linear-gradient(135deg, #132f4d 0%, #1d4564 58%, #2d6d74 100%);
  box-shadow: 0 20px 42px rgba(16, 38, 63, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button-secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(237, 245, 250, 0.92));
  border-color: rgba(126, 161, 191, 0.34);
  color: var(--text);
  box-shadow: 0 12px 28px rgba(19, 38, 61, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.button-secondary::after {
  background: rgba(126, 161, 191, 0.18);
  color: var(--surface-navy);
}

.button-light {
  background: linear-gradient(135deg, #ffffff 0%, #edf5fa 100%);
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--surface-navy);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.button-light::after {
  background: rgba(19, 38, 61, 0.08);
  color: var(--surface-navy);
}

.button-hero-primary {
  min-width: 21rem;
  border-color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(135deg, #ffffff 0%, #f8f1e7 48%, #edf5fa 100%);
  color: var(--surface-navy);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.button-hero-primary::after {
  background: rgba(201, 125, 77, 0.16);
  color: #8c572f;
}

.button-hero-primary:hover {
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.button-ghost-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.button-ghost-light::after {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
}

.header-cta {
  min-width: 10.9rem;
  padding-inline: 0.98rem 0.82rem;
  font-size: 0.9rem;
  box-shadow: 0 18px 40px rgba(16, 38, 63, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.hero,
.page-hero {
  padding-top: clamp(2.4rem, 5vw, 4rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem;
  align-items: center;
}

.lead {
  font-size: 1.08rem;
  color: var(--text-soft);
  max-width: 62ch;
}

.eyebrow {
  margin-bottom: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-orange);
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.72);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.feature-points,
.check-list,
.step-list {
  padding-left: 1.2rem;
}

.feature-points {
  display: grid;
  gap: 0.6rem;
  margin: 1.35rem 0 0;
  color: var(--text-soft);
}

.video-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 68vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 28, 45, 0.72) 0%, rgba(10, 28, 45, 0.48) 42%, rgba(10, 28, 45, 0.2) 100%),
    url("../images/hero-video-poster.png") center / cover no-repeat;
  color: var(--white);
  isolation: isolate;
}

.video-hero-media,
.video-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-hero-media {
  object-fit: cover;
  object-position: center center;
  z-index: -3;
}

.video-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 28, 45, 0.72) 0%, rgba(10, 28, 45, 0.48) 42%, rgba(10, 28, 45, 0.2) 100%),
    rgba(10, 28, 45, 0.08);
}

.video-hero-content {
  max-width: var(--container);
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.video-hero h1 {
  max-width: 23ch;
  font-size: 3rem;
  line-height: 1.04;
  margin-bottom: 1rem;
}

.video-hero .lead {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
}

.video-hero .button-row {
  margin-top: 1.55rem;
}

.video-hero .button {
  min-width: 8.5rem;
}

.hero-trust-line {
  max-width: 52rem;
  margin-top: 0.92rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.home-hub-summary {
  padding-top: clamp(2.1rem, 4vw, 3rem);
  padding-bottom: clamp(2.4rem, 4.5vw, 3.4rem);
  background: transparent;
}

.home-clarity-heading {
  max-width: 48rem;
  margin-bottom: 1.25rem;
}

.home-clarity-heading h2 {
  max-width: 24ch;
  margin-bottom: 0;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.home-clarity-grid {
  margin-top: 0;
}

.home-hub,
.page-hub {
  padding-top: clamp(2.25rem, 4.5vw, 3.6rem);
  padding-bottom: clamp(2.4rem, 4.8vw, 4rem);
  border-bottom: 0;
  background: transparent;
}

.home-hub-grid,
.page-hub-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.78fr);
  gap: 1.35rem;
  align-items: stretch;
}

.home-hub h1 {
  max-width: 24ch;
}

.home-hub .lead {
  max-width: 54ch;
}

.page-hub h1 {
  max-width: 28ch;
  font-size: 2.55rem;
}

.hub-copy {
  align-self: center;
}

.hub-copy .lead,
.page-hub-copy .lead {
  max-width: 64ch;
  margin-bottom: 0;
}

.quick-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.quick-actions .button-row {
  margin-top: 0;
}

.quick-actions h2 {
  max-width: none;
  font-size: 1.18rem;
  line-height: 1.2;
  margin-bottom: 0.45rem;
}

.quick-actions p {
  color: var(--text-soft);
  margin-bottom: 0;
}

.action-list {
  display: grid;
  gap: 0.65rem;
}

.action-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 2.75rem;
  padding: 0.72rem 0.78rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: var(--radius-sm);
  background: rgba(246, 248, 247, 0.86);
  color: var(--text);
  font-size: 0.94rem;
  font-weight: 700;
}

.action-link::after {
  content: ">";
  color: var(--accent-orange);
}

.hub-action-card {
  display: grid;
  gap: 1rem;
}

.identity-card {
  gap: 0.9rem;
}

.logo-card {
  display: grid;
  place-items: center;
  min-height: 12rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(237, 245, 250, 0.92), rgba(255, 255, 255, 0.9) 52%, rgba(248, 241, 231, 0.92));
}

.logo-card img {
  width: min(14rem, 64%);
  max-height: 7.5rem;
  object-fit: contain;
}

.hero-brand-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 1rem;
  align-items: stretch;
}

.hero-brand-card .logo-card {
  min-height: 8.5rem;
}

.hero-brand-card > div:last-child {
  grid-column: 1 / -1;
}

.human-proof {
  align-items: stretch;
}

.human-proof-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.human-note-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1rem;
  margin-top: 1.2rem;
}

.support-note {
  border-left: 3px solid rgba(201, 125, 77, 0.42);
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.15rem;
}

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

.hub-card,
.mini-offer-card {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(19, 38, 61, 0.09);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.home-clarity-grid .hub-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 1.2rem;
  border-color: rgba(19, 38, 61, 0.14);
  background: rgba(255, 255, 255, 0.94);
}

.home-clarity-grid .hub-card::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-blue));
}

.hub-card span,
.mini-offer-card span {
  display: block;
  margin-bottom: 0.38rem;
  color: var(--accent-green);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hub-card strong,
.mini-offer-card strong {
  display: block;
  line-height: 1.2;
}

.home-clarity-grid .hub-card strong {
  max-width: 17rem;
  font-size: 1.08rem;
  line-height: 1.22;
}

.hub-card p,
.mini-offer-card p {
  margin: 0.55rem 0 0;
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.5;
}

.home-clarity-grid .hub-card p {
  margin-top: 0;
  font-size: 0.95rem;
  line-height: 1.45;
}

.help-pill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.help-pill-grid span {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  min-height: 3.2rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(19, 38, 61, 0.09);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(237, 245, 250, 0.78));
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 680;
  box-shadow: var(--shadow-soft);
}

.help-icon {
  width: 1.28rem;
  height: 1.28rem;
  flex: 0 0 auto;
  color: var(--accent-green);
}

.help-icon path,
.help-icon circle,
.help-icon rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-tight {
  padding-top: clamp(2.5rem, 4.5vw, 4rem);
  padding-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.starter-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(19, 38, 61, 0.09);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(237, 245, 250, 0.7) 55%, rgba(248, 241, 231, 0.92));
  box-shadow: var(--shadow);
}

.starter-band h2,
.starter-band p {
  margin-bottom: 0;
}

.starter-band .eyebrow {
  margin-bottom: 0.5rem;
}

.starter-actions {
  display: grid;
  gap: 0.7rem;
  justify-items: end;
}

.home-offer-card {
  min-height: 100%;
}

.home-offer-card .button {
  width: fit-content;
  margin-top: auto;
}

.early-offerings-section {
  background: transparent;
}

.early-offerings-heading {
  max-width: 76ch;
}

.early-offerings-heading p {
  color: var(--text-soft);
}

.early-offerings-note,
.early-payment-note,
.early-funnel-disclaimer {
  margin: 0.9rem 0 0;
  padding: 0.84rem 0.96rem;
  border: 1px solid rgba(111, 141, 125, 0.2);
  border-left: 3px solid rgba(111, 141, 125, 0.56);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.early-payment-note {
  border-left-color: rgba(201, 125, 77, 0.6);
  background: rgba(255, 255, 255, 0.84);
}

.early-payment-note a {
  color: var(--surface-navy);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.early-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
}

.early-service-card,
.early-offering-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-color: rgba(19, 38, 61, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.early-service-card:hover,
.early-offering-card:hover {
  transform: translateY(-3px);
  border-color: rgba(126, 161, 191, 0.34);
  box-shadow: 0 18px 40px rgba(19, 38, 61, 0.1);
}

.early-service-card-featured {
  border-color: rgba(201, 125, 77, 0.28);
  box-shadow: 0 16px 36px rgba(19, 38, 61, 0.08);
}

.early-service-card h3 {
  margin-bottom: 0.42rem;
}

.early-service-card p,
.early-offering-card p {
  margin-bottom: 0;
}

.early-service-price {
  color: var(--surface-navy);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.12;
}

.early-service-format {
  padding: 0.68rem 0.76rem;
  border: 1px solid rgba(126, 161, 191, 0.22);
  border-radius: var(--radius-sm);
  background: rgba(237, 245, 250, 0.6);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 720;
  line-height: 1.35;
}

.early-service-list {
  display: grid;
  gap: 0.48rem;
  margin: 1rem 0 1.2rem;
  padding-left: 1.15rem;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.early-service-list li {
  margin-bottom: 0;
}

.early-service-action {
  display: grid;
  gap: 0.7rem;
  margin-top: auto;
}

.early-service-action .button {
  width: 100%;
  justify-content: center;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
}

.early-service-action p {
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.early-funnel-block {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding: clamp(1.15rem, 2.5vw, 1.7rem);
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 245, 250, 0.72));
  box-shadow: var(--shadow-soft);
}

.early-funnel-block .section-heading {
  margin-bottom: 1rem;
}

.early-funnel-block h3 {
  max-width: 52rem;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.early-funnel-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.72rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
  counter-reset: early-step;
}

.early-funnel-steps li {
  position: relative;
  min-height: 100%;
  padding: 2.65rem 0.82rem 0.85rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.76);
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

.early-funnel-steps li::before {
  counter-increment: early-step;
  content: counter(early-step);
  position: absolute;
  top: 0.78rem;
  left: 0.82rem;
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(201, 125, 77, 0.14);
  color: #8c572f;
  font-size: 0.78rem;
  font-weight: 800;
}

.early-funnel-block .button {
  margin-top: 1rem;
}

.early-waitlist-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  margin-top: 1rem;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.early-waitlist-panel h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.early-waitlist-panel p:last-child {
  margin-bottom: 0;
}

.early-waitlist-panel .button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.early-offerings-footer {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
  max-width: 48rem;
  margin-top: 1.35rem;
}

.early-offerings-footer p {
  margin: 0;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(111, 141, 125, 0.2);
  border-left: 3px solid rgba(111, 141, 125, 0.56);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.68);
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.45;
}

.pricing-section {
  background: transparent;
}

body.home-page main > .pricing-section {
  background: transparent;
}

.pricing-heading {
  max-width: 64ch;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 0.85rem;
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(126, 161, 191, 0.34);
  box-shadow: 0 20px 44px rgba(19, 38, 61, 0.11);
}

.pricing-card-featured {
  border-color: rgba(201, 125, 77, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 231, 0.86));
  box-shadow: 0 22px 48px rgba(19, 38, 61, 0.12);
}

.pricing-badge,
.pricing-kicker {
  width: fit-content;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.72rem;
  font-weight: 820;
}

.pricing-badge {
  padding: 0.32rem 0.58rem;
  border: 1px solid rgba(201, 125, 77, 0.26);
  border-radius: 999px;
  background: rgba(201, 125, 77, 0.1);
  color: #8c572f;
}

.pricing-kicker {
  color: var(--accent-green);
}

.pricing-card h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.pricing-price {
  margin: 0;
  color: var(--surface-navy);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 840;
  line-height: 1;
}

.pricing-price span {
  margin-left: 0.16rem;
  color: var(--text-soft);
  font-size: 0.96rem;
  font-weight: 720;
}

.pricing-card p:not(.pricing-kicker):not(.pricing-price) {
  color: var(--text-soft);
}

.pricing-card .button {
  width: 100%;
  margin-top: auto;
  white-space: normal;
  line-height: 1.16;
  text-align: center;
}

.pricing-disclaimer {
  max-width: 78ch;
  margin: 1.25rem 0 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-left: 3px solid rgba(111, 141, 125, 0.56);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.disclaimer-panel {
  max-width: 58rem;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.disclaimer-panel h2 {
  font-size: 1.45rem;
}

.disclaimer-panel p:last-child {
  margin-bottom: 0;
}

.questionnaire-hero .page-hub-layout {
  align-items: center;
}

html.questionnaire-focus-mode .questionnaire-intro-section,
html.questionnaire-focus-mode .site-footer {
  display: none;
}

html.questionnaire-focus-mode {
  scroll-padding-top: 6.5rem;
}

html.questionnaire-focus-mode .questionnaire-section {
  min-height: calc(100vh - 5.5rem);
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
}

html.questionnaire-focus-mode .questionnaire-form-heading {
  margin-bottom: 1rem;
}

.questionnaire-hero-note {
  margin-top: 1rem;
  max-width: 58rem;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.5;
}

.questionnaire-hero-card {
  min-height: auto;
}

.questionnaire-hero-card ul {
  display: grid;
  gap: 0.58rem;
  padding-left: 1.15rem;
  margin-bottom: 0;
  color: var(--text-soft);
}

.questionnaire-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
  margin-top: 1.35rem;
}

.questionnaire-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.72rem;
  min-height: 4rem;
  padding: 0.88rem 0.95rem;
  border: 1px solid rgba(19, 38, 61, 0.09);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(237, 245, 250, 0.74));
  box-shadow: var(--shadow-soft);
  color: var(--text);
  font-weight: 700;
  line-height: 1.38;
}

.questionnaire-check-item::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  margin-top: 0.38rem;
  border-radius: 999px;
  background: var(--accent-green);
  box-shadow: 0 0 0 0.28rem rgba(111, 141, 125, 0.14);
}

.questionnaire-shell {
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(19, 38, 61, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.questionnaire-progress {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
  padding: 0.95rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: var(--radius-md);
  background: rgba(246, 248, 247, 0.82);
}

.questionnaire-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--text-soft);
  font-size: 0.86rem;
  font-weight: 700;
}

.questionnaire-progress-title {
  color: var(--text);
}

.progress-track {
  overflow: hidden;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(19, 38, 61, 0.08);
}

.progress-fill {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-blue));
  transition: width 0.25s ease;
}

.questionnaire-step[hidden],
.questionnaire-results[hidden],
.secondary-pattern[hidden],
.questionnaire-submit[hidden] {
  display: none;
}

.questionnaire-step-heading {
  margin-bottom: 1rem;
}

.questionnaire-step-heading h2 {
  font-size: 1.55rem;
}

.questionnaire-step-heading p {
  max-width: 64ch;
  color: var(--text-soft);
  margin-bottom: 0;
}

.question-list {
  display: grid;
  gap: 1rem;
}

.question-card {
  min-width: 0;
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(19, 38, 61, 0.14);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 251, 248, 0.9));
  box-shadow: 0 8px 20px rgba(19, 38, 61, 0.045);
}

.question-card.is-missing {
  border-color: rgba(201, 125, 77, 0.52);
  box-shadow: 0 0 0 3px rgba(201, 125, 77, 0.12);
}

.question-card legend {
  width: 100%;
  padding: 0 0 0.75rem;
  color: var(--text);
  font-weight: 750;
  line-height: 1.38;
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(7.2rem, 9.8rem));
  justify-content: start;
  gap: 0.7rem;
}

.answer-choice {
  display: block;
  font-weight: 700;
}

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

.answer-choice span {
  display: grid;
  min-height: 2.55rem;
  place-items: center;
  padding: 0.58rem 0.82rem;
  border: 1.5px solid rgba(19, 38, 61, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.answer-choice span:hover {
  border-color: rgba(111, 141, 125, 0.48);
  background: rgba(237, 245, 250, 0.8);
  box-shadow: 0 8px 18px rgba(19, 38, 61, 0.08);
}

.answer-choice input:focus-visible + span {
  outline: 2px solid rgba(126, 161, 191, 0.42);
  outline-offset: 2px;
}

.answer-choice input:checked + span {
  border-color: rgba(111, 141, 125, 0.82);
  background: rgba(111, 141, 125, 0.18);
  color: var(--surface-navy);
  box-shadow: inset 0 0 0 1px rgba(111, 141, 125, 0.22), 0 8px 18px rgba(19, 38, 61, 0.06);
}

.questionnaire-alert {
  min-height: 1.35rem;
  margin-bottom: 0.9rem;
  color: #8c572f;
  font-weight: 700;
}

.questionnaire-controls {
  display: flex;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.questionnaire-results {
  margin-top: 1.35rem;
}

.result-card {
  padding: clamp(1.1rem, 2.6vw, 1.65rem);
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(237, 245, 250, 0.78) 56%, rgba(248, 241, 231, 0.9));
  box-shadow: var(--shadow);
}

.result-card h2 {
  max-width: 32ch;
}

.starting-points {
  display: grid;
  gap: 0.58rem;
  padding-left: 1.15rem;
  margin: 1rem 0 0;
  color: var(--text-soft);
}

.secondary-pattern {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(19, 38, 61, 0.1);
}

.secondary-pattern h3 {
  margin-bottom: 0.45rem;
}

.result-cta {
  margin-top: 1rem;
  padding: clamp(1.1rem, 2.6vw, 1.55rem);
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.result-cta h2 {
  font-size: 1.45rem;
}

.starter-guide-actions .button {
  max-width: 100%;
  white-space: normal;
  line-height: 1.16;
  text-align: center;
}

.result-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.2rem, 3vw, 2rem);
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 16%, rgba(201, 125, 77, 0.1), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(237, 245, 250, 0.78));
  box-shadow: var(--shadow);
}

.result-final-cta h2 {
  max-width: 48rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
}

.result-final-cta p:not(.eyebrow) {
  max-width: 62ch;
  color: var(--text-soft);
  margin-bottom: 0;
}

.result-final-cta .button-row {
  flex: 0 0 auto;
  margin-top: 0;
}

.result-final-cta .button {
  max-width: 100%;
  white-space: normal;
  line-height: 1.16;
  text-align: center;
}

.result-hero-layout,
.result-layout,
.result-cta-grid {
  display: grid;
  gap: 1.35rem;
  align-items: start;
}

.result-hero-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
}

.result-layout {
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.34fr);
}

.result-cta-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
}

.result-detail-card {
  display: grid;
  gap: 1rem;
}

.result-detail-card p,
.result-support-card p,
.result-copy p {
  color: var(--text-soft);
}

.result-explanation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.95fr);
  gap: 1.15rem;
  padding-top: 0.35rem;
}

.result-copy {
  display: grid;
  gap: 0.72rem;
}

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

.result-support-card {
  position: sticky;
  top: 7.2rem;
  padding: 1.25rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.privacy-note {
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.offer-preview {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(19, 38, 61, 0.09);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
}

.offer-preview-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.offer-preview-header h2 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.mini-offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.photo-slot {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(237, 245, 250, 0.96), rgba(255, 255, 255, 0.9) 52%, rgba(248, 241, 231, 0.92));
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}

.photo-slot::before {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: calc(var(--radius-lg) - 2px);
  background:
    linear-gradient(135deg, rgba(126, 161, 191, 0.2), transparent 42%),
    linear-gradient(315deg, rgba(111, 141, 125, 0.16), transparent 46%);
  z-index: -1;
}

.photo-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.photo-slot.has-image::before,
.photo-slot.has-image .photo-fallback {
  display: none;
}

.photo-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end start;
  padding: 1.2rem;
}

.photo-fallback span {
  display: inline-flex;
  max-width: 14rem;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--surface-navy);
  font-size: 0.9rem;
  font-weight: 750;
  box-shadow: var(--shadow-soft);
}

.photo-slot-small {
  min-height: 12rem;
}

.photo-slot-wide {
  min-height: 20rem;
}

.photo-slot-tall {
  min-height: 24rem;
}

.trust-strip {
  padding: 1rem 0 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.trust-item {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 1rem;
  box-shadow: var(--shadow-soft);
}

.trust-item strong {
  display: block;
  font-size: 1rem;
}

.trust-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text-soft);
  font-size: 0.84rem;
}

.section-heading {
  max-width: 70ch;
  margin-bottom: 1.6rem;
}

.section-heading.narrow,
.narrow {
  max-width: 58ch;
}

.card-grid {
  display: grid;
  gap: 1.35rem;
}

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

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

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

.card,
.detail-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 1.3rem;
}

.detail-card {
  box-shadow: none;
  padding: 1.2rem 1.35rem;
  margin-top: 1.5rem;
}

.card-contrast {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.12);
}

.card-contrast p {
  color: rgba(255, 255, 255, 0.8);
}

.card-kicker {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--accent-green);
  margin-bottom: 1rem;
  font-weight: 700;
}

.card-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent-orange);
  font-size: 0.92rem;
  font-weight: 700;
}

.pillar-card {
  min-height: 100%;
}

.offer-card {
  display: flex;
  flex-direction: column;
}

.offer-card .text-link {
  margin-top: auto;
}

.service-card-grid {
  align-items: stretch;
}

.services-hub {
  padding-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.services-hub-copy {
  max-width: 66rem;
}

.services-hub-copy h1 {
  max-width: none;
}

.services-hub-copy p:not(.eyebrow):not(.lead) {
  max-width: 72ch;
  color: var(--text-soft);
}

.services-front {
  padding-top: clamp(2rem, 4vw, 3.2rem);
}

.services-front .section-heading {
  max-width: 58rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  border-color: rgba(19, 38, 61, 0.12);
  background: rgba(255, 255, 255, 0.92);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(126, 161, 191, 0.38);
  box-shadow: 0 20px 46px rgba(19, 38, 61, 0.11);
}

.service-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.service-card-header h3 {
  max-width: 22rem;
  margin-bottom: 0;
}

.service-meta {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(9rem, 0.9fr);
  gap: 0.75rem;
}

.service-meta p {
  min-height: 100%;
  margin-bottom: 0;
  padding: 0.78rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: var(--radius-md);
  background: rgba(248, 241, 231, 0.46);
  color: var(--text);
  line-height: 1.35;
}

.service-meta span {
  display: block;
  margin-bottom: 0.18rem;
  color: var(--text-soft);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-meta strong,
.service-price {
  color: var(--surface-navy);
  font-size: 1.18rem;
  font-weight: 820;
}

.service-card h4 {
  margin: 0.25rem 0 -0.2rem;
  font-size: 0.92rem;
  color: var(--text);
}

.service-check-list {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.45rem;
  padding: 0;
  list-style: none;
}

.service-check-list li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--text-soft);
  line-height: 1.45;
}

.service-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-green);
  font-weight: 900;
}

.service-card .button {
  width: fit-content;
  margin-top: auto;
}

.membership-section {
  background:
    linear-gradient(135deg, rgba(237, 245, 250, 0.95), rgba(255, 255, 255, 0.82) 54%, rgba(248, 241, 231, 0.82));
}

.membership-card {
  border-color: rgba(126, 161, 191, 0.24);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.process-step {
  min-height: 100%;
  padding: 1.1rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.process-step span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--accent-orange);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.process-step strong {
  display: block;
  line-height: 1.25;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.who-grid div {
  padding: 1rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  color: var(--text-soft);
  line-height: 1.5;
  box-shadow: var(--shadow-soft);
}

.service-disclaimer {
  max-width: 70rem;
  border-color: rgba(201, 125, 77, 0.2);
}

.service-final-cta {
  position: relative;
}

.service-final-cta p:not(.eyebrow) {
  max-width: 62ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.anchor-target {
  position: absolute;
  top: -7.5rem;
}

.status-pill,
.inline-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.38rem 0.74rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0;
}

.status-pill {
  margin-bottom: 0.85rem;
}

.status-live {
  background: rgba(111, 141, 125, 0.14);
  color: #42614d;
}

.status-soon {
  background: rgba(201, 125, 77, 0.14);
  color: #8c572f;
}

.status-note {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(126, 161, 191, 0.24);
  border-radius: 999px;
  background: rgba(126, 161, 191, 0.1);
  color: var(--text-soft);
  font-weight: 700;
}

.inline-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.inline-pill {
  background: rgba(126, 161, 191, 0.12);
  color: var(--text);
}

.text-link {
  color: var(--accent-orange);
  font-weight: 700;
}

.text-link-strong {
  font-size: 1.08rem;
}

.hero-panel {
  padding: 1rem;
}

.hero-panel-body {
  padding: 1rem 0.2rem 0;
}

.media-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  aspect-ratio: 5 / 4;
  background: linear-gradient(145deg, rgba(126, 161, 191, 0.18), rgba(255, 255, 255, 0.9) 54%, rgba(111, 141, 125, 0.12));
  border: 1px solid rgba(19, 38, 61, 0.08);
}

.media-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-shell.is-empty::after {
  content: attr(data-placeholder);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 2rem;
  text-align: center;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.media-shell-portrait {
  aspect-ratio: 4 / 5;
}

.profile-card {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: start;
}

.founder-initial-panel {
  display: grid;
  min-height: 11rem;
  place-items: center;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(126, 161, 191, 0.2), rgba(255, 255, 255, 0.8) 52%, rgba(111, 141, 125, 0.16)),
    var(--surface);
}

.founder-initial-panel span {
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--surface-navy);
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: var(--shadow-soft);
}

.profile-title {
  color: var(--accent-green);
  font-weight: 600;
}

.profile-content p:last-child {
  margin-bottom: 0;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.split-layout-top {
  align-items: start;
}

.split-layout-center {
  align-items: center;
}

.contact-stack {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}

.inquiry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.inquiry-card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

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

.stack-sm > * + * {
  margin-top: 0.85rem;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-band .button-row {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0;
}

.cta-band .button {
  min-width: 10.25rem;
}

.inquiry-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
  color: var(--text);
}

input,
select,
textarea {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--line-strong);
  background: var(--bg-soft);
  padding: 0.95rem 1rem;
  font: inherit;
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(126, 161, 191, 0.28);
  outline-offset: 2px;
  border-color: rgba(126, 161, 191, 0.55);
}

textarea {
  resize: vertical;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
}

.form-help,
.form-status,
.site-footer p,
.section-heading p,
.card p,
.detail-card p {
  color: var(--text-soft);
}

.form-status {
  min-height: 1.4rem;
  margin-bottom: 0;
}

.step-list li,
.check-list li {
  margin-bottom: 0.85rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 1fr;
  gap: 1.75rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f3f0ea;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.footer-links a {
  color: var(--text-soft);
  padding: 0.18rem 0.45rem;
  border: 1px solid rgba(19, 38, 61, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.65rem;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(19, 38, 61, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 650;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(19, 38, 61, 0.08);
}

.social-link svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.social-link rect,
.social-link circle:not(.social-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
}

.social-link .social-dot {
  fill: currentColor;
}

.footer-contact-line {
  margin: 0.8rem 0 0;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.footer-email-link {
  color: var(--accent-orange);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.contact-email-actions {
  display: grid;
  gap: 0.72rem;
  justify-items: start;
}

.contact-email-actions .button {
  min-width: 8.5rem;
}

.footer-bottom {
  padding: 1rem 0 2.4rem;
  border-top: 1px solid var(--line);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .video-hero-media {
    display: none;
  }
}

@media (max-width: 1080px) {
  .header-shell,
  .nav-panel {
    gap: 0.55rem;
  }

  .site-nav {
    gap: 0.05rem;
  }

  .site-nav a {
    padding-inline: 0.46rem;
    font-size: 0.82rem;
  }

  .header-cta {
    min-width: 9.8rem;
    padding-inline: 0.82rem 0.68rem;
    font-size: 0.84rem;
  }

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

  .hub-grid,
  .human-note-grid,
  .hero-brand-card,
  .mini-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.55rem);
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  body.nav-open .nav-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    border-radius: var(--radius-lg);
    background: rgba(19, 38, 61, 0.04);
  }

  .site-nav a {
    padding: 0.76rem 0.85rem;
    border-radius: var(--radius-sm);
  }

  .header-cta {
    width: 100%;
  }

  .translate-menu {
    width: 100%;
  }

  .translate-menu summary {
    width: 100%;
    justify-content: center;
    min-height: 2.7rem;
  }

  .translate-popover {
    position: static;
    min-width: 0;
    margin-top: 0.6rem;
    box-shadow: none;
  }

  #google_translate_element {
    min-width: 0;
    width: 100%;
  }

  .hero-grid,
  .home-hub-grid,
  .page-hub-layout,
  .hero-brand-card,
  .human-note-grid,
  .split-layout,
  .profile-card,
  .footer-grid,
  .cta-band,
  .result-final-cta,
  .result-hero-layout,
  .result-layout,
  .result-cta-grid,
  .result-explanation-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-grid-2,
  .card-grid-3,
  .card-grid-4,
  .trust-grid,
  .hub-grid,
  .hub-grid-many,
	  .pricing-grid,
	  .inquiry-grid,
	  .early-service-grid,
	  .early-funnel-steps,
	  .mini-offer-grid,
	  .form-row,
	  .process-grid,
	  .who-grid {
	    grid-template-columns: 1fr;
	  }

  .early-waitlist-panel {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .questionnaire-check-grid {
    grid-template-columns: 1fr;
  }

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

  .result-support-card {
    position: static;
  }

  .starter-band {
    grid-template-columns: 1fr;
  }

  .starter-actions {
    justify-items: start;
  }

  .quick-actions {
    min-height: auto;
  }

  .video-hero {
    min-height: 62vh;
  }

  .video-hero h1 {
    font-size: 2.45rem;
  }
}

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

  .section {
    padding: 3.1rem 0;
  }

  .section-tight {
    padding: 2.5rem 0;
  }

  .announcement-inner {
    flex-direction: column;
    gap: 0.42rem;
    padding: 0.55rem 0;
  }

  .announcement-inner a {
    width: 100%;
    max-width: 16rem;
  }

  .home-hub,
  .page-hub {
    padding-top: 1.55rem;
  }

  .video-hero {
    min-height: 60vh;
    background:
      linear-gradient(90deg, rgba(10, 28, 45, 0.82) 0%, rgba(10, 28, 45, 0.62) 54%, rgba(10, 28, 45, 0.36) 100%),
      url("../images/hero-video-poster.png") center / cover no-repeat;
  }

  .video-hero-media {
    display: none;
  }

  .video-hero-content {
    padding: 2.6rem 0;
  }

  .video-hero h1 {
    font-size: 1.82rem;
    max-width: 22ch;
  }

  .video-hero .lead {
    font-size: 0.96rem;
  }

  .hero-trust-line {
    font-size: 0.78rem;
  }

  .button-hero-primary {
    min-width: 0;
  }

  .starter-band {
    gap: 1.2rem;
  }

  .pricing-card {
    padding: 1.08rem;
  }

  .pricing-price {
    font-size: 2.15rem;
  }

  .help-pill-grid {
    grid-template-columns: 1fr;
  }

  .starter-actions,
  .starter-actions .button {
    width: 100%;
  }

	  .early-offerings-footer,
	  .early-offerings-footer .button,
	  .early-funnel-block .button,
	  .early-waitlist-panel .button {
	    width: 100%;
	  }

  .service-card-header,
  .service-meta {
    grid-template-columns: 1fr;
  }

  .service-card-header {
    display: grid;
  }

  .service-card .button {
    width: 100%;
    white-space: normal;
    line-height: 1.16;
  }

  .starter-actions {
    justify-items: stretch;
  }

  .header-shell {
    padding: 0.55rem 0.6rem;
    border-radius: 1.4rem;
  }

  .card,
  .detail-card {
    padding: 1.1rem;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .page-hub h1 {
    font-size: 1.9rem;
  }

  .lead {
    font-size: 1rem;
  }

  .quick-actions {
    padding: 1rem;
  }

  .brand-lockup small {
    display: none;
  }

  .brand-mark {
    width: 2.45rem;
    height: 2.45rem;
  }

  .photo-slot {
    min-height: 15rem;
  }

  .photo-slot-tall {
    min-height: 18rem;
  }

  .button-row,
  .offer-preview-header {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
    white-space: normal;
    line-height: 1.16;
  }

  .header-cta {
    white-space: nowrap;
  }

  .site-nav {
    grid-template-columns: 1fr;
  }

  .answer-grid,
  .questionnaire-controls {
    grid-template-columns: 1fr;
  }

  .questionnaire-controls {
    display: grid;
  }

  .questionnaire-controls .button {
    width: 100%;
    white-space: normal;
    line-height: 1.16;
  }
}
