/* ============ RESET & BASE (для нашего контента) ============ */
body { margin: 0; padding: 0; font-family: 'Gotham Pro', system-ui, sans-serif; background: #eff5f4; color: #2c2d33; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
.lp-main *, .lp-main *::before, .lp-main *::after { box-sizing: border-box; }
.lp-main { font-family: 'Gotham Pro', system-ui, sans-serif; }
.lp-main .iti--allow-dropdown .form-group__text {
    bottom: 15px;
    z-index: 1;
}
.lp-main .iti--allow-dropdown .iti__selected-flag {
    color: #212529;
    top: 3.5px;
}
.lp-form-block {
  width: 100%;
}
.lp-diploma-mock__image img{
  object-fit: cover;
    height: 238px;
    width: 100%;
    border-radius: var(--lp-r-lg);
}

/* ============ DESIGN TOKENS (палитра og1.ru) ============ */
.lp-main {
  --lp-bg: #eff5f4;          /* светлый серо-мятный фон */
  --lp-bg-alt: #ffffff;       /* альтернативный белый */
  --lp-ink: #2c2d33;          /* тёмно-серый / графит */
  --lp-ink-soft: #666666;     /* серый текст */
  --lp-ink-faint: #b4b4b4;    /* светло-серый */
  --lp-paper: #ffffff;
  --lp-line: #dddddd;         /* светло-серые границы */
  --lp-line-soft: #eeeeee;
  --lp-accent: #007eec;       /* фирменный синий */
  --lp-accent-soft: #e1efff;  /* светло-синий фон */
  --lp-accent-dark: #0066c4;  /* для hover */
  --lp-coral: #007eec;        /* унификация акцентов */
  --lp-coral-soft: #e1efff;
  --lp-gold: #007eec;
  --lp-gold-soft: #e1efff;
  --lp-sky: #007eec;
  --lp-sky-soft: #e1efff;
  --lp-r-sm: 8px;
  --lp-r-md: 14px;
  --lp-r-lg: 22px;
  --lp-r-xl: 32px;
}

/* ============ TYPOGRAPHY ============ */
.lp-main .lp-display { font-family: 'Gotham Pro', sans-serif; font-weight: 500; letter-spacing: -0.02em; line-height: 1.05; }
.lp-main .lp-serif-italic { font-family: 'Gotham Pro', serif; font-style: italic; font-weight: 400; }
.lp-main h1, .lp-main h2, .lp-main h3, .lp-main h4 { font-family: 'Gotham Pro', sans-serif; font-weight: 500; letter-spacing: -0.015em; color: var(--lp-ink); margin: 0; }
.lp-main h1 { font-size: clamp(34px, 5.5vw, 64px); line-height: 1.02; letter-spacing: -0.03em; }
.lp-main h2 { font-size: clamp(26px, 3.4vw, 42px); line-height: 1.1; }
.lp-main h3 { font-size: clamp(18px, 2vw, 22px); line-height: 1.25; }
.lp-main h4 { font-size: 16px; line-height: 1.3; }
.lp-main p { font-size: 16px; margin: 0; }

.form-group.checkbox-agr.fch1, .form-group.radio-agr.fch1,
.form-group.checkbox-agr.fch2, .form-group.radio-agr.fch2 {
  line-height: 1;
}
select.form-group--error {
    border: 2px solid #ff4533!important
}
.lp-hero__form-wrap .form-group {
  width: 100%;
  margin-bottom: 0;
}
.lp-form-block .iti--allow-dropdown .iti__flag-container {
    height: 50px;
    margin-bottom: 12px;
}
.lp-hero__form-wrap .checkbox-agr-group, .lp-hero__form-wrap .radio-agr-group {
    order: 1;
    margin-right: 3px;
    width: 100%;
}
/* ============ LAYOUT ============ */
.lp-main .lp-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.lp-main .lp-section { padding: 60px 0; position: relative; }
.lp-main .lp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--lp-accent);
  padding: 6px 14px;
  background: var(--lp-accent-soft);
  border-radius: 100px;
  margin-bottom: 24px;
}
.lp-main .lp-eyebrow--coral { color: var(--lp-coral); background: var(--lp-coral-soft); }
.lp-main .lp-eyebrow--gold { color: #8A6A0D; background: var(--lp-gold-soft); }
.lp-main .lp-eyebrow--sky { color: var(--lp-sky); background: var(--lp-sky-soft); }

/* ============ BUTTONS ============ */
.lp-main .lp-action {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px;
  background: var(--lp-ink); color: #fff;
  border-radius: 100px; text-decoration: none;
  font-weight: 500; font-size: 14px;
  border: none; cursor: pointer;
  transition: transform .15s ease, background .2s ease;
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.lp-main .lp-action:hover { transform: translateY(-2px); background: var(--lp-coral); }
.lp-main .lp-action--coral { background: var(--lp-coral); }
.lp-main .lp-action--coral:hover { background: var(--lp-ink); }
.lp-main .lp-action--light { background: var(--lp-paper); color: var(--lp-ink); border: 1px solid var(--lp-line); }
.lp-main .lp-action--light:hover { background: var(--lp-ink); color: #fff; }
.lp-main .lp-action--lg { padding: 17px 32px; font-size: 16px; }
.lp-main .lp-action--full { width: 100%; justify-content: center; }

/* ============ HERO ============ */
.lp-main .lp-hero { padding: 56px 0 72px; position: relative; overflow: hidden; }
.lp-main .lp-hero::before {
  content: ''; position: absolute; top: -100px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--lp-gold-soft) 0%, transparent 70%);
  z-index: 0;
}
.lp-main .lp-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 980px) { .lp-main .lp-hero__inner { grid-template-columns: 1fr; gap: 40px; } }
.lp-main .lp-hero h1 .lp-accent-word { color: var(--lp-coral); font-style: italic; font-family: 'Gotham Pro', serif; font-weight: 400; }
.lp-main .lp-hero__lead { font-size: 19px; line-height: 1.55; color: var(--lp-ink-soft); margin: 20px 0 24px; max-width: 580px; }
.lp-main .lp-hero__features { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.lp-main .lp-hero__feature { display: inline-flex; align-items: center; gap: 8px; background: var(--lp-paper); border: 1px solid var(--lp-line); padding: 8px 14px; border-radius: 100px; font-size: 13px; font-weight: 500; }
.lp-main .lp-hero__feature i { color: var(--lp-accent); font-size: 16px; }
.lp-main .lp-hero__form-wrap { background: var(--lp-paper); border-radius: var(--lp-r-lg); padding: 32px; border: 1px solid var(--lp-line); box-shadow: 0 4px 24px rgba(26,24,20,0.04); position: relative; }
.lp-main .lp-hero__form-wrap[data-badge]::before {
  content: attr(data-badge);
  position: absolute; top: -16px; right: 24px;
  background: var(--lp-coral); color: #fff;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 11px; font-weight: 500;
  padding: 6px 14px; border-radius: 100px;
}
.lp-main .lp-hero__form-title { font-family: 'Gotham Pro', sans-serif; font-size: 20px; font-weight: 500; margin-bottom: 8px; }
.lp-main .lp-hero__form-sub { color: var(--lp-ink-soft); font-size: 14px; margin-bottom: 22px; }
.lp-main .lp-field {
  display: block; width: 100%; height: 50px; padding: 0 18px;
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px;
  background: var(--lp-bg);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-md);
  margin-bottom: 12px;
  color: var(--lp-ink);
  transition: border-color .15s;
}
.lp-main .lp-field:focus { outline: none; border-color: var(--lp-accent); }
.lp-main .lp-consent { font-size: 11px; color: var(--lp-ink-faint); margin-top: 14px; line-height: 1.5; }
.lp-main .lp-consent a { color: var(--lp-ink-soft); }

/* ============ STATS STRIP ============ */
.lp-main .lp-stats { background: var(--lp-ink); color: #fff; padding: 48px 0; position: relative; overflow: hidden; }
.lp-main .lp-stats::before {
  content: '★'; position: absolute; left: -40px; top: -40px;
  font-size: 240px; color: rgba(255,255,255,0.04);
  font-family: 'Gotham Pro', serif;
}
.lp-main .lp-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; z-index: 1; }
@media (max-width: 800px) { .lp-main .lp-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.lp-main .lp-stat__num { font-family: 'Gotham Pro', sans-serif; font-size: clamp(38px, 5vw, 64px); font-weight: 500; line-height: 1; color: #ffffff; letter-spacing: -0.03em; margin-bottom: 12px; }
.lp-main .lp-stat__label { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.45; }

/* ============ RANKINGS ============ */
.lp-main .lp-rankings { padding: 56px 0; }
.lp-main .lp-rankings__head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 20px; }
.lp-main .lp-rankings__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 800px) { .lp-main .lp-rankings__grid { grid-template-columns: 1fr; } }
.lp-main .lp-ranking {
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.lp-main .lp-ranking:hover {
  transform: translateY(-4px);
  border-color: var(--lp-accent);
  box-shadow: 0 8px 24px rgba(0,126,236,0.08);
}
.lp-main .lp-ranking__logo {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--lp-line-soft);
}
.lp-main .lp-ranking__logo img {
  max-height: 50px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.lp-main .lp-ranking__info {
  display: flex;
  gap: 18px;
  align-items: center;
}
.lp-main .lp-ranking__place {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 64px; font-weight: 600;
  line-height: 0.95;
  color: var(--lp-accent);
  letter-spacing: -0.05em;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.lp-main .lp-ranking__place span {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--lp-ink-soft);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lp-main .lp-ranking__text {
  font-size: 14px;
  color: var(--lp-ink-soft);
  line-height: 1.5;
}

/* ============ PRINCIPLES ============ */
.lp-main .lp-principles { background: var(--lp-accent); color: #fff; padding: 72px 0; position: relative; overflow: hidden; }
.lp-main .lp-principles__bg {
  position: absolute; right: -80px; bottom: -80px;
  width: 400px; height: 400px; border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.15);
}
.lp-main .lp-principles__bg::before {
  content: ''; position: absolute; inset: 60px; border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.12);
}
.lp-main .lp-principles__intro { max-width: 800px; margin-bottom: 40px; position: relative; z-index: 1; }
.lp-main .lp-principles h2 { color: #fff; margin-bottom: 24px; }
.lp-main .lp-principles__intro p { font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.85); }
.lp-main .lp-principles__intro p + p { margin-top: 20px; }
.lp-main .lp-principles__list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 800px) { .lp-main .lp-principles__list { grid-template-columns: 1fr; } }
.lp-main .lp-principle {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--lp-r-lg);
  padding: 0;
  backdrop-filter: blur(6px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, border-color .3s ease;
}
.lp-main .lp-principle:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.3);
}
.lp-main .lp-principle__image {
  height: 220px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lp-principle__image img {
    object-fit: cover;
    height: 220px;
}
.lp-main .lp-principle__placeholder {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b4b4b4;
  letter-spacing: 0.02em;
}
.lp-main .lp-principle__body {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lp-main .lp-principle__star {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: 'Gotham Pro', serif;
}
.lp-main .lp-principle p { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.65; }

/* ============ AUDIENCE ============ */
.lp-main .lp-audience__head { max-width: 760px; margin-bottom: 36px; }
.lp-main .lp-audience__head p { font-size: 19px; color: var(--lp-ink-soft); margin-top: 20px; line-height: 1.55; }

/* === Горизонтальная карусель === */
.lp-main .lp-audience__carousel { position: relative; }
.lp-main .lp-audience__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 4px 28px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--lp-accent) var(--lp-line-soft);
}
.lp-main .lp-audience__track::-webkit-scrollbar { height: 6px; }
.lp-main .lp-audience__track::-webkit-scrollbar-track { background: var(--lp-line-soft); border-radius: 4px; }
.lp-main .lp-audience__track::-webkit-scrollbar-thumb { background: var(--lp-accent); border-radius: 4px; }
.lp-main .lp-audience__track::-webkit-scrollbar-thumb:hover { background: #0066c4; }

.lp-main .lp-persona {
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-lg);
  padding: 0;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
  flex: 0 0 300px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}
.lp-main .lp-persona:hover {
  border-color: var(--lp-accent);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,126,236,0.08);
}
.lp-main .lp-persona__image {
  height: 224px;
  background: var(--lp-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--lp-line);
}
.lp-main .lp-persona__image img {
  height: 224px;
  width: 100%;
  object-fit:cover;
}
.lp-main .lp-persona__placeholder {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-ink-faint);
  letter-spacing: 0.02em;
}
.lp-main .lp-persona__body {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lp-main .lp-persona__icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--lp-accent-soft);
  color: var(--lp-accent);
  display: grid; place-items: center;
  font-size: 22px;
  margin-bottom: 14px;
}
.lp-main .lp-persona__title { font-family: 'Gotham Pro', sans-serif; font-size: 17px; font-weight: 500; margin-bottom: 10px; line-height: 1.25; }
.lp-main .lp-persona__text { font-size: 14px; color: var(--lp-ink-soft); line-height: 1.6; }

/* === Кнопки навигации === */
.lp-main .lp-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  color: var(--lp-ink);
  cursor: pointer;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.lp-main .lp-carousel-btn:hover {
  background: var(--lp-accent);
  color: #fff;
  border-color: var(--lp-accent);
  transform: translateY(-50%) scale(1.05);
}
.lp-main .lp-carousel-btn--prev { left: -22px; }
.lp-main .lp-carousel-btn--next { right: -22px; }
.lp-main .lp-carousel-btn[disabled] { opacity: 0.4; cursor: not-allowed; }
.lp-main .lp-carousel-btn[disabled]:hover { background: var(--lp-paper); color: var(--lp-ink); border-color: var(--lp-line); transform: translateY(-50%); }

@media (max-width: 980px) {
  .lp-main .lp-persona { flex: 0 0 280px; }
  .lp-main .lp-carousel-btn--prev { left: 8px; }
  .lp-main .lp-carousel-btn--next { right: 8px; }
}
@media (max-width: 600px) {
  .lp-main .lp-persona { flex: 0 0 82%; }
  .lp-main .lp-carousel-btn { display: none; }
}

/* ============ PROCESS ============ */
.lp-main .lp-process { background: var(--lp-bg-alt); }
.lp-main .lp-process__lead {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 36px;
}
.lp-main .lp-process__lead-text { max-width: 720px; }
.lp-main .lp-process__lead-text p { font-size: 17px; color: var(--lp-ink-soft); line-height: 1.7; margin-top: 24px; }
.lp-main .lp-process__lead-text p + p { margin-top: 16px; }
.lp-main .lp-process__lead-image {
  background: #ffffff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-lg);
  min-height: 380px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 100px;
}
.lp-main .lp-process__lead-image img {
  border-radius: var(--lp-r-lg);
  height: 578px;
  width: 100%;
  object-fit: cover;
}
.lp-main .lp-process__lead-placeholder {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-ink-faint);
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .lp-main .lp-process__lead { grid-template-columns: 1fr; gap: 28px; }
  .lp-main .lp-process__lead-image { min-height: 240px; position: static; }
}
.lp-main .lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .lp-main .lp-steps { grid-template-columns: 1fr; } }
.lp-main .lp-step {
  background: var(--lp-paper);
  border-radius: var(--lp-r-lg);
  padding: 36px;
  position: relative;
  border: 1px solid var(--lp-line);
}
.lp-main .lp-step__num {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 88px; font-weight: 500;
  color: var(--lp-coral);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
  opacity: 0.85;
}
.lp-main .lp-step__title { font-family: 'Gotham Pro', sans-serif; font-size: 22px; font-weight: 500; margin-bottom: 14px; }
.lp-main .lp-step p { font-size: 15px; color: var(--lp-ink-soft); line-height: 1.65; }

/* ============ Q&A BLOCKS ============ */
.lp-main .lp-qa { background: var(--lp-paper); padding: 56px 0; }
.lp-main .lp-qa__block { max-width: 920px; margin: 0 auto; padding: 32px 36px; background: var(--lp-bg); border-radius: var(--lp-r-lg); border: 1px solid var(--lp-line); }
.lp-main .lp-qa__block + .lp-qa__block { margin-top: 20px; }
.lp-main .lp-qa__q { font-family: 'Gotham Pro', sans-serif; font-size: 22px; font-weight: 500; margin-bottom: 20px; color: var(--lp-ink); display: flex; gap: 14px; align-items: start; }
.lp-main .lp-qa__q-mark { color: var(--lp-coral); font-family: 'Gotham Pro', serif; font-size: 30px; line-height: 1; font-style: italic; }
.lp-main .lp-qa__a { font-size: 16px; color: var(--lp-ink-soft); line-height: 1.7; }
.lp-main .lp-qa__a p + p { margin-top: 14px; }

/* ============ CURATOR ============ */
.lp-main .lp-curator { background: var(--lp-bg-alt); padding: 64px 0; }
.lp-main .lp-curator__grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .lp-main .lp-curator__grid { grid-template-columns: 1fr; } }
.lp-main .lp-curator__visual {
  background: var(--lp-accent); color: #fff;
  border-radius: var(--lp-r-lg);
  padding: 40px 32px;
  position: relative; overflow: hidden;
}
.lp-main .lp-curator__visual::before {
  content: '♥'; position: absolute; right: -30px; bottom: -50px;
  font-size: 280px; color: rgba(255,255,255,0.06); line-height: 1;
}
.lp-main .lp-curator__visual h3 { color: #fff; font-size: 24px; margin-bottom: 16px; position: relative; }
.lp-main .lp-curator__visual p { color: rgba(255,255,255,0.85); font-size: 15px; line-height: 1.65; position: relative; }
.lp-main .lp-curator__image {
  background: #ffffff;
  border-radius: var(--lp-r-md);
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.lp-main .lp-curator__image img {
  border-radius: var(--lp-r-md);
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.lp-main .lp-curator__placeholder {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-ink-faint);
  letter-spacing: 0.02em;
}
.lp-main .lp-sticker {
  display: inline-flex; align-items: center; gap: 6px;
  background: #ffffff; color: var(--lp-accent);
  padding: 4px 12px; border-radius: 100px;
  font-size: 12px; font-weight: 500;
  font-family: 'Gotham Pro', sans-serif;
  transform: rotate(-2deg);
}

/* ============ BENEFITS GRID ============ */
.lp-main .lp-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
@media (max-width: 900px) { .lp-main .lp-benefits__grid { grid-template-columns: 1fr; } }
.lp-main .lp-benefit {
  background: var(--lp-paper);
  border-radius: var(--lp-r-lg);
  padding: 40px 32px;
  border: 1px solid var(--lp-line);
  position: relative;
}
.lp-main .lp-benefit__num { font-family: 'Gotham Pro', serif; font-style: italic; font-size: 18px; color: var(--lp-coral); margin-bottom: 18px; display: block; }
.lp-main .lp-benefit__title { font-family: 'Gotham Pro', sans-serif; font-size: 21px; font-weight: 500; margin-bottom: 14px; }
.lp-main .lp-benefit p { font-size: 15px; color: var(--lp-ink-soft); line-height: 1.65; }

/* ============ SUITS YOU IF ============ */
.lp-main .lp-suits { background: var(--lp-bg); padding: 64px 0; }
.lp-main .lp-suits h2 { color: var(--lp-ink); }
.lp-main .lp-suits__head p { color: var(--lp-ink-soft); margin-top: 18px; font-size: 18px; }
.lp-main .lp-suits__list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 32px; }
@media (max-width: 800px) { .lp-main .lp-suits__list { grid-template-columns: 1fr; } }
.lp-main .lp-suit-item {
  background: #ffffff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-md);
  padding: 24px 28px;
  display: flex; gap: 16px; align-items: flex-start;
}
.lp-main .lp-suit-check {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--lp-accent); color: #ffffff;
  display: grid; place-items: center;
  font-size: 16px; font-weight: 700;
}
.lp-main .lp-suit-item p { font-size: 16px; color: var(--lp-ink); line-height: 1.55; }

/* ============ DIPLOMAS ============ */
.lp-main .lp-diplomas__inner { max-width: 880px; margin: 0 auto; text-align: center; }
.lp-main .lp-diplomas h2 { margin-bottom: 20px; }
.lp-main .lp-diplomas p { font-size: 18px; color: var(--lp-ink-soft); line-height: 1.65; }
.lp-main .lp-diploma-mock {
  margin-top: 32px;
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-lg);
  padding: 40px 32px;
  position: relative;
}
.lp-main .lp-diploma-mock__image {
  background: var(--lp-bg);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-lg);
  height: 240px;
  margin: 0 auto 28px;
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-main .lp-diploma-mock__placeholder {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-ink-faint);
  letter-spacing: 0.02em;
}
.lp-main .lp-diploma-mock__text {
  font-family: 'Gotham Pro', serif; font-style: italic;
  font-size: 22px; line-height: 1.4;
  color: var(--lp-ink);
}

/* ============ PRICING ============ */
.lp-main .lp-pricing { padding: 72px 0; background: var(--lp-bg-alt); }
.lp-main .lp-pricing__head { text-align: center; max-width: 700px; margin: 0 auto 40px; }
.lp-main .lp-pricing__head p { font-size: 18px; color: var(--lp-ink-soft); margin-top: 20px; }
.lp-main .lp-pricing__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 0 auto; }
@media (max-width: 800px) { .lp-main .lp-pricing__grid { grid-template-columns: 1fr; max-width: 500px; } }
.lp-main .lp-price-card {
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-lg);
  padding: 40px 32px;
  display: flex; flex-direction: column;
  position: relative;
}
.lp-main .lp-price-card--featured {
  background: var(--lp-ink); color: #fff;
  border-color: var(--lp-ink);
  transform: scale(1.03);
  z-index: 2;
}
.lp-main .lp-price-card--featured::before {
  content: 'Популярный выбор';
  position: absolute; top: -14px; left: 50%;
  transform: translateX(-50%);
  background: #ffffff; color: var(--lp-accent);
  font-family: 'Gotham Pro', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 18px; border-radius: 100px;
}
.lp-main .lp-price-card__title { font-family: 'Gotham Pro', sans-serif; font-size: 20px; font-weight: 500; margin-bottom: 24px; }
.lp-main .lp-price-card__price { font-family: 'Gotham Pro', sans-serif; font-size: 36px; font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 6px; color: var(--lp-coral); }
.lp-main .lp-price-card--featured .lp-price-card__price { color: #ffffff; }
.lp-main .lp-price-card__per { font-size: 13px; color: var(--lp-ink-faint); margin-bottom: 24px; }
.lp-main .lp-price-card--featured .lp-price-card__per { color: rgba(255,255,255,0.7); }
.lp-main .lp-price-card__rates { font-size: 13.5px; line-height: 1.7; color: var(--lp-ink-soft); padding: 16px 0; border-top: 1px solid var(--lp-line-soft); border-bottom: 1px solid var(--lp-line-soft); margin-bottom: 24px; }
.lp-main .lp-price-card--featured .lp-price-card__rates { color: rgba(255,255,255,0.75); border-color: rgba(255,255,255,0.15); }
.lp-main .lp-price-card__rates strong { color: var(--lp-ink); font-weight: 500; }
.lp-main .lp-price-card--featured .lp-price-card__rates strong { color: #fff; }
.lp-main .lp-price-card__features { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 12px; }
.lp-main .lp-price-card__features li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.55; }
.lp-main .lp-price-card__features li i { color: var(--lp-accent); font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.lp-main .lp-price-card--featured .lp-price-card__features li i { color: #ffffff; }
.lp-main .lp-price-card .lp-action { margin-top: auto; }
.lp-main .lp-price-card--featured .lp-action { background: #ffffff; color: var(--lp-ink); }
.lp-main .lp-price-card--featured .lp-action:hover { background: var(--lp-accent); color: #fff; }

/* ============ ATTESTATION ============ */
.lp-main .lp-attestation { padding: 56px 0; background: var(--lp-bg-alt); padding-top: 0; }
.lp-main .lp-attestation__card {
  background: var(--lp-accent-soft);
  border: 1px solid var(--lp-accent);
  border-radius: var(--lp-r-xl);
  padding: 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .lp-main .lp-attestation__card { grid-template-columns: 1fr; padding: 40px 28px; } }
.lp-main .lp-attestation__title { font-family: 'Gotham Pro', sans-serif; font-size: 32px; font-weight: 500; margin-bottom: 24px; line-height: 1.1; }
.lp-main .lp-attestation__list { display: grid; gap: 20px; margin: 0; padding: 0; }
.lp-main .lp-attestation__list li { list-style: none; padding-left: 0; display: flex; gap: 14px; align-items: flex-start; }
.lp-main .lp-attestation__list li i { color: var(--lp-ink); font-size: 24px; flex-shrink: 0; }
.lp-main .lp-attestation__list strong { display: block; font-family: 'Gotham Pro', sans-serif; font-weight: 500; font-size: 16px; margin-bottom: 4px; }
.lp-main .lp-attestation__list p { font-size: 14.5px; color: rgba(26,24,20,0.78); line-height: 1.55; }
.lp-main .lp-attestation__price { text-align: right; }
.lp-main .lp-attestation__price .lp-amount { font-family: 'Gotham Pro', sans-serif; font-size: 64px; font-weight: 600; line-height: 1; letter-spacing: -0.04em; }
.lp-main .lp-attestation__price .lp-label { font-size: 14px; margin-top: 8px; opacity: 0.7; }

/* ============ PAYMENT ============ */
.lp-main .lp-payment { padding: 56px 0; }
.lp-main .lp-payment__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 800px) { .lp-main .lp-payment__grid { grid-template-columns: 1fr; } }
.lp-main .lp-payment-card {
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-r-lg);
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.lp-main .lp-payment-card:hover {
  border-color: var(--lp-accent);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,126,236,0.08);
}
.lp-main .lp-payment-card__image {
  height: 200px;
  background: var(--lp-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--lp-line);
}
.lp-main .lp-payment-card__placeholder {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-ink-faint);
  letter-spacing: 0.02em;
}
.lp-main .lp-payment-card__body { padding: 28px 32px 32px; }
.lp-main .lp-payment-card h3 { font-family: 'Gotham Pro', sans-serif; font-size: 20px; font-weight: 500; margin-bottom: 10px; }
.lp-main .lp-payment-card p { font-size: 15px; color: var(--lp-ink-soft); line-height: 1.6; }

/* ============ REQUIREMENTS ============ */
.lp-main .lp-requirements { background: var(--lp-ink); color: #fff; padding: 64px 0; }
.lp-main .lp-requirements h2 { color: #fff; }
.lp-main .lp-requirements__head { max-width: 700px; margin-bottom: 56px; }
.lp-main .lp-requirements__head p { color: rgba(255,255,255,0.7); margin-top: 20px; font-size: 17px; }
.lp-main .lp-req-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .lp-main .lp-req-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .lp-main .lp-req-grid { grid-template-columns: 1fr; } }
.lp-main .lp-req-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--lp-r-md);
  padding: 28px;
}
.lp-main .lp-req-item i { font-size: 32px; color: #ffffff; margin-bottom: 18px; display: block; }
.lp-main .lp-req-item p { font-size: 15px; color: rgba(255,255,255,0.88); line-height: 1.55; }

/* ============ ENROLLMENT ============ */
.lp-main .lp-enroll { padding: 72px 0; background: var(--lp-bg); }
.lp-main .lp-enroll__head { text-align: center; margin-bottom: 40px; }
.lp-main .lp-enroll__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
@media (max-width: 980px) { .lp-main .lp-enroll__steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .lp-main .lp-enroll__steps { grid-template-columns: 1fr; } }
.lp-main .lp-enroll-step {
  background: var(--lp-paper);
  border-radius: var(--lp-r-lg);
  padding: 32px 28px;
  border: 1px solid var(--lp-line);
  position: relative;
}
.lp-main .lp-enroll-step__num {
  position: absolute; top: -22px; left: 28px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--lp-coral); color: #fff;
  display: grid; place-items: center;
  font-family: 'Gotham Pro', sans-serif;
  font-size: 18px; font-weight: 600;
  border: 4px solid var(--lp-bg);
}
.lp-main .lp-enroll-step__title { font-family: 'Gotham Pro', sans-serif; font-size: 18px; font-weight: 500; margin: 16px 0 12px; }
.lp-main .lp-enroll-step p { font-size: 14.5px; color: var(--lp-ink-soft); line-height: 1.6; }

/* ============ FAQ ============ */
.lp-main .lp-faq { padding: 72px 0; background: var(--lp-paper); }
.lp-main .lp-faq__inner { max-width: 880px; margin: 0 auto; }
.lp-main .lp-faq__head { text-align: center; margin-bottom: 36px; }
.lp-main .lp-faq__item { border-bottom: 1px solid var(--lp-line); padding: 28px 0; }
.lp-main .lp-faq__q {
  font-family: 'Gotham Pro', sans-serif;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  list-style: none;
  color: var(--lp-ink);
}
.lp-main .lp-faq__q::-webkit-details-marker { display: none; }
.lp-main .lp-faq__q::after {
  content: '＋';
  font-family: 'Gotham Pro', sans-serif;
  font-size: 24px; font-weight: 400;
  color: var(--lp-coral);
  flex-shrink: 0;
  transition: transform .25s ease;
}
.lp-main .lp-faq__item[open] .lp-faq__q::after { content: '−'; transform: rotate(180deg); }
.lp-main .lp-faq__a {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--lp-ink-soft);
}

/* ============ FINAL CTA ============ */
.bpn_wrap2 .subtitle {
    font-size: 18px !important;
    color: #000;
}
.lp-main .title-form {
    font-size: 42px;
    color: #000;
}
.lp-main .format-bpn-item__title .h5 {
  font-size: 13px;
}
.lp-main .title-form {
  font-size: 42px;
}
.lp-main .lp-cta-final { background: #ffffff; color: #fff; padding: 72px 0; position: relative; overflow: hidden; }
.lp-main .freeday-2 { background: #ffffff; }
.lp-main .lp-cta-final::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 800px; height: 800px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(255,255,255,0.08);
  border-radius: 50%;
}
.lp-main .lp-cta-final::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 500px; height: 500px;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(255,255,255,0.1);
  border-radius: 50%;
}
.lp-main .lp-cta-final__placeholder {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: var(--lp-r-lg);
  max-width: 720px;
  margin: 0 auto;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-main .lp-cta-final__placeholder-text {
  font: 16px / 1.2 "Gotham Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-ink-faint);
  letter-spacing: 0.02em;
}
.lp-main .lp-cta-final__inner { position: relative; z-index: 1; text-align: center; max-width: 720px; margin: 0 auto; }
.lp-main .lp-cta-final h2 { color: #fff; margin-bottom: 24px; font-size: clamp(32px, 4.5vw, 52px); }
.lp-main .lp-cta-final h2 em { font-family: 'Gotham Pro', serif; font-style: italic; color: #ffffff; font-weight: 400; }
.lp-main .lp-cta-final p { color: rgba(255,255,255,0.8); font-size: 18px; margin-bottom: 36px; line-height: 1.6; }
.lp-main .lp-cta-final__form {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--lp-r-lg);
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
}
@media (max-width: 700px) { .lp-main .lp-cta-final__form { grid-template-columns: 1fr; } }
.lp-main .lp-cta-final__form .lp-field {
  background: rgba(255,255,255,0.95);
  border-color: transparent;
  margin: 0;
}