:root {
  --bg: #f3f3f3;
  --card: #ffffff;
  --text: #0b0b0c;
  --muted: #6b6f76;
  --line: #e5e7eb;
  --black: #0b0b0c;
  --red: #e10b14;
  --radius: 14px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* ── HEADER / NAV ── */
.top { background-image: url('images/findir.jpg'); min-height: 70vh; padding: 18px 0 22px;background-size: cover; }
.topbar { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 6px 0 10px; }
.brand { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand__img { height: 36px; width: auto; display: block; }
.brand__img--footer { filter: brightness(0) invert(1); }
.nav { display: flex; justify-content: center; gap: 22px; align-items: center; }
.nav a { font-size: 13px; font-weight: 500; color: var(--muted); }
.nav a:hover { color: var(--text); }
.topbar__actions { display: flex; gap: 10px; align-items: center; }

.btn { display: inline-flex; align-items: center; justify-content: center; height: 34px; padding: 0 14px; border-radius: 999px; font-size: 12px; font-weight: 600; border: 1px solid transparent; cursor: pointer; white-space: nowrap; font-family: inherit; }
.btn-dark { background: var(--black); color: #fff; }
.btn-outline { background: #fff; border-color: var(--line); color: var(--text); }
.btn-outline:hover { border-color: #d2d6de; }
.btn-primary { background: var(--red); color: #fff; border-color: var(--red); height: 42px; padding: 0 18px; border-radius: 12px; }
.btn-primary:hover { filter: brightness(1.04); }
.btn-primary:active { transform: translateY(1px); }

.burger { display: none; height: 34px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; cursor: pointer; color: var(--text); align-items: center; justify-content: center; }
.mnav { display: none; padding: 10px 0 0; }
.mnav a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-weight: 600; font-size: 14px; color: var(--text); }

/* ── HERO ── */
.hero { margin-top: 60px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: center; padding: 34px 0 18px; }
.hero__left { max-width: 580px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 12px; font-weight: 600; color: #2b2f36; }
.pill__dot { width: 14px; height: 14px; border-radius: 50%; border: 1px solid rgba(225,11,20,.35); background: rgba(225,11,20,.08); position: relative; }
.pill__dot:after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--red); }
.hero__title { margin: 14px 0 12px; font-size: 38px; line-height: 1.1; letter-spacing: -0.03em; color: var(--text); }
.hero__accent { color: var(--red); }
.hero__desc { margin: 0 0 16px; font-size: 15px; line-height: 1.55; color: var(--text); }
.hero__meta { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-bottom: 22px; }
.hero__metaItem { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--text); }
.hero__metaItem svg { color: var(--red); }
.hero__cta { display: flex; gap: 14px; align-items: center; }
.hero__cta .btn-outline { height: 42px; padding: 0 18px; border-radius: 12px; }
.hero__right { display: flex; justify-content: flex-end; align-items: center; }

.hero__poster {
  width: 100%; max-width: 480px; border-radius: 24px; border: 1px solid rgba(0,0,0,.06);
  background: radial-gradient(900px 500px at 20% 20%, rgba(225,11,20,.10), transparent 55%), radial-gradient(700px 400px at 80% 70%, rgba(11,11,12,.08), transparent 55%), #fff;
  padding: 36px 28px; box-shadow: 0 18px 40px rgba(0,0,0,.06); text-align: center;
}
.hero__posterBadge { display: inline-block; padding: 4px 12px; border-radius: 999px; background: rgba(225,11,20,.08); border: 1px solid rgba(225,11,20,.15); font-size: 11px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.hero__posterTitle { font-weight: 900; letter-spacing: -0.04em; font-size: 72px; line-height: 1.0; margin: 0 0 2px; color: var(--black); }
.hero__posterSubtitle { font-size: 16px; font-weight: 700; color: #3b3f46; margin-bottom: 18px; }
.hero__posterFunc { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 14px; }
.hero__func { display: inline-block; padding: 4px 9px; border-radius: 6px; background: #f5f5f5; border: 1px solid #e5e7eb; font-size: 11px; font-weight: 700; color: var(--text); }
.hero__posterText { color: #6b6f76; font-size: 12px; font-weight: 600; }

/* ── ICON ROW ── */
.iconrow { background: white; }
.iconrow > .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 35px 0 10px; background: white; }
.iconrow__item { display: flex; gap: 12px; align-items: flex-start; }
.iconbox { width: 44px; height: 44px; border-radius: 14px; background: var(--black); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: white; }
.iconbox svg { width: 22px; height: 22px; }
.iconrow__text { font-size: 15px; line-height: 1.2; color: #2a2d33; font-weight: 500; margin-top: 2px; }

/* ── DEFINITION SECTION ── */
.defSec { padding: 54px 0 64px; background: #fff; border-top: 1px solid var(--line); }
.defSec__grid { display: grid; grid-template-columns: 1fr .55fr; gap: 48px; align-items: start; }
.defSec__title { margin: 0 0 14px; font-size: 30px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.defSec__text { margin: 0 0 12px; font-size: 15px; line-height: 1.6; color: #3b3f46; }
.defFact { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; background: #f9f9f9; border: 1px solid #efeff2; border-radius: 12px; margin-bottom: 10px; }
.defFact__label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 3px; }
.defFact__val { font-size: 16px; font-weight: 800; color: var(--text); }

/* ── RESULTS ── */
.resultSec { padding: 54px 0 64px; background: #f5f5f5; }
.resultSec__title { margin: 0 0 24px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.resultGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 18px; max-width: 900px; margin: 0 auto; }
.resultRow { display: flex; gap: 12px; align-items: center; padding: 14px 16px; background: #fff; border: 1px solid #efeff2; border-radius: 12px; font-size: 15px; line-height: 1.4; color: #2a2d33; font-weight: 500; }
.resultRow--wide { grid-column: 1 / -1; }
.resultRow svg { flex: 0 0 22px; }

/* ── SPEAKERS GRID ── */
.speakersSec { padding: 54px 0 64px; background: #fff; }
.speakersSec__title { margin: 0 0 8px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.speakersSec__sub { text-align: center; font-size: 14px; color: var(--muted); margin: 0 0 28px; }
.speakersGrid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.speakerMini { background: #fbfbfb; border: 1px solid #efeff2; border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.speakerMini__photo { background: #f0f0f2; display: flex; align-items: center; justify-content: center; height: 110px; }
.speakerMini__body { padding: 12px 14px 16px; flex: 1; }
.speakerMini__name { font-size: 14px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.speakerMini__role { font-size: 12px; color: var(--muted); line-height: 1.4; margin-bottom: 10px; }
.speakerMini__hours { display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: var(--red); }

/* ── PROGRAM ── */
.programsec { padding: 54px 0 72px; background: #f5f5f5; }
.programsec__title { margin: 0 0 8px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.programsec__sub { text-align: center; font-size: 14px; color: var(--muted); margin: 0 0 28px; }
.pgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; align-items: start; }
.pgrid--single { grid-template-columns: 1fr; }
.pitem { background: #fff; border: 1px solid #efeff2; border-radius: 12px; overflow: hidden; }
.pitem--full { grid-column: 1 / -1; }
.psum { list-style: none; padding: 14px 16px; cursor: pointer; font-weight: 800; font-size: 15px; color: #0b0b0c; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.psum__left { display: flex; align-items: center; gap: 12px; }
.pitem[open] .psum { border-bottom: 1px solid rgba(0,0,0,.06); }
.psum::-webkit-details-marker { display: none; }
.psum::marker { display: none; content: ""; }
.psum:after { content: ""; width: 10px; height: 10px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg); transition: transform .16s ease; flex: 0 0 auto; }
.pitem[open] .psum:after { transform: rotate(-135deg); }
.pbody { padding: 10px 16px 16px; }
.pnum { width: 26px; height: 26px; border-radius: 8px; background: rgba(225,11,20,.12); color: var(--red); font-weight: 900; font-size: 12px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 26px; }
.ptitle { font-weight: 800; font-size: 15px; }
.pitem__hours { font-size: 12px; font-weight: 700; color: var(--red); white-space: nowrap; padding-right: 14px; }
.plist { padding-left: 18px; font-size: 13px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ── SCHEDULE ── */
.schedSec { padding: 54px 0 64px; background: #fff; }
.schedSec__title { margin: 0 0 8px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.schedSec__sub { text-align: center; font-size: 14px; color: var(--muted); margin: 0 0 28px; }
.schedGrid { max-width: 900px; margin: 0 auto; display: grid; gap: 10px; }
.schedRow { display: grid; grid-template-columns: 100px 1fr auto; gap: 16px; align-items: center; background: #fbfbfb; border: 1px solid #efeff2; border-radius: 12px; padding: 14px 18px; }
.schedBadge { display: inline-block; padding: 4px 10px; border-radius: 999px; background: rgba(225,11,20,.08); border: 1px solid rgba(225,11,20,.15); font-size: 12px; font-weight: 700; color: var(--red); white-space: nowrap; }
.schedRow__module { font-size: 14px; font-weight: 600; color: var(--text); line-height: 1.4; }
.schedRow__time { font-size: 13px; font-weight: 700; color: var(--muted); white-space: nowrap; }

/* ── CAREER LADDER ── */
.ladderSec { padding: 54px 0 72px; background: var(--black); }
.ladderSec__title { margin: 0 0 8px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: #fff; }
.ladderSec__sub { text-align: center; font-size: 14px; color: rgba(255,255,255,.55); margin: 0 0 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.ladderTable { max-width: 860px; margin: 0 auto; display: grid; gap: 8px; }
.ladderRow { display: grid; grid-template-columns: 40px 1fr auto; gap: 16px; align-items: center; padding: 14px 18px; border-radius: 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); }
.ladderRow--target { background: var(--red); border-color: var(--red); }
.ladderRow__step { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.7); font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex: 0 0 32px; }
.ladderRow--target .ladderRow__step { background: rgba(255,255,255,.25); color: #fff; }
.ladderRow__role { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ladderRow--target .ladderRow__role { color: #fff; font-weight: 800; font-size: 15px; }
.ladderTag { display: inline-block; padding: 3px 8px; border-radius: 999px; background: rgba(255,255,255,.25); font-size: 11px; font-weight: 700; color: #fff; }
.ladderRow__income { font-size: 14px; font-weight: 800; color: rgba(255,255,255,.6); white-space: nowrap; }
.ladderRow--target .ladderRow__income { color: #fff; font-size: 16px; }

/* ── FORMAT ── */
.formatSec { padding: 54px 0 64px; background: var(--black); border-top: 1px solid rgba(255,255,255,.06); }
.formatSec__title { margin: 0 0 28px; text-align: center; font-size: 28px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: #fff; }
.formatGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1000px; margin: 0 auto; }
.formatCard { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 20px; }
.formatCard__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.formatCard__label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: rgba(255,255,255,.45); margin-bottom: 6px; }
.formatCard__val { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.85); line-height: 1.45; }

/* ── PRICE ── */
.priceSec { padding: 54px 0 58px; background: #fff; }
.priceSec__title { margin: 0 0 24px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.priceGrid { margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.priceGrid--single { max-width: 900px; }
.payCard { background: #f5f5f5; border: 1px solid #efeff2; border-radius: 12px; padding: 18px; display: flex; flex-direction: column; gap: 16px; }
.payCard__title { font-size: 16px; font-weight: 800; color: #0b0b0c; }
.payMethods { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.payMethod { border: 1px solid #efeff2; border-radius: 10px; padding: 10px; display: flex; gap: 8px; align-items: center; background: #fff; }
.payMethod__ic { width: 18px; height: 18px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; color: #6b6f76; }
.payMethod__ic svg { width: 18px; height: 18px; }
.payMethod__txt { font-size: 13px; line-height: 1.3; font-weight: 600; color: #2a2d33; }
.guaranteeBanner { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; background: rgba(225,11,20,.06); border: 1px solid rgba(225,11,20,.15); border-radius: 10px; font-size: 13px; line-height: 1.5; color: #2a2d33; }

.priceStack { display: grid; gap: 16px; }
.priceCard { background: #fff; border: 1px solid #efeff2; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.priceCard__price { font-size: 26px; font-weight: 900; letter-spacing: -0.02em; margin: 2px 0 12px; }
.priceCard__price span { font-size: 14px; font-weight: 700; opacity: .75; }
.priceCard__list { margin: 0 0 16px; padding-left: 16px; color: #6b6f76; }
.priceCard__list li { font-size: 14px; line-height: 1.5; margin: 4px 0; }
.priceCard__methods { margin-top: 4px; }
.priceCard__methodLabel { font-size: 12px; font-weight: 700; margin-bottom: 8px; opacity: .55; }
.priceCard__methodTags { display: flex; flex-wrap: wrap; gap: 6px; }
.priceCard__methodTag { display: inline-flex; padding: 4px 10px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); font-size: 11px; font-weight: 600; }
.priceCard__btn { margin-top: 16px; display: flex; align-items: center; justify-content: center; height: 44px; border-radius: 10px; background: var(--red); color: #fff; font-weight: 800; font-size: 14px; text-decoration: none; }
.priceCard--dark { background: var(--black); color: #fff; border-color: var(--black); }
.priceCard--dark .priceCard__price { color: #fff; }
.priceCard--dark .priceCard__price span { color: rgba(255,255,255,.65); }
.priceCard--dark .priceCard__list { color: rgba(255,255,255,.8); }
.priceCard--dark .priceCard__btn { background: #fff; color: var(--black); }

/* ── FAQ ── */
.faqSec { padding: 54px 0 64px; background: #f5f5f5; }
.faqSec__title { margin: 0 0 24px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.faqGrid { max-width: 860px; margin: 0 auto; display: grid; gap: 10px; }
.faqItem { background: #fff; border: 1px solid #efeff2; border-radius: 12px; overflow: hidden; }
.faqSum { list-style: none; padding: 16px 18px; cursor: pointer; font-weight: 700; font-size: 15px; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faqSum::-webkit-details-marker { display: none; }
.faqSum::marker { display: none; content: ""; }
.faqSum:after { content: ""; width: 10px; height: 10px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg); transition: transform .16s ease; flex: 0 0 auto; }
.faqItem[open] .faqSum:after { transform: rotate(-135deg); }
.faqItem[open] .faqSum { border-bottom: 1px solid var(--line); }
.faqBody { padding: 14px 18px 18px; font-size: 14px; line-height: 1.6; color: var(--muted); }

/* ── LEAD FORM ── */
.lead2 { padding: 54px 0 64px; background: var(--black); }
.lead2__box { display: grid; grid-template-columns: 1fr .7fr; gap: 32px; align-items: center; }
.lead2__title { margin: 0 0 10px; font-size: 28px; font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.2; }
.lead2__desc { margin: 0 0 24px; font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.55; }
.lead2__form { display: grid; gap: 12px; max-width: 420px; }
.lead2__form input[type="text"],
.lead2__form input[type="tel"],
.lead2__form input[type="email"] { height: 44px; border-radius: 10px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); color: #fff; padding: 0 14px; font-size: 14px; font-family: inherit; outline: none; }
.lead2__form input::placeholder { color: rgba(255,255,255,.4); }
.lead2__check { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.4; }
.lead2__check a { text-decoration: underline; color: rgba(255,255,255,.7); }
.lead2__btn { width: 100%; height: 46px; font-size: 14px; font-weight: 800; border-radius: 12px; }
.lead2__illus { width: 100%; height: 100%; min-height: 260px; border-radius: 24px; background: radial-gradient(280px 220px at 20% 20%, rgba(225,11,20,.30), transparent 60%), radial-gradient(320px 240px at 80% 80%, rgba(255,255,255,.16), transparent 60%), rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10); }

/* ── FOOTER ── */
.footer2 { background: #0b0b0c; color: #fff; padding: 32px 0 24px; }
.footer2__top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; align-items: start; }
.footer2__copy { margin: 10px 0 4px; font-size: 12px; color: rgba(255,255,255,.45); }
.footer2__legal { margin: 0; font-size: 11px; color: rgba(255,255,255,.3); line-height: 1.5; }
.footer2__nav { display: flex; flex-direction: column; gap: 8px; }
.footer2__nav a { font-size: 13px; color: rgba(255,255,255,.65); font-weight: 500; }
.footer2__nav a:hover { color: #fff; }
.footer2__contacts { display: flex; flex-direction: column; gap: 10px; }
.fContact { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.65); font-weight: 500; }

/* ── BREAKPOINTS ── */
@media (max-width: 1060px) {
  .nav { gap: 14px; }
  .nav a { font-size: 12px; }
  .speakersGrid { grid-template-columns: repeat(3, 1fr); }
  .formatGrid { grid-template-columns: repeat(2, 1fr); }
  .defSec__grid { grid-template-columns: 1fr; }
  .defSec__right { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
}

@media (max-width: 860px) {
  .nav { display: none; }
  .topbar__actions .btn-outline, .topbar__actions .btn-dark { display: none; }
  .burger { display: flex; }
  .hero { grid-template-columns: 1fr; }
  .hero__right { display: none; }
  .resultGrid { grid-template-columns: 1fr; }
  .resultRow--wide { grid-column: auto; }
  .speakersGrid { grid-template-columns: repeat(2, 1fr); }
  .schedRow { grid-template-columns: 90px 1fr; }
  .schedRow__time { display: none; }
  .ladderRow { grid-template-columns: 40px 1fr; }
  .ladderRow__income { display: none; }
  .ladderRow--target .ladderRow__income { display: block; grid-column: 2; font-size: 13px; }
  .priceGrid { grid-template-columns: 1fr; }
  .payMethods { grid-template-columns: 1fr; }
  .lead2__box { grid-template-columns: 1fr; }
  .lead2__right { display: none; }
  .footer2__top { grid-template-columns: 1fr; gap: 20px; }
  .defSec__right { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .hero__title { font-size: 28px; }
  .formatGrid { grid-template-columns: 1fr; }
  .speakersGrid { grid-template-columns: 1fr 1fr; }
  .speakersSec__title, .programsec__title, .schedSec__title, .ladderSec__title, .resultSec__title, .priceSec__title, .faqSec__title { font-size: 26px; }
  .defSec__title { font-size: 24px; }
  .iconrow > .container { grid-template-columns: repeat(2, 1fr); }
  .hero__meta { flex-direction: column; align-items: flex-start; gap: 10px; }
}

@media (max-width: 520px) {
  .speakersGrid { grid-template-columns: 1fr; }
  .lead2__form { max-width: 100%; }
}

@media (max-width: 420px) {
  .hero__title { font-size: 24px; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .iconrow > .container { grid-template-columns: 1fr; }
}

.ladderSec { padding: 64px 0 72px; background: #f5f5f5; }
.ladderSec__title { margin: 0 0 14px; text-align: center; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text); }
.ladderSec__sub { text-align: center; font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0 auto 32px; max-width: 620px; }

.ladderBox { max-width: 980px; margin: 0 auto; background: #fff; border: 1px solid #efeff2; border-radius: 16px; padding: 26px 28px 30px; }

/* 1 колонка УЖЕ, правая ШИРЕ */
.ladderBox__head { display: grid; grid-template-columns: 0.8fr 3.2fr; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid #efeff2; margin-bottom: 12px; }
.ladderBox__headInner { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 16px; }
.ladderBox__headCell { font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.4; }
.ladderBox__headCell--right { text-align: right; min-width: 120px; }
.ladderBox__headCell small { display: block; font-weight: 600; color: var(--muted); font-size: 12px; }

.ladderBox__rows { display: grid; gap: 4px; padding-top: 6px; }

.ladderRow { display: grid; grid-template-columns: 0.8fr 3.2fr; gap: 16px; align-items: stretch; }

.ladderRow__course { font-size: 14px; font-weight: 600; color: var(--text); text-align: left; line-height: 1.35; display: flex; align-items: center; justify-content: flex-start; }

.ladderRow__bar { position: relative; display: flex; align-items: stretch; min-height: 56px; }
.ladderRow__bar::before { content: ""; position: absolute; left: -35px; right: 0; top: 50%; height: 1px; background: #d6d8dd; z-index: 0; }
.ladderRow--noCourse .ladderRow__bar::before { display: none; }

/* Большой padding-right резервирует место под блок дохода — текст ступени туда не лезет */
.ladderRow__stair { position: relative; z-index: 1; margin-left: auto; padding: 13px 130px 13px 16px; border-radius: 3px; font-size: 14px; font-weight: 700; line-height: 1.3; display: flex; align-items: center; }

.ladderRow--w1 .ladderRow__stair { width: 55%;  background: var(--red); color: #fff; }
.ladderRow--w2 .ladderRow__stair { width: 64%;  background: #2a2d33;    color: #fff; }
.ladderRow--w3 .ladderRow__stair { width: 73%;  background: #6b6f76;    color: #fff; }
.ladderRow--w4 .ladderRow__stair { width: 78%;  background: #9aa0a6;    color: #fff; }
.ladderRow--w5 .ladderRow__stair { width: 84%;  background: #c7cad0;    color: var(--text); }
.ladderRow--w6 .ladderRow__stair { width: 90%;  background: #dfe1e5;    color: var(--text); }
.ladderRow--w7 .ladderRow__stair { width: 94%;  background: #ebedf0;    color: var(--text); }
.ladderRow--w8 .ladderRow__stair { width: 100%; background: #f5f6f8;    color: var(--text); border: 1px solid #efeff2; }

/* Полупрозрачный фон — сквозь видно цвет ступени */
.ladderRow__income {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 115px;
  padding: 0 4px 0 14px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
  white-space: nowrap;
  z-index: 2;
}

@media (max-width: 1060px) {
  .ladderBox { padding: 22px 18px 26px; }
  .ladderBox__head { grid-template-columns: 0.75fr 2.8fr; gap: 12px; }
  .ladderRow { grid-template-columns: 0.75fr 2.8fr; gap: 12px; }
  .ladderRow__course { font-size: 13px; }
  .ladderRow__stair { font-size: 13px; padding: 11px 110px 11px 12px; }
  .ladderRow__income { font-size: 15px; min-width: 100px; padding-left: 12px; }
}

@media (max-width: 760px) {
  .ladderSec { padding: 48px 0 56px; }
  .ladderSec__title { font-size: 26px; }
  .ladderBox { padding: 16px 14px 20px; border-radius: 12px; }
  .ladderBox__head { display: none; }
  .ladderBox__rows { gap: 8px; padding-top: 0; }

  .ladderRow { grid-template-columns: 1fr; gap: 6px; padding: 10px 0; border-bottom: 1px solid #f0f0f2; }
  .ladderRow:last-child { border-bottom: 0; }
  .ladderRow__course { text-align: left; justify-content: flex-start; font-size: 12px; color: var(--muted); font-weight: 600; }
  .ladderRow__course:empty { display: none; }

  .ladderRow__bar { min-height: 0; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
  .ladderRow__bar::before { display: none; }
  .ladderRow__stair { width: auto !important; margin-left: 0; padding: 10px 14px; font-size: 13px; }
  .ladderRow__income { position: static; background: transparent; padding: 0; min-width: 0; font-size: 14px; font-weight: 700; }
}


.lead2__box {
    display: grid;
    grid-template-columns: 1.3fr 1fr !important;

}

.lead2 {
    background: transparent !important;
}

.lead2__box {
    background: #000;
    border-radius: 2rem;
    align-items: center;
    padding: 2rem;
    position: relative;
max-width: 90%;
    margin: 0 auto;
}

.form-img {
    margin-right: 0rem;
    position: absolute;
    width: 42%;
    flex-shrink: 0;
    right: 0;
    bottom: 0;
}

.form-img  img{
Width: 100%;
}

.b24-form-content form > * > *:last-child {
    width: 100%;
}


.b24-form-content form > * > *:nth-child(3) {
    margin-left: 1rem !important;
}
.b24-form-content form > * > * {
    width: calc(50% - 0.5rem);
}

.b24-form-content form > * {
    display: flex;
    flex-wrap: wrap;
}

.b24-form-content form > * > *:first-child {
    width: 100% !important;
}

@media screen and (max-width: 767px) {
    body .b24-form-content form > * > * {
        width: 100% !important;
    }


.lead2__box {

max-width: 100%;
    margin: 0 auto;

}
  .b24-form-content form > * > *:nth-child(3) {
    margin-left: 0 !important;
}

  
.lead2__box {
    padding: 2rem;
}



.lead2__box {
    display: grid;
    grid-template-columns: 1fr !important;

}

}