:root {
  --site-header-h: 72px;
  --brand-warm-white: #fefdfb;
  --brand-soft-green: #6b8e6b;
}

html,
body.fhbw-page {
  margin: 0;
  padding: 0;
}

body.fhbw-page,
body.fhbw-page *,
body.fhbw-page *::before,
body.fhbw-page *::after {
  box-sizing: border-box;
}

body.fhbw-page {
  --gold-ink: #a16207;
  background: var(--brand-warm-white);
  color: var(--brand-dark-gray);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
  overflow-x: clip;
  overflow-y: visible;
}

.fhbw-page #site-header {
  position: sticky;
  z-index: 50;
  top: 0;
}

.fhbw-page #site-header > header {
  position: static;
  top: auto;
}

.fhbw-page main a,
.fhbw-page .fhbw-compliance a {
  color: var(--brand-secondary-blue);
}

.fhbw-page main a:hover,
.fhbw-page .fhbw-compliance a:hover {
  color: var(--brand-navy);
}

.fhbw-page [data-reveal] {
  opacity: var(--r, 0);
  transform: translateY(calc((1 - var(--r, 0)) * 26px));
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.fhbw-page [data-chip] {
  cursor: pointer;
  outline: 3px solid transparent;
  outline-offset: 1px;
  transition: outline-color 0.2s;
}

.fhbw-page [data-chip]:hover {
  outline-color: rgba(26, 54, 93, 0.25);
}

.fhbw-page [data-chip][data-sel="1"] {
  outline-color: var(--brand-navy);
}

.fhbw-page [data-chip][data-sel="1"]::after {
  content: " ✓";
  font-weight: 800;
}

.fhbw-page details.elig > summary {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 7px 14px;
  border: 1.5px solid var(--brand-gold);
  border-radius: 999px;
  background: rgba(234, 179, 8, 0.14);
  color: var(--brand-navy);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  list-style: none;
  transition: background 0.2s;
}

.fhbw-page details.elig > summary::-webkit-details-marker {
  display: none;
}

.fhbw-page details.elig > summary::after {
  content: "+";
  font-size: 0.95rem;
  font-weight: 800;
}

.fhbw-page details.elig[open] > summary::after {
  content: "\2212";
}

.fhbw-page details.elig > summary:hover {
  background: rgba(234, 179, 8, 0.28);
}

.fhbw-page details.elig > div {
  margin-top: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(26, 54, 93, 0.1);
  border-radius: 0.75rem;
  background: var(--brand-light-gray);
  font-size: 0.84rem;
}

.fhbw-hud {
  --hud: 0;
  --g1: 0;
  --g2: 0;
  position: fixed;
  z-index: 55;
  top: var(--site-header-h, 72px);
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px 16px;
  background: linear-gradient(180deg, rgba(253, 252, 250, 0.97) 55%, rgba(253, 252, 250, 0));
  opacity: var(--hud, 0);
  pointer-events: none;
  transform: translateY(calc((1 - var(--hud, 0)) * -16px));
  transition: opacity 0.4s, transform 0.4s;
}

.fhbw-gate-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--brand-warm-white);
  cursor: pointer;
  transition: opacity 0.4s, transform 0.4s, border-color 0.4s, box-shadow 0.4s;
}

.fhbw-gate-pill-money {
  border: 2px solid rgba(234, 179, 8, calc(0.3 + var(--g1, 0) * 0.7));
  box-shadow: 0 4px 18px rgba(234, 179, 8, calc(var(--g1, 0) * 0.4));
  opacity: calc(0.55 + var(--g1, 0) * 0.45);
  transform: scale(calc(1 + var(--g1, 0) * 0.05));
}

.fhbw-gate-pill-loan {
  border: 2px solid rgba(68, 107, 145, calc(0.3 + var(--g2, 0) * 0.7));
  box-shadow: 0 4px 18px rgba(68, 107, 145, calc(var(--g2, 0) * 0.4));
  opacity: calc(0.55 + var(--g2, 0) * 0.45);
  transform: scale(calc(1 + var(--g2, 0) * 0.05));
}

.fhbw-pill-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.fhbw-pill-badge-money {
  background: linear-gradient(135deg, var(--brand-gold), #e7c675);
  color: var(--brand-navy);
}

.fhbw-pill-badge-loan {
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-secondary-blue));
  color: #fff;
}

.fhbw-pill-text {
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.fhbw-hero {
  position: relative;
  display: flex;
  min-height: 92vh;
  padding: 64px 24px 90px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fhbw-hero-kicker {
  margin-bottom: 18px;
  color: var(--brand-gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fhbw-hero-title {
  max-width: 16ch;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  font-weight: 800;
  line-height: 1.12;
}

.fhbw-hero-intro {
  max-width: 44ch;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
}

.fhbw-delay-1 {
  transition-delay: 0.12s !important;
}

.fhbw-delay-2 {
  transition-delay: 0.24s !important;
}

.fhbw-delay-3 {
  transition-delay: 0.36s !important;
}

.fhbw-hero-quote {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 3px solid var(--brand-gold);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.fhbw-headshot-large {
  width: 72px;
  height: 72px;
  border: 2px solid var(--brand-gold);
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.fhbw-text-left {
  text-align: left;
}

.fhbw-hero-quote-text {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-style: italic;
}

.fhbw-hero-quote-credit {
  margin: 8px 0 0;
  color: var(--brand-light-gold);
  font-size: 0.8rem;
  font-weight: 600;
}

.fhbw-scroll-cue {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.fhbw-scroll-cue-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fhbw-scroll-cue-arrow {
  display: inline-block;
  color: var(--brand-gold);
  font-size: 18px;
  animation: fhbw-cue-bounce 1.6s ease-in-out infinite;
}

.fhbw-section {
  padding: 96px 24px;
  scroll-margin-top: calc(var(--site-header-h, 72px) + 70px);
}

.fhbw-section-warm {
  background: var(--brand-warm-white);
}

.fhbw-section-light {
  background: var(--brand-light-gray);
}

.fhbw-container {
  width: 100%;
  margin: 0 auto;
}

.fhbw-container-820 {
  max-width: 820px;
}

.fhbw-container-1020 {
  max-width: 1020px;
}

.fhbw-container-1100 {
  max-width: 1100px;
}

.fhbw-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fhbw-eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fhbw-eyebrow-gold {
  color: var(--gold-ink);
}

.fhbw-eyebrow-blue {
  color: var(--brand-secondary-blue);
}

.fhbw-section-title {
  max-width: 24ch;
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 4.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
}

.fhbw-section-title-24,
.fhbw-section-title-26 {
  margin: 0 auto;
}

.fhbw-section-title-26 {
  max-width: 26ch;
}

.fhbw-section-intro {
  max-width: 46ch;
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  text-align: center;
}

.fhbw-section-intro-spaced {
  margin-bottom: 44px;
}

.fhbw-section-heading {
  margin-bottom: 48px;
  text-align: center;
}

.fhbw-section-heading-compact {
  margin-bottom: 18px;
}

.fhbw-gate-grid {
  display: flex;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: 680px;
  flex-wrap: wrap;
}

.fhbw-gate-card {
  max-width: 320px;
  padding: 26px 22px;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(26, 54, 93, 0.1);
  flex: 1 1 260px;
  text-align: center;
}

.fhbw-gate-card-money {
  border-top: 4px solid var(--brand-gold);
}

.fhbw-gate-card-loan {
  border-top: 4px solid var(--brand-secondary-blue);
}

.fhbw-gate-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.fhbw-gate-icon-money {
  background: linear-gradient(135deg, var(--brand-gold), #e7c675);
  color: var(--brand-navy);
}

.fhbw-gate-icon-loan {
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-secondary-blue));
  color: #fff;
}

.fhbw-gate-label {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fhbw-gate-label-money {
  color: var(--gold-ink);
}

.fhbw-gate-label-loan {
  color: var(--brand-secondary-blue);
}

.fhbw-gate-title {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 700;
}

.fhbw-card-copy {
  margin: 0;
  font-size: 0.9rem;
}

.fhbw-quote-box {
  max-width: 560px;
  margin: 40px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--brand-gold);
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(26, 54, 93, 0.08);
}

.fhbw-quote-box p {
  margin: 0;
  font-size: 1rem;
}

.fhbw-chip-panel {
  max-width: 540px;
  margin-top: 36px;
  text-align: center;
}

.fhbw-chip-intro {
  margin: 0 0 16px;
  font-size: 1rem;
}

.fhbw-chip-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.fhbw-chip {
  padding: 7px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-navy);
  font-size: 0.82rem;
  font-weight: 600;
}

.fhbw-chip-money {
  border: 1.5px solid var(--brand-gold);
}

.fhbw-chip-loan {
  border: 1.5px solid var(--brand-secondary-blue);
}

.fhbw-chip-both {
  border: 1.5px solid var(--brand-dark-gray);
}

.fhbw-chip-help {
  margin: 12px 0 0;
  font-size: 0.8rem;
  opacity: 0.75;
}

.fhbw-read-more {
  margin: 18px 0 0;
  font-size: 0.84rem;
  opacity: 0.85;
}

.fhbw-transition-line {
  margin: 44px 0 0;
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 700;
}

.fhbw-two-column {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.fhbw-stick {
  position: static;
}

.fhbw-column-460 {
  max-width: 460px;
  flex: 1 1 340px;
}

.fhbw-column-360 {
  max-width: 360px;
  flex: 0 1 320px;
}

.fhbw-diagram {
  padding: 22px 24px;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(26, 54, 93, 0.1);
}

.fhbw-property-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}

.fhbw-diagram-title {
  font-size: 1rem;
  font-weight: 700;
}

.fhbw-illustrative {
  font-size: 0.72rem;
  opacity: 0.7;
}

.fhbw-lvr-bar {
  position: relative;
  display: flex;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  overflow: hidden;
}

.fhbw-loan-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-secondary-blue));
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
}

.fhbw-lmi-zone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15.8%;
  border-left: 2px dashed var(--brand-gold);
  background: repeating-linear-gradient(45deg, rgba(234, 179, 8, 0.45), rgba(234, 179, 8, 0.45) 5px, rgba(234, 179, 8, 0.15) 5px, rgba(234, 179, 8, 0.15) 10px);
}

.fhbw-gap-bar {
  background: linear-gradient(135deg, var(--brand-gold), #e7c675);
  flex: 1;
}

.fhbw-bar-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 0.7rem;
}

.fhbw-bar-label-loan {
  color: var(--brand-secondary-blue);
  font-weight: 600;
}

.fhbw-bar-label-gap {
  color: var(--gold-ink);
  font-weight: 700;
}

.fhbw-cost-list {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  gap: 6px;
}

.fhbw-cost-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.84rem;
}

.fhbw-cost-row-gold {
  border: 1px solid var(--brand-gold);
  background: rgba(234, 179, 8, 0.14);
}

.fhbw-cost-row-blue {
  border: 1px solid var(--brand-secondary-blue);
  background: rgba(68, 107, 145, 0.1);
}

.fhbw-cost-row-dashed {
  border: 1px dashed var(--brand-gold);
  background: rgba(234, 179, 8, 0.1);
}

.fhbw-cost-total {
  padding: 10px 12px;
  background: var(--brand-navy);
  font-size: 0.88rem;
}

.fhbw-semibold {
  font-weight: 600;
}

.fhbw-bold {
  font-weight: 700;
}

.fhbw-small-value {
  font-size: 0.78rem;
}

.fhbw-swap {
  position: relative;
}

.fhbw-cliff-before {
  opacity: calc(1 - var(--cliff, 0));
  transition: opacity 0.6s;
}

.fhbw-cliff-after {
  position: absolute;
  top: 0;
  right: 0;
  opacity: var(--cliff, 0);
  white-space: nowrap;
  transition: opacity 0.6s;
}

.fhbw-cliff-green {
  color: var(--brand-soft-green);
}

.fhbw-total-label {
  color: #fff;
  font-weight: 600;
}

.fhbw-total-value {
  color: var(--brand-gold);
  font-weight: 800;
}

.fhbw-diagram-note {
  margin: 8px 0 0;
  font-size: 0.74rem;
  opacity: 0.75;
}

.fhbw-threshold-note {
  margin: 10px 0 0;
  font-size: 0.8rem;
  opacity: calc(0.4 + var(--cliff, 0) * 0.6);
  transition: opacity 0.6s;
}

.fhbw-threshold-note span {
  color: var(--brand-soft-green);
  font-weight: 700;
}

.fhbw-idea-column {
  display: flex;
  max-width: 500px;
  flex: 1 1 340px;
  flex-direction: column;
  gap: 16px;
}

.fhbw-idea-card {
  padding: 18px 20px;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 4px 16px rgba(26, 54, 93, 0.07);
  font-size: 0.92rem;
}

.fhbw-idea-blue {
  border-left: 4px solid var(--brand-secondary-blue);
}

.fhbw-idea-gold {
  border-left: 4px solid var(--brand-gold);
}

.fhbw-idea-navy {
  border-left: 4px solid var(--brand-navy);
}

.fhbw-idea-green {
  border-left: 4px solid var(--brand-soft-green);
}

.fhbw-mobile-only {
  display: flex;
}

.fhbw-mobile-total {
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 9px 12px;
  border-radius: 8px;
  background: var(--brand-navy);
  font-size: 0.84rem;
}

.fhbw-light-gold {
  color: var(--brand-light-gold);
}

.fhbw-cta-panel {
  display: flex;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-secondary-blue));
  box-shadow: 0 8px 24px rgba(26, 54, 93, 0.25);
  flex-direction: column;
  gap: 12px;
}

.fhbw-cta-panel-title {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.fhbw-page main .fhbw-cta-button {
  padding: 11px 22px;
  color: var(--brand-navy);
  font-size: 0.88rem;
}

.fhbw-panel-links {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.76rem;
  line-height: 1.8;
}

.fhbw-page main .fhbw-panel-links a {
  color: var(--brand-light-gold);
}

.fhbw-page main .fhbw-panel-links a:hover {
  color: #fff;
}

.fhbw-path-intro {
  max-width: 620px;
  margin: 0 0 48px;
  font-size: 1rem;
  text-align: center;
}

.fhbw-path-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  width: 100%;
  flex-wrap: wrap;
}

.fhbw-path-card {
  display: flex;
  max-width: 356px;
  padding: 22px;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 28px rgba(26, 54, 93, 0.1);
  flex: 1 1 300px;
  flex-direction: column;
  gap: 12px;
}

.fhbw-path-gold {
  border-top: 4px solid var(--brand-gold);
}

.fhbw-path-blue {
  border-top: 4px solid var(--brand-secondary-blue);
}

.fhbw-path-navy {
  border-top: 4px solid var(--brand-navy);
}

.fhbw-delay-path-1 {
  transition-delay: 0.1s !important;
}

.fhbw-delay-path-2 {
  transition-delay: 0.2s !important;
}

.fhbw-path-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.fhbw-path-title {
  font-size: 1.05rem;
  font-weight: 700;
}

.fhbw-path-pill {
  padding: 3px 10px;
  border-radius: 999px;
  color: var(--brand-navy);
  font-size: 0.66rem;
  font-weight: 700;
  white-space: nowrap;
}

.fhbw-path-pill-gold {
  border: 1px solid var(--brand-gold);
  background: rgba(234, 179, 8, 0.18);
}

.fhbw-path-pill-blue {
  border: 1px solid var(--brand-secondary-blue);
  background: rgba(68, 107, 145, 0.14);
}

.fhbw-path-pill-navy {
  border: 1px solid var(--brand-navy);
  background: rgba(26, 54, 93, 0.08);
}

.fhbw-path-copy {
  margin: 0;
  font-size: 0.86rem;
}

.fhbw-booster {
  padding-top: 10px;
  border-top: 1px dashed rgba(26, 54, 93, 0.2);
}

.fhbw-booster-label {
  margin-bottom: 4px;
  color: var(--gold-ink);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fhbw-example-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(26, 54, 93, 0.08);
}

.fhbw-example-row-last {
  border-bottom: 0;
}

.fhbw-example-value {
  font-weight: 700;
  white-space: nowrap;
}

.fhbw-example-note {
  margin: 6px 0 0;
  opacity: 0.75;
}

.fhbw-card-link {
  margin-top: auto;
  font-size: 0.8rem;
}

.fhbw-part-transition {
  max-width: 620px;
  margin-top: 52px;
  text-align: center;
}

.fhbw-part-transition-title {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 3vw, 1.5rem);
  font-weight: 700;
}

.fhbw-part-transition-copy {
  margin: 0;
  font-size: 1rem;
}

.fhbw-capacity-title {
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: 700;
}

.fhbw-capacity-subtitle {
  margin: 0 0 14px;
  font-size: 0.74rem;
  opacity: 0.7;
}

.fhbw-capacity-chart {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.fhbw-capacity-bar {
  position: relative;
  width: 66px;
  height: 200px;
  border-radius: 8px;
  background: rgba(68, 107, 145, 0.12);
  flex-shrink: 0;
  overflow: hidden;
}

.fhbw-capacity-fill {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(35% + var(--lift, 0) * 40%);
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--brand-secondary-blue), var(--brand-navy));
  transition: height 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.fhbw-capacity-marker {
  position: absolute;
  top: 22%;
  right: 0;
  left: 0;
  border-top: 2px dashed var(--brand-gold);
}

.fhbw-capacity-legend {
  display: flex;
  gap: 8px;
  flex: 1;
  flex-direction: column;
  font-size: 0.76rem;
}

.fhbw-legend-line {
  color: var(--gold-ink);
  font-weight: 700;
}

.fhbw-legend-square {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--brand-secondary-blue), var(--brand-navy));
}

.fhbw-capacity-note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  opacity: calc(0.4 + var(--lift, 0) * 0.6);
  transition: opacity 0.6s;
}

.fhbw-lever-list {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
  gap: 8px;
  font-size: 0.86rem;
}

.fhbw-lever {
  display: flex;
  align-items: center;
  gap: 9px;
  opacity: var(--r, 0);
  transition: opacity 0.6s;
}

.fhbw-lever-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--brand-soft-green);
  color: #fff;
  flex-shrink: 0;
  font-size: 10px;
}

.fhbw-mobile-capacity {
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.fhbw-mobile-capacity-label {
  font-size: 0.76rem;
  font-weight: 600;
  white-space: nowrap;
}

.fhbw-mobile-capacity-track {
  height: 10px;
  border-radius: 999px;
  background: rgba(68, 107, 145, 0.15);
  flex: 1;
  overflow: hidden;
}

.fhbw-mobile-capacity-fill {
  width: calc(35% + var(--lift, 0) * 40%);
  height: 100%;
  background: linear-gradient(90deg, var(--brand-secondary-blue), var(--brand-navy));
  transition: width 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.fhbw-more-levers {
  margin: 12px 0 0;
  font-size: 0.82rem;
  opacity: 0.85;
}

.fhbw-cta-profile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fhbw-headshot-small {
  width: 56px;
  height: 56px;
  border: 2px solid var(--brand-gold);
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.fhbw-cta-profile-copy {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.fhbw-button-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fhbw-page main .fhbw-cta-button-small {
  padding: 11px 20px;
  color: var(--brand-navy);
  font-size: 0.86rem;
}

.fhbw-final {
  display: flex;
  align-items: center;
  padding: 110px 24px 90px;
  flex-direction: column;
  text-align: center;
  scroll-margin-top: calc(var(--site-header-h, 72px) + 70px);
}

.fhbw-final-eyebrow {
  color: var(--brand-gold);
}

.fhbw-final-title {
  max-width: 20ch;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
}

.fhbw-delay-final-1 {
  transition-delay: 0.1s !important;
}

.fhbw-delay-final-2 {
  transition-delay: 0.2s !important;
}

.fhbw-delay-final-3 {
  transition-delay: 0.3s !important;
}

.fhbw-delay-photo {
  transition-delay: 0.35s !important;
}

.fhbw-final-intro {
  max-width: 54ch;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(1rem, 2.4vw, 1.15rem);
}

.fhbw-final-copy {
  max-width: 52ch;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.fhbw-success-photo {
  width: min(320px, 80vw);
  margin: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.fhbw-gate-message {
  max-width: 46ch;
  margin: 0 0 18px;
  color: var(--brand-light-gold);
  font-size: 0.92rem;
  font-weight: 600;
}

.fhbw-final-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.fhbw-page main .fhbw-final-cta {
  padding: 15px 32px;
  color: var(--brand-navy);
  font-size: 1rem;
}

.fhbw-final-reassurance {
  max-width: 44ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
}

.fhbw-quiet-exit {
  max-width: 54ch;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}

.fhbw-page main .fhbw-quiet-exit a {
  color: var(--brand-light-gold);
}

.fhbw-page main .fhbw-quiet-exit a:hover {
  color: #fff;
}

.fhbw-compliance {
  padding: 18px 24px;
  border-top: 1px solid rgba(26, 54, 93, 0.1);
  background: var(--brand-warm-white);
  text-align: center;
}

.fhbw-compliance p {
  max-width: 70ch;
  margin: 0 auto;
  color: rgba(26, 54, 93, 0.78);
  font-size: 0.72rem;
}

@keyframes fhbw-cue-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

@media (min-width: 900px) {
  .fhbw-stick {
    position: sticky;
    top: calc(var(--site-header-h, 72px) + 62px);
    align-self: flex-start;
  }

  .fhbw-mobile-only {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .fhbw-pill-text {
    display: none;
  }

  .fhbw-gate-pill {
    padding: 7px 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fhbw-page [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .fhbw-page * {
    animation: none !important;
  }
}
