:root {
  --site-bg: #07131A;
  --navy: #F0FDFA;
  --navy-2: color-mix(in srgb, #F0FDFA 85%, #07131A 15%);
  --navy-3: color-mix(in srgb, #F0FDFA 70%, #07131A 30%);
  --teal: #2DD4BF;
  --teal-2: #67E8F9;
  --link-readable: color-mix(in srgb, #67E8F9 72%, #ffffff 28%);
  --aqua: #5EEAD4;
  --sand: #CCFBF1;
  --coral: #99F6E4;
  --sky: color-mix(in srgb, #67E8F9 15%, #07131A 85%);
  --mist: color-mix(in srgb, #F0FDFA 8%, #07131A 92%);
  --line: color-mix(in srgb, #F0FDFA 15%, #07131A 85%);
  --text: #F0FDFA;
  --muted: #CCFBF1;
  --white: #ffffff;
  --on-dark: #f4fdff;
  --on-dark-muted: color-mix(in srgb, #ffffff 82%, #5EEAD4 18%);
  --on-dark-soft: color-mix(in srgb, #ffffff 72%, #5EEAD4 28%);
  --on-dark-kicker: color-mix(in srgb, #ffffff 86%, #5EEAD4 14%);
  --dark-card-bg: color-mix(in srgb, #ffffff 10%, transparent);
  --dark-card-border: color-mix(in srgb, #ffffff 22%, transparent);
  --button-text: #07131A;
  --header-bg: color-mix(in srgb, #07131A 92%, transparent);
  --header-border: color-mix(in srgb, #F0FDFA 15%, transparent);
  --button-shadow: 0 12px 28px color-mix(in srgb, #2DD4BF 23%, transparent);
  --secondary-button-bg: color-mix(in srgb, #ffffff 14%, transparent);
  --secondary-button-border: color-mix(in srgb, #ffffff 45%, transparent);
  --secondary-button-hover-bg: color-mix(in srgb, #ffffff 22%, transparent);
  --hero-overlay: linear-gradient(90deg, color-mix(in srgb, #07131A 92%, transparent) 0%, color-mix(in srgb, #07131A 68%, transparent) 42%, color-mix(in srgb, #07131A 14%, transparent) 100%);
  --hero-text: #ffffff;
  --hero-muted: color-mix(in srgb, #ffffff 88%, #5EEAD4 12%);
  --hero-muted-2: color-mix(in srgb, #ffffff 76%, #5EEAD4 24%);
  --hero-eyebrow-text: color-mix(in srgb, #ffffff 92%, #5EEAD4 8%);
  --hero-eyebrow-bg: color-mix(in srgb, #5EEAD4 14%, transparent);
  --hero-eyebrow-border: color-mix(in srgb, #5EEAD4 45%, transparent);
  --surface-solid: color-mix(in srgb, #07131A 88%, #ffffff 12%);
  --surface-strong-solid: color-mix(in srgb, #07131A 82%, #ffffff 18%);
  --surface-soft-solid: color-mix(in srgb, #07131A 74%, #ffffff 10%);
  --surface-glass: color-mix(in srgb, #07131A 72%, #ffffff 14%);
  --surface-strong-glass: linear-gradient(135deg, color-mix(in srgb, #07131A 78%, #ffffff 16%), color-mix(in srgb, #07131A 62%, #ffffff 8%));
  --surface-soft-glass: color-mix(in srgb, #07131A 64%, #ffffff 10%);
  --surface: var(--surface-solid);
  --surface-strong: var(--surface-strong-solid);
  --surface-soft: var(--surface-soft-solid);
  --surface-border: color-mix(in srgb, #F0FDFA 15%, transparent);
  --surface-media: color-mix(in srgb, #F0FDFA 8%, #07131A 92%);
  --surface-shadow-solid: 0 18px 45px color-mix(in srgb, #F0FDFA 11%, transparent);
  --surface-shadow-glass: inset 0 1.5px 0 color-mix(in srgb, #ffffff 42%, transparent), 0 22px 55px color-mix(in srgb, #F0FDFA 12%, transparent);
  --surface-shadow: var(--surface-shadow-solid);
  --surface-shadow-strong: 0 28px 70px color-mix(in srgb, #F0FDFA 20%, transparent);
  --surface-backdrop-filter: none;
  --media-overlay: linear-gradient(120deg, color-mix(in srgb, #F0FDFA 42%, transparent), color-mix(in srgb, #2DD4BF 10%, transparent));
  --dark-band-bg: linear-gradient(135deg, color-mix(in srgb, #07131A 88%, #000000 12%), color-mix(in srgb, #2DD4BF 26%, color-mix(in srgb, #07131A 88%, #000000 12%) 74%));
  --dark-surface: var(--dark-card-bg);
  --dark-surface-border: var(--dark-card-border);
  --shadow: 0 12px 35px color-mix(in srgb, #F0FDFA 12%, transparent);
  --shadow-strong: 0 24px 60px color-mix(in srgb, #F0FDFA 18%, transparent);
  --radius: 12px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--site-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--sky) 22%, transparent), transparent 520px),
    linear-gradient(90deg, color-mix(in srgb, var(--sand) 18%, transparent), transparent 58%);
}
body[data-glass="0"] {
  --surface: var(--surface-solid);
  --surface-strong: var(--surface-strong-solid);
  --surface-soft: var(--surface-soft-solid);
  --surface-shadow: var(--surface-shadow-solid);
  --surface-backdrop-filter: none;
}
body[data-glass="1"] {
  --surface: var(--surface-glass);
  --surface-strong: var(--surface-strong-glass);
  --surface-soft: var(--surface-soft-glass);
  --surface-shadow: var(--surface-shadow-glass);
  --surface-backdrop-filter: blur(18px) saturate(1.18);
}
.hero-panel,
.hero-path-card,
.strip-item,
.card,
.faq-card,
.benefit-card,
.hub-card,
.trust-card,
.visual-card,
.waitlist-form,
.contact-form,
.photo-caption,
.carousel-arrow,
.truth-item,
.pricing-card,
.pricing-side-panel,
.pricing-matrix,
.pricing-note {
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
}

a { color: var(--navy); }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  backdrop-filter: var(--surface-backdrop-filter);
}
.site-nav {
  width: min(var(--container), calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 900;
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), var(--teal));
  box-shadow: 0 9px 20px rgba(6, 59, 109, .22);
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 5px;
  border-radius: 999px;
  background: var(--aqua);
}
.brand img.brand-mark,
img.brand-mark {
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}
.brand img.brand-mark::after,
img.brand-mark::after {
  display: none;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.nav-links a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.button {
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: var(--button-text);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--button-shadow);
}
.button:hover { background: var(--teal-2); }
.button-secondary {
  background: var(--secondary-button-bg);
  border-color: var(--secondary-button-border);
  color: var(--hero-text);
  box-shadow: none;
}
.button-secondary:hover { background: var(--secondary-button-hover-bg); }

.site-hero {
  min-height: 820px;
  display: grid;
  align-items: end;
  color: var(--hero-text);
  background:
    radial-gradient(circle at 78% 12%, rgba(94, 234, 212, .18), transparent 34%),
    radial-gradient(circle at 22% 18%, rgba(58, 109, 240, .22), transparent 32%),
    linear-gradient(135deg, rgba(3, 18, 28, .98), rgba(9, 42, 48, .96));
}
.site-hero-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 40px;
}
.site-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) 430px;
  gap: 48px;
  align-items: end;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid var(--hero-eyebrow-border);
  border-radius: var(--radius);
  background: var(--hero-eyebrow-bg);
  color: var(--hero-eyebrow-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
.site-hero h1 {
  max-width: 850px;
  margin: 20px 0 18px;
  font-size: 64px;
  line-height: 1.02;
  letter-spacing: 0;
}
.hero-copy {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--hero-muted);
  font-size: 20px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 32px;
}
.hero-note {
  max-width: 570px;
  color: var(--hero-muted-2);
  font-size: 14px;
  font-weight: 700;
}
.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: var(--shadow-strong);
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 8px;
  background: linear-gradient(90deg, var(--teal), var(--aqua), var(--coral));
}
.panel-kicker {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-panel strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}
.mini-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.mini-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
}
.mini-list span {
  width: 28px;
  height: 28px;
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  background: var(--sky);
  color: var(--navy);
  font-weight: 900;
}
.hero-strip {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.strip-item {
  min-height: 104px;
  padding: 16px;
  border: 1px solid var(--dark-surface-border);
  border-radius: var(--radius);
  background: var(--dark-surface);
  backdrop-filter: var(--surface-backdrop-filter);
}
.strip-item b {
  display: block;
  font-size: 22px;
  line-height: 1.2;
}
.strip-item span {
  display: block;
  margin-top: 4px;
  color: var(--on-dark-muted);
  font-size: 14px;
}
.hero-path-card {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--dark-surface-border);
  border-radius: var(--radius);
  background: var(--dark-surface);
  box-shadow: 0 22px 60px rgba(3, 24, 45, .18);
  backdrop-filter: var(--surface-backdrop-filter);
}
.hero-path-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.hero-path-head strong {
  max-width: 580px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.18;
}
.hero-path-steps {
  counter-reset: path-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-path-steps li {
  position: relative;
  min-height: 178px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 14px 34px rgba(3, 24, 45, .16);
}
.hero-path-steps li::before {
  counter-increment: path-step;
  content: "0" counter(path-step);
  position: absolute;
  top: 12px;
  right: 14px;
  color: color-mix(in srgb, var(--navy) 18%, transparent);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.path-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--navy), var(--teal));
  box-shadow: 0 12px 26px rgba(0, 166, 166, .22);
}
.path-icon::before {
  content: "";
  width: 24px;
  height: 24px;
  background: var(--surface);
  mask: var(--icon-info) center / contain no-repeat;
}
.path-icon-cruise::before { mask-image: var(--icon-ship); }
.path-icon-match::before { mask-image: var(--icon-link); }
.path-icon-split::before { mask-image: var(--icon-cost); }
.path-icon-social::before { mask-image: var(--icon-check); }
.hero-path-steps b {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.2;
}
.hero-path-steps span:not(.path-icon) {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
}

.section {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}
.section-compact { padding-top: 46px; }
.section-kicker {
  margin: 0 0 8px;
  color: var(--link-readable, var(--link, var(--text)));
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
h2 {
  margin: 0;
  color: var(--text);
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
}
h3 {
  margin: 0;
  color: var(--text);
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0;
}
.lead {
  max-width: 700px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: stretch;
}
.story-copy {
  display: grid;
  gap: 22px;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.story-copy p,
.card-body p,
.benefit-card p,
.faq-card p { color: var(--muted); }
.photo-tile {
  position: relative;
  margin: 0;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sky);
  box-shadow: var(--shadow);
}
.photo-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.15) contrast(1.04);
}
#how-it-works .photo-tile {
  min-height: 0;
  aspect-ratio: auto;
  align-self: stretch;
  height: 100%;
}
#how-it-works .photo-tile img {
  object-position: center center;
}
.photo-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.carousel-shell {
  margin-left: calc((100vw - min(var(--container), calc(100vw - 32px))) / -2);
  margin-right: calc((100vw - min(var(--container), calc(100vw - 32px))) / -2);
  padding-left: calc((100vw - min(var(--container), calc(100vw - 32px))) / 2);
  padding-right: calc((100vw - min(var(--container), calc(100vw - 32px))) / 2);
  overflow: hidden;
}
.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: -8px 0 14px;
}
.carousel-controls[hidden] { display: none; }
.carousel-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: var(--surface-shadow);
}
.carousel-arrow:hover {
  background: var(--navy);
  color: var(--white);
}
.carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 382px;
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  padding: 4px 0 22px;
  scrollbar-color: var(--teal) var(--sky);
}
.card {
  min-height: 370px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.card-media {
  position: relative;
  height: 194px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--teal));
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.05);
}
.card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--media-overlay);
}
.tag {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  padding: 6px 9px;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.card-body { padding: 18px; }
.title-link {
  display: inline-block;
  color: var(--navy-2);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.16;
  text-decoration: none;
}
.text-link {
  color: var(--link-readable, var(--link, var(--teal)));
  font-weight: 900;
  text-decoration: none;
}

.split-band {
  background: var(--dark-band-bg);
  color: var(--on-dark);
}
.split-band .section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: stretch;
}
.split-band-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.split-band-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: auto 0 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--teal) 58%, var(--navy) 42%);
  border-radius: var(--radius-lg);
  background: var(--dark-surface);
  box-shadow: 0 28px 74px rgba(2, 16, 31, .32);
}
.split-band-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split-band,
.section-band-dark,
.theme-dark-band,
[data-section-tone="dark"] {
  color: var(--on-dark);
}
.split-band h1,
.split-band h2,
.split-band h3,
.split-band h4,
.split-band .section-head h2,
.split-band .title-link,
.section-band-dark h1,
.section-band-dark h2,
.section-band-dark h3,
.section-band-dark h4,
.section-band-dark .section-head h2,
.section-band-dark .title-link,
.theme-dark-band h1,
.theme-dark-band h2,
.theme-dark-band h3,
.theme-dark-band h4,
.theme-dark-band .section-head h2,
.theme-dark-band .title-link,
[data-section-tone="dark"] h1,
[data-section-tone="dark"] h2,
[data-section-tone="dark"] h3,
[data-section-tone="dark"] h4,
[data-section-tone="dark"] .section-head h2,
[data-section-tone="dark"] .title-link {
  color: var(--on-dark);
}
.split-band p,
.split-band li,
.split-band .lead,
.split-band .muted,
.split-band .card-body p,
.section-band-dark p,
.section-band-dark li,
.section-band-dark .lead,
.section-band-dark .muted,
.section-band-dark .card-body p,
.theme-dark-band p,
.theme-dark-band li,
.theme-dark-band .lead,
.theme-dark-band .muted,
.theme-dark-band .card-body p,
[data-section-tone="dark"] p,
[data-section-tone="dark"] li,
[data-section-tone="dark"] .lead,
[data-section-tone="dark"] .muted,
[data-section-tone="dark"] .card-body p {
  color: var(--on-dark-muted);
}
.split-band .section-kicker,
.split-band .trust-kicker,
.section-band-dark .section-kicker,
.section-band-dark .trust-kicker,
.theme-dark-band .section-kicker,
.theme-dark-band .trust-kicker,
[data-section-tone="dark"] .section-kicker,
[data-section-tone="dark"] .trust-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid color-mix(in srgb, var(--on-dark-kicker) 48%, transparent);
  border-radius: 999px;
  border-color: color-mix(in srgb, var(--on-dark-kicker) 48%, transparent);
  background: color-mix(in srgb, var(--on-dark-kicker) 14%, transparent);
  color: var(--on-dark-kicker);
}
.split-band a:not(.button):not(.btn),
.section-band-dark a:not(.button):not(.btn),
.theme-dark-band a:not(.button):not(.btn),
[data-section-tone="dark"] a:not(.button):not(.btn) {
  color: var(--on-dark-kicker);
}
.split-band .benefit-card,
.split-band .faq-card,
.split-band .hub-card,
.split-band .trust-card,
.split-band .visual-card,
.section-band-dark .benefit-card,
.section-band-dark .faq-card,
.section-band-dark .hub-card,
.section-band-dark .trust-card,
.section-band-dark .visual-card,
.theme-dark-band .benefit-card,
.theme-dark-band .faq-card,
.theme-dark-band .hub-card,
.theme-dark-band .trust-card,
.theme-dark-band .visual-card,
[data-section-tone="dark"] .benefit-card,
[data-section-tone="dark"] .faq-card,
[data-section-tone="dark"] .hub-card,
[data-section-tone="dark"] .trust-card,
[data-section-tone="dark"] .visual-card {
  border-color: var(--dark-card-border);
  background: var(--dark-card-bg);
  color: var(--on-dark);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .20);
}
.split-band .benefit-card .icon,
.section-band-dark .benefit-card .icon,
.theme-dark-band .benefit-card .icon,
[data-section-tone="dark"] .benefit-card .icon {
  background: color-mix(in srgb, var(--on-dark-kicker) 16%, transparent);
  color: var(--on-dark);
}
.truth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.truth-item {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
}
.truth-item b { display: block; margin-bottom: 6px; }
.truth-item span { color: var(--muted); }

.benefit-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.benefit-card,
.faq-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.benefit-card {
  min-height: 204px;
  padding: 22px;
}
.faq-card { padding: 20px; }
.benefit-card .icon {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  background: var(--sky);
  color: var(--navy);
  font-weight: 900;
}

.waitlist-band {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}
.waitlist-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  gap: 34px;
  align-items: start;
}
.waitlist-copy ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.waitlist-copy li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #263b4d;
  font-weight: 800;
}
.waitlist-copy li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  flex: 0 0 auto;
}


/* Unified meaning icons for text-led blocks. */
:root {
  --icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 11v5'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
  --icon-cost: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='3'/%3E%3Cpath d='M7 12h5'/%3E%3Cpath d='M16 10v4'/%3E%3C/svg%3E");
  --icon-ship: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 15l2-7h12l2 7'/%3E%3Cpath d='M8 8V5h8v3'/%3E%3Cpath d='M3 18c2 1.4 4 1.4 6 0 2 1.4 4 1.4 6 0 2 1.4 4 1.4 6 0'/%3E%3C/svg%3E");
  --icon-save: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v11'/%3E%3Cpath d='M8 10l4 4 4-4'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
  --icon-card: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M7 15h4'/%3E%3C/svg%3E");
  --icon-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.2 7-11a7 7 0 0 0-14 0c0 5.8 7 11 7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.3'/%3E%3C/svg%3E");
  --icon-bell: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 9a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3Cpath d='M10 21h4'/%3E%3C/svg%3E");
  --icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 12l3 3 5-6'/%3E%3C/svg%3E");
  --icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l4 2'/%3E%3C/svg%3E");
  --icon-book: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h7a3 3 0 0 1 3 3v11a3 3 0 0 0-3-3H4z'/%3E%3Cpath d='M20 5h-7a3 3 0 0 0-3 3'/%3E%3C/svg%3E");
  --icon-question: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.5 9a2.8 2.8 0 1 1 4.8 2c-1.2 1-2.3 1.6-2.3 3'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
  --icon-link: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7 0l2-2a5 5 0 0 0-7-7l-1 1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7 0l-2 2a5 5 0 0 0 7 7l1-1'/%3E%3C/svg%3E");
  --icon-users: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3Ccircle cx='17' cy='9' r='2.6'/%3E%3Cpath d='M3.5 20a5 5 0 0 1 9 0'/%3E%3Cpath d='M13.5 19a4.2 4.2 0 0 1 7 0'/%3E%3C/svg%3E");
  --icon-compass: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M15.5 8.5l-2 5-5 2 2-5z'/%3E%3C/svg%3E");
  --icon-tool: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a4 4 0 0 0 3 5l-8.4 8.4a2 2 0 0 1-2.8-2.8l8.4-8.4a4 4 0 0 0-5-3'/%3E%3C/svg%3E");
  --icon-mail: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M4 7l8 6 8-6'/%3E%3C/svg%3E");
  --icon-map: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l-6 3V6l6-3 6 3 6-3v15l-6 3z'/%3E%3Cpath d='M9 3v15'/%3E%3Cpath d='M15 6v15'/%3E%3C/svg%3E");
  --icon-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23063B6D' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 6l6 6-6 6'/%3E%3C/svg%3E");
}
.strip-item,
.story-copy article,
.truth-item,
.faq-card,
.content-card > section,
.faq-block details,
.waitlist-panel > div,
.visual-card {
  position: relative;
}
.strip-item,
.story-copy article,
.truth-item,
.faq-card,
.content-card > section,
.faq-block details,
.waitlist-panel > div {
  --block-icon-url: var(--icon-info);
}
.strip-item::before,
.story-copy article::before,
.truth-item::before,
.faq-card::before,
.content-card > section::before,
.faq-block details::before,
.waitlist-panel > div::before,
.visual-card::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 1px solid var(--hero-eyebrow-border);
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  margin-bottom: 12px;
  background:
    var(--block-icon-url, var(--icon-info)) center / 20px 20px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(233, 247, 251, .88));
  box-shadow: 0 12px 26px rgba(6, 59, 109, .12);
}
.visual-card::before { --block-icon-url: var(--icon-ship); }
.story-copy article:nth-child(1) { --block-icon-url: var(--icon-cost); }
.story-copy article:nth-child(2) { --block-icon-url: var(--icon-ship); }
.story-copy article:nth-child(3) { --block-icon-url: var(--icon-save); }
.strip-item:nth-child(1) { --block-icon-url: var(--icon-card); }
.strip-item:nth-child(2) { --block-icon-url: var(--icon-ship); }
.strip-item:nth-child(3) { --block-icon-url: var(--icon-bell); }
.truth-item:nth-child(1) { --block-icon-url: var(--icon-users); }
.truth-item:nth-child(2) { --block-icon-url: var(--icon-ship); }
.truth-item:nth-child(3) { --block-icon-url: var(--icon-card); }
.truth-item:nth-child(4) { --block-icon-url: var(--icon-compass); }

/* Visitor value pictograms use the same SVG set, but render as stronger travel cards on the dark band. */
.truth-item {
  padding: 22px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--surface-shadow);
}
.truth-item::before {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-color: var(--hero-eyebrow-border);
  background: linear-gradient(135deg, var(--teal), var(--navy));
  box-shadow: 0 16px 34px rgba(0, 166, 166, .26);
}
.truth-item::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 36px;
  width: 24px;
  height: 24px;
  background: var(--surface);
  mask: var(--block-icon-url, var(--icon-info)) center / contain no-repeat;
}
.truth-item b {
  color: var(--text);
  font-size: 20px;
  line-height: 1.2;
}
.truth-item span {
  color: var(--muted);
  font-weight: 700;
}

.split-band .truth-item,
.section-band-dark .truth-item,
.theme-dark-band .truth-item,
[data-section-tone="dark"] .truth-item {
  border-color: var(--dark-card-border);
  background: var(--dark-card-bg);
  color: var(--on-dark);
}

.split-band .truth-item b,
.section-band-dark .truth-item b,
.theme-dark-band .truth-item b,
[data-section-tone="dark"] .truth-item b {
  color: var(--on-dark);
}

.split-band .truth-item span,
.section-band-dark .truth-item span,
.theme-dark-band .truth-item span,
[data-section-tone="dark"] .truth-item span {
  color: var(--on-dark-muted);
}

.article-layout {
  display: grid;
  gap: 34px;
}
.article-head,
.hub-overview {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .72fr);
  gap: 32px;
  align-items: start;
}
.article-head {
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.factory-article-layout .article-head {
  align-items: start;
}
.hub-overview {
  align-items: center;
}
.article-head h2,
.hub-overview h2 {
  max-width: 900px;
}
.article-body {
  display: grid;
  gap: 18px;
  max-width: 920px;
}
.factory-article-layout .article-body {
  max-width: 980px;
}
.article-toc {
  width: min(980px, 100%);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(233,247,251,.9)),
    var(--white);
  box-shadow: 0 14px 34px rgba(6, 59, 109, .08);
}
.article-toc .section-kicker {
  margin-bottom: 12px;
}
.article-toc ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  list-style: none;
}
.article-toc a {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(6, 59, 109, .1);
  border-radius: var(--radius);
  background: rgba(255,255,255,.78);
  color: var(--navy-2);
  font-weight: 850;
  line-height: 1.25;
  text-decoration: none;
}
.article-toc a:hover {
  border-color: color-mix(in srgb, var(--teal) 52%, var(--line));
  background: #eefcfb;
}
.article-block {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 0 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.article-block:first-child {
  padding-top: 0;
}
.article-index {
  grid-row: span 2;
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--teal) 34%, var(--line));
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--sky) 82%, var(--white));
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.article-block h2 {
  margin: 0 0 12px;
  color: var(--navy-2);
  font-size: 30px;
  line-height: 1.16;
}
.article-copy {
  color: var(--text);
  font-size: 18px;
  line-height: 1.72;
}
.article-copy p {
  max-width: 74ch;
  margin: 0;
  color: color-mix(in srgb, var(--text) 86%, var(--muted));
}
.article-copy p + p {
  margin-top: 14px;
}
.article-figure {
  position: sticky;
  top: 76px;
  overflow: hidden;
  align-self: start;
  justify-self: stretch;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sky);
  box-shadow: var(--shadow);
}
.article-figure img {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 360px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
}
.article-figure figcaption {
  margin: 0;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  background: var(--surface);
}
.article-inline-figure {
  width: min(920px, 100%);
  margin: 10px 0 18px 88px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--sky);
  box-shadow: var(--shadow);
}
.article-inline-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
}
.article-inline-figure figcaption {
  margin: 0;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  background: var(--surface);
}
.hub-overview-copy {
  max-width: 820px;
}

.faq-card:nth-child(odd),
.faq-block details:nth-of-type(odd) { --block-icon-url: var(--icon-question); }
.faq-card:nth-child(even),
.faq-block details:nth-of-type(even) { --block-icon-url: var(--icon-check); }
.content-card > section:nth-of-type(1) { --block-icon-url: var(--icon-info); }
.content-card > section:nth-of-type(2) { --block-icon-url: var(--icon-clock); }
.content-card > section:nth-of-type(3) { --block-icon-url: var(--icon-check); }
.content-card > section:nth-of-type(4) { --block-icon-url: var(--icon-tool); }
.content-card > section:nth-of-type(5) { --block-icon-url: var(--icon-link); }
.content-card > section:nth-of-type(6) { --block-icon-url: var(--icon-arrow); }
.content-card > section + section {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.waitlist-panel > div { --block-icon-url: var(--icon-bell); }
.waitlist-copy li::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  background:
    var(--waitlist-icon-url, var(--icon-check)) center / 15px 15px no-repeat,
    linear-gradient(135deg, var(--teal), var(--aqua));
  box-shadow: 0 8px 18px rgba(0, 166, 166, .20);
}
.waitlist-copy li:nth-child(1)::before { --waitlist-icon-url: var(--icon-mail); }
.waitlist-copy li:nth-child(2)::before { --waitlist-icon-url: var(--icon-map); }
.waitlist-copy li:nth-child(3)::before { --waitlist-icon-url: var(--icon-check); }
.split-band .truth-item::before,
.site-hero .strip-item::before {
  background:
    var(--block-icon-url, var(--icon-info)) center / 20px 20px no-repeat,
    rgba(255, 255, 255, .95);
  border-color: rgba(255, 255, 255, .60);
}
.waitlist-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.waitlist-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.waitlist-form input,
.waitlist-form select {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  border: 1px solid #94cfe3;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  font: inherit;
}
.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

.site-footer {
  background: #062f57;
  color: var(--white);
}
.footer-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0;
  display: grid;
  gap: 18px;
}
.site-footer .brand { color: var(--white); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.footer-links a {
  color: var(--hero-muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 960px) {
  .nav-links { display: none; }
  .site-hero { min-height: auto; }
  .site-hero-inner { padding: 76px 0 34px; }
  .site-hero-grid,
  .story-grid,
  .split-band .section,
  .waitlist-grid { grid-template-columns: 1fr; }
  .split-band-visual {
    width: min(100%, 520px);
    margin-top: 10px;
  }
  .site-hero h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .hero-panel { max-width: 520px; }
  .hero-strip,
  .benefit-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .hero-path-head { display: block; }
  .hero-path-head strong { display: block; margin-top: 6px; }
  .hero-path-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-tile { min-height: 340px; }
  #how-it-works .photo-tile {
    min-height: 0;
    aspect-ratio: 4 / 5;
    height: auto;
    width: 100%;
  }
  .section-head { display: block; }
  .carousel {
    grid-auto-columns: 318px;
    margin-left: 58px;
    margin-right: 58px;
    scroll-padding-inline: 0;
  }
}

@media (max-width: 520px) {
  html,
  body,
  .topbar,
  .site-header,
  .site-main,
  .site-hero,
  .site-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .site-nav,
  .site-hero-inner,
  .site-main > *,
  .section,
  .footer-inner {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-left: auto;
    margin-right: auto;
  }
  .site-nav {
    display: flex;
    justify-content: space-between;
  }
  .nav-actions {
    min-width: 0;
  }
  .site-hero .hero-media,
  .hero-media,
  .hero-media-caption {
    width: 100%;
    max-width: min(312px, calc(100vw - 48px));
    min-width: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .hero-media {
    padding: 10px;
  }
  .hero-media > img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .hero-media-caption {
    padding: 12px;
  }
  .hero-media-caption strong {
    display: block;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* EOF no-crop override for landing product-story visuals. */
.hero-media,
.photo-tile,
.card-media,
.live-screen,
.split-band-visual,
.stack-showcase-visual,
.compare-slider {
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  overflow: visible;
}

.hero-media > img,
.photo-tile > img,
.card-media > img,
.live-screen > img,
.split-band-visual > img,
.stack-showcase-visual > img,
.compare-slider > img,
img[src*="/assets/generated/homepage/product-story/"] {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  transform: none;
  filter: none;
  display: block;
}

.card:hover .card-media > img,
.photo-tile:hover > img {
  transform: none;
  filter: none;
}

/* Absolute last home visual rule: meaningful UI/product images are not covers. */
.hero-media,
.photo-tile,
.card-media,
.live-screen,
.split-band-visual,
.stack-showcase-visual,
.compare-slider {
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  overflow: visible;
}

.hero-media > img,
.photo-tile > img,
.card-media > img,
.live-screen > img,
.split-band-visual > img,
.stack-showcase-visual > img,
.compare-slider > img,
img[src*="/assets/generated/homepage/product-story/"] {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  transform: none;
  filter: none;
  display: block;
}

.card:hover .card-media > img,
.photo-tile:hover > img {
  transform: none;
  filter: none;
}

/* Product-story generated visuals carry full UI/product context.
   They must never be cropped by decorative card/photo containers. */
.hero-media:has(img[src*="/assets/generated/homepage/product-story/"]),
.photo-tile:has(img[src*="/assets/generated/homepage/product-story/"]),
.card-media:has(img[src*="/assets/generated/homepage/product-story/"]),
.live-screen:has(img[src*="/assets/generated/homepage/product-story/"]),
.split-band-visual:has(img[src*="/assets/generated/homepage/product-story/"]),
.stack-showcase-visual:has(img[src*="/assets/generated/homepage/product-story/"]),
.compare-slider:has(img[src*="/assets/generated/homepage/product-story/"]) {
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  overflow: visible;
  display: block;
  background: color-mix(in srgb, var(--panel, #fff) 94%, white 6%);
}

.hero-media img[src*="/assets/generated/homepage/product-story/"],
.photo-tile img[src*="/assets/generated/homepage/product-story/"],
.card-media img[src*="/assets/generated/homepage/product-story/"],
.live-screen img[src*="/assets/generated/homepage/product-story/"],
.split-band-visual img[src*="/assets/generated/homepage/product-story/"],
.stack-showcase-visual img[src*="/assets/generated/homepage/product-story/"],
.compare-slider img[src*="/assets/generated/homepage/product-story/"] {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  transform: none;
  filter: none;
  display: block;
}

.card:hover .card-media img[src*="/assets/generated/homepage/product-story/"],
.photo-tile:hover img[src*="/assets/generated/homepage/product-story/"] {
  transform: none;
  filter: none;
}

.carousel .card-media:has(img[src*="/assets/generated/homepage/product-story/"]) {
  padding: 10px;
}

@media (max-width: 720px) {
  .hero-media:has(img[src*="/assets/generated/homepage/product-story/"]),
  .photo-tile:has(img[src*="/assets/generated/homepage/product-story/"]),
  .card-media:has(img[src*="/assets/generated/homepage/product-story/"]),
  .live-screen:has(img[src*="/assets/generated/homepage/product-story/"]),
  .split-band-visual:has(img[src*="/assets/generated/homepage/product-story/"]),
  .stack-showcase-visual:has(img[src*="/assets/generated/homepage/product-story/"]) {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .site-nav { min-height: 62px; }
  .site-nav .button { display: none; }
  .site-hero h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .hero-copy,
  .lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-path-card { padding: 14px; }
  .hero-path-steps { grid-template-columns: 1fr; }
  .hero-path-steps li { min-height: 0; }
  .button { width: 100%; }
  .carousel {
    grid-auto-columns: calc(100vw - 144px);
    margin-left: 56px;
    margin-right: 56px;
    scroll-padding-inline: 0;
  }
  .card-media { height: 172px; }
  .carousel-controls { justify-content: space-between; }
  .truth-grid { grid-template-columns: 1fr; }
  .waitlist-form { padding: 16px; }
}

/* Shared legacy component aliases for SEO pages generated before the design-system split. */
body:not([data-canonical-group="home"]) main {
  width: min(960px, calc(100% - 32px));
  margin: 32px auto;
}
.site-main {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
body[data-canonical-group="home"] .site-main > .story-grid {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}
body[data-canonical-group="home"] .site-main > section:not(.split-band):not(.waitlist-band):not(.section) {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--surface);
  border-bottom: 1px solid var(--header-border);
  backdrop-filter: var(--surface-backdrop-filter);
}
.nav {
  width: min(var(--container), calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.links a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.hero {
  min-height: 620px;
  display: grid;
  align-items: end;
  color: var(--hero-text);
  background:
    var(--hero-overlay),
    var(--hero-image) var(--hero-position) / cover no-repeat;
}
.hero-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 82px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) 430px;
  gap: 48px;
  align-items: end;
}
.hero h1 {
  max-width: 850px;
  margin: 20px 0 18px;
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: 0;
}
.hero p {
  max-width: 760px;
  color: var(--hero-muted);
  font-size: 20px;
}
.hero-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: grid;
  align-content: end;
  padding: 24px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 18%, color-mix(in srgb, var(--aqua) 36%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(4, 29, 53, .30));
  box-shadow: var(--shadow-strong);
}
.visual-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
}
.visual-card strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.16;
}
.visual-card p { color: var(--muted); }
.cta {
  min-height: 46px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: var(--button-text);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--button-shadow);
}
.content-card,
.waitlist-panel {
  margin: 22px 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.content-card h2,
.waitlist-panel h2 {
  margin: 0 0 12px;
  color: var(--navy-2);
  font-size: 36px;
  line-height: 1.15;
}
.content-card h3 {
  margin: 22px 0 8px;
  font-size: 22px;
}
.content-card p,
.content-card li { color: var(--muted); }
.content-card table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius);
}
.content-card th,
.content-card td {
  border: 1px solid var(--line);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.content-card th {
  background: var(--mist);
  color: var(--navy);
}
.waitlist-panel {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: start;
  background: var(--surface);
}
.faq-block details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}
.faq-block summary {
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
}
footer:not(.site-footer) {
  margin-top: 42px;
  background: #062f57;
  color: var(--white);
}
footer:not(.site-footer) .footer-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  gap: 18px;
}
footer:not(.site-footer) .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
footer:not(.site-footer) .footer-links a {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 960px) {
  .hero-inner,
  .waitlist-panel { grid-template-columns: 1fr; }
  .hero h1 { font-size: 44px; }
  .hero-visual { min-height: 260px; }
  .links { display: none; }
  .article-head,
  .hub-overview {
    grid-template-columns: 1fr;
  }
  .article-figure {
    position: relative;
    top: auto;
    order: -1;
  }
  .article-body {
    max-width: none;
  }
}

.brand::before { display: none; }
.brand .brand-mark {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 9px 20px rgba(6, 59, 109, .16);
}

.topbar.site-header .brand .brand-mark,
.site-header .brand .brand-mark {
  width: 46px;
  height: 46px;
}

.site-footer .brand .brand-mark,
body > footer .footer-logo .brand-mark {
  width: 54px;
  height: 54px;
}


body {
  --hero-image: linear-gradient(135deg, rgba(3, 24, 45, .96), rgba(6, 59, 109, .54));
  --hero-position: center 55%;
}

.site-hero,
.hero {
  position: relative;
  overflow: hidden;
  background:
    var(--hero-overlay),
    var(--hero-image) var(--hero-position) / cover no-repeat;
}
.site-hero::before,
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 42%, color-mix(in srgb, var(--aqua) 12%, transparent) 50%, transparent 58%);
  transform: translateX(-18%);
  animation: heroSweep 9s ease-in-out infinite;
}
.site-hero > *,
.hero > * { position: relative; z-index: 1; }
@keyframes heroSweep {
  0%, 55%, 100% { transform: translateX(-28%); opacity: .15; }
  72% { transform: translateX(28%); opacity: .42; }
}
@media (prefers-reduced-motion: reduce) {
  .site-hero::before,
  .hero::before { animation: none; }
}

.nav-links a,
.links a,
.button,
.cta,
.text-link,
.title-link,
.card,
.benefit-card,
.faq-card,
.truth-item,
.hero-panel,
.visual-card,
.waitlist-form input,
.waitlist-form select,
.carousel-arrow {
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease, filter .22s ease;
}
.nav-links a:hover,
.links a:hover,
.text-link:hover,
.title-link:hover { color: var(--teal); }
.button:hover,
.cta:hover,
.carousel-arrow:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0, 166, 166, .24); }
.card:hover,
.benefit-card:hover,
.faq-card:hover,
.truth-item:hover,
.hero-panel:hover,
.visual-card:hover { transform: translateY(-4px); box-shadow: 0 24px 54px rgba(6, 59, 109, .15); }
.card:hover .card-media img,
.photo-tile:hover img { filter: saturate(1.28) contrast(1.08); transform: scale(1.035); }
.card-media img,
.photo-tile img { transition: transform .35s ease, filter .35s ease; }
.waitlist-form input:focus,
.waitlist-form select:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(0, 166, 166, .14); }

.carousel-shell { position: relative; }
.carousel-controls {
  position: absolute;
  z-index: 5;
  left: max(12px, calc((100vw - min(var(--container), calc(100vw - 32px))) / 2 - 58px));
  right: max(12px, calc((100vw - min(var(--container), calc(100vw - 32px))) / 2 - 58px));
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  margin: 0;
}
.carousel-controls[hidden] { display: none; }
.carousel-arrow {
  pointer-events: auto;
  background: var(--surface);
  backdrop-filter: var(--surface-backdrop-filter);
}
.carousel { scroll-padding-inline: 72px; }
@media (max-width: 560px) {
  .carousel-controls { left: 8px; right: 8px; }
  .carousel-arrow { width: 40px; height: 40px; }
}


/* Structured footer. */
.site-footer,
footer:not(.site-footer) {
  margin-top: 0;
  background:
    radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--aqua) 18%, transparent), transparent 30%),
    linear-gradient(135deg, #041d35, #063b6d 58%, #0a6a75);
  color: var(--white);
}
.footer-inner,
footer:not(.site-footer) .footer-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 46px 0 24px;
  display: grid;
  gap: 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.65fr);
  gap: 44px;
  align-items: start;
}
.footer-brand-block {
  display: grid;
  gap: 16px;
  max-width: 390px;
}
.site-footer .brand,
footer:not(.site-footer) .brand {
  color: var(--white);
}
.footer-brand-block p {
  margin: 0;
  color: #d9f4f7;
  font-size: 15px;
}
.footer-cta {
  width: max-content;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--hero-eyebrow-border);
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  background: var(--dark-surface);
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.footer-cta:hover {
  transform: translateY(-2px);
  background: var(--dark-surface);
  border-color: rgba(255, 255, 255, .62);
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.footer-group {
  display: grid;
  align-content: start;
  gap: 10px;
}
.footer-group h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-group a,
.footer-links a,
footer:not(.site-footer) .footer-links a {
  color: #d9f4f7;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.32;
  text-decoration: none;
}
.footer-group a:hover,
.footer-links a:hover,
footer:not(.site-footer) .footer-links a:hover {
  color: var(--aqua);
}
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: #bfe8ee;
  font-size: 13px;
  font-weight: 800;
}
.footer-links { display: contents; }
@media (max-width: 960px) {
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .footer-inner,
  footer:not(.site-footer) .footer-inner { padding: 34px 0 22px; }
  .footer-columns { grid-template-columns: 1fr; gap: 20px; }
  .footer-brand-block { max-width: none; }
  .footer-cta { width: 100%; justify-content: center; }
  .footer-bottom { display: grid; }
}


/* Shared FAQ accordion system. */
.faq-grid {
  max-width: 920px;
  grid-template-columns: 1fr;
  gap: 12px;
}
.faq-card,
.faq-block details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
details.faq-card,
.faq-block details {
  padding: 0;
}
details.faq-card::before,
.faq-block details::before {
  content: none;
  display: none;
}
.faq-card summary,
.faq-block summary {
  min-height: 78px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  padding: 18px 18px 18px 20px;
  color: var(--navy-2);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}
.faq-card summary::-webkit-details-marker,
.faq-block summary::-webkit-details-marker { display: none; }
.faq-card summary::before,
.faq-block summary::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 1px solid var(--hero-eyebrow-border);
  border-radius: var(--radius);
  background:
    var(--icon-question) center / 20px 20px no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(233, 247, 251, .88));
  box-shadow: 0 12px 26px rgba(6, 59, 109, .12);
}
.faq-card summary::after,
.faq-block summary::after {
  content: "+";
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  display: inline-grid;
  place-items: center;
  justify-self: end;
  background: linear-gradient(135deg, var(--teal), #078faa);
  color: var(--white);
  font-size: 26px;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 166, 166, .20);
  transition: transform .24s ease, background .24s ease, box-shadow .24s ease;
}
.faq-card[open] summary::after,
.faq-block details[open] summary::after {
  content: "-";
  transform: rotate(180deg);
  background: linear-gradient(135deg, var(--navy), var(--teal));
}
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .34s ease, opacity .24s ease;
}
.faq-answer-inner {
  overflow: hidden;
  padding: 0 20px;
}
.faq-answer-inner > :first-child { margin-top: 0; }
.faq-card[open] .faq-answer,
.faq-block details[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}
.faq-card[open] .faq-answer-inner,
.faq-block details[open] .faq-answer-inner {
  padding-bottom: 20px;
}
.faq-card:hover,
.faq-block details:hover {
  border-color: rgba(0, 166, 166, .38);
  box-shadow: 0 24px 54px rgba(6, 59, 109, .15);
}
.faq-card summary:focus-visible,
.faq-block summary:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 4px color-mix(in srgb, var(--aqua) 32%, transparent);
}
@media (max-width: 560px) {
  .faq-card summary,
  .faq-block summary {
    min-height: 68px;
    grid-template-columns: 34px minmax(0, 1fr) 38px;
    gap: 10px;
    padding: 14px;
    font-size: 18px;
  }
  .faq-card summary::before,
  .faq-block summary::before {
    width: 34px;
    height: 34px;
    background-size: 18px 18px;
  }
  .faq-card summary::after,
  .faq-block summary::after {
    width: 38px;
    height: 38px;
  }
}


/* Unified button system. Every clickable button/CTA uses the same v3 treatment. */
:root {
  --button-bg: linear-gradient(135deg, var(--teal), var(--teal-2));
  --button-bg-hover: linear-gradient(135deg, var(--teal-2), var(--teal));
  --button-color: var(--button-text);
  --button-border: rgba(255, 255, 255, .16);
  --button-shadow: 0 14px 32px rgba(0, 166, 166, .24);
  --button-shadow-hover: 0 18px 38px rgba(6, 59, 109, .26);
}
.button,
.button-secondary,
.cta,
.waitlist-form button,
.carousel-arrow,
button[type="submit"] {
  min-height: 46px;
  border: 1px solid var(--button-border);
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--button-bg);
  color: var(--button-color);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--button-shadow);
  transform: translateY(0);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
.button,
.button-secondary,
.cta,
.waitlist-form button,
button[type="submit"] {
  padding: 13px 18px;
}
.carousel-arrow {
  width: 46px;
  height: 46px;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  pointer-events: auto;
  backdrop-filter: var(--surface-backdrop-filter);
}
.button:hover,
.button-secondary:hover,
.cta:hover,
.waitlist-form button:hover,
.carousel-arrow:hover,
button[type="submit"]:hover {
  background: var(--button-bg-hover);
  color: var(--button-color);
  border-color: rgba(255, 255, 255, .28);
  box-shadow: var(--button-shadow-hover);
  transform: translateY(-2px);
}
.button:focus-visible,
.button-secondary:focus-visible,
.cta:focus-visible,
.waitlist-form button:focus-visible,
.carousel-arrow:focus-visible,
button[type="submit"]:focus-visible {
  outline: 0;
  box-shadow: var(--button-shadow-hover), 0 0 0 4px color-mix(in srgb, var(--aqua) 32%, transparent);
}
.button[disabled],
.cta[disabled],
.waitlist-form button[disabled],
.carousel-arrow[disabled],
button[type="submit"][disabled] {
  opacity: .58;
  cursor: not-allowed;
  transform: none;
}


/* 2026-04-27 presentation refinement: shared hero media, hubs, value cards, centered FAQ. */
.booking-plan-section {
  padding-top: 28px;
  padding-bottom: 54px;
}
.booking-plan-section .hero-path-card {
  margin-top: 0;
  padding: 24px;
  border-color: var(--surface-border);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--surface-shadow);
}
.booking-plan-section .hero-path-head strong { color: var(--text); }
.booking-plan-section .hero-path-steps li { border-color: var(--line); background: var(--surface); }

.split-band .section > div:first-child { align-self: start; }
.truth-grid { align-items: stretch; }
.truth-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  align-content: start;
}
.truth-item::before {
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  margin: 0;
  border: 1px solid rgba(94,234,212,.62);
  background:
    var(--block-icon-url, var(--icon-info)) center / 27px 27px no-repeat,
    var(--surface-strong);
  box-shadow: 0 16px 34px rgba(0,166,166,.22);
}
.truth-item::after { content: none; }
.truth-item b { align-self: end; margin: 0 0 5px; }
.truth-item span { grid-column: 2; }
.section[aria-labelledby="faq-title"] { text-align: center; }
.section[aria-labelledby="faq-title"] .faq-grid { margin: 24px auto 0; text-align: left; }

.hero-media {
  position: relative;
  min-height: 0;
  padding: 14px;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: var(--radius);
  background: rgba(255,255,255,.18);
  color: var(--on-dark);
  box-shadow: var(--shadow-strong);
}
.hero-media.hero-panel::before {
  content: none;
}
.hero-media > img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
  filter: saturate(1.18) contrast(1.05);
  border-radius: calc(var(--radius) - 10px);
  background: rgba(255,255,255,.82);
}
.hero-media::after {
  content: none;
}
.hero-media-caption {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: calc(var(--radius) - 6px);
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: 0 18px 40px rgba(6,59,109,.18);
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
}
.hero-media-caption strong {
  margin-top: 6px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.2;
}
.hero-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: auto;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: 0 18px 42px rgba(0,0,0,.20);
}
.hero-overlay strong { display: block; color: var(--text); font-size: 20px; line-height: 1.18; }
.hero-overlay p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.42; }

.content-card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hub-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.hub-feature {
  margin-top: 0;
  padding: 26px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--surface-shadow);
}
.hub-kicker {
  margin: 0 0 8px;
  color: var(--link-readable, var(--link, var(--text)));
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.hub-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hub-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.hub-card:hover { transform: translateY(-4px); border-color: rgba(0,166,166,.42); box-shadow: 0 24px 54px rgba(6,59,109,.15); }
.hub-card img {
  width: 100%;
  height: 176px;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
}
.hub-card span {
  display: block;
  padding: 16px 16px 4px;
  color: var(--navy-2);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.18;
}
.hub-card p {
  margin: 0;
  padding: 0 16px 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
footer:not(.site-footer) .footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr;
  gap: 26px;
}
footer:not(.site-footer) .footer-col a { border-bottom: 1px solid rgba(255,255,255,.08); }
@media (max-width: 960px) {
  .hub-grid, .hub-grid.compact, footer:not(.site-footer) .footer-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 320px; }
  .booking-plan-section .hero-path-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .truth-item { grid-template-columns: 1fr; }
  .truth-item::before { grid-row: auto; margin-bottom: 14px; }
  .truth-item span { grid-column: auto; }
  .hero-media { min-height: 260px; }
  .booking-plan-section .hero-path-steps { grid-template-columns: 1fr; }
}

.content-card > .hub-section::before,
.content-card > .hub-feature::before {
  content: none;
  display: none;
}

.lang-switch summary::marker { content: ""; }
.lang-switch summary { list-style: none; }


.decision-faq { margin-top: 22px; }
.decision-faq > p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
}


/* 2026-04-27 decision panel distinct from FAQ */
.decision-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(6, 59, 109, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6, 59, 109, .96), rgba(8, 112, 130, .90)),
    var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-strong);
}
.decision-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--aqua), var(--teal), var(--sand));
}
.decision-panel h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
}
.decision-panel > p {
  max-width: 760px;
  margin: 0 0 20px;
  color: rgba(232, 251, 255, .86);
  font-size: 17px;
}
.decision-panel details {
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  background: var(--dark-surface);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .12);
}
.decision-panel summary {
  min-height: 70px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.22;
  cursor: pointer;
  list-style: none;
}
.decision-panel summary::-webkit-details-marker { display: none; }
.decision-panel summary::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 1px solid var(--hero-eyebrow-border);
  border-radius: var(--radius);
  background:
    var(--block-icon-url, var(--icon-compass)) center / 20px 20px no-repeat,
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(223,249,246,.96));
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
}
.decision-panel details:nth-of-type(1) { --block-icon-url: var(--icon-cost); }
.decision-panel details:nth-of-type(2) { --block-icon-url: var(--icon-clock); }
.decision-panel details:nth-of-type(3) { --block-icon-url: var(--icon-check); }
.decision-panel details:nth-of-type(4) { --block-icon-url: var(--icon-link); }
.decision-panel details:nth-of-type(5) { --block-icon-url: var(--icon-ship); }
.decision-panel summary::after {
  content: "";
  width: 38px;
  height: 38px;
  justify-self: end;
  border-radius: 999px;
  background:
    var(--icon-arrow) center / 18px 18px no-repeat,
    rgba(255,255,255,.92);
  transition: transform .24s ease, background .24s ease;
}
.decision-panel details[open] summary::after {
  transform: rotate(90deg);
  background-color: #dff9f6;
}
.decision-panel details > p,
.decision-panel details > ul,
.decision-panel details > ol,
.decision-panel details > table {
  margin: 0;
  padding: 0 18px 18px 70px;
  color: rgba(232, 251, 255, .86);
}
.decision-panel details a { color: var(--aqua); font-weight: 900; }
.decision-panel details:hover {
  border-color: var(--hero-eyebrow-border);
  background: var(--dark-surface);
}
@media (max-width: 560px) {
  .decision-panel summary {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    padding: 14px;
    font-size: 17px;
  }
  .decision-panel summary::before,
  .decision-panel summary::after { width: 34px; height: 34px; }
  .decision-panel details > p,
  .decision-panel details > ul,
  .decision-panel details > ol,
  .decision-panel details > table { padding: 0 14px 16px 58px; }
}

/* Unified premium header: homepage look applied to every v3 page. */
.topbar.site-header,
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  backdrop-filter: var(--surface-backdrop-filter);
}
.topbar.site-header .site-nav,
.site-header .site-nav,
.topbar.site-header .nav {
  width: min(var(--container), calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar.site-header .brand,
.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.topbar.site-header .nav-actions,
.site-header .nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.mobile-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--navy);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 10px 24px rgba(6,59,109,.08);
}
.mobile-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav-panel {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(100% + 8px);
  z-index: 50;
  padding: 14px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--surface-shadow);
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
}
.mobile-nav-panel[hidden] { display: none; }
.mobile-nav-links {
  display: grid;
  gap: 6px;
}
.mobile-nav-links a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}
.mobile-nav-links a.active,
.mobile-nav-links a[aria-current="page"],
.mobile-nav-links a:hover {
  color: var(--link-readable, var(--link, var(--teal)));
  background: color-mix(in srgb, var(--teal) 12%, transparent);
}
.mobile-nav-panel .header-cta {
  width: 100%;
  margin-top: 10px;
}
.topbar.site-header .nav-links,
.topbar.site-header .links,
.site-header .nav-links,
.site-header .links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.topbar.site-header .nav-links a,
.topbar.site-header .links a,
.site-header .nav-links a,
.site-header .links a {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.topbar.site-header .lang-switch summary,
.site-header .lang-switch summary {
  min-height: 42px;
  border-radius: var(--radius);
  border-color: var(--line);
  padding: 10px 12px;
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(6,59,109,.08);
}
.topbar.site-header .header-cta,
.site-header .header-cta {
  min-height: 46px;
  padding: 13px 18px;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .topbar.site-header .nav-links,
  .topbar.site-header .links,
  .site-header .nav-links,
  .site-header .links { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .topbar.site-header .site-nav,
  .site-header .site-nav,
  .topbar.site-header .nav { position: relative; }
}
@media (max-width: 960px) {
  .topbar.site-header .nav-links,
  .topbar.site-header .links,
  .site-header .nav-links,
  .site-header .links { display: none; }
}
@media (max-width: 560px) {
  .topbar.site-header .site-nav,
  .site-header .site-nav,
  .topbar.site-header .nav {
    min-height: 62px;
    gap: 10px;
  }
  .topbar.site-header .header-cta,
  .site-header .header-cta {
    display: none;
    min-height: 38px;
    padding: 10px 12px;
    font-size: 12px;
  }
  .mobile-nav-panel .header-cta,
  .site-header .mobile-nav-panel .header-cta {
    display: inline-flex;
  }
  .topbar.site-header .brand,
  .site-header .brand {
    font-size: 18px;
    min-width: 0;
  }
  .topbar.site-header .brand .brand-mark,
  .site-header .brand .brand-mark {
    width: 38px;
    height: 38px;
  }
  .topbar.site-header .brand span,
  .site-header .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
/* 2026-04-27 header hover and language menu hardening */
.topbar.site-header .nav-links a,
.topbar.site-header .links a,
.site-header .nav-links a,
.site-header .links a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0 10px;
  border: 1px solid transparent;
  transition: color .22s ease, transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.topbar.site-header .nav-links a::after,
.topbar.site-header .links a::after,
.site-header .nav-links a::after,
.site-header .links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--aqua));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .22s ease;
}
.topbar.site-header .nav-links a:hover,
.topbar.site-header .links a:hover,
.site-header .nav-links a:hover,
.site-header .links a:hover,
.topbar.site-header .nav-links a:focus-visible,
.topbar.site-header .links a:focus-visible,
.site-header .nav-links a:focus-visible,
.site-header .links a:focus-visible {
  color: var(--link-readable, var(--link, var(--teal)));
  transform: translateY(-1px);
}
.topbar.site-header .nav-links a.active,
.topbar.site-header .links a.active,
.site-header .nav-links a.active,
.site-header .links a.active,
.topbar.site-header .nav-links a[aria-current="page"],
.topbar.site-header .links a[aria-current="page"],
.site-header .nav-links a[aria-current="page"],
.site-header .links a[aria-current="page"] {
  color: var(--link-readable, var(--link, var(--teal)));
  background: color-mix(in srgb, var(--teal) 12%, transparent);
  border-color: color-mix(in srgb, var(--teal) 34%, transparent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--teal) 12%, transparent);
}
.topbar.site-header .nav-links a:hover::after,
.topbar.site-header .links a:hover::after,
.site-header .nav-links a:hover::after,
.site-header .links a:hover::after,
.topbar.site-header .nav-links a:focus-visible::after,
.topbar.site-header .links a:focus-visible::after,
.site-header .nav-links a:focus-visible::after,
.site-header .links a:focus-visible::after {
  transform: scaleX(1);
}
.topbar.site-header .nav-links a.active::after,
.topbar.site-header .links a.active::after,
.site-header .nav-links a.active::after,
.site-header .links a.active::after,
.topbar.site-header .nav-links a[aria-current="page"]::after,
.topbar.site-header .links a[aria-current="page"]::after,
.site-header .nav-links a[aria-current="page"]::after,
.site-header .links a[aria-current="page"]::after {
  transform: scaleX(1);
}
.topbar.site-header .lang-switch,
.site-header .lang-switch {
  position: relative;
  flex: 0 0 auto;
  z-index: 80;
}
.topbar.site-header .lang-switch summary,
.site-header .lang-switch summary {
  min-width: 116px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  color: var(--navy-2);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  transition: border-color .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease;
}
.topbar.site-header .lang-switch summary::-webkit-details-marker,
.site-header .lang-switch summary::-webkit-details-marker { display: none; }
.topbar.site-header .lang-switch summary::marker,
.site-header .lang-switch summary::marker { content: ""; }
.topbar.site-header .lang-switch summary::after,
.site-header .lang-switch summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .22s ease;
}
.topbar.site-header .lang-switch[open] summary,
.site-header .lang-switch[open] summary,
.topbar.site-header .lang-switch summary:hover,
.site-header .lang-switch summary:hover,
.topbar.site-header .lang-switch summary:focus-visible,
.site-header .lang-switch summary:focus-visible {
  border-color: color-mix(in srgb, var(--teal) 46%, transparent);
  color: var(--text);
  background: var(--surface-soft);
  box-shadow: var(--surface-shadow);
}
.topbar.site-header .lang-switch[open] summary::after,
.site-header .lang-switch[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}
.topbar.site-header .lang-menu,
.site-header .lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  min-width: 190px;
  max-width: min(280px, calc(100vw - 32px));
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface-strong);
  box-shadow: var(--surface-shadow);
  z-index: 90;
}
.topbar.site-header .lang-menu a,
.site-header .lang-menu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 9px 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.topbar.site-header .lang-menu a:hover,
.site-header .lang-menu a:hover,
.topbar.site-header .lang-menu a:focus-visible,
.site-header .lang-menu a:focus-visible,
.topbar.site-header .lang-menu a.active,
.site-header .lang-menu a.active {
  background: var(--surface-soft);
  color: var(--text);
  transform: translateX(2px);
}
@media (max-width: 560px) {
  .topbar.site-header .lang-switch summary,
  .site-header .lang-switch summary {
    min-width: 96px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .topbar.site-header .lang-menu,
  .site-header .lang-menu {
    right: -4px;
    min-width: 174px;
  }
}

/* 2026-04-27 recommendation cards refinement */
.recommendations {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--surface-shadow);
}
.recommendations::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--teal), var(--aqua), var(--sand));
}
.recommendations h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.recommend-card {
  position: relative;
  min-height: 104px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 14px;
  padding: 17px 16px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface-strong);
  color: var(--text);
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(6, 59, 109, .08);
  transform: translateY(0);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.recommend-card.has-image {
  grid-template-columns: 96px minmax(0, 1fr) 36px;
  min-height: 126px;
}
.recommend-image {
  grid-column: 1;
  width: 96px;
  height: 72px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(6, 59, 109, .12);
  border-radius: var(--radius);
  background: var(--sky);
  box-shadow: 0 14px 28px rgba(6, 59, 109, .12);
}
.recommend-card::before,
.recommend-icon {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 166, 166, .28);
  border-radius: var(--radius);
  background:
    var(--recommend-icon-url, var(--icon-compass)) center / 25px 25px no-repeat,
    var(--surface-soft);
  box-shadow: 0 14px 28px rgba(0, 166, 166, .16);
}
.recommend-card:nth-child(1) { --recommend-icon-url: var(--icon-users); }
.recommend-card:nth-child(2) { --recommend-icon-url: var(--icon-ship); }
.recommend-card:nth-child(3) { --recommend-icon-url: var(--icon-cost); }
.recommend-card:nth-child(4) { --recommend-icon-url: var(--icon-book); }
.recommend-card:has(.recommend-icon)::before,
.recommend-card.has-image::before,
.recommend-card:has(.recommend-arrow)::after {
  content: none;
  display: none;
}
.recommend-card::after,
.recommend-arrow {
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid rgba(6, 59, 109, .1);
  border-radius: 999px;
  background:
    var(--icon-arrow) center / 18px 18px no-repeat,
    var(--sky);
  transition: transform .22s ease, background .22s ease;
}
.recommend-card > span:not(.recommend-icon):not(.recommend-arrow),
.recommend-copy strong {
  min-width: 0;
  display: block;
  color: var(--navy-2);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 900;
  line-height: 1.18;
}
.recommend-copy {
  grid-column: 2;
  min-width: 0;
  display: grid;
  gap: 5px;
}
.recommend-arrow {
  grid-column: 3;
}
.recommend-copy strong,
.recommend-copy em {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.recommend-copy strong {
  -webkit-line-clamp: 2;
}
.recommend-copy em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
  -webkit-line-clamp: 3;
}
.recommend-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 166, 166, .52);
  background: var(--surface);
  box-shadow: 0 22px 46px rgba(6, 59, 109, .14);
}
.recommend-card:hover::after,
.recommend-card:hover .recommend-arrow {
  transform: translateX(3px);
  background-color: #dff9f6;
}
@media (max-width: 760px) {
  .recommend-grid { grid-template-columns: 1fr; }
  .recommend-card {
    min-height: 92px;
    grid-template-columns: 46px minmax(0, 1fr) 34px;
    padding: 15px;
  }
  .recommend-card.has-image {
    min-height: 102px;
    grid-template-columns: 76px minmax(0, 1fr) 34px;
    gap: 12px;
  }
  .recommend-image {
    width: 76px;
    height: 58px;
  }
  .recommend-card::before,
  .recommend-icon { width: 46px; height: 46px; background-size: 23px 23px, auto; }
}

/* 2026-04-27 final unified footer system */
.site-footer,
body > footer {
  margin-top: 54px;
  border-top: 1px solid var(--surface-border);
  color: var(--text);
  background: var(--surface-soft);
  box-shadow: inset 0 1px 0 color-mix(in srgb, var(--text) 5%, transparent);
}
.site-footer .footer-inner,
body > footer > .footer-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 28px;
  display: grid;
  gap: 30px;
}
.site-footer .footer-top,
body > footer > .footer-inner {
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  column-gap: clamp(34px, 5vw, 72px);
}
.site-footer .footer-top { display: grid; }
.site-footer .footer-brand-block,
body > footer .footer-brand-block {
  display: grid;
  align-content: start;
  gap: 16px;
  max-width: 390px;
}
.site-footer .brand,
body > footer .footer-logo {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  text-decoration: none;
  font-size: 26px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}
.site-footer .footer-brand-block p,
body > footer .footer-brand-block p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}
.site-footer .footer-cta,
body > footer .footer-cta {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--teal) 28%, transparent);
  border-radius: var(--radius);
  padding: 11px 16px;
  background: var(--button-bg);
  color: var(--button-text);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--button-shadow);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.site-footer .footer-cta:hover,
body > footer .footer-cta:hover {
  transform: translateY(-2px);
  background: var(--button-bg-hover);
  border-color: color-mix(in srgb, var(--teal-2) 36%, transparent);
}
.site-footer .footer-columns,
body > footer .footer-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
}
body > footer .footer-grid {
  grid-template-columns: minmax(190px, 1.35fr) minmax(130px, .72fr) minmax(170px, .92fr);
}
.site-footer .footer-group,
body > footer .footer-col {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 7px;
}
.site-footer .footer-group h3,
body > footer .footer-col h3 {
  margin: 0 0 7px;
  color: var(--link-readable, var(--link, var(--text)));
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer .footer-group a,
body > footer .footer-col a {
  display: block;
  width: fit-content;
  max-width: 100%;
  border: 0;
  padding: 5px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.32;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color .18s ease, transform .18s ease;
}
.site-footer .footer-group a:hover,
body > footer .footer-col a:hover {
  color: var(--link-readable, var(--link, var(--text)));
  transform: translateX(3px);
}
.site-footer .footer-bottom,
body > footer > .footer-bottom,
.site-footer .footer-inner > .footer-bottom {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid var(--surface-border);
  padding: 18px 0 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.site-footer .footer-inner > .footer-bottom { width: 100%; padding-bottom: 0; }
@media (max-width: 980px) {
  .site-footer .footer-top,
  body > footer > .footer-inner { grid-template-columns: 1fr; row-gap: 32px; }
  .site-footer .footer-columns,
  body > footer .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .site-footer .footer-inner,
  body > footer > .footer-inner { padding: 38px 0 22px; }
  .site-footer .footer-columns,
  body > footer .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .site-footer .footer-brand-block,
  body > footer .footer-brand-block { max-width: none; }
  .site-footer .footer-cta,
  body > footer .footer-cta { width: 100%; }
  .site-footer .footer-bottom,
  body > footer > .footer-bottom,
  .site-footer .footer-inner > .footer-bottom { display: grid; }
}

/* 2026-04-28 footer language switcher */
.site-footer .footer-brand-block > .lang-switch,
body > footer .footer-brand-block > .lang-switch {
  display: block;
  width: 190px;
  max-width: 100%;
  margin: 2px 0 0;
  position: relative;
  z-index: 60;
}
.site-footer .footer-brand-block > .lang-switch summary,
body > footer .footer-brand-block > .lang-switch summary {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  cursor: pointer;
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: var(--surface-shadow);
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.site-footer .footer-brand-block > .lang-switch summary::-webkit-details-marker,
body > footer .footer-brand-block > .lang-switch summary::-webkit-details-marker {
  display: none;
}
.site-footer .footer-brand-block > .lang-switch summary::after,
body > footer .footer-brand-block > .lang-switch summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  flex: 0 0 auto;
}
.site-footer .footer-brand-block > .lang-switch[open] summary,
body > footer .footer-brand-block > .lang-switch[open] summary,
.site-footer .footer-brand-block > .lang-switch summary:hover,
body > footer .footer-brand-block > .lang-switch summary:hover {
  border-color: color-mix(in srgb, var(--link-readable, var(--link, var(--teal))) 36%, transparent);
  background: var(--surface-strong);
  transform: translateY(-1px);
}
.site-footer .footer-brand-block > .lang-switch[open] summary::after,
body > footer .footer-brand-block > .lang-switch[open] summary::after {
  transform: rotate(225deg) translate(-2px,-1px);
}
.site-footer .footer-brand-block > .lang-switch .lang-menu,
body > footer .footer-brand-block > .lang-switch .lang-menu {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: calc(100% + 10px);
  width: 220px;
  min-width: 100%;
  padding: 8px;
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: 0 22px 52px rgba(0,0,0,.22);
  z-index: 70;
}
.site-footer .footer-brand-block > .lang-switch .lang-menu a,
body > footer .footer-brand-block > .lang-switch .lang-menu a {
  display: block;
  width: 100%;
  padding: 10px 11px;
  border: 0;
  border-radius: 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transform: none;
}
.site-footer .footer-brand-block > .lang-switch .lang-menu a:hover,
body > footer .footer-brand-block > .lang-switch .lang-menu a:hover,
.site-footer .footer-brand-block > .lang-switch .lang-menu a.active,
body > footer .footer-brand-block > .lang-switch .lang-menu a.active {
  background: var(--surface-soft);
  color: var(--text);
  transform: none;
}
@media (max-width: 560px) {
  .site-footer .footer-brand-block > .lang-switch,
  body > footer .footer-brand-block > .lang-switch,
  .site-footer .footer-brand-block > .lang-switch .lang-menu,
  body > footer .footer-brand-block > .lang-switch .lang-menu {
    width: 100%;
  }
}

/* 2026-04-28 footer layout repair */
.site-footer .footer-inner {
  display: block;
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 24px;
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.7fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: start;
}
.site-footer .footer-brand-block {
  display: grid;
  gap: 16px;
  align-content: start;
  max-width: 360px;
}
.site-footer .footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}
.site-footer .footer-group {
  min-width: 0;
}
.site-footer .footer-group h3 {
  min-height: 32px;
  margin-bottom: 12px;
}
.site-footer .footer-group a {
  width: auto;
  max-width: 220px;
  padding: 7px 0;
  overflow-wrap: normal;
}
.site-footer .footer-bottom,
.site-footer .footer-inner > .footer-bottom {
  width: 100%;
  margin: 30px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(213,238,244,.82);
  font-size: 13px;
  line-height: 1.45;
}
.footer-company-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
  text-align: right;
}
.footer-company-details span {
  white-space: nowrap;
}
.site-footer .footer-brand-block > .lang-switch {
  margin-top: 2px;
}
@media (max-width: 980px) {
  .site-footer .footer-top {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-columns {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }
}
@media (max-width: 560px) {
  .site-footer .footer-inner {
    padding: 38px 0 24px;
  }
  .site-footer .footer-columns {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .site-footer .footer-group h3 {
    min-height: 0;
  }
  .site-footer .footer-group a {
    max-width: none;
  }
  .site-footer .footer-bottom,
  .site-footer .footer-inner > .footer-bottom {
    display: grid;
  }
  .footer-company-details {
    justify-content: start;
    text-align: left;
  }
  .footer-company-details span {
    white-space: normal;
  }
}

.post-intro { margin-top: 16px; }
.sources { margin-top: 36px; }
.sources h2 { margin: 0 0 10px; }
.sources ul { margin: 0; padding-left: 18px; }
.cta-box-button { padding: 16px 40px; font-size: 18px; }
.blog-card .img img { width: 100%; height: 100%; object-fit: cover; }

/* Full-width section rhythm for v3 pages. */
.section.section-band {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 76px 0;
  border-top: 0;
  border-bottom: 0;
}
.section.section-band-soft {
  background: transparent;
}
.section.section-band > .section-head {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto 22px;
}
.section.section-band > .carousel-shell {
  margin-left: 0;
  margin-right: 0;
  padding-left: calc((100vw - min(var(--container), calc(100vw - 32px))) / 2);
  padding-right: calc((100vw - min(var(--container), calc(100vw - 32px))) / 2);
}
body:not([data-canonical-group="home"]) .site-main {
  width: 100%;
  margin: 0;
}
body:not([data-canonical-group="home"]) .site-main > .section,
body:not([data-canonical-group="home"]) .site-main > .recommendations,
body:not([data-canonical-group="home"]) .site-main > .content-card {
  width: min(var(--container), calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
body:not([data-canonical-group="home"]) .site-main > .split-band,
body:not([data-canonical-group="home"]) .site-main > .waitlist-band,
body:not([data-canonical-group="home"]) .site-main > .section-band {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body:not([data-canonical-group="home"]) .site-main > .split-band + .section-band {
  margin-top: 0;
}
@media (max-width: 720px) {
  .section.section-band { padding: 54px 0; }
  .section.section-band > .carousel-shell {
    padding-left: 16px;
    padding-right: 16px;
  }
  .carousel-shell {
    overflow: visible;
  }
  .carousel-controls {
    left: 10px;
    right: 10px;
    top: 104px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .carousel-arrow {
    width: 40px;
    height: 40px;
    pointer-events: auto;
  }
  .carousel {
    grid-auto-columns: calc(100vw - 32px);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    scroll-padding-inline: 0;
  }
  .article-layout {
    padding-top: 46px;
    padding-bottom: 54px;
  }
  .article-toc {
    padding: 16px;
  }
  .article-toc ol {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .article-block {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }
  .article-index {
    grid-row: auto;
  }
  .article-block h2 {
    font-size: 25px;
  }
  .article-copy {
    font-size: 16px;
    line-height: 1.68;
  }
  .article-figure img {
    aspect-ratio: 16 / 10;
    max-height: 260px;
  }
  .article-inline-figure {
    width: 100%;
    margin: 4px 0 18px;
  }
  .article-inline-figure img {
    aspect-ratio: 16 / 10;
    max-height: 260px;
  }
}

.media-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
}
.container {
  width: min(var(--container), calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}
.trust-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--teal) 32%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--teal) 10%, transparent);
  color: var(--teal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.before-after-stage {
  display: grid;
  gap: 22px;
}
.compare-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 360px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--teal) 82%, var(--navy) 18%);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.compare-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 1px solid color-mix(in srgb, var(--teal) 82%, var(--navy) 18%);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.62);
  pointer-events: none;
}
.compare-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.unified-stack-stage {
  display: grid;
  gap: 22px;
}
.stack-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 22px;
  align-items: stretch;
}
.stack-showcase-visual {
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--panel) 88%, white 12%);
  box-shadow: var(--shadow);
}
.stack-showcase-visual img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  display: block;
  border-radius: calc(var(--radius-lg) - 14px);
  background: #f7fbfc;
}
.stack-showcase-visual figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 900;
}
.stack-proof-grid {
  display: grid;
  gap: 12px;
}
.stack-proof-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--surface-shadow);
}
.stack-proof-grid b,
.stack-proof-grid span {
  display: block;
}
.stack-proof-grid b {
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.05rem;
}
.stack-proof-grid span {
  color: var(--muted);
  font-weight: 700;
}
.compare-before {
  z-index: 1;
}
.compare-after-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--split, 52%)) 0 0);
  border-right: 2px solid color-mix(in srgb, var(--teal) 82%, var(--navy) 18%);
  box-shadow:
    10px 0 30px rgba(6, 59, 109, .28),
    0 0 0 1px rgba(255,255,255,.70);
}
.compare-after-wrap .compare-img {
  width: 100%;
  max-width: none;
}
.compare-label {
  position: absolute;
  top: 16px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--text);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: var(--shadow);
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
}
.compare-label-before {
  left: 16px;
}
.compare-label-after {
  right: 16px;
}
.compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split, 52%);
  z-index: 3;
  width: 4px;
  transform: translateX(-2px);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--navy), var(--teal) 52%, var(--navy));
  box-shadow:
    0 0 0 2px rgba(255,255,255,.92),
    0 0 0 4px rgba(6,59,109,.38),
    0 0 30px rgba(0,166,166,.58),
    0 18px 42px rgba(6,59,109,.34);
}
.compare-divider::before {
  content: "‹ ›";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .05em;
  text-shadow: 0 2px 10px rgba(4,29,53,.62);
  animation: compare-handle-nudge 1.8s ease-in-out infinite;
  pointer-events: none;
}
.compare-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255,255,255,.94);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.34), transparent 34%),
    linear-gradient(135deg, var(--navy), var(--teal));
  box-shadow:
    0 0 0 4px rgba(255,255,255,.84),
    0 0 0 7px rgba(6,59,109,.26),
    0 20px 54px rgba(6,59,109,.42),
    0 0 36px rgba(0,166,166,.58);
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
  animation: compare-handle-nudge 1.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes compare-handle-nudge {
  0%, 100% { transform: translate(-50%, -50%) translateX(-2px); }
  50% { transform: translate(-50%, -50%) translateX(2px); }
}
.compare-range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.live-pages-stage {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 24px;
  align-items: stretch;
}
.live-pages-copy {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.live-pages-copy h2 {
  margin: 16px 0 12px;
}
.live-tabs {
  min-width: 0;
}
.live-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.live-tab {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--panel);
  color: var(--text);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.live-tab.is-active,
.live-tab:hover {
  border-color: color-mix(in srgb, var(--link-readable, var(--link, var(--teal))) 42%, transparent);
  background: color-mix(in srgb, var(--link-readable, var(--link, var(--teal))) 14%, transparent);
  color: var(--link-readable, var(--link, var(--teal)));
}
.live-screen {
  display: none;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.live-screen.is-active {
  display: block;
}
.live-screen img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #f7fbfc;
}
.live-screen figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-weight: 900;
}
.media-tile {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.media-tile img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  background: transparent;
}
.media-tile figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-weight: 800;
}
@media (max-width: 960px) {
  .media-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compare-slider { min-height: 300px; }
  .live-pages-stage { grid-template-columns: 1fr; }
  .live-screen img { height: 340px; }
}
@media (max-width: 560px) {
  .compare-slider { aspect-ratio: 4 / 5; min-height: 420px; background: #f8fbfd; }
  .compare-img {
    object-fit: cover;
    padding: 0;
    background: #fff;
  }
  .live-pages-copy { padding: 22px; }
  .live-tab-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .live-tab {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 8px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.12;
    font-size: 13px;
  }
  .live-screen img {
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
  }
  .media-showcase-grid { grid-template-columns: 1fr; }
  .media-tile img { height: auto; max-height: 260px; }
}

.waitlist-form textarea {
  min-height: 132px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  font: inherit;
  color: var(--text);
  background: var(--panel);
}
.waitlist-form textarea:focus {
  outline: 0;
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 166, 166, .14);
}

.pricing-page-hero {
  width: min(var(--container), calc(100% - 32px));
  min-height: 520px;
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: stretch;
}
.pricing-hero-copy,
.pricing-side-panel,
.pricing-card,
.pricing-matrix,
.pricing-note {
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  box-shadow: var(--surface-shadow);
}
.pricing-hero-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pricing-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 48%, color-mix(in srgb, var(--teal) 13%, transparent) 53%, transparent 60%),
    radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--teal) 18%, transparent), transparent 18rem);
}
.pricing-hero-copy > * { position: relative; }
.pricing-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid color-mix(in srgb, var(--teal) 40%, transparent);
  border-radius: var(--radius);
  color: var(--teal);
  background: color-mix(in srgb, var(--teal) 12%, transparent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.pricing-page-hero h1 {
  max-width: 780px;
  margin: 18px 0 16px;
  color: var(--text);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}
.pricing-lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}
.pricing-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.pricing-pill {
  padding: 8px 11px;
  border: 1px solid var(--surface-border);
  border-radius: 999px;
  color: var(--text);
  background: var(--surface-soft);
  font-size: 13px;
  font-weight: 800;
}
.pricing-side-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
}
.pricing-side-panel h2 {
  margin: 8px 0 10px;
  color: var(--text);
  font-size: 28px;
  line-height: 1.12;
}
.pricing-side-panel p { margin: 0; color: var(--muted); }
.pricing-meter {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.pricing-meter div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--text);
  font-weight: 800;
}
.pricing-meter span { color: var(--teal); }
.pricing-section-head {
  max-width: 820px;
  margin: 0 0 24px;
}
.pricing-section-head h2 {
  margin: 8px 0;
  color: var(--text);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.06;
}
.pricing-section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.pricing-card {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  padding: 24px;
}
.pricing-card.is-featured {
  border-color: color-mix(in srgb, var(--teal) 62%, transparent);
  background:
    radial-gradient(circle at 78% 0%, color-mix(in srgb, var(--teal) 15%, transparent), transparent 18rem),
    var(--surface-strong);
  transform: translateY(-10px);
}
.pricing-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--white);
  background: var(--teal);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.pricing-card h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 27px;
}
.pricing-card p {
  margin: 0;
  color: var(--muted);
}
.pricing-card.is-featured p {
  color: var(--text);
}
.pricing-price {
  margin: 24px 0 4px;
  color: var(--teal);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}
.pricing-price small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}
.pricing-list {
  display: grid;
  gap: 11px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.pricing-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: var(--text);
  font-weight: 750;
  line-height: 1.35;
}
.pricing-list li::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--teal), var(--teal-2));
  box-shadow: 0 10px 22px color-mix(in srgb, var(--teal) 20%, transparent);
}
.pricing-card .button {
  width: 100%;
  margin-top: auto;
}
.pricing-matrix {
  overflow: hidden;
}
.pricing-matrix table {
  width: 100%;
  border-collapse: collapse;
  color: var(--text);
}
.pricing-matrix th,
.pricing-matrix td {
  padding: 17px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.pricing-matrix th {
  color: var(--text);
  background: var(--surface-soft);
  font-size: 14px;
}
.pricing-matrix td:not(:first-child) {
  color: var(--muted);
  font-weight: 750;
}
.pricing-matrix tr:last-child td { border-bottom: 0; }
.pricing-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: center;
  padding: 24px;
  margin-bottom: 72px;
}
.pricing-note h2 {
  margin: 8px 0;
  color: var(--text);
  font-size: 30px;
  line-height: 1.12;
}
.pricing-note p { margin: 0; color: var(--muted); }
@media (max-width: 980px) {
  .pricing-page-hero,
  .pricing-grid,
  .pricing-note {
    grid-template-columns: 1fr;
  }
  .pricing-card.is-featured { transform: none; }
}
@media (max-width: 720px) {
  .pricing-page-hero {
    min-height: 0;
    margin-top: 38px;
  }
  .pricing-hero-copy,
  .pricing-side-panel,
  .pricing-card,
  .pricing-note {
    padding: 20px;
  }
  .pricing-matrix {
    overflow-x: auto;
  }
  .pricing-matrix table {
    min-width: 720px;
  }
}

.is-clickable-card {
  cursor: pointer;
}
.is-clickable-card:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--teal) 78%, white 22%);
  outline-offset: 4px;
}
.is-clickable-card .title-link,
.is-clickable-card .text-link,
.is-clickable-card .hub-link {
  position: relative;
  z-index: 2;
}

.contact-company-details {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--line) 82%, white 18%);
  border-radius: 18px;
  background: color-mix(in srgb, var(--panel) 88%, white 12%);
  box-shadow: 0 18px 42px rgba(6, 18, 38, 0.10);
  display: grid;
  gap: 8px;
}
.contact-company-details strong {
  color: var(--navy);
  font-size: 15px;
}
.contact-company-details span {
  color: var(--text);
  font-weight: 750;
  line-height: 1.45;
}

/* Pricing uses the same full-width hero contract as the rest of v3 pages. */
.pricing-page-hero {
  width: 100%;
  min-height: 760px;
  margin: 0;
  padding: 92px 0 54px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  color: var(--white);
  background:
    var(--hero-overlay),
    var(--hero-image) var(--hero-position) / cover no-repeat;
}
.pricing-page-hero-inner {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: end;
}
.pricing-page-hero .pricing-hero-copy {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  box-shadow: none;
}
.pricing-page-hero .pricing-hero-copy::before { display: none; }
.pricing-page-hero h1 {
  color: var(--white);
  text-shadow: 0 2px 22px rgba(0,0,0,.42);
}
.pricing-page-hero .pricing-lead {
  color: var(--hero-muted);
  text-shadow: 0 1px 18px rgba(0,0,0,.34);
}
.pricing-page-hero .pricing-kicker {
  color: var(--hero-eyebrow-text);
  border-color: var(--hero-eyebrow-border);
  background: var(--hero-eyebrow-bg);
}
.pricing-page-hero .pricing-pill {
  color: var(--hero-muted);
  border-color: rgba(255, 255, 255, .34);
  background: var(--secondary-button-bg);
}
.pricing-page-hero .pricing-side-panel {
  border-color: rgba(255, 255, 255, .26);
  background: var(--dark-surface);
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
}
.pricing-page-hero .pricing-side-panel h2,
.pricing-page-hero .pricing-side-panel p,
.pricing-page-hero .pricing-meter div {
  color: var(--white);
}
.pricing-page-hero .pricing-meter div {
  border-color: rgba(255, 255, 255, .20);
  background: var(--dark-surface);
}
.pricing-page-hero .pricing-meter span {
  color: #9ff7eb;
}
@media (max-width: 980px) {
  .pricing-page-hero {
    min-height: auto;
    padding: 76px 0 34px;
  }
  .pricing-page-hero-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .pricing-page-hero {
    margin-top: 0;
  }
}


/* Landing content polish responsive guardrails. */
.site-main,
.site-hero,
.site-hero-inner,
.section,
.carousel-shell,
.live-tabs,
.photo-tile,
.hero-panel {
  max-width: 100%;
}
.site-hero,
.site-main {
  overflow-x: clip;
}
.site-hero h1,
.hero-copy,
.hero-note,
.lead,
.card-body p,
.truth-item span,
.hero-path-steps span:not(.path-icon) {
  overflow-wrap: anywhere;
}
.hero-media img,
.live-screen img,
.photo-tile img,
.split-band-visual img,
.compare-img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 980px) {
  .site-hero {
    min-height: auto;
  }
  .site-hero-inner {
    padding: 72px 0 34px;
  }
  .site-hero-grid,
  .story-grid,
  .stack-showcase,
  .split-band .section,
  .waitlist-grid {
    grid-template-columns: 1fr;
  }
  .hero-media,
  .photo-tile,
  .live-screen,
  .compare-slider {
    width: 100%;
  }
  .hero-path-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  body {
    overflow-x: hidden;
  }
  .site-nav,
  .site-hero-inner,
  .section {
    width: min(100% - 32px, var(--container));
  }
  .site-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }
  .hero-copy {
    font-size: 17px;
  }
  .hero-actions {
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-strip,
  .hero-path-steps,
  .truth-grid,
  .benefit-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .hero-panel {
    padding: 14px;
  }
  .hero-media-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }
  .carousel {
    grid-auto-columns: minmax(280px, calc(100vw - 48px));
  }
  .section-head {
    display: block;
  }
}


/* Final mobile containment override for the polished home story. */
@media (max-width: 720px) {
  .site-hero-inner,
  .site-main > .section,
  .site-main > .split-band > .section,
  .site-main > .section.container {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .site-hero-grid,
  .site-hero-grid > *,
  .story-grid,
  .story-grid > *,
  .split-band .section,
  .split-band .section > *,
  .live-pages-stage,
  .live-tabs,
  .live-tabs > *,
  .hero-strip,
  .hero-strip > *,
  .hero-path-card,
  .hero-path-steps,
  .hero-path-steps > *,
  .truth-grid,
  .truth-grid > *,
  .faq-grid,
  .faq-grid > *,
  .waitlist-grid,
  .waitlist-grid > * {
    min-width: 0;
    max-width: 100%;
  }
  .site-hero-grid,
  .story-grid,
  .split-band .section,
  .live-pages-stage,
  .waitlist-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-media,
  .hero-panel,
  .photo-tile,
  .live-screen,
  .compare-slider,
  .split-band-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .hero-media {
    min-height: 0;
  }
  .hero-media-caption,
  .photo-caption {
    max-width: calc(100% - 36px);
  }
  .hero-media-caption strong,
  .photo-caption,
  .strip-item span,
  .hero-copy,
  .hero-note,
  .lead {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}


/* Keep home copy readable on phones: wrap by words, not arbitrary letters. */
@media (max-width: 720px) {
  .hero-copy,
  .hero-note,
  .lead,
  .strip-item span,
  .hero-media-caption strong,
  .photo-caption,
  .card-body p,
  .truth-item span {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .hero-media-caption,
  .photo-caption {
    left: 18px;
    right: auto;
    width: calc(100% - 36px);
  }
}


/* Mobile hero simplification: keep the message readable, show visuals below. */
@media (max-width: 720px) {
  .site-hero .hero-media {
    display: none;
  }
  .site-hero-grid {
    display: block;
  }
  .site-hero h1,
  .hero-copy,
  .hero-note {
    width: 100%;
    max-width: 100%;
  }
  .hero-copy {
    font-size: 16px;
    line-height: 1.55;
  }
  .hero-note {
    font-size: 13px;
    line-height: 1.55;
  }
  .strip-item {
    width: 100%;
  }
}


/* Tablet and phone safe layout for the polished home hero. */
@media (max-width: 960px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  body,
  .site-main,
  .site-hero,
  .site-hero-inner {
    min-width: 0;
  }
  .site-hero {
    width: 100%;
    max-width: 100%;
    background:
      linear-gradient(180deg, rgba(5, 20, 28, .88), rgba(9, 31, 36, .82)),
      var(--hero-image) center top / cover no-repeat;
  }
  .site-hero::before {
    display: none;
  }
  .site-hero .hero-media {
    display: none;
  }
  .site-hero-grid {
    display: block;
  }
  .site-hero-inner,
  .site-main > .section,
  .site-main > .split-band > .section,
  .site-main > .section.container {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  .hero-strip,
  .hero-path-steps,
  .story-grid,
  .stack-showcase,
  .split-band .section,
  .truth-grid,
  .faq-grid,
  .waitlist-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .site-hero h1,
  .hero-copy,
  .hero-note,
  .lead,
  .strip-item,
  .hero-path-card,
  .hero-path-steps > *,
  .story-grid > *,
  .split-band .section > *,
  .truth-grid > *,
  .faq-grid > * {
    min-width: 0;
    max-width: 100%;
  }
  .site-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.04;
  }
  .hero-copy,
  .hero-note {
    display: block;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero-actions {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-actions .button {
    width: 100%;
    max-width: 100%;
  }
  .hero-strip {
    width: 100%;
    max-width: 100%;
  }
  .hero-strip .strip-item {
    overflow: hidden;
  }
  .hero-strip .strip-item span {
    display: block;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .site-hero-inner,
  .site-main > .section,
  .site-main > .split-band > .section,
  .site-main > .section.container {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }
  .site-hero h1 {
    max-width: 330px;
    font-size: clamp(34px, 9.2vw, 40px);
    line-height: 1.07;
  }
  .hero-copy,
  .hero-note,
  .strip-item span,
  .card-body p,
  .truth-item span {
    max-width: 330px;
  }
  .hero-actions,
  .hero-actions .button,
  .hero-strip,
  .hero-strip .strip-item,
  .hero-media,
  .hero-path-card,
  .photo-tile,
  .live-screen,
  .compare-slider,
  .stack-showcase,
  .stack-showcase-visual,
  .stack-proof-grid {
    max-width: 330px;
  }
}

@media (max-width: 960px) {
  .site-hero .hero-media {
    display: block;
    width: min(100%, 540px);
    max-width: 100%;
    margin: 28px 0 0;
  }
  .hero-media > img,
  .photo-tile img,
  .stack-showcase-visual img,
  .live-screen img,
  .card-media img {
    object-fit: contain;
  }
  .card-media {
    height: auto;
    min-height: 180px;
    display: grid;
    place-items: center;
    background: #f7fbfc;
  }
  .card-media img {
    height: auto;
    max-height: 260px;
  }
}

@media (max-width: 520px) {
  html,
  body,
  .topbar,
  .site-header,
  .site-main,
  .site-hero,
  .site-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .site-nav,
  .site-hero-inner,
  .site-main > *,
  .section,
  .footer-inner {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-left: auto;
    margin-right: auto;
  }
  .site-nav {
    display: flex;
    justify-content: space-between;
  }
  .nav-actions {
    min-width: 0;
  }
  .site-hero .hero-media,
  .hero-media,
  .hero-media-caption {
    width: 100%;
    max-width: 312px;
    min-width: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .hero-media {
    padding: 10px;
  }
  .hero-media > img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .hero-media-caption {
    padding: 12px;
  }
  .hero-media-caption strong {
    display: block;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

/* TRUE EOF no-crop override for landing product-story visuals. */
.hero-media,
.photo-tile,
.card-media,
.live-screen,
.split-band-visual,
.stack-showcase-visual,
.compare-slider {
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: auto;
  overflow: visible;
}

.hero-media > img,
.photo-tile > img,
.card-media > img,
.live-screen > img,
.split-band-visual > img,
.stack-showcase-visual > img,
.compare-slider > img,
img[src*="/assets/generated/homepage/product-story/"] {
  position: static;
  inset: auto;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  transform: none;
  filter: none;
  display: block;
}

.card:hover .card-media > img,
.photo-tile:hover > img {
  transform: none;
  filter: none;
}

/* EOF: restore Revenue moments tab behavior after no-crop image rules. */
[data-live-tabs] .live-screen {
  display: none;
  margin: 0;
  overflow: visible;
  height: auto;
  min-height: 0;
  max-height: none;
}

[data-live-tabs] .live-screen.is-active {
  display: block;
}

[data-live-tabs] .live-screen > img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
}

/* EOF: high-specificity fix for Revenue moments hidden tab panels. */
[data-live-tabs] .live-screen:not(.is-active),
[data-live-tabs] .live-screen:not(.is-active):has(img[src*="/assets/generated/homepage/product-story/"]) {
  display: none;
  visibility: hidden;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}

[data-live-tabs] .live-screen.is-active,
[data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]) {
  display: block;
  visibility: visible;
  height: auto;
  max-height: none;
  overflow: visible;
}

/* EOF: compact media cards for the What is included feature stack. */
.feature-stack-section .carousel-shell {
  overflow-x: auto;
  overflow-y: visible;
}

.feature-stack-section .carousel {
  align-items: stretch;
  padding-bottom: 18px;
}

.feature-stack-section .card {
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

.feature-stack-section .card-media {
  height: 240px;
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: var(--radius) var(--radius) 0 0;
  background: linear-gradient(135deg, #e9fbfc, #f7fbff);
}

.feature-stack-section .card-media::after {
  display: none;
}

.feature-stack-section .card-media > img,
.feature-stack-section .card-media img[src*="/assets/generated/homepage/product-story/"] {
  width: 100%;
  height: 100%;
  max-height: 216px;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.feature-stack-section .card:hover .card-media > img {
  transform: none;
  filter: none;
}

@media (max-width: 720px) {
  .feature-stack-section .card-media {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
  .feature-stack-section .card-media > img {
    max-height: 196px;
  }
}

/* EOF: use dense generated thumbnails in the feature stack cards. */
.feature-stack-section .card-media {
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  padding: 0;
  background: #f5fbfb;
}

.feature-stack-section .card-media > img,
.feature-stack-section .card-media img[src*="/assets/generated/homepage/product-story/"] {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
}

.feature-stack-section .card-media .tag {
  top: 16px;
  left: 16px;
  z-index: 2;
}

@media (max-width: 720px) {
  .feature-stack-section .card-media {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }
}

/* EOF: readable Knowledge engine visual instead of a tiny screenshot. */
.split-band-visual.knowledge-engine-visual {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.knowledge-engine-visual .knowledge-window {
  width: 100%;
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(151, 255, 245, .28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 10%, rgba(104, 244, 231, .22), transparent 34%),
    linear-gradient(145deg, rgba(244, 255, 252, .98), rgba(221, 246, 243, .94));
  color: #09201f;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
}

.knowledge-window-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.knowledge-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #643cff, #36dddc);
  color: white;
  font-weight: 950;
  letter-spacing: -.04em;
}

.knowledge-window-top b,
.knowledge-window-top span,
.knowledge-window-top em,
.knowledge-search,
.knowledge-metrics span,
.knowledge-rows strong,
.knowledge-rows p,
.knowledge-footer span {
  color: #09201f;
}

.knowledge-window-top b {
  display: block;
  font-size: 23px;
  line-height: 1;
}

.knowledge-window-top span {
  display: block;
  margin-top: 5px;
  font-weight: 800;
  opacity: .62;
}

.knowledge-window-top em {
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #b7ffd1;
  font-style: normal;
  font-weight: 950;
}

.knowledge-search {
  padding: 16px 18px;
  border: 1px solid rgba(9, 32, 31, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .72);
  font-size: 16px;
  font-weight: 850;
}

.knowledge-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.knowledge-metrics span {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.knowledge-metrics b {
  color: #09201f;
  font-size: clamp(28px, 4vw, 42px);
  line-height: .9;
  letter-spacing: -.06em;
}

.knowledge-rows {
  display: grid;
  gap: 12px;
}

.knowledge-rows > div {
  padding: 18px;
  border: 1px solid rgba(9, 32, 31, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
}

.knowledge-rows > div.is-warning {
  border-color: rgba(255, 155, 55, .5);
  background: #fff2dc;
}

.knowledge-rows strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
}

.knowledge-rows p {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
  opacity: .7;
}

.knowledge-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 4px;
}

.knowledge-footer span {
  font-size: 14px;
  font-weight: 900;
  opacity: .7;
}

.knowledge-footer button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #09201f;
  color: white;
  font-weight: 950;
}

@media (max-width: 760px) {
  .knowledge-metrics {
    grid-template-columns: 1fr;
  }

  .knowledge-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* EOF: tighten Knowledge engine proof cards around their content. */
.split-band .truth-grid {
  align-items: start;
  align-content: start;
}

.split-band .truth-item {
  min-height: 0;
  height: auto;
}

/* EOF: make Knowledge engine side notes compact, not equal-height towers. */
.split-band .truth-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-self: start;
}

.split-band .truth-grid .truth-item {
  flex: 1 1 calc(50% - 14px);
  align-self: flex-start;
  min-height: 0;
}

@media (max-width: 900px) {
  .split-band .truth-grid .truth-item {
    flex-basis: 100%;
  }
}

/* EOF: align hero text column with the taller product preview. */
.site-hero .hero-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.site-hero .hero-content .eyebrow,
.site-hero .hero-content h1,
.site-hero .hero-content .hero-copy,
.site-hero .hero-content .hero-actions,
.site-hero .hero-content .hero-note {
  margin-top: 0;
  margin-bottom: 0;
}

.site-hero .hero-strip-inline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
}

.site-hero .hero-strip-inline .strip-item {
  min-height: 0;
  padding: 17px 18px 17px 58px;
  border-radius: 22px;
}

.site-hero .hero-strip-inline .strip-item::before {
  left: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
}

.site-hero .hero-strip-inline .strip-item b {
  display: block;
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.15;
}

.site-hero .hero-strip-inline .strip-item span {
  font-size: 14px;
  line-height: 1.38;
}

@media (max-width: 980px) {
  .site-hero .hero-content {
    justify-content: flex-start;
  }

  .site-hero .hero-strip-inline {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }
}

@media (max-width: 640px) {
  .site-hero .hero-strip-inline {
    grid-template-columns: 1fr;
    overflow: visible;
  }
}

/* EOF: keep hero highlights in one row on desktop. */
@media (min-width: 981px) {
  .site-hero .hero-strip-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .site-hero .hero-strip-inline .strip-item {
    padding: 16px 14px;
  }

  .site-hero .hero-strip-inline .strip-item::before {
    position: static;
    display: block;
    margin: 0 0 12px;
  }

  .site-hero .hero-strip-inline .strip-item b {
    font-size: 15px;
  }

  .site-hero .hero-strip-inline .strip-item span {
    font-size: 13px;
    line-height: 1.34;
  }
}

/* EOF: compact hero highlight cards on mobile. */
@media (max-width: 640px) {
  .site-hero .hero-strip-inline {
    gap: 10px;
  }

  .site-hero .hero-strip-inline .strip-item {
    padding: 14px 14px 14px 50px;
    border-radius: 18px;
  }

  .site-hero .hero-strip-inline .strip-item::before {
    left: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
  }

  .site-hero .hero-strip-inline .strip-item b {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .site-hero .hero-strip-inline .strip-item span {
    font-size: 13px;
    line-height: 1.3;
  }
}

/* EOF: make the five-apps visual use its real wide 16:9 proportions. */
.unified-stack-stage .stack-showcase {
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.unified-stack-stage .stack-showcase-visual {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(10px, 1.5vw, 16px);
  overflow: hidden;
}

.unified-stack-stage .stack-showcase-visual img,
.unified-stack-stage .stack-showcase-visual img[src*="08-five-apps-one-production"] {
  width: 100%;
  height: auto;
  aspect-ratio: 1376 / 768;
  object-fit: contain;
  display: block;
  border-radius: 22px;
  background: #f7fbfc;
}

.unified-stack-stage .stack-showcase-visual figcaption {
  max-width: 760px;
  margin: 12px auto 0;
  text-align: center;
}

.unified-stack-stage .stack-proof-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.unified-stack-stage .stack-proof-grid article {
  min-height: 0;
  padding: 16px;
}

.unified-stack-stage .stack-proof-grid article b {
  font-size: 16px;
  line-height: 1.15;
}

.unified-stack-stage .stack-proof-grid article span {
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .unified-stack-stage .stack-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .unified-stack-stage .stack-proof-grid {
    grid-template-columns: 1fr;
  }

  .unified-stack-stage .stack-showcase-visual {
    padding: 8px;
  }

  .unified-stack-stage .stack-showcase-visual img,
  .unified-stack-stage .stack-showcase-visual img[src*="08-five-apps-one-production"] {
    border-radius: 16px;
  }
}

/* EOF: keep the five-apps visual caption readable on the light image frame. */
.unified-stack-stage .stack-showcase-visual figcaption {
  color: #183231;
  font-weight: 950;
}

/* EOF: landing layout fixes after visual QA. */
#how-it-works .story-grid {
  align-items: stretch;
}

#how-it-works .photo-tile {
  height: 100%;
  min-height: 720px;
  align-self: stretch;
  overflow: hidden;
  display: block;
}

#how-it-works .photo-tile > img,
#how-it-works .photo-tile img[src*="02-knowledge-base-portrait"] {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

#how-it-works .photo-tile .photo-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: 0;
}

.live-pages-stage .live-tabs {
  align-self: start;
}

.live-pages-stage .live-screen,
.live-pages-stage [data-live-tabs] .live-screen.is-active,
.live-pages-stage [data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]) {
  width: 100%;
  height: clamp(360px, 46vw, 560px);
  min-height: clamp(360px, 46vw, 560px);
  max-height: clamp(360px, 46vw, 560px);
  aspect-ratio: auto;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 14px;
  background: #f7fbfc;
}

.live-pages-stage .live-screen > img,
.live-pages-stage .live-screen img[src*="/assets/generated/homepage/product-story/"] {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.feature-stack-section .carousel-shell {
  overflow: visible;
}

.feature-stack-section .carousel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: none;
  overflow: visible;
  padding-bottom: 0;
}

.feature-stack-section .card {
  width: auto;
  min-width: 0;
  max-width: none;
}

.feature-stack-section .card-media {
  height: 190px;
  min-height: 190px;
  max-height: 190px;
}

.feature-stack-section .card-body {
  padding: 18px;
}

.feature-stack-section .card-body p {
  font-size: 14px;
  line-height: 1.42;
}

.feature-stack-section .title-link {
  font-size: 18px;
}

.knowledge-engine-visual .knowledge-logo {
  overflow: hidden;
  background: white;
  border: 1px solid rgba(9, 32, 31, .08);
}

.knowledge-engine-visual .knowledge-logo img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  display: block;
}

.split-band .section {
  align-items: start;
}

.split-band-copy {
  gap: 16px;
}

.knowledge-engine-visual .knowledge-window {
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  .feature-stack-section .carousel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #how-it-works .photo-tile,
  #how-it-works .photo-tile > img,
  #how-it-works .photo-tile img[src*="02-knowledge-base-portrait"] {
    min-height: 520px;
  }

  .live-pages-stage .live-screen,
  .live-pages-stage [data-live-tabs] .live-screen.is-active,
  .live-pages-stage [data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]) {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    padding: 8px;
  }

  .feature-stack-section .carousel {
    grid-template-columns: 1fr;
  }

  .feature-stack-section .card-media {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
}

/* EOF: second pass visual QA: reduce Revenue frame and compact feature stack. */
.live-pages-stage .live-screen,
.live-pages-stage [data-live-tabs] .live-screen.is-active,
.live-pages-stage [data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]) {
  height: clamp(320px, 36vw, 460px);
  min-height: clamp(320px, 36vw, 460px);
  max-height: clamp(320px, 36vw, 460px);
}

.feature-stack-section {
  padding-top: clamp(54px, 6vw, 86px);
  padding-bottom: clamp(54px, 6vw, 86px);
}

.feature-stack-section .section-head {
  margin-bottom: 24px;
}

.feature-stack-section .carousel {
  gap: 12px;
}

.feature-stack-section .card {
  border-radius: 20px;
}

.feature-stack-section .card-media {
  height: 145px;
  min-height: 145px;
  max-height: 145px;
}

.feature-stack-section .card-media .tag {
  top: 10px;
  left: 10px;
  font-size: 10px;
  padding: 5px 8px;
}

.feature-stack-section .card-body {
  padding: 14px;
}

.feature-stack-section .title-link {
  font-size: 16px;
  line-height: 1.12;
}

.feature-stack-section .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 12.5px;
  line-height: 1.32;
}

.feature-stack-section .text-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}

@media (max-width: 760px) {
  .live-pages-stage .live-screen,
  .live-pages-stage [data-live-tabs] .live-screen.is-active,
  .live-pages-stage [data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]) {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .feature-stack-section .card-media {
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }
}

/* EOF: tighten the transition from Revenue moments to What is included. */
.live-pages-stage {
  padding-bottom: clamp(30px, 4vw, 54px);
}

.feature-stack-section {
  padding-top: clamp(28px, 4vw, 52px);
}

.live-pages-stage .live-screen,
.live-pages-stage [data-live-tabs] .live-screen.is-active,
.live-pages-stage [data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]) {
  height: clamp(300px, 34vw, 430px);
  min-height: clamp(300px, 34vw, 430px);
  max-height: clamp(300px, 34vw, 430px);
}

/* EOF: remove the pasted overlay caption from the Why it converts visual. */
#how-it-works .photo-tile .photo-caption {
  display: none;
}

/* EOF: show the cleaned Why it converts visual without cutting off the interface. */
#how-it-works .photo-tile > img[src*="02-knowledge-base-portrait-clean"],
#how-it-works .photo-tile img[src*="02-knowledge-base-portrait-clean"] {
  object-fit: contain;
  object-position: center center;
  background: linear-gradient(180deg, #e8f9f8, #dff5f3);
}

/* EOF: final clean Why it converts visual fills the card without the embedded bad caption. */
#how-it-works .photo-tile > img[src*="02-knowledge-base-portrait-clean"],
#how-it-works .photo-tile img[src*="02-knowledge-base-portrait-clean"] {
  object-fit: cover;
  object-position: center center;
}

/* EOF: Why it converts uses a landscape product-story visual, not a narrow portrait frame. */
#how-it-works .story-grid {
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

#how-it-works .photo-tile {
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 14 / 10;
  align-self: center;
  overflow: hidden;
}

#how-it-works .photo-tile > img,
#how-it-works .photo-tile img[src*="02-knowledge-base-production"] {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 980px) {
  #how-it-works .story-grid {
    grid-template-columns: 1fr;
  }

  #how-it-works .photo-tile {
    aspect-ratio: 14 / 10;
  }
}

/* EOF: hard reset for the What is included feature grid.
   This section must not inherit old carousel sizing or decorative rails. */
.feature-stack-section {
  position: relative;
  min-height: 0;
  overflow: visible;
  padding-top: clamp(46px, 5vw, 76px);
  padding-bottom: clamp(52px, 5.5vw, 84px);
}

.feature-stack-section::before,
.feature-stack-section::after,
.feature-stack-section .carousel-shell::before,
.feature-stack-section .carousel-shell::after,
.feature-stack-section .carousel::before,
.feature-stack-section .carousel::after {
  content: none;
  display: none;
}

.feature-stack-section .section-head {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.feature-stack-section .carousel-shell {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.feature-stack-section .carousel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  height: auto;
  min-height: 0;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transform: none;
  padding: 0;
}

.feature-stack-section .card {
  display: grid;
  grid-template-rows: auto 1fr;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transform: none;
  border: 1px solid rgba(188, 255, 246, .16);
  border-radius: 24px;
  background: rgba(19, 37, 43, .9);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
}

.feature-stack-section .card-media {
  display: block;
  position: relative;
  height: 158px;
  min-height: 158px;
  max-height: 158px;
  padding: 0;
  overflow: hidden;
  background: #effaf8;
}

.feature-stack-section .card-media::after {
  content: none;
  display: none;
}

.feature-stack-section .card-media > img,
.feature-stack-section .card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.feature-stack-section .card-media .tag {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
}

.feature-stack-section .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
  padding: 16px;
  opacity: 1;
  visibility: visible;
}

.feature-stack-section .title-link {
  display: block;
  font-size: 1rem;
  line-height: 1.15;
}

.feature-stack-section .card-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0;
}

.feature-stack-section .text-link {
  margin-top: auto;
}

@media (max-width: 1180px) {
  .feature-stack-section .carousel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .feature-stack-section {
    padding-top: 38px;
    padding-bottom: 46px;
  }

  .feature-stack-section .carousel {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-stack-section .card-media {
    height: 190px;
    min-height: 190px;
    max-height: 190px;
  }
}

/* EOF: make What is included cards use the full content width evenly. */
.feature-stack-section .carousel-shell {
  max-width: none;
}

.feature-stack-section .carousel {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: stretch;
  align-items: stretch;
  max-width: none;
}

.feature-stack-section .card {
  inline-size: 100%;
  width: 100%;
}

.feature-stack-section .card-media {
  height: clamp(170px, 13vw, 220px);
  min-height: clamp(170px, 13vw, 220px);
  max-height: clamp(170px, 13vw, 220px);
}

@media (max-width: 1180px) {
  .feature-stack-section .carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .feature-stack-section .carousel {
    grid-template-columns: 1fr;
  }
}

/* EOF: widen What is included so five cards fill the desktop layout. */
.feature-stack-section {
  width: min(1280px, calc(100% - 64px));
  max-width: 1280px;
}

.feature-stack-section .carousel-shell,
.feature-stack-section .carousel {
  inline-size: 100%;
  width: 100%;
}

.feature-stack-section .carousel {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.3vw, 20px);
}

.feature-stack-section .card-body {
  padding: clamp(16px, 1.4vw, 20px);
}

@media (max-width: 1180px) {
  .feature-stack-section {
    width: min(1000px, calc(100% - 40px));
  }

  .feature-stack-section .carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .feature-stack-section {
    width: calc(100% - 28px);
  }

  .feature-stack-section .carousel {
    grid-template-columns: 1fr;
  }
}

/* EOF: dedicated full-width grid for What is included, independent from carousel rules. */
.feature-stack-section {
  width: min(1280px, calc(100% - 64px));
  max-width: 1280px;
}

.feature-stack-section .feature-card-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.feature-stack-section .feature-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.4vw, 22px);
  width: 100%;
  max-width: none;
  align-items: stretch;
}

.feature-stack-section .feature-card-grid .card {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.feature-stack-section .feature-card-grid .card-media {
  height: clamp(180px, 14vw, 230px);
  min-height: clamp(180px, 14vw, 230px);
  max-height: clamp(180px, 14vw, 230px);
}

@media (max-width: 1180px) {
  .feature-stack-section {
    width: min(1000px, calc(100% - 40px));
  }

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

@media (max-width: 760px) {
  .feature-stack-section {
    width: calc(100% - 28px);
  }

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

/* EOF: restore portrait Why it converts visual and remove reused photos from included cards. */
#how-it-works .story-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  align-items: center;
}

#how-it-works .photo-tile {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 29 / 36;
  align-self: center;
  overflow: hidden;
}

#how-it-works .photo-tile > img,
#how-it-works .photo-tile img[src*="02-knowledge-base-portrait-clean"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.feature-stack-section .feature-card-grid .card {
  background:
    radial-gradient(circle at 20% 0%, rgba(118, 255, 236, .13), transparent 34%),
    linear-gradient(180deg, rgba(23, 48, 54, .98), rgba(9, 25, 31, .98));
}

.feature-stack-section .feature-icon-card {
  position: relative;
  display: flex;
  min-height: 150px;
  padding: 18px;
  overflow: hidden;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(188, 255, 246, .14);
  background:
    linear-gradient(135deg, rgba(123, 92, 255, .2), transparent 45%),
    radial-gradient(circle at 82% 18%, rgba(105, 250, 221, .22), transparent 34%),
    rgba(237, 255, 252, .05);
}

.feature-stack-section .feature-icon-card::before,
.feature-stack-section .feature-icon-card::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
}

.feature-stack-section .feature-icon-card::before {
  width: 92px;
  height: 92px;
  right: 18px;
  top: 18px;
  border: 1px solid rgba(188, 255, 246, .22);
  border-radius: 28px;
  transform: rotate(8deg);
  background: rgba(255, 255, 255, .04);
}

.feature-stack-section .feature-icon-card::after {
  left: 18px;
  right: 18px;
  bottom: 54px;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 250, 221, .0), rgba(105, 250, 221, .55), rgba(105, 250, 221, .0));
}

.feature-stack-section .feature-card-number {
  position: relative;
  z-index: 1;
  color: rgba(229, 255, 251, .9);
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 950;
  line-height: .8;
  letter-spacing: -.06em;
}

.feature-stack-section .feature-icon-card .tag {
  position: relative;
  z-index: 1;
  left: auto;
  top: auto;
  align-self: flex-start;
}

@media (max-width: 980px) {
  #how-it-works .story-grid {
    grid-template-columns: 1fr;
  }

  #how-it-works .photo-tile {
    max-width: 520px;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .feature-stack-section .feature-icon-card {
    min-height: 128px;
  }
}

/* EOF: use the fixed vertical Why it converts asset without cutting it. */
#how-it-works .photo-tile > img,
#how-it-works .photo-tile img[src*="02-knowledge-base-portrait-fixed"] {
  object-fit: contain;
  object-position: center center;
  background: #e8f6f5;
}

/* EOF: no-important final layout cleanup. */
#how-it-works .story-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px);
  gap: 25px;
  align-items: center;
}

#how-it-works .story-grid > div:first-child {
  grid-column: 1;
}

#how-it-works .how-hero-visual {
  grid-column: 2;
  align-self: center;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255,255,255,.16);
}

#how-it-works .how-hero-visual > img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
  border-radius: var(--radius);
  background: #e8f6f5;
}

#how-it-works .how-hero-visual .hero-media-caption {
  margin: 0;
}

.live-pages-stage .live-screen {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.live-pages-stage .live-screen > img,
.live-pages-stage .live-screen img[src*="/assets/generated/homepage/product-story/"] {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
  background: #f7fbfc;
}

@media (max-width: 980px) {
  #how-it-works .story-grid {
    grid-template-columns: 1fr;
  }

  #how-it-works .how-hero-visual {
    max-width: 640px;
    margin-inline: auto;
  }
}

/* EOF: final Revenue moments policy - never crop generated product-story images. */
.live-pages-stage [data-live-tabs] .live-screen.is-active,
.live-pages-stage [data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]) {
  display: block;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  padding: 14px;
  background: #f7fbfc;
}

.live-pages-stage [data-live-tabs] .live-screen.is-active > img,
.live-pages-stage [data-live-tabs] .live-screen.is-active img[src*="/assets/generated/homepage/product-story/"] {
  position: relative;
  inset: auto;
  display: block;
  width: min(100%, 680px);
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
}


/* EOF: Knowledge engine intro spans both columns, cards stay left and Store Knowledge stays right. */
.knowledge-engine-band .section {
  display: block;
}

.knowledge-engine-band .knowledge-engine-head {
  max-width: none;
  margin: 0 0 clamp(24px, 3vw, 36px);
}

.knowledge-engine-band .knowledge-engine-head > div {
  max-width: 980px;
}

.knowledge-engine-band .knowledge-engine-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: 36px;
  align-items: start;
}

.knowledge-engine-band .truth-grid {
  width: 100%;
}

.knowledge-engine-band .knowledge-engine-visual {
  margin: 0;
}

@media (max-width: 980px) {
  .knowledge-engine-band .knowledge-engine-layout {
    grid-template-columns: 1fr;
  }
}


/* EOF: single source of truth for landing media glass cards. */
.site-hero .hero-media,
.site-hero .hero-media:has(img[src*="/assets/generated/homepage/product-story/"]),
#how-it-works .how-hero-visual,
.unified-stack-stage .stack-showcase-visual,
.unified-stack-stage .stack-showcase-visual:has(img[src*="/assets/generated/homepage/product-story/"]),
.live-pages-stage .live-screen,
.live-pages-stage [data-live-tabs] .live-screen.is-active,
.live-pages-stage [data-live-tabs] .live-screen.is-active:has(img[src*="/assets/generated/homepage/product-story/"]),
.feature-stack-section .card-media,
.photo-tile:has(img),
.card-media:has(img),
.stack-showcase-visual:has(img) {
  border: 1px solid color-mix(in srgb, #F0FDFA 24%, transparent);
  border-radius: var(--radius-lg, 28px);
  background:
    linear-gradient(135deg, color-mix(in srgb, #F0FDFA 13%, transparent), color-mix(in srgb, #2DD4BF 7%, transparent)),
    color-mix(in srgb, #07131A 72%, transparent);
  box-shadow: var(--surface-shadow);
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
}

.site-hero .hero-media,
.unified-stack-stage .stack-showcase-visual {
  padding: clamp(12px, 1.4vw, 18px);
  overflow: hidden;
  color: var(--on-dark);
}

.site-hero .hero-media > img,
#how-it-works .how-hero-visual > img,
.unified-stack-stage .stack-showcase-visual > img,
.unified-stack-stage .stack-showcase-visual img[src*="08-five-apps-one-production"],
.live-pages-stage .live-screen > img,
.feature-stack-section .card-media > img,
.photo-tile:has(img) > img,
.card-media:has(img) > img,
.stack-showcase-visual:has(img) > img {
  border: 0;
  border-radius: calc(var(--radius-lg, 28px) - 10px);
  background: transparent;
  box-shadow: none;
}

.site-hero .hero-media-caption,
.unified-stack-stage .stack-showcase-visual figcaption {
  border: 1px solid color-mix(in srgb, #F0FDFA 18%, transparent);
  border-radius: calc(var(--radius-lg, 28px) - 12px);
  background: color-mix(in srgb, #07131A 76%, transparent);
  color: #F0FDFA;
  box-shadow: none;
  backdrop-filter: var(--surface-backdrop-filter);
  -webkit-backdrop-filter: var(--surface-backdrop-filter);
}

.site-hero .hero-media-caption .panel-kicker,
.site-hero .hero-media-caption strong,
.unified-stack-stage .stack-showcase-visual figcaption {
  color: #F0FDFA;
}

.site-hero .hero-media-caption .panel-kicker {
  color: color-mix(in srgb, #67E8F9 74%, #ffffff 26%);
}
