/* ============================================================
   Forge — компоненты главной страницы (v2, drama edition)
   Scope: body.page-home, требует homepage-theme-forge.css
   Дизайн: Кира (designer agent), 2026-05-18
   ============================================================ */

body.page-home {
  --forge-r-sm: 8px;
  --forge-r-md: 14px;
  --forge-r-lg: 22px;
  --forge-r-xl: 28px;
  --forge-shadow-soft: 0 1px 2px rgba(0,0,0,.4);
  --forge-shadow-card: 0 12px 32px rgba(0,0,0,.35), 0 0 0 1px rgba(245,160,58,.06);
  --forge-shadow-glow: 0 0 48px rgba(245,160,58,.18);
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
  --mx: 50%;
  --my: 50%;
}

/* ============ Kicker (mono-uppercase надстрочник) ============ */
body.page-home .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  padding: 6px 0;
}
body.page-home .kicker--center { margin: 0 auto; }
body.page-home .kicker__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 8px var(--color-primary);
  flex-shrink: 0;
}

/* ============ Section head — unified ============ */
body.page-home .section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
body.page-home .section-forge__title {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: var(--color-text);
  margin: 12px 0 16px;
}
body.page-home .section-forge__lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--color-text-secondary);
  max-width: 640px;
  margin: 0 auto;
}
body.page-home .section-forge {
  padding: clamp(64px, 9vw, 128px) 0;
  position: relative;
}
body.page-home .section-forge--alt {
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
body.page-home .section-cta {
  text-align: center;
  margin-top: 48px;
}

/* ============ Buttons (forge unified) ============ */
body.page-home .btn-forge {
  --bx: 0; --by: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), background .2s, border-color .2s, color .2s, box-shadow .25s;
  transform: translate3d(var(--bx), var(--by), 0);
  isolation: isolate;
  white-space: nowrap;
}
body.page-home .btn-forge svg { transition: transform .2s; }
body.page-home .btn-forge:hover svg { transform: translateX(3px); }

body.page-home .btn-forge--primary {
  background: linear-gradient(180deg, #F5A03A 0%, #E26B22 100%);
  color: #1A1714;
  box-shadow: 0 8px 24px rgba(226,107,34,.35), inset 0 1px 0 rgba(255,255,255,.18);
}
body.page-home .btn-forge--primary:hover {
  box-shadow: 0 12px 36px rgba(226,107,34,.55), inset 0 1px 0 rgba(255,255,255,.25);
}
body.page-home .btn-forge--ghost {
  background: rgba(245,160,58,.04);
  color: var(--color-text);
  border-color: var(--color-border);
}
body.page-home .btn-forge--ghost:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: rgba(245,160,58,.08);
}
body.page-home .btn-forge--xl {
  padding: 18px 36px;
  font-size: 17px;
  border-radius: 999px;
}

/* ============================================================
   1. HERO
   ============================================================ */
body.page-home .hero-forge {
  position: relative;
  padding: clamp(48px, 10vw, 128px) 0 clamp(64px, 12vw, 144px);
  overflow: hidden;
  isolation: isolate;
  background: var(--color-bg);
}
body.page-home .hero-aurora {
  position: absolute;
  inset: -20% -10% auto auto;
  width: 70%; height: 90%;
  background:
    radial-gradient(circle at calc(var(--mx) * 1px) calc(var(--my) * 1px),
      rgba(245,160,58,.18) 0%,
      rgba(226,107,34,.10) 30%,
      transparent 60%),
    radial-gradient(ellipse at 80% 20%,
      rgba(240,208,64,.12) 0%,
      transparent 50%);
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}
body.page-home .hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245,160,58,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,160,58,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
body.page-home .hero-forge__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 64px;
  align-items: center;
}
body.page-home .hero-forge__content { max-width: 640px; }
body.page-home .hero-forge__title {
  font-size: clamp(44px, 8.5vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 600;
  color: var(--color-text);
  margin: 16px 0 24px;
}
body.page-home .hero-forge__title-muted { color: var(--color-text-muted); }
body.page-home .hero-forge__title .gradient-text {
  background: linear-gradient(90deg, #F0D040 0%, #F5A03A 40%, #E26B22 80%, #B84416 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
body.page-home .hero-forge__lead {
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
  color: var(--color-text-secondary);
  margin: 0 0 32px;
  max-width: 540px;
}
body.page-home .hero-forge__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
body.page-home .hero-forge__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
}
body.page-home .hero-forge__meta li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.page-home .hero-forge__meta-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 6px var(--color-primary);
}
body.page-home .hero-forge__visual {
  position: relative;
  display: flex;
  justify-content: center;
}
body.page-home .hero-forge__visual-glow {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle, rgba(226,107,34,.15) 0%, transparent 60%);
  filter: blur(32px);
  pointer-events: none;
  z-index: -1;
}
body.page-home .hero-svg {
  width: 100%;
  max-width: 420px;
  filter: drop-shadow(0 16px 48px rgba(184,68,22,.20));
}

@media (max-width: 900px) {
  body.page-home .hero-forge__container { grid-template-columns: 1fr; gap: 40px; }
  body.page-home .hero-forge__content { max-width: 100%; }
}

/* ============================================================
   2. MARQUEE v2
   ============================================================ */
body.page-home .marquee-forge {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  padding: 14px 0;
}
body.page-home .marquee-forge__fade {
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
body.page-home .marquee-forge__fade--left {
  left: 0;
  background: linear-gradient(90deg, var(--color-bg-alt), transparent);
}
body.page-home .marquee-forge__fade--right {
  right: 0;
  background: linear-gradient(-90deg, var(--color-bg-alt), transparent);
}
body.page-home .marquee-forge__track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: marquee-forge 40s linear infinite;
  align-items: center;
}
body.page-home .marquee-forge:hover .marquee-forge__track { animation-play-state: paused; }
body.page-home .marquee-forge__item {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
  white-space: nowrap;
}
body.page-home .marquee-forge__sep {
  color: var(--color-primary);
  font-size: 14px;
}
@keyframes marquee-forge {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-33.333%,0,0); }
}

/* ============================================================
   3. BENTO
   ============================================================ */
body.page-home .bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}
body.page-home .bento-card {
  position: relative;
  padding: 32px 28px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--forge-r-lg);
  transition: border-color .25s, transform .25s, box-shadow .25s;
  overflow: hidden;
  isolation: isolate;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  will-change: transform;
}
body.page-home .bento-card--lg {
  grid-row: span 2;
  grid-column: span 1;
}
body.page-home .bento-card__glow {
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at var(--cx, 50%) var(--cy, 0%),
    rgba(245,160,58,.16) 0%,
    transparent 50%);
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
  z-index: -1;
}
body.page-home .bento-card:hover { border-color: rgba(245,160,58,.5); box-shadow: var(--forge-shadow-card); }
body.page-home .bento-card:hover .bento-card__glow { opacity: 1; }
body.page-home .bento-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
body.page-home .bento-card__badge {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: var(--color-primary);
  background: rgba(245,160,58,.08);
  border: 1px solid rgba(245,160,58,.25);
  padding: 5px 10px;
  border-radius: 999px;
}
body.page-home .bento-card__num {
  font-family: var(--font-mono);
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--color-primary);
  line-height: 1;
}
body.page-home .bento-card--lg .bento-card__num { font-size: 56px; }
body.page-home .bento-card__title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
body.page-home .bento-card--lg .bento-card__title { font-size: 28px; }
body.page-home .bento-card__body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--color-text-secondary);
  margin: 0;
}
body.page-home .bento-card__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-secondary);
}
body.page-home .bento-card__list li {
  position: relative;
  padding-left: 20px;
}
body.page-home .bento-card__list li::before {
  content: '';
  position: absolute;
  left: 0; top: 7px;
  width: 10px; height: 10px;
  background: var(--color-primary);
  border-radius: 2px;
  opacity: .75;
}
@media (max-width: 900px) {
  body.page-home .bento-grid { grid-template-columns: 1fr 1fr; }
  body.page-home .bento-card--lg { grid-row: span 1; grid-column: span 2; }
}
@media (max-width: 600px) {
  body.page-home .bento-grid { grid-template-columns: 1fr; }
  body.page-home .bento-card--lg { grid-column: span 1; }
}

/* ============================================================
   4. COMPARE VS
   ============================================================ */
body.page-home .compare-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 56px 0 32px;
  align-items: stretch;
}
body.page-home .compare-vs__col {
  position: relative;
  padding: 36px 32px;
  border-radius: var(--forge-r-lg);
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  display: flex;
  flex-direction: column;
}
body.page-home .compare-vs__col--lose {
  opacity: .78;
  filter: grayscale(.15);
}
body.page-home .compare-vs__col--win {
  border-color: rgba(245,160,58,.45);
  background:
    linear-gradient(180deg, rgba(245,160,58,.05), transparent 60%),
    var(--color-bg-card);
  box-shadow: 0 12px 40px rgba(226,107,34,.20), inset 0 0 0 1px rgba(245,160,58,.08);
}
body.page-home .compare-vs__head {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
body.page-home .compare-vs__tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: var(--color-text-muted);
  padding: 5px 10px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  margin-bottom: 16px;
}
body.page-home .compare-vs__tag--win {
  color: var(--color-primary);
  border-color: rgba(245,160,58,.5);
  background: rgba(245,160,58,.08);
}
body.page-home .compare-vs__head h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
body.page-home .compare-vs__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-mono);
  margin-bottom: 4px;
}
body.page-home .compare-vs__price-currency {
  font-size: 28px;
  color: var(--color-text-muted);
  font-weight: 500;
}
body.page-home .compare-vs__price-num {
  font-size: 64px;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1;
  letter-spacing: -0.03em;
}
body.page-home .compare-vs__price--win .compare-vs__price-num {
  background: linear-gradient(90deg, #F0D040, #F5A03A, #E26B22);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
body.page-home .compare-vs__price-unit {
  font-size: 14px;
  color: var(--color-text-muted);
}
body.page-home .compare-vs__price-note {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--color-text-muted);
  margin: 0 0 28px;
  letter-spacing: 0.02em;
}
body.page-home .compare-vs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--color-text-secondary);
}
body.page-home .compare-vs__list li {
  position: relative;
  padding-left: 28px;
}
body.page-home .compare-vs__list li[data-state="lose"]::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 14px; height: 2px;
  background: var(--color-text-muted);
  border-radius: 1px;
  opacity: .6;
}
body.page-home .compare-vs__list li[data-state="win"]::before {
  content: '';
  position: absolute;
  left: 2px; top: 5px;
  width: 14px; height: 8px;
  border-left: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  transform: rotate(-45deg);
}
body.page-home .compare-vs__foot {
  text-align: center;
  color: var(--color-text-secondary);
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  body.page-home .compare-vs { grid-template-columns: 1fr; }
}

/* ============================================================
   5. TIMELINE
   ============================================================ */
body.page-home .timeline-forge {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}
body.page-home .timeline-forge::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background-image: linear-gradient(90deg, var(--color-primary) 50%, transparent 50%);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  opacity: .4;
  z-index: 0;
  animation: dash-flow 1.5s linear infinite;
}
@keyframes dash-flow {
  0% { background-position: 0 0; }
  100% { background-position: 24px 0; }
}
body.page-home .timeline-forge__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
}
body.page-home .timeline-forge__node {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--color-bg);
  border: 2px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 0 0 6px var(--color-bg), 0 0 32px rgba(245,160,58,.25);
  position: relative;
}
body.page-home .timeline-forge__num {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}
body.page-home .timeline-forge__body h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--color-text);
  margin: 0 0 10px;
  letter-spacing: -0.015em;
}
body.page-home .timeline-forge__body p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--color-text-secondary);
  margin: 0;
  max-width: 280px;
}
@keyframes dash-flow-v {
  0% { background-position: 0 0; }
  100% { background-position: 0 24px; }
}
@media (max-width: 800px) {
  body.page-home .timeline-forge { grid-template-columns: 1fr; gap: 32px; }
  body.page-home .timeline-forge::before {
    top: 0; bottom: 0; left: 27px; right: auto;
    width: 2px; height: auto;
    background-image: linear-gradient(180deg, var(--color-primary) 50%, transparent 50%);
    background-size: 2px 12px;
    background-repeat: repeat-y;
    animation: dash-flow-v 1.5s linear infinite;
  }
  body.page-home .timeline-forge__step { flex-direction: row; text-align: left; align-items: flex-start; gap: 20px; }
  body.page-home .timeline-forge__node { margin-bottom: 0; flex-shrink: 0; }
  body.page-home .timeline-forge__body p { max-width: 100%; }
}

/* ============================================================
   6. FOUNDER / BIG NUMBERS
   ============================================================ */
body.page-home .founder-forge {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: center;
}
body.page-home .founder-forge__photo {
  position: relative;
  margin: 0;
  border-radius: var(--forge-r-xl);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  aspect-ratio: 4 / 5;
  max-width: 420px;
}
body.page-home .founder-forge__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.95) contrast(1.05);
}
body.page-home .founder-forge__photo figcaption {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  background: rgba(26,23,20,.7);
  backdrop-filter: blur(8px);
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245,160,58,.15);
}
body.page-home .founder-forge__role {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin: 0 0 12px;
}
body.page-home .founder-forge__name {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--color-text);
  margin: 0 0 20px;
  line-height: 1.05;
}
body.page-home .founder-forge__bio {
  font-size: 18px;
  line-height: 1.55;
  color: var(--color-text-secondary);
  margin: 0 0 40px;
  max-width: 540px;
}
body.page-home .bignum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 28px;
}
body.page-home .bignum__value {
  font-family: var(--font-mono);
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1;
  color: var(--color-text);
  letter-spacing: -0.03em;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
body.page-home .bignum__plus {
  color: var(--color-primary);
  font-size: 0.6em;
}
body.page-home .bignum__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-top: 10px;
  line-height: 1.4;
}
body.page-home .founder-forge__links {
  display: flex;
  gap: 24px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 0.02em;
}
body.page-home .founder-forge__links a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color .2s, transform .2s;
}
body.page-home .founder-forge__links a:hover { color: var(--color-primary-light); transform: translateX(2px); }
@media (max-width: 900px) {
  body.page-home .founder-forge { grid-template-columns: 1fr; gap: 40px; }
  body.page-home .founder-forge__photo { max-width: 320px; margin: 0 auto; }
  body.page-home .bignum-grid { grid-template-columns: 1fr; gap: 20px; padding: 20px 0; }
}

/* ============================================================
   7. VIDEO CARDS
   ============================================================ */
body.page-home .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body.page-home .video-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--forge-r-lg);
  border: 1px solid var(--color-border);
  background: var(--color-bg-card);
  text-decoration: none;
  overflow: hidden;
  transition: border-color .25s, transform .25s, box-shadow .25s;
  will-change: transform;
}
body.page-home .video-card:hover {
  border-color: rgba(245,160,58,.5);
  transform: translateY(-3px);
  box-shadow: var(--forge-shadow-card);
}
body.page-home .video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #2C2722 0%, #1A1714 100%);
}
body.page-home .video-card__thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
  filter: brightness(.9) saturate(.95);
}
body.page-home .video-card:hover .video-card__thumb img { transform: scale(1.04); filter: brightness(1) saturate(1); }
body.page-home .video-card__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(26,23,20,.85);
  border: 1px solid rgba(245,160,58,.45);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: transform .25s, background .25s, box-shadow .25s;
}
body.page-home .video-card:hover .video-card__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(245,160,58,.95);
  color: #1A1714;
  box-shadow: 0 0 32px rgba(245,160,58,.5);
}
body.page-home .video-card__duration {
  position: absolute;
  bottom: 12px; right: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--color-text);
  background: rgba(26,23,20,.85);
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgba(245,160,58,.15);
}
body.page-home .video-card__body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
body.page-home .video-card__kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 10px;
}
body.page-home .video-card h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-text);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  flex: 1;
}
body.page-home .video-card__meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--color-text-muted);
  margin-top: auto;
}
@media (max-width: 900px) { body.page-home .video-grid { grid-template-columns: 1fr; } }

/* ============================================================
   8. FAQ ACCORDION
   ============================================================ */
body.page-home .faq-forge {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 760px;
  border-top: 1px solid var(--color-border);
}
body.page-home .faq-forge__item {
  border-bottom: 1px solid var(--color-border);
}
body.page-home .faq-forge__q {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  color: var(--color-text);
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.01em;
  transition: color .2s;
}
body.page-home .faq-forge__q:hover { color: var(--color-primary); }
body.page-home .faq-forge__q-text { flex: 1; }
body.page-home .faq-forge__q-icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), background .25s, border-color .25s;
}
body.page-home .faq-forge__q[aria-expanded="true"] .faq-forge__q-icon {
  transform: rotate(45deg);
  background: rgba(245,160,58,.10);
  border-color: rgba(245,160,58,.5);
}
body.page-home .faq-forge__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s cubic-bezier(.2,.7,.2,1);
}
body.page-home .faq-forge__a-inner {
  padding: 0 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  max-width: 640px;
}
body.page-home .faq-forge__a-inner p { margin: 0; }

/* ============================================================
   9. FINAL CTA
   ============================================================ */
body.page-home .final-cta-forge {
  position: relative;
  padding: clamp(80px, 14vw, 160px) 0;
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}
body.page-home .final-cta-forge__glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 800px;
  background:
    radial-gradient(circle at calc(var(--mx) * 1px) calc(var(--my) * 1px),
      rgba(245,160,58,.20) 0%,
      rgba(226,107,34,.12) 25%,
      transparent 55%);
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
}
body.page-home .final-cta-forge__noise {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245,160,58,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,160,58,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
body.page-home .final-cta-forge__container {
  position: relative;
  z-index: 1;
}
body.page-home .final-cta-forge__title {
  font-size: clamp(40px, 7vw, 80px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--color-text);
  margin: 20px 0 24px;
}
body.page-home .final-cta-forge__lead {
  font-size: clamp(17px, 1.8vw, 20px);
  color: var(--color-text-secondary);
  margin: 0 auto 40px;
  max-width: 540px;
  line-height: 1.55;
}

/* ============================================================
   Hide old/fallback styles
   ============================================================ */
body.page-home .hero-grid { display: none !important; }
