:root {
  --fh-navy: #061a3a;
  --fh-navy-2: #0a224b;
  --fh-blue: #225cff;
  --fh-lime: #c8ff3d;
  --fh-orange: #ff6b35;
  --fh-cream: #f5f3e9;
  --fh-white: #fffefa;
  --fh-ink: #071a38;
  --fh-line: rgba(255, 255, 255, .18);
  --fh-radius: 28px;
  --fh-container: 1240px;
}

.fh-home {
  margin: 0;
  color: var(--fh-white);
  background: var(--fh-navy);
  font-family: 'DM Sans', sans-serif;
  overflow-x: hidden;
}

.fh-home *, .fh-home *::before, .fh-home *::after { box-sizing: border-box; }
.fh-home a { color: inherit; text-decoration: none; }
.fh-home img { display: block; max-width: 100%; }
.fh-home main { display: block; }
.fh-home a:focus-visible, .fh-home button:focus-visible, .fh-home summary:focus-visible { outline: 3px solid var(--fh-lime); outline-offset: 4px; }
.fh-container { width: min(calc(100% - 48px), var(--fh-container)); margin: 0 auto; }

.fh-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.fh-nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.fh-logo { display: inline-flex; align-items: center; gap: 12px; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 700; line-height: .88; letter-spacing: -.04em; }
.fh-logo-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; position: relative; }
.fh-logo-mark::before, .fh-logo-mark::after { content: ''; position: absolute; background: currentColor; }
.fh-logo-mark::before { width: 13px; height: 2px; }
.fh-logo-mark::after { width: 2px; height: 13px; }
.fh-logo-mark i { width: 8px; height: 8px; border: 2px solid currentColor; border-radius: 50%; }

.fh-navigation { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.fh-navigation > a:not(.fh-button) { position: relative; opacity: .8; }
.fh-navigation > a:not(.fh-button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--fh-lime); transition: right .2s ease; }
.fh-navigation > a:not(.fh-button):hover { opacity: 1; }
.fh-navigation > a:not(.fh-button):hover::after { right: 0; }
.fh-nav-login { margin-left: 18px; }

.fh-button {
  min-height: 58px;
  padding: 0 23px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--fh-white);
  background: var(--fh-blue);
  box-shadow: 0 11px 0 rgba(0,0,0,.18);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fh-button:hover, .fh-button:focus-visible { transform: translateY(3px); box-shadow: 0 7px 0 rgba(0,0,0,.2); }
.fh-button span { font-size: 20px; }
.fh-button--small { min-height: 43px; padding: 0 16px; border-radius: 9px; gap: 16px; box-shadow: none; background: var(--fh-lime); color: var(--fh-ink); }
.fh-button--lime { color: var(--fh-ink); background: var(--fh-lime); }
.fh-button--dark { color: var(--fh-white); background: var(--fh-navy); box-shadow: 0 10px 0 rgba(7,26,56,.25); }
.fh-menu-button { display: none; }

.fh-hero { position: relative; min-height: 900px; padding-top: 92px; background: var(--fh-navy); overflow: hidden; }
.fh-hero::before { content: ''; position: absolute; width: 550px; height: 550px; left: -300px; top: 130px; border: 1px solid rgba(200,255,61,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(200,255,61,.025), 0 0 0 150px rgba(200,255,61,.02); }
.fh-hero-grid { min-height: 810px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(38px, 7vw, 96px); padding-top: 54px; padding-bottom: 150px; }
.fh-hero-copy { position: relative; z-index: 2; }
.fh-kicker, .fh-eyebrow { margin: 0; font: 700 12px/1 'Space Grotesk', sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.fh-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--fh-lime); }
.fh-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--fh-orange); box-shadow: 0 0 0 5px rgba(255,107,53,.15); }
.fh-hero h1, .fh-section-head h2, .fh-course-intro h2, .fh-faq-intro h2, .fh-final h2 {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: -.065em;
}
.fh-hero h1 { font-size: clamp(58px, 6.4vw, 94px); line-height: .91; }
.fh-home h1 em, .fh-home h2 em { color: var(--fh-lime); font-style: normal; }
.fh-hero-copy > p { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.55; }
.fh-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.fh-text-link { display: inline-flex; gap: 14px; align-items: center; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 7px; }
.fh-text-link span { color: var(--fh-lime); }
.fh-hero-note { position: relative; z-index: 3; margin-top: 24px; padding-bottom: 8px; color: rgba(255,255,255,.56); font-size: 13px; }
.fh-hero-note strong { color: var(--fh-orange); }

.fh-hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; }
.fh-photo-frame { width: min(100%, 535px); height: 590px; padding: 12px; border: 2px solid rgba(255,255,255,.24); border-radius: 38px; background: rgba(255,255,255,.05); transform: rotate(3deg); box-shadow: 24px 34px 0 rgba(0,0,0,.16); overflow: hidden; }
.fh-photo-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; }
.fh-sticker { position: absolute; z-index: 4; display: grid; place-items: center; text-align: center; color: var(--fh-ink); font: 700 16px/1.05 'Space Grotesk', sans-serif; letter-spacing: -.03em; box-shadow: 8px 10px 0 rgba(0,0,0,.18); }
.fh-sticker--lime { width: 145px; height: 145px; left: -10px; top: 65px; border-radius: 50%; background: var(--fh-lime); transform: rotate(-10deg); }
.fh-sticker--lime b { position: absolute; right: 24px; bottom: 22px; font-size: 24px; }
.fh-sticker--orange { width: 160px; height: 76px; right: -12px; bottom: 72px; border-radius: 8px; color: var(--fh-white); background: var(--fh-orange); transform: rotate(8deg); }
.fh-focus-corners { position: absolute; inset: 24px; pointer-events: none; }
.fh-focus-corners i { position: absolute; width: 38px; height: 38px; border-color: var(--fh-lime); border-style: solid; }
.fh-focus-corners i:nth-child(1) { top: 0; left: 0; border-width: 2px 0 0 2px; }
.fh-focus-corners i:nth-child(2) { top: 0; right: 0; border-width: 2px 2px 0 0; }
.fh-focus-corners i:nth-child(3) { bottom: 0; left: 0; border-width: 0 0 2px 2px; }
.fh-focus-corners i:nth-child(4) { bottom: 0; right: 0; border-width: 0 2px 2px 0; }

.fh-marquee { position: absolute; left: -2%; right: -2%; bottom: 28px; overflow: hidden; color: var(--fh-navy); background: var(--fh-lime); transform: rotate(-1.5deg); box-shadow: 0 8px 0 var(--fh-orange); }
.fh-marquee div { width: max-content; display: flex; align-items: center; gap: 35px; padding: 14px 0; font: 700 17px/1 'Space Grotesk', sans-serif; letter-spacing: .03em; }
.fh-marquee b { color: var(--fh-blue); }

.fh-section { padding: 118px 0; }
.fh-section--light { color: var(--fh-ink); background: var(--fh-cream); }
.fh-section-head { display: grid; grid-template-columns: .7fr 1.3fr .8fr; gap: 48px; align-items: end; margin-bottom: 54px; }
.fh-section-head h2, .fh-course-intro h2, .fh-faq-intro h2 { font-size: clamp(48px, 5.7vw, 78px); line-height: .94; }
.fh-section-head > p, .fh-course-intro > p { margin: 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.55; }
.fh-section-head--dark > p { color: rgba(7,26,56,.65); }
.fh-section-number { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 24px; border: 1px solid currentColor; border-radius: 50%; font: 700 13px/1 'Space Grotesk', sans-serif; }
.fh-eyebrow { color: var(--fh-blue); }

.fh-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fh-feature-card { min-width: 0; min-height: 530px; padding: 24px 22px 20px; border-radius: 18px; display: flex; flex-direction: column; color: var(--fh-ink); overflow: hidden; }
.fh-feature-card--blue { color: white; background: var(--fh-blue); }
.fh-feature-card--lime { background: var(--fh-lime); }
.fh-feature-card--orange { color: white; background: var(--fh-orange); }
.fh-feature-card--navy { color: white; background: var(--fh-navy); }
.fh-feature-top { display: flex; align-items: center; justify-content: space-between; font: 700 13px/1 'Space Grotesk', sans-serif; }
.fh-feature-top b { font-size: 25px; }
.fh-feature-card h3 { margin: 55px 0 14px; font: 700 clamp(26px, 2.4vw, 34px)/.96 'Space Grotesk', sans-serif; letter-spacing: -.055em; }
.fh-feature-card p { min-height: 70px; margin: 0 0 25px; color: currentColor; opacity: .78; line-height: 1.45; }
.fh-feature-card img { width: 100%; height: 215px; margin-top: auto; object-fit: cover; border-radius: 10px; filter: saturate(.84) contrast(1.05); }

.fh-stats { border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); background: var(--fh-blue); }
.fh-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fh-stat { min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 20px; border-left: 1px solid rgba(255,255,255,.23); }
.fh-stat:last-child { border-right: 1px solid rgba(255,255,255,.23); }
.fh-stat strong { font: 700 clamp(52px, 5.5vw, 82px)/1 'Space Grotesk', sans-serif; letter-spacing: -.06em; }
.fh-stat strong span { color: var(--fh-lime); }
.fh-stat > span { font-size: 13px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }

.fh-results { background: var(--fh-navy); }
.fh-results .fh-section-head em { color: var(--fh-orange); }
.fh-ba-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 18px; }
.fh-ba-card { min-width: 0; margin: 0; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 19px; background: rgba(255,255,255,.035); }
.fh-ba-card img { width: 100%; height: 310px; object-fit: cover; border-radius: 11px; }
.fh-ba-card figcaption { display: grid; gap: 10px; padding: 20px 10px 13px; }
.fh-ba-card figcaption span { color: var(--fh-lime); font: 700 11px/1 'Space Grotesk', sans-serif; letter-spacing: .12em; }
.fh-ba-card figcaption strong { max-width: 25ch; font: 600 20px/1.15 'Space Grotesk', sans-serif; }
.fh-outline-link { width: fit-content; display: flex; align-items: center; gap: 44px; margin: 34px 0 0 auto; padding: 15px 17px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.fh-outline-link span { color: var(--fh-orange); font-size: 23px; }

.fh-course { position: relative; color: var(--fh-ink); background: var(--fh-orange); overflow: hidden; }
.fh-course::before { content: ''; position: absolute; width: 430px; height: 430px; right: -245px; top: 90px; border: 1px solid rgba(7,26,56,.22); border-radius: 50%; box-shadow: 0 0 0 65px rgba(7,26,56,.025), 0 0 0 130px rgba(7,26,56,.025); pointer-events: none; }
.fh-course > .fh-container { position: relative; z-index: 1; }
.fh-course .fh-section-number { color: var(--fh-ink); }
.fh-course .fh-eyebrow { color: var(--fh-ink); }
.fh-course-intro { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.fh-course-intro h2 { margin-top: 20px; }
.fh-course-intro h2 em { color: var(--fh-white); }
.fh-course-intro > p { color: rgba(7,26,56,.72); }
.fh-course-route { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; margin: -10px 0 38px; padding: 13px; border: 2px solid var(--fh-ink); border-radius: 18px; background: rgba(255,255,255,.14); }
.fh-course-route span { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; background: var(--fh-cream); font: 700 16px/1 'Space Grotesk', sans-serif; }
.fh-course-route span:nth-of-type(2) { color: white; background: var(--fh-blue); }
.fh-course-route span:nth-of-type(3) { background: var(--fh-lime); }
.fh-course-route span:nth-of-type(4) { color: white; background: var(--fh-navy); }
.fh-course-route span b { font-size: 11px; opacity: .65; }
.fh-course-route i { font-style: normal; font-size: 21px; font-weight: 700; }
.fh-module-list { display: grid; gap: 26px; }
.fh-module { display: grid; grid-template-columns: 112px minmax(0,1fr) 320px; grid-template-rows: auto 1fr; gap: 25px 36px; align-items: start; min-height: 350px; padding: 25px; border: 2px solid var(--fh-ink); border-radius: 25px; color: var(--fh-ink); background: var(--fh-cream); box-shadow: 12px 12px 0 var(--fh-navy); overflow: hidden; }
.fh-module:nth-child(2) { width: calc(100% - 42px); margin-left: 42px; color: white; background: var(--fh-navy); box-shadow: 12px 12px 0 var(--fh-lime); }
.fh-module:nth-child(3) { background: var(--fh-lime); box-shadow: 12px 12px 0 var(--fh-blue); }
.fh-module-number { grid-row: 1 / span 2; display: flex; flex-direction: column; font: 700 clamp(68px, 7vw, 100px)/.75 'Space Grotesk', sans-serif; letter-spacing: -.09em; }
.fh-module-number span { margin-bottom: 14px; font-size: 10px; line-height: 1; letter-spacing: .16em; }
.fh-module-copy { padding-top: 13px; }
.fh-module-copy > span { display: inline-flex; padding: 8px 10px; border-radius: 99px; color: white; background: var(--fh-blue); font: 700 10px/1 'Space Grotesk', sans-serif; letter-spacing: .09em; }
.fh-module:nth-child(2) .fh-module-copy > span { color: var(--fh-ink); background: var(--fh-lime); }
.fh-module:nth-child(3) .fh-module-copy > span { color: white; background: var(--fh-orange); }
.fh-module h3 { margin: 21px 0 12px; font: 700 clamp(39px, 4.4vw, 64px)/.9 'Space Grotesk', sans-serif; letter-spacing: -.065em; }
.fh-module p { max-width: 43ch; margin: 0; color: currentColor; opacity: .7; font-size: 17px; line-height: 1.45; }
.fh-module ul { grid-column: 2; align-self: end; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.fh-module li { position: relative; padding: 9px 13px 9px 30px; border: 1px solid currentColor; border-radius: 99px; font-size: 12px; font-weight: 700; }
.fh-module li::before { content: '↗'; position: absolute; left: 11px; top: 8px; color: var(--fh-orange); font-weight: 700; }
.fh-module:nth-child(2) li::before { color: var(--fh-lime); }
.fh-module:nth-child(3) li::before { color: var(--fh-blue); }
.fh-module-visual { position: relative; grid-column: 3; grid-row: 1 / span 2; align-self: stretch; min-height: 298px; margin: 0; border-radius: 16px; overflow: hidden; }
.fh-module-visual img { width: 100%; height: 100%; min-height: 298px; object-fit: cover; transition: transform .45s ease; }
.fh-module:hover .fh-module-visual img { transform: scale(1.035); }
.fh-module-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(6,26,58,.8)); }
.fh-module-visual figcaption { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 15px; display: flex; align-items: flex-end; justify-content: space-between; color: white; font: 700 12px/1.2 'Space Grotesk', sans-serif; letter-spacing: .08em; }
.fh-module-visual figcaption b { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--fh-ink); background: var(--fh-lime); font-size: 20px; }
.fh-course-bottom { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 54px; padding: 26px; border: 2px solid var(--fh-ink); border-radius: 18px; background: rgba(255,255,255,.18); }
.fh-course-bottom p { max-width: 490px; margin: 0; line-height: 1.5; }

.fh-pricing { position: relative; color: white; background: var(--fh-blue); overflow: hidden; }
.fh-pricing::before { content: '€'; position: absolute; right: -45px; bottom: -165px; color: rgba(255,255,255,.055); font: 700 560px/.8 'Space Grotesk', sans-serif; letter-spacing: -.1em; pointer-events: none; }
.fh-pricing-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 115px); align-items: center; }
.fh-pricing .fh-section-number { color: var(--fh-lime); }
.fh-pricing .fh-eyebrow { color: var(--fh-lime); }
.fh-pricing-intro h2 { margin: 24px 0 26px; font: 700 clamp(50px, 5.5vw, 76px)/.93 'Space Grotesk', sans-serif; letter-spacing: -.065em; }
.fh-pricing-intro h2 em { color: var(--fh-lime); }
.fh-pricing-intro > p:not(.fh-eyebrow) { max-width: 510px; margin: 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.55; }
.fh-price-promise { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.fh-price-promise > b { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--fh-ink); background: var(--fh-lime); font-size: 20px; }
.fh-price-promise span, .fh-price-promise strong { display: block; }
.fh-price-promise span { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.45; }
.fh-price-promise strong { color: white; font-size: 16px; }
.fh-price-card { position: relative; padding: 34px; border: 2px solid var(--fh-ink); border-radius: 25px; color: var(--fh-ink); background: var(--fh-cream); box-shadow: 14px 14px 0 var(--fh-lime); }
.fh-price-card::before { content: ''; position: absolute; width: 18px; height: 18px; left: -10px; top: 76px; border-radius: 50%; background: var(--fh-orange); box-shadow: 0 0 0 7px var(--fh-blue); }
.fh-price-card-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 2px solid var(--fh-ink); font: 700 11px/1 'Space Grotesk', sans-serif; letter-spacing: .1em; }
.fh-price-card-head b { padding: 9px 12px; border-radius: 99px; color: white; background: var(--fh-orange); }
.fh-price-main { display: flex; align-items: flex-end; gap: 18px; padding: 30px 0 25px; }
.fh-price-main > strong { font: 700 clamp(68px, 7vw, 98px)/.75 'Space Grotesk', sans-serif; letter-spacing: -.08em; }
.fh-price-main > span { margin-bottom: -1px; font: 700 12px/1.35 'Space Grotesk', sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.fh-trial-summary { display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--fh-ink); border-radius: 13px; overflow: hidden; }
.fh-trial-summary > div { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 15px; background: white; }
.fh-trial-summary > div:first-child { border-right: 2px solid var(--fh-ink); background: var(--fh-lime); }
.fh-trial-summary span { font-size: 12px; font-weight: 700; }
.fh-trial-summary strong { font: 700 16px/1 'Space Grotesk', sans-serif; }
.fh-price-card > ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 26px 0; padding: 0; list-style: none; }
.fh-price-card > ul li { position: relative; padding: 11px 0 11px 25px; border-bottom: 1px solid rgba(7,26,56,.18); font-size: 14px; line-height: 1.35; }
.fh-price-card > ul li::before { content: '✓'; position: absolute; left: 0; color: var(--fh-blue); font-weight: 800; }
.fh-button--price { width: 100%; color: white; background: var(--fh-navy); box-shadow: 0 10px 0 rgba(7,26,56,.2); }
.fh-price-terms { margin: 23px 4px 0; color: rgba(7,26,56,.67); font-size: 11px; line-height: 1.55; text-align: center; }
.fh-price-terms strong { color: var(--fh-ink); }
.fh-price-terms a { color: var(--fh-ink); font-weight: 700; text-decoration: underline; }

.fh-faq { color: var(--fh-ink); background: var(--fh-cream); }
.fh-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.fh-faq-intro h2 { margin: 22px 0 24px; }
.fh-faq-intro h2 em { color: var(--fh-blue); }
.fh-faq-intro > p:not(.fh-eyebrow) { max-width: 350px; color: rgba(7,26,56,.65); line-height: 1.55; }
.fh-faq-intro > a { display: inline-flex; gap: 28px; margin-top: 30px; padding-bottom: 8px; border-bottom: 1px solid var(--fh-ink); font-weight: 700; }
.fh-faq-intro > a span { color: var(--fh-orange); font-size: 20px; }
.fh-accordion { border-top: 2px solid var(--fh-ink); }
.fh-accordion details { border-bottom: 2px solid var(--fh-ink); }
.fh-accordion summary { min-height: 86px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 18px; cursor: pointer; list-style: none; font: 600 clamp(17px, 2vw, 22px)/1.25 'Space Grotesk', sans-serif; }
.fh-accordion summary::-webkit-details-marker { display: none; }
.fh-accordion summary span { color: var(--fh-blue); font-size: 12px; }
.fh-accordion summary b { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--fh-white); background: var(--fh-blue); transition: transform .2s ease; }
.fh-accordion details[open] summary b { color: var(--fh-ink); background: var(--fh-lime); transform: rotate(45deg); }
.fh-accordion details p { max-width: 650px; margin: -4px 45px 28px 63px; color: rgba(7,26,56,.68); line-height: 1.55; }

.fh-final { padding: 42px 0; color: var(--fh-ink); background: var(--fh-navy); }
.fh-final-card { position: relative; min-height: 510px; padding: 70px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; border-radius: 30px; background: var(--fh-lime); overflow: hidden; }
.fh-final-copy, .fh-final-offer { position: relative; z-index: 2; }
.fh-final-label { display: inline-block; margin-bottom: 30px; font: 700 12px/1 'Space Grotesk', sans-serif; letter-spacing: .12em; }
.fh-final h2 { max-width: 820px; font-size: clamp(52px, 6.2vw, 88px); line-height: .92; }
.fh-final h2 em { color: var(--fh-blue); }
.fh-final-offer { padding: 30px; border: 2px solid var(--fh-ink); border-radius: 18px; background: rgba(255,255,255,.38); box-shadow: 12px 12px 0 var(--fh-orange); }
.fh-price { display: flex; align-items: flex-end; gap: 10px; }
.fh-price strong { font: 700 72px/.9 'Space Grotesk', sans-serif; letter-spacing: -.07em; }
.fh-price span { margin-bottom: 8px; font-weight: 700; }
.fh-final-offer p { margin: 18px 0 24px; line-height: 1.45; }
.fh-final-offer .fh-button { width: 100%; }
.fh-final-orbit { position: absolute; left: 46%; bottom: -72px; width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--fh-blue); transform: rotate(-12deg); }
.fh-final-orbit span { width: 120px; text-align: center; font: 700 12px/1.6 'Space Grotesk', sans-serif; }
.fh-final-orbit b { position: absolute; font-size: 35px; color: var(--fh-lime); }

.fh-footer { padding: 72px 0 0; color: white; background: var(--fh-navy); overflow: hidden; }
.fh-footer-grid { display: grid; grid-template-columns: 1fr 1fr .8fr .8fr; gap: 40px; align-items: start; padding-bottom: 54px; }
.fh-footer-grid > p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.45; }
.fh-footer nav { display: grid; gap: 12px; color: rgba(255,255,255,.65); font-size: 14px; }
.fh-footer nav a:hover { color: var(--fh-lime); }
.fh-footer nav span { margin-top: 8px; font-size: 12px; }
.fh-footer-word { margin: 0 auto -4vw; color: rgba(255,255,255,.035); font: 700 clamp(100px, 18vw, 260px)/.75 'Space Grotesk', sans-serif; letter-spacing: -.08em; text-align: center; white-space: nowrap; }

/* Keep the existing secure checkout legible inside the new brand. */
.fh-home .ppm-wallet-modal__panel { background: radial-gradient(circle at top, rgba(34,92,255,.28), transparent 34%), var(--fh-navy) !important; border-color: rgba(200,255,61,.3) !important; }
.fh-home .ppm-wallet-modal__eyebrow { color: var(--fh-lime) !important; border-color: rgba(200,255,61,.38) !important; background: rgba(200,255,61,.08) !important; }
.fh-home .ppm-wallet-modal__summary > strong { color: var(--fh-lime) !important; }
.fh-home .ppm-wallet-modal__submit { color: var(--fh-ink) !important; background: var(--fh-lime) !important; box-shadow: 0 12px 30px rgba(200,255,61,.15) !important; }
.fh-home .ppm-wallet-modal__note a { color: var(--fh-lime); text-decoration: underline; }
.fh-home .app-modal__dialog { border-color: rgba(200,255,61,.3); background: radial-gradient(circle at top, rgba(34,92,255,.28), transparent 34%), var(--fh-navy); }
.fh-home .app-modal__eyebrow { color: var(--fh-lime); }
.fh-home .app-modal__button { color: var(--fh-ink); background: var(--fh-lime); box-shadow: none; }

@media (max-width: 1100px) {
  .fh-navigation { gap: 14px; }
  .fh-navigation > a { font-size: 12px; }
  .fh-hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .fh-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .fh-feature-card { min-height: 500px; }
  .fh-ba-grid { grid-template-columns: 1fr 1fr; }
  .fh-ba-card--wide { grid-column: 1 / -1; }
  .fh-module { grid-template-columns: 90px minmax(0,1fr) 270px; gap: 22px; }
  .fh-final-card { padding: 55px; gap: 45px; }
}

@media (max-width: 820px) {
  .fh-container { width: min(calc(100% - 30px), var(--fh-container)); }
  .fh-header { position: absolute; }
  .fh-nav-wrap { min-height: 76px; }
  .fh-menu-button { width: 46px; height: 46px; padding: 0; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: transparent; }
  .fh-menu-button span { width: 19px; height: 2px; background: currentColor; }
  .fh-navigation { position: absolute; top: 68px; left: 15px; right: 15px; display: none; padding: 18px; border-radius: 16px; flex-direction: column; align-items: stretch; color: white; background: #0b2450; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
  .fh-navigation.is-open { display: flex; }
  .fh-navigation > a { display: flex; padding: 9px; }
  .fh-navigation > a::after { display: none; }
  .fh-nav-login { margin-left: 0; }
  .fh-hero { padding-top: 76px; }
  .fh-hero-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 130px; }
  .fh-hero-copy { text-align: center; }
  .fh-kicker, .fh-hero-actions { justify-content: center; }
  .fh-hero-copy > p { margin-left: auto; margin-right: auto; }
  .fh-hero-visual { min-height: 560px; }
  .fh-photo-frame { height: 540px; }
  .fh-sticker--lime { left: 3%; }
  .fh-sticker--orange { right: 3%; }
  .fh-section { padding: 84px 0; }
  .fh-section-head { grid-template-columns: 1fr 1.7fr; }
  .fh-section-head > p { grid-column: 2; }
  .fh-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .fh-stat { min-height: 170px; border-bottom: 1px solid rgba(255,255,255,.23); }
  .fh-course-intro, .fh-pricing-grid, .fh-faq-grid, .fh-final-card { grid-template-columns: 1fr; }
  .fh-course-intro { gap: 30px; }
  .fh-course-route { grid-template-columns: 1fr 1fr; }
  .fh-course-route i { display: none; }
  .fh-module, .fh-module:nth-child(2) { width: 100%; margin-left: 0; grid-template-columns: 76px 1fr; grid-template-rows: auto auto auto; }
  .fh-module-number { grid-row: 1 / span 2; }
  .fh-module ul { grid-column: 2; }
  .fh-module-visual { grid-column: 1 / -1; grid-row: 3; min-height: 290px; }
  .fh-faq-grid { gap: 60px; }
  .fh-pricing-grid { gap: 60px; }
  .fh-price-card { max-width: 680px; }
  .fh-final-card { padding: 52px 38px 90px; }
  .fh-final-offer { max-width: 520px; }
  .fh-final-orbit { left: auto; right: -30px; }
  .fh-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .fh-container { width: min(calc(100% - 22px), var(--fh-container)); }
  .fh-logo { font-size: 13px; }
  .fh-logo-mark { width: 35px; height: 35px; }
  .fh-hero h1 { font-size: clamp(50px, 15vw, 72px); }
  .fh-hero-copy > p { font-size: 17px; }
  .fh-hero-actions { flex-direction: column; }
  .fh-hero-actions .fh-button { width: 100%; }
  .fh-hero-visual { min-height: 460px; }
  .fh-photo-frame { width: 88%; height: 440px; border-radius: 28px; }
  .fh-photo-frame img { border-radius: 19px; }
  .fh-sticker--lime { width: 112px; height: 112px; left: -1%; top: 45px; font-size: 13px; }
  .fh-sticker--orange { width: 130px; height: 65px; right: -1%; bottom: 40px; font-size: 13px; }
  .fh-focus-corners { inset: 8px; }
  .fh-marquee { bottom: 25px; }
  .fh-section-head { grid-template-columns: 1fr; gap: 24px; }
  .fh-section-head > p { grid-column: auto; }
  .fh-section-head h2, .fh-course-intro h2, .fh-faq-intro h2 { font-size: 48px; }
  .fh-feature-grid, .fh-ba-grid { grid-template-columns: 1fr; }
  .fh-feature-card { min-height: 490px; }
  .fh-ba-card--wide { grid-column: auto; }
  .fh-ba-card img { height: 260px; }
  .fh-stat { min-height: 145px; flex-direction: column; align-items: flex-start; gap: 4px; padding: 24px; }
  .fh-stat strong { font-size: 56px; }
  .fh-stat > span { font-size: 11px; }
  .fh-course-route { gap: 8px; padding: 8px; }
  .fh-course-route span { min-height: 50px; font-size: 13px; }
  .fh-module, .fh-module:nth-child(2) { grid-template-columns: 1fr; gap: 18px; padding: 18px; box-shadow: 7px 7px 0 var(--fh-navy); }
  .fh-module:nth-child(2) { box-shadow: 7px 7px 0 var(--fh-lime); }
  .fh-module:nth-child(3) { box-shadow: 7px 7px 0 var(--fh-blue); }
  .fh-module-number { grid-column: 1; grid-row: auto; flex-direction: row; align-items: baseline; gap: 10px; font-size: 58px; }
  .fh-module-number span { margin: 0; }
  .fh-module-copy, .fh-module ul { grid-column: 1; }
  .fh-module h3 { font-size: 44px; }
  .fh-module ul { align-self: auto; }
  .fh-module-visual { grid-column: 1; grid-row: auto; min-height: 235px; }
  .fh-module-visual img { min-height: 235px; }
  .fh-course-bottom { align-items: stretch; flex-direction: column; }
  .fh-course-bottom .fh-button { width: 100%; }
  .fh-price-card { padding: 24px 19px; box-shadow: 8px 8px 0 var(--fh-lime); }
  .fh-price-main { align-items: flex-end; }
  .fh-price-main > strong { font-size: 70px; }
  .fh-trial-summary, .fh-price-card > ul { grid-template-columns: 1fr; }
  .fh-trial-summary > div:first-child { border-right: 0; border-bottom: 2px solid var(--fh-ink); }
  .fh-accordion summary { grid-template-columns: 28px 1fr auto; gap: 10px; }
  .fh-accordion details p { margin-left: 38px; margin-right: 20px; }
  .fh-final { padding-left: 4px; padding-right: 4px; }
  .fh-final-card { padding: 45px 24px 100px; border-radius: 24px; }
  .fh-final h2 { font-size: 51px; }
  .fh-final-offer { padding: 23px; box-shadow: 8px 8px 0 var(--fh-orange); }
  .fh-price strong { font-size: 62px; }
  .fh-final-orbit { bottom: -95px; }
  .fh-footer-grid { grid-template-columns: 1fr; }
  .fh-footer-word { margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  .fh-home { scroll-behavior: auto; }
  .fh-home *, .fh-home *::before, .fh-home *::after { transition-duration: .01ms !important; }
}
