:root {
  --bg: #fffaf6;
  --surface: #ffffff;
  --ink: #1f0c14;
  --ink-soft: #4f2e3a;
  --ink-mute: #876570;
  --line: #f3e1d8;
  --brand: #ed1c50;
  --brand-deep: #b41138;
  --brand-2: #f7b800;
  --shadow-card: 0 1px 0 rgba(20,15,10,.04), 0 14px 32px rgba(20,15,10,.06);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: 'Bebas Neue', 'Inter', serif; font-weight: 600; line-height: 1.15; letter-spacing: -.005em; margin: 0; }
h1 { font-size: clamp(36px, 5.4vw, 64px); }
h2 { font-size: clamp(28px, 3.4vw, 42px); }
h3 { font-size: 19px; }
h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-mute); margin: 0 0 14px; font-family: 'Inter', sans-serif; font-weight: 600; }

.kicker { display: inline-block; font: 600 12.5px/1 'Inter', sans-serif; text-transform: uppercase; letter-spacing: .12em; color: var(--brand-deep); background: color-mix(in srgb, var(--brand) 10%, transparent); padding: 8px 14px; border-radius: 999px; margin-bottom: 22px; }
.hl { color: var(--brand); }
.sub { color: var(--ink-soft); max-width: 720px; margin: 12px 0 36px; font-size: 17px; line-height: 1.55; }

/* ----- header ----- */
.hdr { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 92%, transparent); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line); }
.hdr__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-family: 'Bebas Neue', sans-serif; font-size: 19px; letter-spacing: -.005em; font-weight: 600; }
.brand__mark { color: var(--brand); font-size: 16px; }
.nav { display: flex; gap: 6px; align-items: center; }
.nav a { padding: 10px 14px; border-radius: 8px; color: var(--ink-soft); font-weight: 500; font-size: 14.5px; transition: color .15s, background .15s; }
.nav a:hover { color: var(--ink); background: color-mix(in srgb, var(--ink) 4%, transparent); }
.nav__cta { background: var(--ink); color: #fff !important; font-weight: 600; padding: 10px 18px !important; margin-left: 8px; }
.nav__cta:hover { background: var(--brand) !important; color: #fff !important; }
.burger { display: none; background: transparent; border: 1px solid var(--line); border-radius: 10px; width: 42px; height: 42px; cursor: pointer; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ----- hero ----- */
.hero { padding: 64px 0 80px; background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--brand-2) 6%, transparent) 100%); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero__copy h1 { margin-bottom: 22px; }
.lead { font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-soft); max-width: 540px; margin: 0 0 32px; line-height: 1.65; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; border-radius: 10px; font: 600 15px/1 'Inter', sans-serif; border: 1px solid transparent; cursor: pointer; transition: transform .15s, background .15s, color .15s, box-shadow .15s; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 6px 18px color-mix(in srgb, var(--brand) 25%, transparent); }
.btn--primary:hover { background: var(--brand-deep); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: color-mix(in srgb, var(--ink) 4%, transparent); }
.btn--block { width: 100%; padding: 16px; font-size: 16px; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; padding: 0; margin: 0; }
.hero__facts li { color: var(--ink-mute); font-size: 14px; line-height: 1.5; }
.hero__facts b { display: block; color: var(--ink); font-family: 'Bebas Neue', sans-serif; font-size: 26px; font-weight: 600; margin-bottom: 2px; }
.hero__media { position: relative; }
.hero__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 18px; box-shadow: 0 20px 60px rgba(20,15,10,.18); }
.hero__badge { position: absolute; bottom: 20px; left: 20px; background: rgba(20,15,10,.92); color: #fff; font-weight: 600; font-size: 13px; padding: 10px 14px; border-radius: 999px; backdrop-filter: blur(8px); }

/* ----- sections ----- */
.section { padding: 96px 0; }
.section--alt { background: var(--surface); }
.section--cta { background: linear-gradient(135deg, #2a1018 0%, #4a1d2d 100%); color: #fff; }
.section--cta h2, .section--cta .sub { color: #fff; }

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--6 { grid-template-columns: repeat(3, 1fr); }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 28px 24px; transition: transform .2s, box-shadow .2s; height: 100%; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.card__num { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--brand); line-height: 1; margin-bottom: 16px; font-weight: 600; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.6; margin: 0; flex: 1; }
.section--alt .card { background: var(--bg); border-color: transparent; }

/* ----- schedule ----- */
.schedule { background: var(--bg); border: 1px solid var(--line); border-radius: 16px; padding: 8px; overflow-x: auto; }
.section--alt .schedule { background: var(--surface); }
.schedule__row { display: grid; grid-template-columns: 130px repeat(7, 1fr); gap: 4px; min-width: 760px; }
.schedule__row > div { padding: 12px 10px; font-size: 13.5px; text-align: center; color: var(--ink-soft); }
.schedule__row--head > div { font-weight: 700; color: var(--ink); text-transform: uppercase; letter-spacing: .04em; font-size: 12px; border-bottom: 1px solid var(--line); }
.schedule__t { text-align: left !important; font-weight: 600; color: var(--ink) !important; }
.cell { border-radius: 8px; font-weight: 600; color: var(--ink) !important; }
.cell--a { background: color-mix(in srgb, var(--brand) 16%, transparent); }
.cell--b { background: color-mix(in srgb, var(--brand-2) 22%, transparent); }
.cell--c { background: color-mix(in srgb, var(--brand-deep) 14%, transparent); }
.cell--d { background: color-mix(in srgb, var(--brand-2) 12%, transparent); }
.cell--free { background: color-mix(in srgb, var(--ink) 5%, transparent); color: var(--ink-mute) !important; font-weight: 500; }
.schedule__note { color: var(--ink-mute); font-size: 14px; margin-top: 18px; }

/* ----- schedule_short (linear list) ----- */
.schedule-line { display: grid; gap: 14px; }
.schedule-line__row { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 22px 26px; display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: center; }
.schedule-line__t { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: var(--brand); font-weight: 600; }
.schedule-line__row h3 { margin: 0 0 6px; }
.schedule-line__row p { margin: 0; font-size: 14.5px; color: var(--ink-soft); }

/* ----- team ----- */
.coach { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; text-align: center; height: 100%; }
.coach__avatar { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 22px; font-weight: 600; color: #fff; }
.coach__avatar--a { background: linear-gradient(135deg, var(--brand), var(--brand-deep)); }
.coach__avatar--b { background: linear-gradient(135deg, var(--brand-2), var(--brand)); }
.coach__avatar--c { background: linear-gradient(135deg, var(--brand-deep), var(--ink)); }
.coach__avatar--d { background: linear-gradient(135deg, var(--brand-2), var(--brand-deep)); }
.coach h3 { margin-bottom: 6px; font-size: 17px; }
.coach__role { font-size: 13px; color: var(--brand-deep); font-weight: 600; margin: 0 0 12px; }
.coach p { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.55; }

/* ----- price3 ----- */
.prices { align-items: stretch; }
.price { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px; position: relative; display: flex; flex-direction: column; }
.price--featured { background: var(--ink); color: #fff; border: 0; box-shadow: 0 24px 60px rgba(20,15,10,.18); transform: translateY(-8px); }
.price--featured h3, .price--featured .price__val { color: #fff; }
.price__badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--brand); color: #fff; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; }
.price h3 { margin-bottom: 14px; }
.price__val { font-family: 'Bebas Neue', sans-serif; font-size: 38px; margin-bottom: 22px; color: var(--ink); line-height: 1; font-weight: 600; }
.price ul { list-style: none; padding: 0; margin: 0; flex: 1; }
.price li { font-size: 14.5px; padding: 9px 0; border-bottom: 1px solid color-mix(in srgb, var(--ink) 6%, transparent); color: var(--ink-soft); }
.price li:last-child { border-bottom: 0; }
.price--featured li { color: rgba(255,255,255,.85); border-bottom-color: rgba(255,255,255,.1); }
.prices__note { color: var(--ink-mute); font-size: 14.5px; margin-top: 28px; text-align: center; }

/* ----- pricelist (flat) ----- */
.pricelist { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 8px 28px; }
.pricelist__row { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.pricelist__row:last-child { border-bottom: 0; }
.pricelist__name { font-size: 15.5px; color: var(--ink); font-weight: 500; }
.pricelist__price { font-family: 'Bebas Neue', sans-serif; font-size: 17px; color: var(--brand-deep); font-weight: 600; white-space: nowrap; }

/* ----- story ----- */
.story { display: grid; grid-template-columns: 1fr; gap: 20px; max-width: 760px; }
.story p { font-size: 17px; line-height: 1.75; color: var(--ink-soft); margin: 0; }
.story__pull { font-family: 'Bebas Neue', serif; font-size: 26px; line-height: 1.4; color: var(--brand-deep); border-left: 3px solid var(--brand); padding: 8px 0 8px 28px; margin: 12px 0; font-style: italic; font-weight: 500; }

/* ----- process ----- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: step; }
.process__step { position: relative; }
.process__step .n { display: inline-block; font-family: 'Bebas Neue', sans-serif; font-size: 14px; color: var(--brand); background: color-mix(in srgb, var(--brand) 12%, transparent); padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; font-weight: 600; }
.process__step h3 { margin-bottom: 8px; }
.process__step p { font-size: 14.5px; color: var(--ink-soft); margin: 0; line-height: 1.6; }

/* ----- categories_strip ----- */
.cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cats__item { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 32px 26px; height: 100%; }
.cats__item h3 { font-size: 22px; margin-bottom: 12px; }
.cats__item p { color: var(--ink-soft); font-size: 14.5px; margin: 0; line-height: 1.6; }

/* ----- products_grid ----- */
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px 22px; height: 100%; display: flex; flex-direction: column; }
.product h3 { margin-bottom: 6px; font-size: 18px; }
.product__meta { font-size: 13px; color: var(--brand-deep); font-weight: 600; margin: 0 0 12px; letter-spacing: .02em; }
.product p { color: var(--ink-soft); font-size: 14px; line-height: 1.55; margin: 0; flex: 1; }

/* ----- features3 ----- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.feature h3 { margin-bottom: 12px; font-size: 22px; }
.feature p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.65; margin: 0; }
.feature__mark { display: inline-block; width: 36px; height: 36px; border-radius: 50%; background: color-mix(in srgb, var(--brand) 14%, transparent); color: var(--brand); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 18px; }

/* ----- services_grid (with price) ----- */
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px; height: 100%; display: flex; flex-direction: column; }
.service__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 6px; }
.service h3 { margin: 0; font-size: 20px; }
.service__price { font-family: 'Bebas Neue', sans-serif; font-size: 19px; color: var(--brand-deep); font-weight: 600; white-space: nowrap; }
.service__meta { font-size: 13px; color: var(--ink-mute); margin: 0 0 14px; }
.service p { color: var(--ink-soft); font-size: 14.5px; margin: 0; line-height: 1.6; flex: 1; }

/* ----- faq ----- */
.faq { display: grid; gap: 14px; }
.faq__item { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 22px 26px; }
.faq__item h3 { font-size: 17px; margin: 0 0 10px; color: var(--ink); }
.faq__item p { font-size: 14.5px; color: var(--ink-soft); margin: 0; line-height: 1.65; }

/* ----- programs3 ----- */
.programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.program { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px; display: flex; flex-direction: column; height: 100%; }
.program h3 { margin: 0 0 8px; font-size: 22px; }
.program__meta { font-size: 13px; color: var(--brand-deep); font-weight: 600; margin: 0 0 14px; text-transform: uppercase; letter-spacing: .05em; }
.program__price { font-family: 'Bebas Neue', sans-serif; font-size: 34px; color: var(--ink); font-weight: 600; line-height: 1; margin-bottom: 22px; }
.program ul { list-style: none; padding: 0; margin: 0; flex: 1; }
.program li { font-size: 14.5px; padding: 9px 0; border-bottom: 1px solid color-mix(in srgb, var(--ink) 6%, transparent); color: var(--ink-soft); position: relative; padding-left: 22px; }
.program li:before { content: "·"; color: var(--brand); position: absolute; left: 4px; font-size: 22px; line-height: 14px; }

/* ----- modules ----- */
.modules { display: grid; gap: 22px; counter-reset: mod; }
.module { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 24px 28px; display: grid; grid-template-columns: 70px 1fr; gap: 20px; }
.module__n { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--brand); font-weight: 600; }
.module h3 { font-size: 17px; margin: 0 0 6px; }
.module p { color: var(--ink-soft); font-size: 14.5px; margin: 0; line-height: 1.6; }

/* ----- cohorts ----- */
.cohorts { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 8px 0; }
.cohort { display: grid; grid-template-columns: 140px 1fr 1fr 140px; gap: 24px; padding: 22px 28px; border-bottom: 1px solid var(--line); align-items: center; }
.cohort:last-child { border-bottom: 0; }
.cohort__date { font-family: 'Bebas Neue', sans-serif; font-size: 19px; color: var(--brand-deep); font-weight: 600; }
.cohort__group { font-size: 14px; color: var(--ink); font-weight: 500; }
.cohort__prog { font-size: 14px; color: var(--ink-soft); }
.cohort__spots { font-size: 13px; color: var(--brand); font-weight: 600; text-align: right; }

/* ----- cta_form ----- */
.cta { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; }
.cta__copy h2 { color: #fff; margin-bottom: 18px; }
.cta__copy p { color: rgba(255,255,255,.78); font-size: 17px; margin: 0 0 26px; max-width: 460px; }
.cta__facts { list-style: none; padding: 0; margin: 0; }
.cta__facts li { padding: 12px 0 12px 28px; position: relative; color: rgba(255,255,255,.82); font-size: 15px; border-bottom: 1px solid rgba(255,255,255,.08); }
.cta__facts li:before { content: "▸"; color: var(--brand-2); position: absolute; left: 0; font-size: 13px; top: 13px; }
.cta__facts li:last-child { border-bottom: 0; }
.cta__form { background: #fff; color: var(--ink); border-radius: 18px; padding: 32px 28px; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.cta__form label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-mute); margin-bottom: 16px; text-transform: uppercase; letter-spacing: .05em; }
.cta__form input, .cta__form select { display: block; width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font: 500 15px 'Inter', sans-serif; color: var(--ink); background: #fff; transition: border-color .15s; text-transform: none; letter-spacing: 0; }
.cta__form input:focus, .cta__form select:focus { outline: none; border-color: var(--brand); }
.cta__hint { color: var(--ink-mute); font-size: 13px; margin: 12px 0 0; text-align: center; text-transform: none; letter-spacing: 0; font-weight: 400; }

/* ----- footer ----- */
.ftr { background: #b41138; color: rgba(255,255,255,.7); padding: 56px 0 28px; }
.ftr__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; margin-bottom: 36px; }
.brand--ftr { color: #fff; margin-bottom: 12px; }
.ftr p { font-size: 14px; margin: 0; line-height: 1.6; }
.ftr__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ftr h4 { color: rgba(255,255,255,.5); }
.ftr a { display: block; color: rgba(255,255,255,.8); padding: 5px 0; font-size: 14.5px; }
.ftr a:hover { color: var(--brand-2); }
.ftr__bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: rgba(255,255,255,.45); }

/* ----- responsive ----- */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .hero__media img { aspect-ratio: 16/10; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3, .grid--6 { grid-template-columns: 1fr; }
  .price--featured { transform: none; }
  .cta { grid-template-columns: 1fr; gap: 32px; }
  .ftr__inner { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .programs, .features, .services, .cats, .products { grid-template-columns: 1fr; }
  .cohort { grid-template-columns: 1fr; gap: 6px; padding: 18px 22px; }
  .cohort__spots { text-align: left; }
}
@media (max-width: 640px) {
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--bg); flex-direction: column; padding: 16px 20px 24px; border-bottom: 1px solid var(--line); gap: 2px; }
  .nav--open { display: flex; }
  .nav a { width: 100%; padding: 14px 12px; }
  .nav__cta { margin-left: 0; margin-top: 6px; text-align: center; }
  .burger { display: inline-flex; }
  .hero { padding: 40px 0 56px; }
  .hero__facts { grid-template-columns: 1fr; gap: 12px; }
  .section { padding: 64px 0; }
  .grid--4 { grid-template-columns: 1fr; }
  .schedule-line__row { grid-template-columns: 80px 1fr; gap: 16px; padding: 18px; }
}