.elementor-15289 .elementor-element.elementor-element-8d9ba0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4a8e003 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
:root {
  --bg: #F8F4EF;
  --dark: #18120C;
  --dark2: #2C2016;
  --ink: #3D2E22;
  --muted: #7A6859;
  --border: rgba(120, 90, 60, 0.15);
  --gold: #B8832A;
  --gold-lt: #D9A84E;
  --teal: #2A706A;
  --teal-lt: #37908A;
  --cream: #FDF9F4;
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'DM Sans', system-ui, sans-serif;
}
 
html { scroll-behavior: smooth; }
body { font-family: var(--ff-body); background: var(--bg); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
 
h1, h2, h3, h4 { font-family: var(--ff-display); line-height: 1.2; }
h1 { font-size: clamp(2.3rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: 1.3rem; font-weight: 600; }
 
.eyebrow {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
 
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; }
 
/* ── BUTTONS ── */
.btn {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 15px 36px;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.22s;
  letter-spacing: 0.03em;
}
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: var(--dark2); transform: translateY(-2px); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-lt); transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.35); }
.btn-outline-light:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); }
 
/* ══════════════════════════════════
   HERO
══════════════════════════════════ */
.hero {
  background: var(--dark);
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
 
.hero-bg-text {
  position: absolute;
  bottom: -60px;
  right: -40px;
  font-family: var(--ff-display);
  font-size: clamp(120px, 20vw, 280px);
  font-weight: 700;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
 
.hero-accent-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--teal) 60%, transparent 100%);
}
 
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
 
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(184,131,42,0.12);
  border: 1px solid rgba(184,131,42,0.28);
  color: var(--gold-lt);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 2px;
  margin-bottom: 28px;
}
 
.hero-badge::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  animation: blink 2.4s infinite;
}
 
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; transform: scale(0.8); }
}
 
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold-lt); }
 
.hero-sub {
  color: rgba(255,255,255,0.55);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 40px;
}
 
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
 
.hero-stats {
  display: flex;
  gap: 36px;
  padding-top: 36px;
  border-top: 1px solid rgba(184,131,42,0.18);
}
 
.hero-stat-n {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold-lt);
  line-height: 1;
}
.hero-stat-l {
  font-size: 0.76rem;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 4px;
}
 
/* ── HERO photo side ── */
.hero-visual { position: relative; }
 
.hero-photo-frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
 
/* Gold-teal border trick */
.hero-photo-frame::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: conic-gradient(from 180deg, var(--gold), var(--teal) 50%, var(--gold));
  border-radius: 6px;
  z-index: -1;
}
 
/* ── PHOTO PLACEHOLDER ── */
.photo-placeholder {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 2px dashed rgba(184,131,42,0.3);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,0.25);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
}
 
.photo-placeholder svg {
  width: 40px; height: 40px;
  stroke: rgba(184,131,42,0.4);
  fill: none;
  stroke-width: 1.2;
}
 
.hero-photo-frame .photo-placeholder { height: 520px; }
 
.hero-card {
  position: absolute;
  bottom: -28px;
  left: -36px;
  background: rgba(30, 22, 14, 0.95);
  border: 1px solid rgba(184,131,42,0.22);
  border-radius: 6px;
  padding: 20px 22px;
  max-width: 248px;
  backdrop-filter: blur(10px);
}
 
.hero-card-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
 
.hero-card-text {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}
 
/* ══════════════════════════════════
   WHY PROFESSIONAL PREP
══════════════════════════════════ */
.why { background: var(--cream); }
 
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
 
.why-text .eyebrow { margin-bottom: 14px; display: block; }
.why-text h2 { margin-bottom: 18px; }
.why-text p { color: var(--muted); font-size: 1.02rem; line-height: 1.8; margin-bottom: 16px; }
 
.why-points { list-style: none; margin: 28px 0 36px; }
.why-point {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
}
.why-point:last-child { border-bottom: none; }
 
.wp-icon {
  width: 36px; height: 36px;
  background: rgba(42,112,106,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.wp-icon svg { width: 16px; height: 16px; stroke: var(--teal); fill: none; stroke-width: 2; }
 
.wp-body strong { display: block; font-size: 0.97rem; color: var(--dark); margin-bottom: 3px; }
.wp-body span { font-size: 0.88rem; color: var(--muted); line-height: 1.6; }
 
/* Why visual */
.why-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
 
.why-stat-card {
  background: var(--dark);
  border-radius: 8px;
  padding: 28px 22px;
  text-align: center;
}
 
.why-stat-card:nth-child(1) { grid-column: 1 / -1; background: var(--teal); }
.why-stat-card:nth-child(1) .wsn { color: #fff; }
.why-stat-card:nth-child(1) .wsl { color: rgba(255,255,255,0.7); }
 
.wsn {
  font-family: var(--ff-display);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold-lt);
  line-height: 1;
  margin-bottom: 6px;
}
.wsl { font-size: 0.82rem; color: rgba(255,255,255,0.45); font-weight: 300; line-height: 1.5; }
 
/* ══════════════════════════════════
   INSTITUTIONS (куда поступают)
══════════════════════════════════ */
.institutions { background: var(--bg); }
 
.inst-header { text-align: center; margin-bottom: 64px; }
.inst-header h2 { margin-bottom: 12px; }
.inst-header p { color: var(--muted); font-size: 1.05rem; max-width: 580px; margin: 0 auto; }
 
/* Tabs */
.inst-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid var(--border);
  margin-bottom: 48px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
 
.inst-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  padding: 12px 24px;
  font-family: var(--ff-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s;
}
 
.inst-tab:hover { color: var(--ink); }
.inst-tab.active { color: var(--teal); border-bottom-color: var(--teal); }
 
/* Institution cards grid */
.inst-panel { display: none; }
.inst-panel.active { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
 
.inst-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.22s, box-shadow 0.22s;
  position: relative;
}
 
.inst-card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(24,18,12,0.07); }
 
.inst-card-accent {
  height: 4px;
}
 
.inst-card-accent.accent-gold { background: var(--gold); }
.inst-card-accent.accent-teal { background: var(--teal); }
.inst-card-accent.accent-dark { background: var(--dark); }
 
.inst-card-body { padding: 28px 28px 24px; }
 
.inst-city-tag {
  display: inline-block;
  background: rgba(42,112,106,0.1);
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 12px;
}
 
.inst-card h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--dark); }
.inst-card .inst-full-name { font-size: 0.82rem; color: var(--muted); margin-bottom: 16px; font-style: italic; }
 
.inst-specs { list-style: none; margin-bottom: 20px; }
.inst-spec {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.88rem;
  color: var(--ink);
  border-bottom: 1px solid rgba(120,90,60,0.08);
}
.inst-spec:last-child { border-bottom: none; }
.spec-label { font-size: 0.75rem; color: var(--muted); min-width: 90px; flex-shrink: 0; padding-top: 1px; }
 
.inst-card-footer {
  padding: 16px 28px;
  background: rgba(120,90,60,0.04);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.inst-badge-hard {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 2px;
}
.badge-high { background: rgba(184,131,42,0.12); color: #9A6A10; }
.badge-mid { background: rgba(42,112,106,0.1); color: var(--teal); }
 
.inst-card a {
  font-size: 0.82rem;
  color: var(--teal);
  text-decoration: none;
  font-weight: 500;
}
.inst-card a:hover { text-decoration: underline; }
 
/* ── ALUMNI STRIP ── */
.alumni-strip {
  margin-top: 56px;
  background: var(--dark);
  border-radius: 10px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  gap: 48px;
}
 
.alumni-strip-label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
  flex-shrink: 0;
}
 
.alumni-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
 
.alumni-logo-pill {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 3px;
  padding: 8px 16px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  font-weight: 300;
}
 
/* ══════════════════════════════════
   PROGRAM (что включает подготовка)
══════════════════════════════════ */
.program { background: var(--dark); }
 
.program-header { text-align: center; margin-bottom: 64px; }
.program-header h2 { color: #fff; margin-bottom: 12px; }
.program-header p { color: rgba(255,255,255,0.45); max-width: 560px; margin: 0 auto; font-size: 1.02rem; }
 
.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  overflow: hidden;
}
 
.prog-block {
  background: var(--dark2);
  padding: 36px 32px;
  transition: background 0.2s;
}
.prog-block:hover { background: #32231A; }
 
.prog-num {
  font-family: var(--ff-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(184,131,42,0.2);
  line-height: 1;
  margin-bottom: 14px;
}
 
.prog-block h3 { color: #fff; font-size: 1.05rem; margin-bottom: 10px; }
.prog-block p { color: rgba(255,255,255,0.45); font-size: 0.9rem; line-height: 1.7; }
 
.prog-block.featured {
  background: var(--teal);
  grid-column: span 1;
}
.prog-block.featured .prog-num { color: rgba(255,255,255,0.2); }
.prog-block.featured h3 { color: #fff; }
.prog-block.featured p { color: rgba(255,255,255,0.7); }
 
/* ── Timeline ── */
.timeline { margin-top: 72px; }
.timeline-title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 40px;
  font-family: var(--ff-display);
}
 
.timeline-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
 
.timeline-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: rgba(184,131,42,0.25);
}
 
.tl-step { text-align: center; padding: 0 16px; position: relative; }
 
.tl-dot {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--dark2);
  border: 1px solid rgba(184,131,42,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
 
.tl-dot svg { width: 22px; height: 22px; stroke: var(--gold-lt); fill: none; stroke-width: 1.6; }
 
.tl-step h4 { color: #fff; font-size: 0.97rem; margin-bottom: 8px; }
.tl-step p { color: rgba(255,255,255,0.4); font-size: 0.85rem; line-height: 1.6; }
 
/* ══════════════════════════════════
   REQUIREMENTS (Требования к кандидатам)
══════════════════════════════════ */
.requirements { background: var(--cream); }
 
.req-header { text-align: center; margin-bottom: 56px; }
 
.req-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
 
.req-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
 
.req-block-head {
  background: var(--dark);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
 
.req-school-icon {
  width: 44px; height: 44px;
  background: rgba(184,131,42,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.req-school-icon svg { width: 20px; height: 20px; stroke: var(--gold-lt); fill: none; stroke-width: 1.5; }
 
.req-school-name {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  color: #fff;
}
.req-school-city { font-size: 0.77rem; color: rgba(255,255,255,0.45); margin-top: 3px; }
 
.req-block-body { padding: 24px 28px; }
 
.req-section-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  display: block;
  margin-top: 16px;
}
.req-section-label:first-child { margin-top: 0; }
 
.req-list { list-style: none; }
.req-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--ink);
  border-bottom: 1px solid rgba(120,90,60,0.07);
}
.req-item:last-child { border-bottom: none; }
 
.req-bullet {
  width: 20px; height: 20px;
  background: rgba(42,112,106,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.req-bullet svg { width: 9px; height: 9px; stroke: var(--teal); fill: none; stroke-width: 2.5; }
 
.req-note {
  margin-top: 16px;
  background: rgba(184,131,42,0.07);
  border-left: 3px solid var(--gold);
  padding: 12px 14px;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.6;
  border-radius: 0 4px 4px 0;
}
 
/* ══════════════════════════════════
   RESULTS / PHOTOS (поступившие)
══════════════════════════════════ */
.results { background: var(--bg); }
 
.results-header { text-align: center; margin-bottom: 56px; }
.results-header h2 { margin-bottom: 10px; }
.results-header p { color: var(--muted); font-size: 1.02rem; }
 
.results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
 
.result-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.22s;
}
.result-card:hover { transform: translateY(-3px); }
 
/* Photo placeholder for result cards */
.result-photo-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: rgba(120,90,60,0.06);
  border-bottom: 1px dashed rgba(120,90,60,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(120,90,60,0.35);
  font-size: 0.75rem;
}
.result-photo-placeholder svg { width: 32px; height: 32px; stroke: rgba(120,90,60,0.3); fill: none; stroke-width: 1.2; }
 
/* Replace placeholder with actual image like this: */
/* .result-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; } */
 
.result-card-body { padding: 18px 18px 20px; }
.result-name { font-family: var(--ff-display); font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.result-dest { font-size: 0.82rem; color: var(--teal); font-weight: 500; margin-bottom: 2px; }
.result-year { font-size: 0.75rem; color: var(--muted); }
 
/* ══════════════════════════════════
   TESTIMONIALS
══════════════════════════════════ */
.testimonials { background: var(--cream); }
 
.test-header { text-align: center; margin-bottom: 56px; }
 
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
 
.test-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px 28px;
}
 
.test-stars { display: flex; gap: 3px; margin-bottom: 18px; }
.test-stars svg { width: 15px; height: 15px; fill: var(--gold); }
 
.test-quote {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--dark);
  line-height: 1.65;
  margin-bottom: 22px;
}
 
.test-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
 
/* Photo placeholder for testimonials */
.test-avatar-placeholder {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(42,112,106,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--ff-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--teal);
}
 
/* Replace with actual: <img src="..." alt="..." style="width:42px;height:42px;border-radius:50%;object-fit:cover"> */
 
.test-name { font-weight: 500; font-size: 0.9rem; }
.test-meta { font-size: 0.78rem; color: var(--muted); margin-top: 2px; }
 
/* ══════════════════════════════════
   FAQ
══════════════════════════════════ */
.faq { background: var(--bg); }
 
.faq-header { text-align: center; margin-bottom: 52px; }
.faq-header h2 { margin-bottom: 10px; }
 
.faq-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
 
.faq-list { max-width: 100%; }
 
.faq-item { border-bottom: 1px solid var(--border); }
 
.faq-btn {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.35;
}
 
.faq-btn:hover { color: var(--teal); }
 
.faq-arrow {
  width: 26px; height: 26px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.2s, border-color 0.2s;
}
.faq-arrow svg { width: 13px; height: 13px; stroke: var(--muted); fill: none; stroke-width: 2; transition: stroke 0.2s; }
.faq-item.open .faq-arrow { transform: rotate(180deg); background: var(--teal); border-color: var(--teal); }
.faq-item.open .faq-arrow svg { stroke: #fff; }
 
.faq-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-body-inner { padding-bottom: 22px; color: var(--muted); font-size: 0.95rem; line-height: 1.8; }
.faq-item.open .faq-body { max-height: 280px; }
 
/* FAQ side panel */
.faq-side {
  background: var(--dark);
  border-radius: 10px;
  padding: 40px 36px;
  position: sticky;
  top: 24px;
}
 
.faq-side h3 { color: #fff; font-size: 1.4rem; margin-bottom: 12px; }
.faq-side p { color: rgba(255,255,255,0.5); font-size: 0.92rem; line-height: 1.75; margin-bottom: 28px; }
 
.faq-side-list { list-style: none; margin-bottom: 32px; }
.faq-side-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.faq-side-item:last-child { border-bottom: none; }
.faq-side-item::before { content: '→'; color: var(--gold); font-size: 0.85rem; flex-shrink: 0; }
 
/* ══════════════════════════════════
   CTA FINAL
══════════════════════════════════ */
.cta-final {
  background: var(--dark);
  text-align: center;
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
}
 
.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 90% at 50% 110%, rgba(42,112,106,0.2) 0%, transparent 60%);
  pointer-events: none;
}
 
.cta-final-inner { position: relative; z-index: 1; }
.cta-final h2 { color: #fff; margin-bottom: 14px; }
.cta-final-sub { color: rgba(255,255,255,0.5); font-size: 1.05rem; max-width: 540px; margin: 0 auto 40px; line-height: 1.75; }
 
.cta-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 20px 32px;
  margin-bottom: 32px;
}
 
.cpb-label { font-size: 0.78rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.12em; }
.cpb-price { font-family: var(--ff-display); font-size: 2.2rem; font-weight: 700; color: var(--gold-lt); line-height: 1; margin-top: 4px; }
.cpb-sep { width: 1px; height: 48px; background: rgba(255,255,255,0.1); }
 
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
 
/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1024px) {
  .why-grid, .req-grid, .faq-cols { grid-template-columns: 1fr; }
  .why-visual { grid-template-columns: repeat(4, 1fr); }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { order: -1; }
  .hero-photo-frame .photo-placeholder { height: 360px; }
  .hero-card { left: 0; bottom: -20px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-side { position: static; }
}
 
@media (max-width: 768px) {
  section { padding: 60px 0; }
  .test-grid { grid-template-columns: 1fr; }
  .program-grid { grid-template-columns: 1fr; }
  .timeline-steps { grid-template-columns: 1fr 1fr; gap: 32px; }
  .timeline-steps::before { display: none; }
  .inst-panel.active { grid-template-columns: 1fr; }
  .alumni-strip { flex-direction: column; gap: 20px; }
}
 
@media (max-width: 540px) {
  .why-visual { grid-template-columns: 1fr 1fr; }
  .why-stat-card:nth-child(1) { grid-column: 1 / -1; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .timeline-steps { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .cta-price-badge { flex-direction: column; gap: 10px; }
  .cpb-sep { width: 100%; height: 1px; }
}/* End custom CSS */