/* ===== SHARED STYLES — Синий Рассвет ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #22242B;
  --navy-light:  #2C2F38;
  --navy-card:   #292C35;
  --indigo:      #32353C;
  --cyan:        #00BFFF;
  --cyan-dim:    rgba(0,191,255,0.12);
  --cyan-glow:   rgba(0,191,255,0.25);
  --orange:      #E8611A;
  --orange-dim:  rgba(232,97,26,0.12);
  --orange-hover:#FF7A35;
  --white:       #FFFFFF;
  --off-white:   #F4F5F8;
  --gray-100:    #ECEEF2;
  --gray-200:    #D5D8E0;
  --gray-500:    #7A7F94;
  --text:        #1A1C22;
  --text-muted:  #6B7080;
  --font-h:      'Unbounded', sans-serif;
  --font-b:      'Inter', sans-serif;
  --r-sm:        8px;
  --r-md:        14px;
  --r-lg:        20px;
  --r-xl:        28px;
  --shadow-card: 0 2px 24px rgba(0,0,0,0.07);
  --shadow-lg:   0 8px 48px rgba(0,0,0,0.14);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-b); color: var(--text); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

/* HEADER */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--gray-100); transition: box-shadow .3s; }
header.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,0.08); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-svg { width: 38px; height: 38px; flex-shrink: 0; }
.logo img { width: 38px; height: 38px; flex-shrink: 0; object-fit: contain; }
.footer-logo img { width: 38px; height: 38px; flex-shrink: 0; object-fit: contain; }
.logo-text { font-family: var(--font-h); font-size: 17px; font-weight: 600; letter-spacing: -0.3px; color: var(--navy); }
.logo-text span { color: var(--cyan); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; font-size: 13px; font-weight: 500; color: var(--text-muted); transition: color .2s; }
.nav-links a:hover { color: var(--cyan); }
.nav-buy-btn { background: var(--orange); color: var(--white) !important; padding: 9px 22px; border-radius: var(--r-sm); font-weight: 600 !important; font-size: 13px !important; transition: background .2s, transform .15s !important; }
.nav-buy-btn:hover { background: var(--orange-hover) !important; transform: translateY(-1px); }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: .3s; }

/* BREADCRUMB */
.breadcrumb { padding: 88px 0 0; background: var(--off-white); }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; padding: 16px 0; font-size: 12px; color: var(--text-muted); }
.breadcrumb-inner a { color: var(--text-muted); text-decoration: none; transition: color .2s; }
.breadcrumb-inner a:hover { color: var(--cyan); }
.breadcrumb-inner .sep { color: var(--gray-200); }
.breadcrumb-inner .current { color: var(--cyan); font-weight: 500; }

/* HERO */
.course-hero { background: var(--navy); padding: 60px 0 72px; position: relative; overflow: hidden; }
.course-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(0,191,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,191,255,0.04) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.course-hero::after { content: ''; position: absolute; top: -120px; right: -80px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,191,255,0.12) 0%, transparent 70%); pointer-events: none; }
.hero-layout { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--cyan-dim); border: 1px solid rgba(0,191,255,0.25); border-radius: 100px; padding: 5px 14px; font-size: 11px; font-weight: 600; color: var(--cyan); letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 20px; }
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.hero-title { font-family: var(--font-h); font-size: 44px; font-weight: 700; line-height: 1.1; letter-spacing: -1.5px; color: var(--white); margin-bottom: 20px; text-transform: uppercase; }
.hero-title .accent { color: var(--cyan); }
.hero-desc { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.75; max-width: 520px; margin-bottom: 36px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; }
.meta-pill { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.7); }
.meta-pill .icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.meta-pill .icon svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.7); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.free-lesson-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--cyan); text-decoration: none; transition: gap .2s; }
.free-lesson-link:hover { gap: 12px; }
.free-lesson-link::after { content: '→'; }

/* PURCHASE CARD */
.purchase-card { background: var(--white); border-radius: var(--r-xl); padding: 32px; box-shadow: 0 16px 60px rgba(0,0,0,0.35); position: sticky; top: 88px; }
.card-price-block { margin-bottom: 24px; }
.price-label { font-size: 11px; font-weight: 600; color: var(--text-muted); letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 6px; }
.price-main { font-family: var(--font-h); font-size: 38px; font-weight: 700; letter-spacing: -1.5px; color: var(--navy); }
.price-main span { color: var(--orange); }
.price-old { font-family: var(--font-h); font-size: 20px; color: var(--text-muted); text-decoration: line-through; margin-right: 8px; }
.price-badge { display: inline-block; background: var(--orange-dim); color: var(--orange); font-size: 11px; font-weight: 700; border-radius: 6px; padding: 2px 8px; margin-left: 4px; vertical-align: middle; }
.price-sub { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

.btn { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 20px; border-radius: var(--r-md); font-family: var(--font-b); font-size: 15px; font-weight: 600; cursor: pointer; border: none; text-decoration: none; transition: background .2s, transform .15s, box-shadow .2s; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 4px 20px rgba(232,97,26,0.35); margin-bottom: 10px; }
.btn-primary:hover { background: var(--orange-hover); box-shadow: 0 6px 28px rgba(232,97,26,0.45); }
.btn-installment { background: var(--off-white); color: var(--navy); margin-bottom: 10px; }
.btn-installment:hover { background: var(--gray-100); }
.btn-b2b { background: transparent; color: var(--text-muted); border: 1px solid var(--gray-200); font-size: 13px; margin-bottom: 10px; }
.btn-b2b:hover { border-color: var(--cyan); color: var(--cyan); }
.btn-sbp { background: transparent; color: var(--text-muted); border: 1px solid var(--gray-200); font-size: 13px; }
.btn-sbp:hover { border-color: var(--cyan); color: var(--cyan); }
.card-guarantees { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--gray-100); display: flex; flex-direction: column; gap: 10px; }
.guarantee-item { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--text-muted); }
.guarantee-item .gi-icon { font-size: 16px; width: 20px; text-align: center; flex-shrink: 0; }

/* SECTIONS COMMON */
.section-eyebrow { font-family: var(--font-h); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--cyan); margin-bottom: 12px; }
.section-title { font-family: var(--font-h); font-size: 32px; font-weight: 700; letter-spacing: -0.8px; color: var(--navy); text-transform: uppercase; margin-bottom: 8px; }
.section-title .accent { color: var(--cyan); }
.section-sub { font-size: 15px; color: var(--text-muted); margin-bottom: 40px; }

/* VIDEO */
.video-section { background: var(--off-white); padding: 72px 0; }
.video-wrap { border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--navy); aspect-ratio: 16/9; position: relative; }
.video-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* FOR WHOM */
.for-whom { padding: 80px 0; background: var(--white); }
.for-whom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.for-card {
  background: var(--navy);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .25s, transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}
.for-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.for-card:hover { border-color: rgba(0,191,255,0.2); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
.for-card:hover::after { transform: scaleX(1); }
.fc-icon-wrap {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  background: rgba(0,191,255,0.1);
  border: 1px solid rgba(0,191,255,0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.fc-icon-wrap svg { width: 26px; height: 26px; stroke: var(--cyan); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.for-card h3 { font-family: var(--font-h); font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 10px; text-transform: uppercase; letter-spacing: -0.2px; }
.for-card p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* PROBLEMS */
.problems { padding: 80px 0; background: var(--navy); position: relative; overflow: hidden; }
.problems::before { content: ''; position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,191,255,0.07) 0%, transparent 70%); pointer-events: none; }
.problems .section-title { color: var(--white); }
.problems .section-sub { color: rgba(255,255,255,0.5); }
.problems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 40px; position: relative; z-index: 1; }
.problem-item { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: rgba(255,255,255,0.04); border-radius: var(--r-md); border: 1px solid rgba(255,255,255,0.06); transition: background .25s, border-color .25s; }
.problem-item:hover { background: rgba(255,255,255,0.07); border-color: rgba(0,191,255,0.2); }
.problem-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 10px; background: rgba(232,97,26,0.12); display: flex; align-items: center; justify-content: center; }
.problem-icon svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.problem-item p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; }

/* OUTCOMES */
.outcomes { padding: 80px 0; background: var(--off-white); }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.outcome-card { background: var(--white); border-radius: var(--r-lg); padding: 32px 24px; border: 1px solid var(--gray-100); position: relative; overflow: hidden; transition: box-shadow .25s, transform .25s; }
.outcome-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.outcome-card:hover::before { transform: scaleX(1); }
.outcome-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.outcome-num { font-family: var(--font-h); font-size: 40px; font-weight: 700; color: var(--cyan); letter-spacing: -2px; opacity: 0.3; line-height: 1; margin-bottom: 12px; }
.outcome-card h3 { font-family: var(--font-h); font-size: 14px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: -0.2px; margin-bottom: 10px; }
.outcome-card p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* PROGRAM */
.program { padding: 80px 0; background: var(--white); }
.program-layout { display: grid; grid-template-columns: 1fr 320px; gap: 60px; align-items: start; }
.lessons-list { margin-top: 40px; }
.lesson-item { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--gray-100); transition: padding-left .2s; cursor: default; }
.lesson-item:hover { padding-left: 8px; }
.lesson-item:last-child { border-bottom: none; }
.lesson-num { font-family: var(--font-h); font-size: 11px; font-weight: 600; color: var(--cyan); width: 28px; flex-shrink: 0; letter-spacing: 0.5px; }
.lesson-name { font-size: 14px; color: var(--text); flex: 1; line-height: 1.5; }
.lesson-free { font-size: 10px; font-weight: 600; color: var(--cyan); background: var(--cyan-dim); border: 1px solid rgba(0,191,255,0.2); border-radius: 100px; padding: 2px 10px; white-space: nowrap; letter-spacing: 0.5px; text-transform: uppercase; flex-shrink: 0; }
.program-sticky { position: sticky; top: 88px; }
.program-info-card { background: var(--navy); border-radius: var(--r-xl); padding: 32px; color: var(--white); margin-bottom: 20px; }
.program-info-card h3 { font-family: var(--font-h); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: -0.2px; color: var(--cyan); margin-bottom: 20px; }
.info-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.info-row:last-child { border-bottom: none; }
.info-row-icon { font-size: 18px; width: 28px; height: 28px; text-align: center; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.info-row-icon svg { width: 18px; height: 18px; stroke: var(--cyan); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.info-row-text { font-size: 13px; color: rgba(255,255,255,0.7); }
.info-row-text strong { color: var(--white); display: block; font-size: 14px; }
.program-cta-card { background: var(--orange); border-radius: var(--r-xl); padding: 28px 32px; color: var(--white); text-align: center; }
.program-cta-card p { font-size: 14px; opacity: 0.85; margin-bottom: 16px; line-height: 1.6; }
.program-cta-card .btn { background: rgba(255,255,255,0.15); color: var(--white); border: 1px solid rgba(255,255,255,0.3); font-size: 14px; }
.program-cta-card .btn:hover { background: rgba(255,255,255,0.25); }

/* MODULES (for multi-module courses) */
.modules-list { margin-top: 40px; }
.module-block { margin-bottom: 24px; border: 1px solid var(--gray-100); border-radius: var(--r-lg); overflow: hidden; }
.module-header { background: var(--off-white); padding: 18px 24px; display: flex; align-items: center; gap: 14px; }
.module-num { font-family: var(--font-h); font-size: 11px; font-weight: 700; color: var(--cyan); background: var(--cyan-dim); border: 1px solid rgba(0,191,255,0.2); border-radius: 6px; padding: 3px 10px; }
.module-title { font-family: var(--font-h); font-size: 14px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: -0.2px; }
.module-lessons { padding: 0 24px; }

/* TARIFFS (for stream courses) */
.tariffs { padding: 80px 0; background: var(--off-white); }
.tariffs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.tariff-card { background: var(--white); border-radius: var(--r-xl); padding: 36px 32px; border: 2px solid var(--gray-100); transition: border-color .25s, box-shadow .25s; position: relative; }
.tariff-card.featured { border-color: var(--orange); }
.tariff-card.featured::before { content: 'Популярный'; position: absolute; top: -13px; left: 32px; background: var(--orange); color: var(--white); font-size: 11px; font-weight: 700; border-radius: 6px; padding: 3px 12px; letter-spacing: 0.5px; }
.tariff-name { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: -0.5px; margin-bottom: 6px; }
.tariff-price { font-family: var(--font-h); font-size: 36px; font-weight: 700; color: var(--navy); letter-spacing: -1.5px; margin-bottom: 24px; }
.tariff-price span { color: var(--orange); }
.tariff-features { list-style: none; margin-bottom: 28px; }
.tariff-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--text-muted); padding: 8px 0; border-bottom: 1px solid var(--gray-100); line-height: 1.5; }
.tariff-features li:last-child { border-bottom: none; }
.tariff-features li .tf-icon { flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px; }
.tariff-features li .tf-icon svg { width: 16px; height: 16px; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.tariff-features li.tf-yes .tf-icon svg { stroke: #22c55e; }
.tariff-features li.tf-no .tf-icon svg { stroke: var(--gray-500); }
.tariff-features li.tf-no { opacity: 0.5; }

/* gi-icon SVG */
.gi-icon { font-size: 16px; width: 22px; height: 22px; text-align: center; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.gi-icon svg { width: 16px; height: 16px; stroke: var(--cyan); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }

/* messenger btn icon */
.messenger-btn-icon { width: 20px; height: 20px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.messenger-btn-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* BONUSES */
.bonuses { padding: 80px 0; background: var(--off-white); }
.bonuses-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.bonus-card { background: var(--white); border-radius: var(--r-lg); padding: 28px; display: flex; gap: 20px; align-items: flex-start; border: 1px solid var(--gray-100); transition: box-shadow .25s; }
.bonus-card:hover { box-shadow: var(--shadow-card); }
.bonus-icon { width: 52px; height: 52px; flex-shrink: 0; border-radius: var(--r-md); background: var(--cyan-dim); border: 1px solid rgba(0,191,255,0.2); display: flex; align-items: center; justify-content: center; }
.bonus-icon svg { width: 24px; height: 24px; stroke: var(--cyan); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.bonus-card h3 { font-family: var(--font-h); font-size: 14px; font-weight: 600; color: var(--navy); text-transform: uppercase; letter-spacing: -0.2px; margin-bottom: 6px; }
.bonus-card p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* EXPERT */
.expert { padding: 80px 0; background: var(--navy); }
.expert .section-title { color: var(--white); }
.expert .section-sub { color: rgba(255,255,255,0.5); }
.expert-layout { display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 0; margin-top: 24px; }
.expert-name { font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 500; letter-spacing: -0.3px; color: rgba(255,255,255,0.85); margin-bottom: 8px; }
.expert-name .hl { color: var(--cyan); font-weight: 600; }
.expert-role { font-size: 14px; color: var(--cyan); font-weight: 500; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.expert-bio { font-size: 15px; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 28px; max-width: 560px; }
.expert-facts { display: flex; flex-wrap: wrap; gap: 12px; }
.expert-fact { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 8px 16px; font-size: 13px; color: rgba(255,255,255,0.7); }

/* FAQ */
.faq { padding: 80px 0; background: var(--white); }
.faq-list { max-width: 760px; margin: 40px auto 0; }
.faq-item { border-radius: var(--r-md); margin-bottom: 10px; background: var(--off-white); border: 1px solid transparent; overflow: hidden; transition: border-color .25s; }
.faq-item:hover { border-color: var(--cyan-dim); }
.faq-item.active { background: var(--navy); border-color: rgba(0,191,255,0.15); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; background: none; border: none; cursor: pointer; text-align: left; font-family: var(--font-b); font-size: 15px; font-weight: 600; color: var(--navy); transition: color .2s; }
.faq-item.active .faq-question { color: var(--white); }
.faq-icon { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: 16px; transition: transform .3s, background .2s; color: var(--navy); }
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--cyan); color: var(--white); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.active .faq-answer { max-height: 400px; }
.faq-answer-inner { padding: 0 24px 20px; font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.8; }

/* FINAL CTA */
.final-cta { padding: 100px 0; background: var(--navy); text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 400px; background: radial-gradient(ellipse, rgba(0,191,255,0.1) 0%, transparent 70%); pointer-events: none; }
.final-cta .section-title { color: var(--white); margin-bottom: 12px; }
.final-cta .section-sub { margin-bottom: 40px; }
.cta-buttons { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; position: relative; z-index: 1; }
.cta-buttons .btn { width: auto; padding: 16px 36px; font-size: 15px; }

/* FOOTER */
footer { background: #1A1C22; padding: 56px 0 32px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.4); margin-top: 12px; max-width: 260px; line-height: 1.7; }
.footer-col h4 { font-family: var(--font-h); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 9px; transition: color .2s; }
.footer-col a:hover { color: var(--cyan); }
.footer-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 12px; }
.footer-logo .logo-text { color: var(--white); font-size: 16px; }
.footer-bottom { padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-bottom a { color: rgba(255,255,255,0.3); text-decoration: none; margin-left: 20px; transition: color .2s; }
.footer-bottom a:hover { color: var(--cyan); }

/* COOKIE */
.cookie-banner { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--navy-card); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); padding: 16px 24px; display: flex; align-items: center; gap: 16px; max-width: 600px; width: calc(100% - 40px); z-index: 999; box-shadow: 0 8px 40px rgba(0,0,0,0.4); animation: slideUp .4s ease; }
@keyframes slideUp { from { opacity: 0; transform: translate(-50%, 20px); } to { opacity: 1; transform: translate(-50%, 0); } }
.cookie-text { font-size: 13px; color: rgba(255,255,255,0.65); flex: 1; line-height: 1.5; }
.cookie-text a { color: var(--cyan); text-decoration: none; }
.cookie-accept { background: var(--cyan); color: var(--navy); border: none; border-radius: 8px; padding: 9px 20px; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: opacity .2s; }
.cookie-accept:hover { opacity: 0.85; }

/* FADE ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; gap: 40px; }
  .purchase-card { position: static; max-width: 420px; }
  .for-whom-grid { grid-template-columns: repeat(2, 1fr); }
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
  .program-layout { grid-template-columns: 1fr; }
  .program-sticky { position: static; }
  .expert-layout { grid-template-columns: 1fr; }
  .expert-layout { gap: 0; }
  .expert-name { font-size: 28px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .burger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: var(--white); padding: 20px 24px; gap: 14px; border-bottom: 1px solid var(--gray-100); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
  .hero-title { font-size: 32px; }
  .for-whom-grid, .problems-grid, .outcomes-grid, .bonuses-grid, .tariffs-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .cta-buttons .btn { width: 100%; max-width: 340px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 26px; }
  .section-title { font-size: 24px; }
  .price-main { font-size: 30px; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ===== MESSENGER MODAL ===== */
.messenger-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.messenger-modal-inner {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: modalIn .25s ease;
}
@keyframes modalIn { from { opacity:0; transform:scale(.95) } to { opacity:1; transform:scale(1) } }
.messenger-modal-inner h3 {
  font-family: var(--font-h);
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
}
.messenger-modal-inner p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.messenger-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.messenger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: var(--r-md);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .15s, opacity .2s;
  font-family: var(--font-b);
}
.messenger-btn:hover { transform: translateY(-2px); opacity: .9; }
.messenger-btn-tg {
  background: #2AABEE;
  color: var(--white);
}
.messenger-btn-max {
  background: var(--navy);
  color: var(--white);
}
.messenger-modal-close {
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-muted);
  cursor: pointer;
  background: none;
  border: none;
  font-family: var(--font-b);
  transition: color .2s;
}
.messenger-modal-close:hover { color: var(--navy); }

/* ===== GETCOURSE WIDGET (direct embed) ===== */
.gc-widget-direct {
  margin: 4px 0 8px;
  border-radius: var(--r-md);
  overflow: hidden;
  background: transparent;
}
.gc-widget-direct iframe {
  width: 100% !important;
  border: 0 !important;
  min-height: 380px !important;
  background: transparent !important;
  display: block !important;
  border-radius: var(--r-md) !important;
}

/* ===== GC WIDGET MODAL ===== */
.gc-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1001;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.gc-modal-inner {
  background: var(--white);
  border-radius: var(--r-xl);
  padding: 24px;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: modalIn .25s ease;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.gc-widget-iframe {
  width: 100%;
  flex: 1;
  min-height: 600px;
  border: 0;
  background: transparent;
}
#gcWidgetContainer {
  flex: 1;
  overflow-y: auto;
  margin: -8px;
  padding: 8px;
}
.gc-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.gc-modal-title {
  font-family: var(--font-h);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
}
.gc-modal-close {
  background: none; border: none; cursor: pointer;
  font-size: 20px; color: var(--text-muted);
  line-height: 1; padding: 4px;
}
.gc-modal-close:hover { color: var(--navy); }

/* Ghost button — задать вопрос */
.btn-ghost {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--gray-200);
  font-size: 14px;
  margin-bottom: 0;
}
.btn-ghost:hover { border-color: var(--cyan); color: var(--cyan); }

/* ===== CUSTOM GC FORM ===== */
.gc-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 10px; }
.gc-form-field { width: 100%; }
.gc-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-md);
  font-family: var(--font-b);
  font-size: 14px;
  color: var(--text);
  background: var(--off-white);
  transition: border-color .2s, background .2s;
  outline: none;
  box-sizing: border-box;
}
.gc-input:focus {
  border-color: var(--cyan);
  background: var(--white);
}
.gc-input::placeholder { color: var(--text-muted); }
.gc-submit { margin-top: 4px; width: 100%; }
.gc-agree {
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.5;
  margin-top: 4px;
}
.gc-agree a { color: var(--cyan); text-decoration: none; }
.gc-success {
  background: #f0fdf4;
  border: 1.5px solid #86efac;
  border-radius: var(--r-md);
  padding: 20px;
  text-align: center;
}
.gc-success-icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #22c55e;
  color: white;
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
}
.gc-success-text {
  font-size: 15px;
  font-weight: 600;
  color: #166534;
}
.gc-success-text span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #15803d;
  margin-top: 4px;
}
