.fh-hero{background:var(--color-dark);padding:calc(var(--header-height) + var(--space-20)) var(--space-6) var(--space-20);text-align:center}.fh-hero__eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-light);margin-bottom:var(--space-6)}.fh-hero h1{font-size:var(--text-hero);font-weight:800;color:var(--color-white);line-height:1.05;margin-bottom:var(--space-6)}.fh-hero h1 span{color:var(--color-primary-light)}.fh-hero__sub{font-size:var(--text-lg);color:rgba(255,255,255,.6);max-width:560px;margin:0 auto;line-height:1.6}.fh-section-header{max-width:700px;margin:0 auto var(--space-12);text-align:center}.fh-section-header__eyebrow{display:inline-flex;align-items:center;font-size:var(--text-sm);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-4)}.fh-section-header h2{font-size:var(--text-4xl);font-weight:800;color:var(--color-dark);line-height:1.1;margin-bottom:var(--space-4)}.fh-section-header h2 span{color:var(--color-primary)}.fh-section-header__sub{font-size:var(--text-lg);color:var(--color-text-secondary);line-height:1.6;max-width:560px;margin:0 auto}.fh-section-header--dark .fh-section-header__eyebrow{color:var(--color-primary-light)}.fh-section-header--dark h2{color:var(--color-white)}.fh-section-header--dark h2 span{color:var(--color-primary-light)}.fh-section-header--dark .fh-section-header__sub{color:rgba(255,255,255,.6)}.fh-card{border:1.5px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-8);display:flex;flex-direction:column;gap:var(--space-4);transition:border-color .25s,box-shadow .25s,transform .25s;text-decoration:none;color:inherit;background:var(--color-white);position:relative}.fh-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.fh-card--featured{border-color:var(--color-primary);background:var(--color-primary-subtle)}.fh-card__badge{display:inline-block;font-size:var(--text-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);background:var(--color-primary-glow);border-radius:var(--radius-pill);padding:var(--space-1) var(--space-3);width:-moz-fit-content;width:fit-content}.fh-card__top{display:flex;flex-direction:column;gap:var(--space-2)}.fh-card__format{font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.fh-card__title{font-size:var(--text-2xl);font-weight:800;color:var(--color-dark);line-height:1.2}.fh-card__desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.65;flex:1 1}.fh-card__meta{display:flex;flex-wrap:wrap;gap:var(--space-2)}.fh-card__meta-tag{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-secondary)}.fh-card__meta-tag--beginner{background:rgba(34,197,94,.1);color:#16a34a}.fh-card__meta-tag--medium{background:rgba(245,158,11,.1);color:#d97706}.fh-card__facts{display:flex;flex-direction:column;gap:var(--space-2)}.fh-card__fact{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--color-text)}.fh-card__fact:before{content:"✓";color:var(--color-primary);font-weight:700;flex-shrink:0;font-size:.8rem}.fh-card__price{font-size:var(--text-3xl);font-weight:800;color:var(--color-dark)}.fh-card__price small{font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted)}.fh-card__cta{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-sm);font-weight:700;color:var(--color-primary);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.fh-card--featured .fh-card__cta{border-top-color:rgba(123,110,246,.2)}.fh-card__cta svg{flex-shrink:0}.fh-online{padding:var(--space-20) var(--space-6);background:var(--color-white)}.fh-online__grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-6);gap:var(--space-6)}.fh-online__grid .fh-card:nth-child(4){grid-column:1/2}.fh-online__grid .fh-card:nth-child(5){grid-column:2/3}.fh-modules{padding:var(--space-20) var(--space-6);background:var(--color-surface)}.fh-modules__grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-6);gap:var(--space-6)}.fh-modules .fh-card{border-color:var(--color-border-light)}.fh-modules .fh-card__fact:before{content:"◆";color:#d97706;font-size:.55rem}.fh-packs{padding:var(--space-20) var(--space-6) var(--space-24);background:var(--color-white)}.fh-packs__grid{max-width:860px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-8);gap:var(--space-8);align-items:start}.fh-packs .fh-card{padding:var(--space-10)}.fh-packs .fh-card__title{font-size:var(--text-3xl)}.fh-packs .fh-card__price{font-size:clamp(2rem,3vw + .5rem,2.5rem)}.fh-subs{padding:var(--space-20) var(--space-6) var(--space-24);background:var(--color-dark)}.fh-subs__grid{max-width:860px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-8);gap:var(--space-8);align-items:start}.fh-subs .fh-card{background:var(--color-dark-surface);border-color:rgba(255,255,255,.08);color:var(--color-white)}.fh-subs .fh-card:hover{border-color:var(--color-primary-light);box-shadow:0 8px 32px rgba(123,110,246,.2)}.fh-subs .fh-card--featured{border-color:var(--color-primary);background:linear-gradient(135deg,rgba(123,110,246,.12),rgba(123,110,246,.04))}.fh-subs .fh-card__title{color:var(--color-white)}.fh-subs .fh-card__format{color:rgba(255,255,255,.5)}.fh-subs .fh-card__desc{color:rgba(255,255,255,.6)}.fh-subs .fh-card__fact{color:rgba(255,255,255,.85)}.fh-subs .fh-card__price{color:var(--color-white)}.fh-subs .fh-card__price small{color:rgba(255,255,255,.5)}.fh-subs .fh-card__cta{border-top-color:rgba(255,255,255,.1);color:var(--color-primary-light)}.fh-subs .fh-card--featured .fh-card__cta{border-top-color:rgba(123,110,246,.3)}.fh-card__setup{font-size:var(--text-xs);color:var(--color-text-muted);margin-top:-2px}.fh-subs .fh-card__setup{color:rgba(255,255,255,.4)}.fh-presential{padding:var(--space-20) var(--space-6);background:var(--color-surface)}.fh-presential__grid{max-width:860px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-8);gap:var(--space-8);align-items:start}.fh-final{background:var(--color-dark);padding:var(--space-20) var(--space-6);text-align:center}.fh-final__inner{max-width:640px;margin:0 auto}.fh-final h2{font-size:var(--text-5xl);font-weight:800;color:var(--color-white);margin-bottom:var(--space-6);line-height:1.1}.fh-final h2 span{color:var(--color-primary-light)}.fh-final p{color:rgba(255,255,255,.6);font-size:var(--text-lg);margin-bottom:var(--space-10);line-height:1.6}@media (max-width:1024px){.fh-online__grid{grid-template-columns:repeat(2,1fr);max-width:700px}.fh-online__grid .fh-card:nth-child(4),.fh-online__grid .fh-card:nth-child(5){grid-column:auto}.fh-online__grid .fh-card:nth-child(5){grid-column:1/-1;max-width:340px;justify-self:center}.fh-modules__grid{grid-template-columns:repeat(2,1fr);max-width:700px}.fh-modules__grid .fh-card:nth-child(5){grid-column:1/-1;max-width:340px;justify-self:center}.fh-packs__grid,.fh-presential__grid,.fh-subs__grid{grid-template-columns:1fr;max-width:520px}}@media (max-width:640px){.fh-hero h1{font-size:var(--text-4xl)}.fh-modules__grid,.fh-online__grid{grid-template-columns:1fr;max-width:440px}.fh-modules__grid .fh-card:nth-child(5),.fh-online__grid .fh-card:nth-child(5){max-width:none}.fh-card{padding:var(--space-6)}.fh-packs .fh-card{padding:var(--space-8)}.fh-section-header h2{font-size:var(--text-3xl)}.fh-modules,.fh-online,.fh-packs,.fh-presential,.fh-subs{padding:var(--space-16) var(--space-4)}}