/* Seed & MVP Acceleration Page */

/* FA icon fix */
.fas, .far, .fab, .fa-brands {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}
.fa-brands { font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }

/* Accent color */
.mvp-accent {
  background: linear-gradient(135deg, #0A4AFF 0%, #00D4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── HERO ── */
.mvp-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #030D1A;
  padding: 130px 60px 80px;
  overflow: hidden;
}

.mvp-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.mvp-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 860px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mvp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border: 1px solid rgba(0, 212, 255, 0.35);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #00D4FF;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.mvp-hero-badge i {
  color: #00D4FF !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.mvp-hero-title {
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.mvp-hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 48px;
}

/* Metrics row */
.mvp-hero-metrics {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
}

.mvp-metric {
  display: flex;
  flex-direction: column;
}

.mvp-metric-num {
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #0A4AFF, #00D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -2px;
}

.mvp-metric-pct {
  font-size: 32px;
}

.mvp-metric-unit {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.mvp-metric-label {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}

.mvp-metric-divider {
  width: 1px;
  height: 60px;
  background: rgba(0, 212, 255, 0.2);
}

/* CTA button */
.mvp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #0A4AFF, #00D4FF);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 212, 255, 0.35);
}

.mvp-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0, 212, 255, 0.5);
}

.mvp-cta-btn i {
  color: #fff !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  transition: transform 0.2s ease;
}

.mvp-cta-btn:hover i { transform: translateX(4px); }

.mvp-cta-large { font-size: 17px; padding: 20px 44px; }

/* ── SECTION SHARED ── */
.mvp-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.mvp-section-header h2 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
}

.mvp-section-header p {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}

.mvp-section-cta {
  text-align: center;
  margin-top: 50px;
}

.mvp-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: transparent;
  border: 1.5px solid rgba(0, 212, 255, 0.4);
  border-radius: 10px;
  color: #00D4FF;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mvp-outline-btn:hover {
  background: rgba(0, 212, 255, 0.08);
  border-color: #00D4FF;
  transform: translateY(-2px);
}

.mvp-outline-btn i {
  color: #00D4FF !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  transition: transform 0.2s ease;
}

.mvp-outline-btn:hover i { transform: translateX(4px); }

/* ── FIREPOWER GRID ── */
.mvp-firepower {
  background: #030D1A;
  padding: 100px 60px;
}

.mvp-firepower-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.mvp-fire-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 212, 255, 0.12);
  background: rgba(10, 30, 60, 0.4);
  backdrop-filter: blur(16px);
  cursor: pointer;
  min-height: 220px;
}

.mvp-fire-front,
.mvp-fire-back {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mvp-fire-back {
  background: rgba(10, 74, 255, 0.15);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 212, 255, 0.25);
  justify-content: center;
  transform: translateY(100%);
  border-radius: 16px;
}

.mvp-fire-card:hover .mvp-fire-front {
  transform: translateY(-100%);
}

.mvp-fire-card:hover .mvp-fire-back {
  transform: translateY(0);
}

.mvp-fire-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #0A4AFF, #00D4FF);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.mvp-fire-icon i {
  font-size: 22px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

.mvp-fire-front h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.mvp-fire-back p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0;
}

/* ── ADVANTAGE SPLIT ── */
.mvp-advantage {
  background: #050F20;
  padding: 100px 60px;
}

.mvp-advantage-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

.mvp-advantage-left {
  position: sticky;
  top: 100px;
}

.mvp-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00D4FF;
  margin-bottom: 16px;
}

.mvp-advantage-left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.mvp-advantage-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 36px;
}

.mvp-advantage-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mvp-adv-card {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: rgba(10, 30, 60, 0.4);
  border: 1px solid rgba(0, 212, 255, 0.1);
  border-radius: 14px;
  transition: all 0.3s ease;
}

.mvp-adv-card:hover {
  border-color: rgba(0, 212, 255, 0.35);
  background: rgba(10, 30, 60, 0.6);
  transform: translateX(6px);
}

.mvp-adv-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, rgba(10,74,255,0.3), rgba(0,212,255,0.2));
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mvp-adv-icon i {
  font-size: 18px;
  color: #00D4FF !important;
  -webkit-text-fill-color: #00D4FF !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

.mvp-adv-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.mvp-adv-body p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin: 0;
}

/* ── CASE STUDIES ── */
.mvp-cases {
  background: #030D1A;
  padding: 100px 60px;
}

.mvp-carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.mvp-carousel {
  display: flex;
  gap: 24px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mvp-case-card {
  min-width: calc(33.333% - 16px);
  background: rgba(10, 30, 60, 0.5);
  border: 1px solid rgba(0, 212, 255, 0.12);
  border-radius: 18px;
  padding: 36px 32px;
  flex-shrink: 0;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.mvp-case-card:hover {
  border-color: rgba(0, 212, 255, 0.4);
  transform: translateY(-4px);
}

.mvp-case-metric {
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #0A4AFF, #00D4FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -2px;
  margin-bottom: 4px;
}

.mvp-case-metric-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(0, 212, 255, 0.6);
  margin-bottom: 20px;
}

.mvp-case-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.mvp-case-copy {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 24px;
}

.mvp-case-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #00D4FF !important;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.mvp-case-link:hover { gap: 12px; }

.mvp-case-link i {
  color: #00D4FF !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.mvp-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.mvp-carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 212, 255, 0.3);
  background: transparent;
  color: #00D4FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.mvp-carousel-btn:hover {
  background: rgba(0, 212, 255, 0.1);
  border-color: #00D4FF;
}

.mvp-carousel-btn i {
  color: #00D4FF !important;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 12px;
}

.mvp-carousel-dots {
  display: flex;
  gap: 8px;
}

.mvp-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.25);
  cursor: pointer;
  transition: all 0.2s ease;
}

.mvp-dot.active {
  background: #00D4FF;
  width: 24px;
  border-radius: 4px;
}

/* ── FINAL CTA ── */
.mvp-final-cta {
  background: #020A14;
  padding: 120px 60px;
  text-align: center;
  border-top: 1px solid rgba(0, 212, 255, 0.08);
}

.mvp-final-inner {
  max-width: 700px;
  margin: 0 auto;
}

.mvp-final-cta h2 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.mvp-final-cta p {
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin-bottom: 44px;
}

/* ── LIGHT THEME ── */
body.light-theme .mvp-hero,
body.light-theme .mvp-firepower,
body.light-theme .mvp-cases,
body.light-theme .mvp-final-cta {
  background: #ffffff !important;
}

body.light-theme .mvp-advantage {
  background: #f8f9ff !important;
}

body.light-theme .mvp-hero-title,
body.light-theme .mvp-section-header h2,
body.light-theme .mvp-advantage-left h2,
body.light-theme .mvp-final-cta h2 {
  color: #1a1f3a !important;
}

body.light-theme .mvp-hero-sub,
body.light-theme .mvp-section-header p,
body.light-theme .mvp-advantage-desc,
body.light-theme .mvp-final-cta p {
  color: rgba(26, 31, 58, 0.65) !important;
}

body.light-theme .mvp-accent {
  background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

body.light-theme .mvp-hero-badge {
  border-color: rgba(255, 123, 0, 0.4) !important;
  color: var(--original-orange) !important;
}

body.light-theme .mvp-hero-badge i { color: var(--original-orange) !important; }

body.light-theme .mvp-metric-num {
  background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

body.light-theme .mvp-metric-unit,
body.light-theme .mvp-metric-label { color: rgba(26,31,58,0.5) !important; }

body.light-theme .mvp-metric-divider { background: rgba(255,123,0,0.2) !important; }

body.light-theme .mvp-cta-btn {
  background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important;
  box-shadow: 0 8px 30px rgba(255,123,0,0.3) !important;
}

body.light-theme .mvp-outline-btn {
  border-color: rgba(255,123,0,0.4) !important;
  color: var(--original-orange) !important;
}

body.light-theme .mvp-outline-btn:hover {
  background: rgba(255,123,0,0.06) !important;
  border-color: var(--original-orange) !important;
}

body.light-theme .mvp-outline-btn i { color: var(--original-orange) !important; }

body.light-theme .mvp-fire-card,
body.light-theme .mvp-adv-card,
body.light-theme .mvp-case-card {
  background: #fff !important;
  border-color: rgba(0,0,0,0.08) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
}

body.light-theme .mvp-fire-card:hover,
body.light-theme .mvp-adv-card:hover,
body.light-theme .mvp-case-card:hover {
  border-color: rgba(255,123,0,0.3) !important;
  box-shadow: 0 8px 30px rgba(255,123,0,0.12) !important;
}

body.light-theme .mvp-fire-icon {
  background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important;
}

body.light-theme .mvp-fire-icon i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

body.light-theme .mvp-fire-front h3,
body.light-theme .mvp-adv-body h3,
body.light-theme .mvp-case-title { color: #1a1f3a !important; }

body.light-theme .mvp-fire-back {
  background: rgba(255,123,0,0.08) !important;
  border-color: rgba(255,123,0,0.2) !important;
}

body.light-theme .mvp-fire-back p,
body.light-theme .mvp-adv-body p,
body.light-theme .mvp-case-copy { color: rgba(26,31,58,0.65) !important; }

body.light-theme .mvp-adv-icon {
  background: rgba(255,123,0,0.1) !important;
  border-color: rgba(255,123,0,0.2) !important;
}

body.light-theme .mvp-adv-icon i {
  color: var(--original-orange) !important;
  -webkit-text-fill-color: var(--original-orange) !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

body.light-theme .mvp-adv-card:hover { transform: translateX(6px); border-color: rgba(255,123,0,0.3) !important; }

body.light-theme .mvp-eyebrow { color: var(--original-orange) !important; }

body.light-theme .mvp-case-metric {
  background: linear-gradient(135deg, var(--original-orange), var(--original-orange-hover)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

body.light-theme .mvp-case-metric-label { color: rgba(255,123,0,0.6) !important; }

body.light-theme .mvp-case-link { color: var(--original-orange) !important; }
body.light-theme .mvp-case-link i { color: var(--original-orange) !important; }

body.light-theme .mvp-carousel-btn {
  border-color: rgba(255,123,0,0.3) !important;
  color: var(--original-orange) !important;
}

body.light-theme .mvp-carousel-btn:hover { background: rgba(255,123,0,0.08) !important; }
body.light-theme .mvp-carousel-btn i { color: var(--original-orange) !important; }

body.light-theme .mvp-dot { background: rgba(255,123,0,0.2) !important; }
body.light-theme .mvp-dot.active { background: var(--original-orange) !important; }

body.light-theme .mvp-final-cta { border-top-color: rgba(0,0,0,0.06) !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .mvp-firepower-grid { grid-template-columns: repeat(2, 1fr); }
  .mvp-advantage-inner { grid-template-columns: 1fr; gap: 50px; }
  .mvp-advantage-left { position: static; }
  .mvp-case-card { min-width: calc(80% - 12px); }
}

@media (max-width: 768px) {
  .mvp-hero { padding: 120px 24px 60px; }
  .mvp-hero-title { font-size: 40px; }
  .mvp-metric-num { font-size: 40px; }
  .mvp-hero-metrics { gap: 24px; }
  .mvp-firepower, .mvp-advantage, .mvp-cases, .mvp-final-cta { padding: 70px 24px; }
  .mvp-firepower-grid { grid-template-columns: 1fr; }
  .mvp-section-header h2 { font-size: 32px; }
  .mvp-final-cta h2 { font-size: 38px; }
  .mvp-case-card { min-width: calc(90% - 12px); }
}
