/* HERO */
.hero { padding: 88px var(--pad) 80px; display: grid; grid-template-columns: 1fr min(480px, 45%); gap: 64px; align-items: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; background: var(--orange-light); color: var(--orange-dark); border: 1px solid #FDCEB5; padding: 5px 14px; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 28px; }
.hero-kicker::before { content: ''; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }
.hero h1 { font-size: clamp(36px, 5.5vw, 64px); font-weight: 600; letter-spacing: -1px; color: var(--ink); margin-bottom: 24px; line-height: 1.05; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-thesis { font-size: clamp(16px, 2vw, 22px); font-weight: 700; color: var(--amber); font-family: 'Space Grotesk', sans-serif; margin-bottom: 20px; letter-spacing: -0.3px; }
.hero p { font-size: 16px; color: var(--muted); line-height: 1.7; max-width: 480px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.btn-primary { background: var(--orange); color: #fff; padding: 14px 28px; border-radius: var(--r-lg); font-size: 15px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; border: none; cursor: pointer; box-shadow: 0 1px 4px rgba(232,107,42,.3), 0 2px 8px rgba(232,107,42,.12); transition: background .22s cubic-bezier(.25,1,.4,1), transform .22s cubic-bezier(.25,1,.4,1), box-shadow .22s cubic-bezier(.25,1,.4,1); }
.btn-primary:hover { background: var(--navy); transform: translateY(-2px) scale(1.012); box-shadow: 0 4px 14px rgba(23,47,95,.25), 0 8px 24px rgba(23,47,95,.12); }
.btn-secondary { background: transparent; color: var(--ink); padding: 13px 24px; border-radius: var(--r-lg); font-size: 15px; font-weight: 600; font-family: 'Space Grotesk', sans-serif; border: 1.5px solid var(--border); cursor: pointer; transition: border-color 0.15s, background 0.15s; }
.btn-secondary:hover { border-color: var(--ink); background: var(--surface); }
.hero-visual { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); height: clamp(260px, 35vw, 420px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; color: var(--muted); font-size: 13px; position: relative; overflow: hidden; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; animation: hero-visual-fade-in 0.4s ease; }
@keyframes hero-visual-fade-in { from { opacity: 0; } to { opacity: 1; } }
.hero-visual-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--white); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); flex-shrink: 0; }
.hero-visual-icon svg { width: 30px; height: 30px; }
.hero-badge { position: absolute; bottom: 24px; left: 24px; background: var(--white); border: 1px solid var(--border); border-radius: var(--r); padding: 12px 16px; display: flex; gap: 10px; align-items: center; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.hero-badge-num { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; color: var(--orange); line-height: 1; }
.hero-badge-label { font-size: 12px; color: var(--muted); }
.hero-badge-sub { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* TRUST STRIP — infinite ticker */
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.trust-strip { background: var(--ink); overflow: hidden; }
.ticker-track { display: flex; align-items: center; width: max-content; animation: ticker-scroll 28s linear infinite; }
.ticker-track.ticker-paused { animation-play-state: paused; }
.trust-item { display: flex; align-items: center; gap: 10px; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.1); flex-shrink: 0; }
.trust-icon { font-size: 18px; flex-shrink: 0; }
.trust-text { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 500; white-space: nowrap; }
.trust-text strong { color: #fff; display: block; font-size: 14px; }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* VIDEO PLACEHOLDER */
.vid-section { padding: 64px var(--pad); background: var(--surface); }
.vid-wrap { position: relative; border-radius: var(--r-lg); overflow: hidden; background: #0D1117; aspect-ratio: 16/9; max-width: 860px; margin: 0 auto; cursor: pointer; box-shadow: 0 8px 40px rgba(0,0,0,.18); }
.vid-thumb { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .55; }
.vid-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.vid-play-btn { width: 72px; height: 72px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.15s, background 0.15s; }
.vid-play-btn::after { content: ''; border-style: solid; border-width: 12px 0 12px 22px; border-color: transparent transparent transparent #fff; margin-left: 4px; }
.vid-wrap:hover .vid-play-btn { transform: scale(1.08); background: var(--orange-dark); }
.vid-label { color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; font-family: 'Space Grotesk', sans-serif; letter-spacing: 0.3px; }

/* PROGRAMMES */
.section-title { font-size: clamp(24px, 3.5vw, 38px); font-weight: 600; color: var(--navy); letter-spacing: -0.3px; margin-bottom: 14px; }
.section-sub { font-size: 16px; color: var(--muted); max-width: 480px; line-height: 1.7; margin-bottom: 40px; }
.section-header-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.section-header-row .section-sub { margin-bottom: 0; }
.link-arrow { color: var(--orange); font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.link-arrow:hover { opacity: 0.8; }
.prog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.prog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; display: grid; grid-template-columns: 140px 1fr; }
.prog-thumb { display: flex; align-items: center; justify-content: center; font-size: 44px; min-height: 120px; position: relative; overflow: hidden; }
.prog-thumb-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; animation: hero-visual-fade-in 0.4s ease; }
.prog-thumb.it { background: #FFF0E8; }
.prog-thumb.cs { background: #EDF2FF; }
.prog-thumb.fb { background: #FFF8EE; }
.prog-thumb.el { background: #FEFCE8; }
.prog-content { padding: 22px; }
.prog-levels { display: flex; gap: 5px; margin-bottom: 10px; flex-wrap: wrap; }
.level-tag { background: var(--amber-light); color: #92400E; font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 100px; }
.prog-content h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 7px; line-height: 1.3; }
.prog-content p { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.prog-link { color: var(--orange); font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 5px; }

/* EQ SECTION */
.eq-section { padding: 80px var(--pad); display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.eq-number { font-family: 'Space Grotesk', sans-serif; font-size: clamp(60px, 9vw, 120px); font-weight: 700; color: var(--surface); line-height: 1; letter-spacing: -4px; margin-bottom: -20px; }
.eq-heading { font-size: clamp(28px, 3.5vw, 42px); font-weight: 600; color: var(--ink); letter-spacing: -0.3px; margin-bottom: 20px; }
.eq-heading em { font-style: normal; color: var(--orange); }
.eq-body { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.eq-quote { border-left: 3px solid var(--amber); padding: 14px 20px; font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.5; margin-bottom: 28px; }
.eq-right { display: flex; flex-direction: column; gap: 16px; }
.eq-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 24px; }
.eq-card-icon { font-size: 24px; margin-bottom: 10px; }
.eq-card h4 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.eq-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.eq-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* FINANCING */
.fin-section { background: var(--ink); padding: 72px var(--pad); }
.fin-section .section-label { color: rgba(255,255,255,.4); }
.fin-section .section-title { color: #fff; margin-bottom: 10px; }
.fin-section .section-sub { color: rgba(255,255,255,.55); margin-bottom: 40px; }
.fin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.fin-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 28px; }
.fin-icon { width: 44px; height: 44px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.fin-icon.ptpk { background: rgba(26,107,60,.4); }
.fin-icon.bm { background: rgba(217,119,6,.3); }
.fin-icon.self { background: rgba(255,255,255,.1); }
/* Isolation-only wrapper — no layout box of its own, so it can't shift the
   existing centering/spacing inside .fin-icon. */
.fin-icon-graphic { display: contents; }
.fin-icon-image { width: 24px; height: 24px; object-fit: contain; }
.fin-card h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.fin-card p { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 18px; }
.fin-link { color: #F07644; font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 5px; }

/* HOW TO APPLY */
.apply-section { padding: 72px var(--pad); display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.apply-steps { display: flex; flex-direction: column; gap: 0; }
.apply-step { display: flex; gap: 20px; padding-bottom: 32px; position: relative; }
.apply-step:not(:last-child)::after { content: ''; position: absolute; left: 19px; top: 44px; width: 1px; height: calc(100% - 14px); background: var(--border); }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 16px; flex-shrink: 0; }
.step-body { padding-top: 6px; }
.step-body h4 { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 5px; }
.step-body p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.step-detail { display: inline-block; margin-top: 8px; background: var(--amber-light); color: #92400E; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 100px; }
.apply-cta { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 36px; text-align: center; }
.apply-cta h3 { font-size: 24px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -0.5px; }
.apply-cta p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.apply-cta-btns { display: flex; flex-direction: column; gap: 10px; }
.btn-full { width: 100%; padding: 14px; border-radius: var(--r-lg); font-size: 15px; font-weight: 700; font-family: 'Space Grotesk', sans-serif; cursor: pointer; border: none; transition: background 0.15s; }
.btn-full.primary { background: var(--orange); color: #fff; }
.btn-full.primary:hover { background: var(--navy); }
.btn-full.wa { background: #F4F6FA; color: #172F5F; border: 1px solid #D8DFEA; box-shadow: 0 1px 4px rgba(23,47,95,.07); }
.btn-full.wa:hover { background: #EDF0F7; border-color: rgba(46,139,104,.50); }
.apply-note { font-size: 12px; color: var(--muted); margin-top: 12px; }
.btn-inline { display: inline-flex; }
.placeholder-label { font-size: 13px; color: var(--muted); }
.eq-quote cite { display: block; font-weight: 400; font-size: 13px; color: var(--muted); font-style: normal; margin-top: 6px; }

/* STATS BAR */
.stats-bar { background: linear-gradient(135deg, #131E42 0%, #1D3461 100%); }
.stats-inner { display: flex; padding: 36px var(--pad); justify-content: space-around; align-items: center; gap: 24px; }
.stat-item { text-align: center; flex: 1; }
.stat-number { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(22px, 3vw, 34px); font-weight: 500; color: #C8A96B; line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: rgba(255,255,255,.42); }
.stat-div { width: 1px; height: 44px; background: rgba(255,255,255,.1); flex-shrink: 0; }
@media (max-width: 640px) { .stats-inner { flex-wrap: wrap; gap: 20px; padding: 28px var(--pad); } .stat-div { display: none; } .stat-item { min-width: calc(50% - 20px); } }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { height: clamp(200px, 50vw, 320px); }
  .eq-section { grid-template-columns: 1fr; gap: 40px; }
  .apply-section { grid-template-columns: 1fr; gap: 40px; }
  .fin-grid { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 767px) {
  .hero { padding-top: 40px; padding-bottom: 40px; }
  .hero h1 { letter-spacing: -1px; font-size: clamp(32px, 8vw, 48px); }
  .hero-thesis { font-size: 16px; }
  .hero p { font-size: 15px; margin-bottom: 28px; }
  .hero-badge { bottom: 14px; left: 14px; padding: 10px 13px; }
  .hero-badge-num { font-size: 20px; }
  .prog-grid { grid-template-columns: 1fr; }
  .prog-card { grid-template-columns: 88px 1fr; }
  .prog-thumb { min-height: 100px; font-size: 30px; }
  .prog-content { padding: 16px; }
  .prog-content h3 { font-size: 15px; }
  .eq-split { grid-template-columns: 1fr; }
  .eq-card { padding: 18px; }
  .trust-item { padding: 14px 18px; }
  .section-header-row { flex-direction: column; align-items: flex-start; }
  .fin-card { padding: 22px; }
  .apply-step { gap: 14px; }
  .apply-cta { padding: 28px; }
}
@media (max-width: 480px) {
  .hero-visual { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 32px; padding-bottom: 32px; }
  .hero h1 { font-size: clamp(28px, 9vw, 40px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-secondary { text-align: center; width: 100%; padding: 14px; }
  .prog-card { grid-template-columns: 80px 1fr; }
  .prog-thumb { min-height: 88px; font-size: 28px; }
  .eq-number { font-size: 64px; }
  .eq-heading { font-size: 26px; }
  .fin-grid { gap: 12px; }
  .trust-item { padding: 12px 14px; }
}
