: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; }

.top {
  background-image: url('images/hero-bg-1211.jpg');
  min-height: 70vh;
  padding: 18px 0 22px;
  background-size: cover;
  background-repeat:no-repeat ;
}

.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: 28px; 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.02); }
.btn-primary:active { transform: translateY(1px); }
.btn-white {
  background: #fff; color: var(--black); border-color: #fff;
  height: 48px; padding: 0 32px; border-radius: 12px; font-weight: 700;
}
.btn-white:hover { background: #f0f0f0; }

.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 {
  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: 42px; line-height: 1.1;
  letter-spacing: -0.03em; color: var(--text);
}
.hero__accent { color: var(--red); }
.hero__desc {
  margin: 0 0 16px; font-size: 18px; line-height: 1.55;
  color: var(--muted); font-weight: 500;
}
.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__seats {
  margin: 12px 0 0; font-size: 12px; color: var(--muted); font-weight: 500;
}

.hero__right { display: flex; justify-content: flex-end; align-items: center; }

.hero__poster {
  width: 100%; max-width: 560px; 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: 40px 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: 14px;
}
.hero__posterTitle {
  font-weight: 900; letter-spacing: -0.03em; font-size: 44px;
  line-height: 1.0; margin: 0 0 10px;
}
.hero__posterText { color: #3b3f46; font-size: 13px; line-height: 1.55; }

.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: center; }
.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: 16px; line-height: 1.15; color: #2a2d33;
  font-weight: 500; margin-top: 2px;
}

.inside {
  padding: 54px 0 64px; background: #fff;
}
.inside__title {
  margin: 0 0 8px; text-align: center; font-size: 34px;
  line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text);
}
.inside__subtitle {
  text-align: center; font-size: 16px; color: var(--muted); margin: 0 0 28px;
}
.inside__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px 22px; align-items: stretch;
}
.inside__card {
  background: #fbfbfb; border: 1px solid #efeff2; border-radius: 14px;
  padding: 18px; display: flex; gap: 18px; align-items: center; min-height: 118px;
}
.inside__icon {
  width: 86px; height: 72px; display: flex; align-items: center;
  justify-content: center; flex: 0 0 auto; color: var(--red);
}
.inside__content h3 {
  margin: 0 0 6px; font-size: 16px; line-height: 1.25; font-weight: 800; color: #0b0b0c;
}
.inside__content p {
  margin: 0; font-size: 14px; line-height: 1.45; color: #6b6f76; max-width: 440px;
}

.painBanner {
  margin-top: 32px; display: grid; grid-template-columns: 320px 1fr;
  gap: 0; border-radius: 18px; overflow: hidden;
  background: var(--black); color: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
  min-height: 320px;
}
.painBanner__illus {
  position: relative; background:
    radial-gradient(200px 200px at 50% 50%, rgba(225,11,20,.18), transparent 70%),
    rgba(255,255,255,.03);
  display: flex; align-items: center; justify-content: center;
}
.painBanner__center {
  width: 100%; border-radius: 50%;
  margin-left:3%;
  display: flex; align-items: center;
  justify-content: center; color: #fff; z-index: 2;

}
.painBanner__ring {
  position: absolute; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5);
}
.painBanner__ring--1 { top: 20%; left: 12%; }
.painBanner__ring--2 { top: 14%; right: 18%; }
.painBanner__ring--3 { bottom: 18%; left: 18%; }
.painBanner__ring--4 { bottom: 22%; right: 12%; }
.painBanner__ring--5 { top: 50%; right: 8%; transform: translateY(-50%); }
.painBanner__content { padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; }
.painBanner__title {
  margin: 0 0 12px; font-size: 24px; font-weight: 900;
  line-height: 1.15; letter-spacing: -0.02em;
}
.painBanner__desc {
  margin: 0 0 20px; font-size: 15px; line-height: 1.6;
  color: rgba(255,255,255,.65);
}
.painBanner__list { display: grid; gap: 10px; margin-bottom: 24px; }
.painBanner__item {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 14px; color: rgba(255,255,255,.85); line-height: 1.4;
}
.painBanner__item span { margin-top: 1px; }

.discSec { padding: 54px 0 64px; background: #f5f5f5; }
.discSec__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);
}
.discSec__sub {
  text-align: center; font-size: 14px; color: var(--muted); margin: 0 0 32px; max-width: 640px; margin-left: auto; margin-right: auto;
}

.discGrid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.discCard {
  background: #fff; border: 1px solid #efeff2; border-radius: 14px;
  padding: 20px; display: flex; gap: 16px; align-items: flex-start;
  transition: box-shadow .15s ease;
}
.discCard:hover { box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.discCard__num {
  width: 40px; height: 40px; border-radius: 12px;
  background: rgba(225,11,20,.10); color: var(--red);
  font-weight: 900; font-size: 18px;
  display: flex; align-items: center; justify-content: center; flex: 0 0 40px;
}
.discCard__body { flex: 1; }
.discCard__title { margin: 0 0 8px; font-size: 17px; font-weight: 800; color: #0b0b0c; line-height: 1.25; }
.discCard__meta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 6px; }
.discCard__meta span {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 600; color: var(--muted);
}
.discCard__meta svg { color: var(--muted); }
.discCard__desc { margin: 0; font-size: 13px; line-height: 1.45; color: #6b6f76; }

.discTotal {
  margin-top: 28px; display: flex; align-items: center; justify-content: center;
  gap: 28px; padding: 20px; background: var(--black); border-radius: 14px; color: #fff;
}
.discTotal__item { text-align: center; }
.discTotal__num { display: block; font-size: 32px; font-weight: 900; letter-spacing: -0.02em; line-height: 1; }
.discTotal__label { font-size: 13px; color: rgba(255,255,255,.6); font-weight: 500; margin-top: 4px; display: block; }
.discTotal__div { width: 1px; height: 40px; background: rgba(255,255,255,.15); }

.reqprospect { padding: 54px 0 64px; background: #fff; }
.reqprospect__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start;
}

.reqcard {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
  padding: 32px; box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.reqcard__header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.reqcard__iconwrap {
  width: 64px; height: 64px; flex: 0 0 auto; display: flex;
  align-items: center; justify-content: center;
  background: rgba(225,11,20,.06); border-radius: 12px; border: 1px solid rgba(225,11,20,.12);
}
.reqcard__iconwrap svg { width: 32px; height: 32px; color: var(--red); }
.reqcard__title { font-size: 24px; font-weight: 700; line-height: 1.2; margin: 0; color: #111; }
.reqcard__desc {
  font-size: 14px; line-height: 1.6; color: #6b6f76; margin-bottom: 24px;
}
.reqcard__list { list-style: none; padding: 0; margin: 0 0 24px; }
.reqcard__list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; color: #6b6f76; margin-bottom: 12px;
}
.reqcard__check { width: 18px; height: 18px; flex: 0 0 18px; color: var(--red); margin-top: 1px; }
.reqcard__note {
  padding: 16px; background: rgba(225,11,20,.06); border-radius: 12px;
  font-size: 14px; line-height: 1.6; color: #7f1d1d; font-weight: 500;
}

.prospcard {
  background: var(--black); color: #fff; border-radius: 16px;
  overflow: hidden; position: relative; display: flex; flex-direction: column;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.prospcard__bg {
  position: absolute; inset: 0; opacity: .4; mix-blend-mode: overlay; pointer-events: none;
}
.prospcard__inner {
  position: relative; z-index: 1; padding: 32px; display: flex; flex-direction: column; height: 100%;
}
.prospcard__title {
  font-size: 30px; font-weight: 900; margin: 0 0 24px; line-height: 1.15; letter-spacing: -0.02em;
}
.prospcard__desc {
  font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.7); margin-bottom: 32px;
}
.prospcard__label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; color: rgba(255,255,255,.8); margin-bottom: 20px;
}
.prospcard__items { display: grid; gap: 20px; }
.prospcard__item { display: flex; gap: 16px; align-items: flex-start; }
.prospcard__circle {
  width: 40px; height: 40px; border-radius: 50%; background: var(--red);
  display: flex; align-items: center; justify-content: center; flex: 0 0 40px;
  box-shadow: 0 4px 12px rgba(225,11,20,.3);
}
.prospcard__circle svg { width: 20px; height: 20px; color: #fff; }
.prospcard__text {
  font-size: 16px; font-weight: 500; color: rgba(255,255,255,.9); margin-top: 8px;
}
.prospcard__cta { margin-top: auto; padding-top: 40px; }

.spikersec { padding: 54px 0 72px; background: #f5f5f5; }
.spikersec__title {
  margin: 0 0 40px; text-align: center; font-size: 34px;
  line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text);
}
.spikersec__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.speakercard {
  background: #fff; border: 1px solid #efeff2; border-radius: 12px;
  padding: 18px; display: flex; flex-direction: column;
}
.speakercard img {
  width: 100%; height: 159px; object-fit: cover; margin-top:10px;border-radius: 10px; margin-bottom: 16px;
}
.speakercard__placeholder {
  width: 100%; height: 140px; border-radius: 10px; margin-bottom: 16px;
  background: #f5f5f5; display: flex; align-items: center; justify-content: center;
}
.speakercard__info { flex: 1; }
.speakercard__name {
  font-size: 17px; font-weight: 800; color: #0b0b0c; margin-bottom: 6px;
}
.speakercard__desc { font-size: 13px; color: #6b6f76; line-height: 1.5; margin-bottom: 10px; }
.speakercard__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.speakercard__tag {
  display: inline-flex; padding: 3px 9px; border-radius: 999px;
  background: rgba(225,11,20,.08); border: 1px solid rgba(225,11,20,.15);
  font-size: 11px; font-weight: 600; color: var(--red);
}

.formatSec { padding: 54px 0 64px; background: #fff; }
.formatSec__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);
}
.formatSec__sub {
  text-align: center; font-size: 14px; color: var(--muted); margin: 0 0 28px;
}

.formatGrid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.formatCard {
  background: #fbfbfb; border: 1px solid #efeff2; border-radius: 14px;
  padding: 20px; text-align: center;
}
.formatCard__icon {
  width: 48px; height: 48px; border-radius: 14px; background: var(--black);
  display: flex; align-items: center; justify-content: center; color: #fff;
  margin: 0 auto 12px;
}
.formatCard__icon svg { width: 24px; height: 24px; }
.formatCard__title { margin: 0 0 6px; font-size: 15px; font-weight: 800; color: #0b0b0c; }
.formatCard__text { margin: 0; font-size: 13px; line-height: 1.45; color: #6b6f76; }

.materialsBlock {
  margin-top: 28px; background: var(--black); border-radius: 14px;
  padding: 24px 28px; color: #fff;
}
.materialsBlock__title {
  margin: 0 0 16px; font-size: 18px; font-weight: 800;
}
.materialsBlock__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.materialsBlock__item {
  display: flex; gap: 10px; align-items: center;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px; padding: 12px 14px;
  font-size: 14px; font-weight: 600; color: rgba(255,255,255,.85);
}
.materialsBlock__icon {
  width: 32px; height: 32px; border-radius: 8px; background: var(--red);
  display: flex; align-items: center; justify-content: center; flex: 0 0 32px;
}
.materialsBlock__icon svg { width: 18px; height: 18px; color: #fff; }

.priceSec { padding: 54px 0 58px; background: #f5f5f5; }
.priceSec__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);
}
.priceSec__sub {
  text-align: center; font-size: 14px; color: var(--muted); margin: 0 0 24px;
}
.priceGrid {
  margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; align-items: stretch;
}
.priceGrid--single { max-width: 900px; }
.payCard {
  background: #fff; border: 1px solid #efeff2; border-radius: 12px; padding: 14px;
}
.payCard__title {
  font-size: 16px; font-weight: 800; color: #0b0b0c; margin-bottom: 20px;
}
.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: #f9f9f9;
}
.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: 14px; line-height: 1.2; font-weight: 600; 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__label {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; margin-bottom: 6px;
}
.priceCard__price {
  font-size: 24px; font-weight: 900; letter-spacing: -0.02em; margin: 2px 0 12px;
}
.priceCard__list { margin: 0; padding-left: 16px; color: #6b6f76; }
.priceCard__list li { font-size: 14px; line-height: 1.45; margin: 4px 0; }
.priceCard__btn {
  margin-top: 16px; display: flex; align-items: center; justify-content: center;
  height: 42px; border-radius: 10px; background: var(--red);
  color: #fff; font-weight: 800; font-size: 13px; text-decoration: none;
}
.priceCard--dark { background: var(--black); color: #fff; border-color: var(--black); }
.priceCard--dark .priceCard__label { color: rgba(255,255,255,.5); }
.priceCard--dark .priceCard__price { color: #fff; }
.priceCard--dark .priceCard__list { color: rgba(255,255,255,.86); }
.priceCard--dark .priceCard__btn { background: #fff; color: var(--black); }

.priceNote {
  display: flex; align-items: center; gap: 10px; justify-content: center;
  margin-top: 18px; font-size: 14px; color: var(--muted); font-weight: 500;
  max-width: 900px; margin-left: auto; margin-right: auto;
}

.faqSec { padding: 54px 0 64px; background: #fff; }
.faqSec__title {
  margin: 0 0 28px; text-align: center; font-size: 32px;
  line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; color: var(--text);
}
.faqList {
  max-width: 800px; margin: 0 auto; display: grid; gap: 10px;
}
.faqItem {
  background: #f9f9f9; border: 1px solid #efeff2; border-radius: 12px; overflow: hidden;
}
.faqSum {
  list-style: none; padding: 14px 18px; cursor: pointer;
  font-weight: 700; font-size: 15px; color: #0b0b0c;
  display: flex; align-items: center; gap: 14px;
}
.faqSum::-webkit-details-marker { display: none; }
.faqSum::marker { display: none; content: ""; }
.faqSum:after {
  content: ""; width: 10px; height: 10px; margin-left: auto;
  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 rgba(0,0,0,.06); }
.faqNum {
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(225,11,20,.12); color: var(--red);
  font-weight: 900; font-size: 13px;
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 28px;
}
.faqBody {
  padding: 14px 18px; font-size: 14px; line-height: 1.6; color: var(--muted);
}

.lead2 { padding: 54px 0 64px; background: var(--black); }
.lead2__box {
  display: grid; grid-template-columns: 1fr .8fr; gap: 32px; align-items: center;
}
.lead2__title { margin: 0 0 10px; font-size: 32px; font-weight: 900; color: #fff; letter-spacing: -0.02em; }
.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"] {
  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: 220px; 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);
}

.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 0; font-size: 12px; color: rgba(255,255,255,.45); }
.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;
}

@media (max-width: 1060px) {
  .nav { gap: 16px; }
  .nav a { font-size: 12px; }
  .iconrow > .container { grid-template-columns: repeat(2, 1fr); }
  .inside__grid { grid-template-columns: 1fr; }
  .formatGrid { grid-template-columns: repeat(2, 1fr); }
  .materialsBlock__grid { grid-template-columns: 1fr; }
  .spikersec__grid { grid-template-columns: repeat(2, 1fr); }
}

@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; }
  .discGrid { grid-template-columns: 1fr; }
  .reqprospect__grid { grid-template-columns: 1fr; }
  .priceGrid { grid-template-columns: 1fr; }
  .lead2__box { grid-template-columns: 1fr; }
  .lead2__right { display: none; }
  .footer2__top { grid-template-columns: 1fr; gap: 20px; }
  .discTotal { gap: 16px; flex-wrap: wrap; }
  .painBanner { grid-template-columns: 1fr; }
  .painBanner__illus { min-height: 200px; }
  .spikersec__grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .hero__title { font-size: 30px; }
  .iconrow > .container { grid-template-columns: 1fr; }
  .formatGrid { grid-template-columns: 1fr; }
  .inside__title, .spikersec__title { font-size: 28px; }
  .discSec__title, .formatSec__title,
  .priceSec__title, .faqSec__title { font-size: 26px; }
  .hero__meta { flex-direction: column; align-items: flex-start; gap: 10px; }
  .payMethods { grid-template-columns: 1fr; }
}

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

@media (max-width: 420px) {
  .hero__title { font-size: 26px; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
}
.discCard__priceBox {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #fafafa;
  border: 1px solid #ececf1;
}

.discCard__priceRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  font-size: 14px;
  color: #4b5563;
  border-bottom: 1px dashed #e5e7eb;
}

.discCard__priceRow:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.discCard__priceRow strong {
  font-size: 15px;
  font-weight: 800;
  color: #0b0b0c;
  white-space: nowrap;
}

.discCard__priceRow--total {
  margin-top: 4px;
  padding-top: 12px;
  color: #0b0b0c;
}

.discCard__priceRow--total strong {
  font-size: 18px;
  color: var(--red);
}

.discTotal--price {
  margin-top: 28px;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 18px;
  padding: 22px 24px;
}

.discTotal--price .discTotal__item {
  min-width: 180px;
  flex: 1 1 220px;
}

.discTotal--price .discTotal__num {
  font-size: 30px;
}

.discSec__footnote {
  margin: 14px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}

@media (max-width: 860px) {
  .discCard__priceBox {
    padding: 12px 14px;
  }

  .discCard__priceRow {
    font-size: 13px;
  }

  .discCard__priceRow strong {
    font-size: 14px;
  }

  .discCard__priceRow--total strong {
    font-size: 16px;
  }

  .discTotal--price {
    padding: 18px 16px;
    gap: 14px;
  }

  .discTotal--price .discTotal__div {
    display: none;
  }

  .discTotal--price .discTotal__item {
    flex: 1 1 100%;
  }

  .discTotal--price .discTotal__num {
    font-size: 26px;
  }
}

.scheduleTableSec {
  padding: 54px 0 64px;
  background: #fff;
}

.scheduleTableSec__title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
}

.scheduleTableSec__sub {
  text-align: center;
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 28px;
}

.scheduleTableWrap {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
}

.scheduleTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.scheduleTable thead {
  background: #fafafa;
}

.scheduleTable th {
  text-align: left;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.scheduleTable td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.scheduleTable tr:last-child td {
  border-bottom: none;
}

.scheduleTable tbody tr:hover {
  background: #fafafa;
}

/* Теги */
.tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.tag--study {
  background: rgba(225,11,20,.08);
  color: var(--red);
}

.tag--exam {
  background: #f1f5f9;
  color: #334155;
}

/* mobile */
@media (max-width: 768px) {
  .scheduleTable th,
  .scheduleTable td {
    padding: 10px;
    font-size: 13px;
  }
}
.scheduleTableSec {
  padding: 56px 0 70px;
  background:
          radial-gradient(700px 260px at 10% 0%, rgba(225,11,20,.05), transparent 60%),
          #fff;
}

.scheduleTableSec__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.scheduleTableSec__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(225,11,20,.08);
  border: 1px solid rgba(225,11,20,.14);
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.scheduleTableSec__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: var(--text);
}

.scheduleTableSec__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.scheduleTableWrap {
  overflow-x: auto;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid #eceef2;
  border-radius: 20px;
  box-shadow:
          0 10px 30px rgba(0,0,0,.05),
          0 2px 8px rgba(0,0,0,.03);
}

.scheduleTable {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.scheduleTable thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 18px 20px;
  text-align: left;
  background: #111214;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.scheduleTable thead th:first-child {
  border-top-left-radius: 20px;
}

.scheduleTable thead th:last-child {
  border-top-right-radius: 20px;
}

.scheduleTable tbody td {
  padding: 18px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
}

.scheduleTable tbody tr:nth-child(4n-3) td,
.scheduleTable tbody tr:nth-child(4n-2) td {
  background: #fff;
}

.scheduleTable tbody tr:nth-child(4n-1) td,
.scheduleTable tbody tr:nth-child(4n) td {
  background: #fcfcfd;
}

.scheduleTable tbody tr:hover td {
  background: #fafafa;
}

.scheduleTable tbody tr:last-child td {
  border-bottom: none;
}

.scheduleTable__disc {
  width: 26%;
  min-width: 240px;
}

.scheduleDisc__title {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #0b0b0c;
  margin-bottom: 6px;
}

.scheduleDisc__meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.schedTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.schedTag--study {
  background: rgba(11,11,12,.06);
  color: #0b0b0c;
  border: 1px solid rgba(11,11,12,.08);
}

.schedTag--exam {
  background: rgba(225,11,20,.08);
  color: var(--red);
  border: 1px solid rgba(225,11,20,.14);
}

.dateGroup {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.dateItem {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 170px;
  max-width: 100%;
  padding: 11px 13px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e7ebf0;
  box-shadow:
          0 4px 12px rgba(15,23,42,.05),
          inset 0 1px 0 rgba(255,255,255,.75);
}

.dateItem--exam {
  background: linear-gradient(180deg, rgba(225,11,20,.06) 0%, rgba(225,11,20,.03) 100%);
  border: 1px solid rgba(225,11,20,.14);
  box-shadow:
          0 6px 14px rgba(225,11,20,.07),
          inset 0 1px 0 rgba(255,255,255,.55);
}

.dateLabel {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #7b8190;
}

.dateItem--exam .dateLabel {
  color: rgba(225,11,20,.8);
}

.dateText {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: #111214;
  padding-top:10px;
}

.dateItem--exam .dateText {
  color: #ab0f17;
}

.timeChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f5f7fa;
  border: 1px solid #e7ebf0;
  font-size: 13px;
  font-weight: 800;
  color: #111214;
  white-space: nowrap;
}

.timeChip--exam {
  background: rgba(225,11,20,.05);
  border-color: rgba(225,11,20,.12);
  color: var(--red);
}

.scheduleTableNote {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #111214;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.scheduleTableNote__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.scheduleTableNote__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
}

/* mobile */
@media (max-width: 980px) {
  .scheduleTableSec {
    padding: 48px 0 58px;
  }

  .scheduleTableSec__title {
    font-size: 28px;
  }

  .scheduleTableSec__sub {
    font-size: 14px;
  }

  .scheduleTableWrap {
    border-radius: 16px;
  }

  .scheduleTable {
    min-width: 860px;
  }

  .scheduleTable thead th {
    padding: 14px 14px;
  }

  .scheduleTable tbody td {
    padding: 14px 14px;
  }

  .dateGroup {
    gap: 10px;
  }

  .dateItem {
    min-width: 150px;
    padding: 10px 12px;
  }
}

@media (max-width: 640px) {
  .scheduleTableSec__eyebrow {
    font-size: 11px;
  }

  .scheduleTableSec__title {
    font-size: 24px;
  }

  .scheduleTableNote {
    padding: 14px;
    border-radius: 14px;
  }

  .scheduleTableNote__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

.scheduleTableSec {
  padding: 56px 0 70px;
  background:
          radial-gradient(700px 260px at 10% 0%, rgba(225,11,20,.05), transparent 60%),
          #fff;
}

.scheduleTableSec__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.scheduleTableSec__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(225,11,20,.08);
  border: 1px solid rgba(225,11,20,.14);
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.scheduleTableSec__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 900;
  color: var(--text);
}

.scheduleTableSec__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.scheduleTableWrap {
  overflow-x: auto;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid #eceef2;
  border-radius: 20px;
  box-shadow:
          0 10px 30px rgba(0,0,0,.05),
          0 2px 8px rgba(0,0,0,.03);
}

.scheduleTable {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
}

.scheduleTable thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 18px 20px;
  text-align: left;
  background: #111214;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.scheduleTable thead th:first-child {
  border-top-left-radius: 20px;
}

.scheduleTable thead th:last-child {
  border-top-right-radius: 20px;
}

.scheduleTable tbody td {
  padding: 18px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #eef0f3;
  background: #fff;
}

.scheduleTable tbody tr:nth-child(4n-3) td,
.scheduleTable tbody tr:nth-child(4n-2) td {
  background: #fff;
}

.scheduleTable tbody tr:nth-child(4n-1) td,
.scheduleTable tbody tr:nth-child(4n) td {
  background: #fcfcfd;
}

.scheduleTable tbody tr:hover td {
  background: #fafafa;
}

.scheduleTable tbody tr:last-child td {
  border-bottom: none;
}

.scheduleTable__disc {
  width: 26%;
  min-width: 240px;
}

.scheduleDisc__title {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #0b0b0c;
  margin-bottom: 6px;
}

.scheduleDisc__meta {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
}

.schedTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 98px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  white-space: nowrap;
}

.schedTag--study {
  background: rgba(11,11,12,.06);
  color: #0b0b0c;
  border: 1px solid rgba(11,11,12,.08);
}

.schedTag--exam {
  background: rgba(225,11,20,.08);
  color: var(--red);
  border: 1px solid rgba(225,11,20,.14);
}

.dateGroup {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.dateItem {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 190px;
  max-width: 100%;
  padding: 11px 13px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e7ebf0;
  box-shadow:
          0 4px 12px rgba(15,23,42,.05),
          inset 0 1px 0 rgba(255,255,255,.75);
}

.dateItem--exam {
  background: linear-gradient(180deg, rgba(225,11,20,.06) 0%, rgba(225,11,20,.03) 100%);
  border: 1px solid rgba(225,11,20,.14);
  box-shadow:
          0 6px 14px rgba(225,11,20,.07),
          inset 0 1px 0 rgba(255,255,255,.55);
}

.dateItem--past {
  position: relative;
  opacity: .92;
}

.dateItem--past::after {
  content: "Завершён";
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #fff3cd;
  color: #8a6d1f;
  border: 1px solid #f3d98b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
}

.dateItem--exam.dateItem--past::after {
  background: #fff1e8;
  color: #b45309;
  border-color: #f3c78f;
}

.dateLabel {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #7b8190;
  padding-right: 58px;
}

.dateItem--exam .dateLabel {
  color: rgba(225,11,20,.8);
}

.dateText {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: #111214;
}

.dateItem--exam .dateText {
  color: #ab0f17;
}

.timeChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  background: #f5f7fa;
  border: 1px solid #e7ebf0;
  font-size: 13px;
  font-weight: 800;
  color: #111214;
  white-space: nowrap;
}

.timeChip--exam {
  background: rgba(225,11,20,.05);
  border-color: rgba(225,11,20,.12);
  color: var(--red);
}

.scheduleTableLegend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 18px;
  padding: 0 4px;
}

.scheduleTableLegend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}

.legendDot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.legendDot--past {
  background: #f3d98b;
}

.legendDot--future {
  background: #dbe7f5;
}

.legendDot--exam {
  background: rgba(225,11,20,.25);
}

.scheduleTableNote {
  margin-top: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #111214;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.scheduleTableNote__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.scheduleTableNote__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
}

/* mobile */
@media (max-width: 980px) {
  .scheduleTableSec {
    padding: 48px 0 58px;
  }

  .scheduleTableSec__title {
    font-size: 28px;
  }

  .scheduleTableSec__sub {
    font-size: 14px;
  }

  .scheduleTableWrap {
    border-radius: 16px;
  }

  .scheduleTable {
    min-width: 860px;
  }

  .scheduleTable thead th {
    padding: 14px 14px;
  }

  .scheduleTable tbody td {
    padding: 14px 14px;
  }

  .dateGroup {
    gap: 10px;
  }

  .dateItem {
    min-width: 170px;
    padding: 10px 12px;
  }
}

@media (max-width: 640px) {
  .scheduleTableSec__eyebrow {
    font-size: 11px;
  }

  .scheduleTableSec__title {
    font-size: 24px;
  }

  .scheduleTableNote {
    padding: 14px;
    border-radius: 14px;
  }

  .scheduleTableNote__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

.dateGroup{display:flex;flex-direction:column;gap:10px}
.dateItem{padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;position:relative}
.dateItem--exam{background:rgba(225,11,20,.05);border-color:rgba(225,11,20,.2)}
.dateLabel{font-size:11px;color:#888;font-weight:700}
.dateText{font-size:14px;font-weight:800}
.timeChip{background:#f3f4f6;padding:8px 10px;border-radius:8px;font-weight:700}
.timeChip--exam{background:rgba(225,11,20,.08);color:#e10b14}
.schedTag{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}
.schedTag--study{background:#f3f4f6}
.schedTag--exam{background:rgba(225,11,20,.08);color:#e10b14}

/* прошедшие */
.dateItem--past{opacity:.7}
.dateItem--past::after{
  content:"Завершён";
  position:absolute;top:8px;right:8px;
  font-size:10px;
  background:#ffe9a8;
  padding:2px 6px;
  border-radius:6px;
}