:root {
  --bg: #07111f;
  --surface-strong: #0f2136;
  --text: #e8eef9;
  --muted: #a8b4c8;
  --heading: #ffffff;
  --dark-text: #0f1726;
  --dark-muted: #5f6f86;
  --brand: #ff8f4d;
  --brand-2: #31c7b6;
  --brand-3: #ffd166;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(2, 8, 20, 0.28);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  padding-top: 86px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(49, 199, 182, 0.18), transparent 28%), radial-gradient(circle at top right, rgba(255, 143, 77, 0.18), transparent 32%), linear-gradient(180deg, #08111f 0%, #07111f 100%);
  line-height: 1.6;
}
body.page-light {
  color: var(--dark-text);
  background: radial-gradient(circle at top left, rgba(49, 199, 182, 0.1), transparent 25%), radial-gradient(circle at top right, rgba(255, 143, 77, 0.1), transparent 30%), #eff3f8;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
iframe { width: 100%; border: 0; border-radius: 22px; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.site-shell { position: relative; min-height: 100vh; overflow: hidden; }
.site-shell::before, .site-shell::after { content: ""; position: absolute; pointer-events: none; z-index: 0; }
.site-shell::before { top: 90px; left: -140px; width: 300px; height: 300px; background: rgba(49, 199, 182, 0.18); filter: blur(80px); }
.site-shell::after { top: 200px; right: -160px; width: 340px; height: 340px; background: rgba(255, 143, 77, 0.16); filter: blur(95px); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(7, 17, 31, 0.72); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.page-light .site-header { background: rgba(239, 243, 248, 0.82); border-bottom-color: rgba(15, 23, 38, 0.08); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand img { width: 144px; height: auto; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-title { font-family: "Sora", sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.02em; }
.brand-tag { font-size: 0.8rem; color: var(--muted); }
.page-light .brand-tag { color: var(--dark-muted); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; list-style: none; padding: 0; margin: 0 auto; }
.nav-links a { display: inline-flex; align-items: center; justify-content: center; padding: 12px 16px; border-radius: 999px; color: var(--muted); font-weight: 700; font-size: 0.94rem; transition: 0.25s ease; }
.nav-links a:hover, .nav-links a.is-active { background: rgba(255,255,255,0.09); color: var(--heading); }
.page-light .nav-links a { color: var(--dark-muted); }
.page-light .nav-links a:hover, .page-light .nav-links a.is-active { background: rgba(15,23,38,0.08); color: var(--dark-text); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.button, button.button { appearance: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 999px; font-weight: 800; letter-spacing: 0.01em; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.button:hover, button.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--brand), #ff6a3d); box-shadow: 0 18px 36px rgba(255, 143, 77, 0.26); }
.button-secondary { color: var(--heading); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); }
.page-light .button-secondary { color: var(--dark-text); background: rgba(15,23,38,0.06); border-color: rgba(15,23,38,0.1); }
.button-ghost { color: var(--heading); background: transparent; border: 1px solid rgba(255,255,255,0.2); }
.page-light .button-ghost { color: var(--dark-text); border-color: rgba(15,23,38,0.18); }
.nav-toggle { display: none; width: 48px; height: 48px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.08); color: var(--heading); }
.page-light .nav-toggle { color: var(--dark-text); border-color: rgba(15,23,38,0.12); background: rgba(15,23,38,0.05); }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 18px; height: 2px; background: currentColor; border-radius: 999px; margin: 4px auto; }
.hero { position: relative; z-index: 1; padding: 72px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr); gap: 36px; align-items: center; }
.hero-copy, .hero-visual, .page-banner, .section, .site-footer { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.08); color: var(--brand); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.page-light .eyebrow { background: rgba(15,23,38,0.06); }
.hero h1, .page-banner h1 { margin: 18px 0; font-family: "Sora", sans-serif; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -0.04em; color: var(--heading); }
.page-light .page-banner h1, .page-light h2, .page-light h3 { color: var(--dark-text); }
.hero p, .page-banner p, .section-intro p, .card p, .split-copy p, .metric p, .testimonial p, .faq-item p, .contact-card p { margin: 0; color: var(--muted); font-size: 1.04rem; }
.page-light p, .page-light .metric p, .page-light .contact-card p, .page-light .card p, .page-light .section-intro p, .page-light .split-copy p, .page-light .faq-item p { color: var(--dark-muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 34px; }
.metric { padding: 18px 20px; border-radius: var(--radius); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.page-light .metric { background: #fff; border-color: rgba(15,23,38,0.08); box-shadow: 0 14px 40px rgba(15,23,38,0.08); }
.metric strong { display: block; margin-bottom: 4px; font-family: "Sora", sans-serif; font-size: 1.65rem; color: var(--heading); }
.page-light .metric strong { color: var(--dark-text); }
.hero-card, .floating-panel, .card, .video-card, .testimonial, .contact-card, .faq-item, .gallery-card { border-radius: var(--radius); overflow: hidden; }
.hero-card { background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)); border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.floating-panel { position: absolute; left: 24px; bottom: 24px; max-width: 300px; padding: 18px 20px; background: rgba(7,17,31,0.86); border: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(14px); }
.floating-panel strong { display: block; margin-bottom: 6px; color: var(--heading); font-size: 1rem; }
.section { padding: 88px 0; }
.section-tight { padding-top: 56px; }
.section-muted { background: rgba(255,255,255,0.03); }
.page-light .section-muted { background: rgba(255,255,255,0.72); }
.section-intro { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 34px; }
.section-intro h2, .split-copy h2, .contact-grid h2, .stack h3, .card h3, .video-card h3, .testimonial h3, .faq-item h3 { margin: 10px 0 0; font-family: "Sora", sans-serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; letter-spacing: -0.03em; }
.grid-2, .grid-3, .grid-4, .gallery-grid, .video-grid, .logo-grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card, .video-card, .testimonial, .contact-card, .faq-item, .gallery-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); box-shadow: var(--shadow); }
.page-light .card, .page-light .video-card, .page-light .testimonial, .page-light .contact-card, .page-light .faq-item, .page-light .gallery-card { background: #fff; border-color: rgba(15,23,38,0.08); box-shadow: 0 18px 50px rgba(15,23,38,0.08); }
.card { padding: 28px; }
.card .kicker { display: inline-flex; margin-bottom: 12px; color: var(--brand); font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.card h3, .video-card h3, .testimonial h3, .contact-card h3, .faq-item h3, .split-copy h3 { margin: 0 0 12px; font-size: 1.4rem; color: var(--heading); }
.page-light .card h3, .page-light .video-card h3, .page-light .testimonial h3, .page-light .contact-card h3, .page-light .faq-item h3, .page-light .split-copy h3 { color: var(--dark-text); }
.pill-list, .feature-list, .contact-list, .stats-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.pill-list li, .feature-list li, .contact-list li, .stats-list li { display: flex; gap: 12px; align-items: flex-start; }
.pill-list li::before, .feature-list li::before, .contact-list li::before, .stats-list li::before { content: ""; width: 9px; height: 9px; border-radius: 999px; margin-top: 9px; flex: 0 0 9px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 28px; align-items: center; }
.split-visual img, .gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.split-visual { min-height: 420px; border-radius: calc(var(--radius) + 4px); overflow: hidden; box-shadow: var(--shadow); }
.stack { display: grid; gap: 18px; }
.stack-panel { padding: 22px 24px; border-radius: 22px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); }
.page-light .stack-panel { background: #fff; border-color: rgba(15,23,38,0.08); }
.stack-panel strong { display: block; margin-bottom: 6px; color: var(--heading); }
.page-light .stack-panel strong { color: var(--dark-text); }
.page-banner { padding: 84px 0 56px; }
.page-banner .banner-panel { padding: 42px; border-radius: 34px; background-size: cover; background-position: center; min-height: 320px; display: flex; align-items: flex-end; position: relative; overflow: hidden; }
.page-banner .banner-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(7,17,31,0.9), rgba(7,17,31,0.4)); }
.banner-copy { position: relative; max-width: 720px; }
.logo-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.logo-card { min-height: 94px; display: flex; align-items: center; justify-content: center; padding: 20px; border-radius: 22px; background: #ffffff; border: 1px solid rgba(15,23,38,0.08); box-shadow: 0 16px 36px rgba(15,23,38,0.06); }
.page-light .logo-card { background: #ffffff; border-color: rgba(15,23,38,0.08); box-shadow: 0 16px 36px rgba(15,23,38,0.06); }
.logo-card img { max-height: 48px; width: auto; }
.video-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.video-card { padding: 16px; }
.video-frame { aspect-ratio: 16 / 9; width: 100%; overflow: hidden; border-radius: 18px; background: #000; margin-bottom: 16px; }
.gallery-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.gallery-card { position: relative; min-height: 320px; }
.gallery-card img { height: 320px; }
.gallery-card .overlay { position: absolute; inset: auto 18px 18px 18px; padding: 16px 18px; border-radius: 18px; background: rgba(7,17,31,0.8); color: var(--text); backdrop-filter: blur(14px); }
.contact-grid { display: grid; grid-template-columns: minmax(0,0.85fr) minmax(320px,0.7fr); gap: 24px; }
.contact-card { padding: 28px; }
.contact-form { display: grid; gap: 16px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.label { display: block; margin-bottom: 8px; font-size: 0.92rem; font-weight: 700; color: var(--heading); }
.page-light .label { color: var(--dark-text); }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,0.12); border-radius: 18px; background: rgba(255,255,255,0.05); color: var(--text); padding: 15px 18px; font: inherit; outline: none; }
.page-light input, .page-light select, .page-light textarea { border-color: rgba(15,23,38,0.12); background: #fff; color: var(--dark-text); }
input::placeholder, textarea::placeholder { color: var(--muted); }
.page-light input::placeholder, .page-light textarea::placeholder { color: #7e8da5; }
input:focus, select:focus, textarea:focus { border-color: rgba(49,199,182,0.7); box-shadow: 0 0 0 4px rgba(49,199,182,0.12); }
textarea { min-height: 150px; resize: vertical; }
.faq-list { display: grid; gap: 16px; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px 24px; background: transparent; color: inherit; border: 0; font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.faq-item p { padding: 0 24px 24px; display: none; }
.faq-item.is-open p { display: block; }
.site-footer { padding: 30px 0 40px; }
.footer-panel { padding: 30px; border-radius: 30px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); }
.page-light .footer-panel { background: #0c1829; border-color: rgba(12,24,41,0.1); }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-top { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-bottom { padding-top: 20px; color: rgba(232,238,249,0.7); }
.footer-links, .social-links { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; border-radius: 999px; padding: 0 14px; background: rgba(255,255,255,0.08); color: #fff; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1080px) { .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; } .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); } .logo-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { position: fixed; inset: 86px 20px auto 20px; display: grid; gap: 18px; padding: 18px; border-radius: 24px; background: rgba(7,17,31,0.94); border: 1px solid rgba(255,255,255,0.08); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: 0.2s ease; }
  .page-light .site-nav { background: rgba(255,255,255,0.98); border-color: rgba(15,23,38,0.08); }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links, .header-actions { flex-direction: column; align-items: stretch; }
  .nav-links a, .header-actions .button { width: 100%; }
  .hero { padding-top: 46px; }
  .hero-card img { min-height: 400px; }
  .gallery-grid, .grid-3, .grid-3-balanced, .video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) { .container { width: min(var(--container), calc(100% - 28px)); } .header-inner { min-height: 78px; } body { padding-top: 78px; }
  .brand img { width: 126px; }
  .hero h1, .page-banner h1 { font-size: clamp(2.2rem, 12vw, 3.4rem); }
  .hero-metrics, .field-grid, .grid-2, .grid-3-balanced, .grid-4, .logo-grid { grid-template-columns: 1fr; }
  .page-banner .banner-panel, .card, .contact-card, .footer-panel { padding: 24px; }
  .section { padding: 72px 0; }
  .floating-panel { position: static; max-width: none; margin: 16px; }
}
.hero-showcase {
  padding: 34px 0 48px;
}

.hero-stage,
.page-hero-stage {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: 0 30px 90px rgba(5, 14, 29, 0.32);
}

.hero-stage {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  gap: 24px;
  align-items: end;
  padding: 44px;
  background: #0b1525;
}

.hero-stage::before,
.page-hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 15, 28, 0.92) 0%, rgba(6, 15, 28, 0.72) 44%, rgba(6, 15, 28, 0.42) 100%),
    linear-gradient(180deg, rgba(49, 199, 182, 0.12), rgba(255, 143, 77, 0.14));
}

.hero-main,
.hero-side-stack,
.page-hero-main,
.page-hero-side {
  position: relative;
  z-index: 1;
}

.hero-main {
  max-width: 700px;
}

.hero-main h1 {
  margin-bottom: 18px;
}

.hero-lead {
  max-width: 620px;
  font-size: 1.08rem;
}

.hero-actions {
  margin-top: 30px;
}

.hero-side-stack {
  display: grid;
  gap: 16px;
  align-self: stretch;
  align-content: end;
}

.hero-note,
.hero-mini-card,
.page-hero-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 17, 31, 0.7);
  backdrop-filter: blur(18px);
}

.hero-note {
  padding: 22px 24px;
}

.hero-note strong,
.hero-mini-card strong,
.page-hero-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--heading);
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hero-mini-card {
  padding: 20px;
}

.hero-mini-card span,
.page-hero-card span {
  display: block;
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 8px;
}

.hero-mini-card p,
.page-hero-card p,
.hero-note p {
  color: rgba(232, 238, 249, 0.82);
  margin: 0;
}

.page-hero {
  padding: 30px 0 42px;
}

.page-hero-stage {
  min-height: 460px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  gap: 24px;
  align-items: end;
  padding: 38px;
  background: #0d1626;
}

.page-hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(6, 15, 28, 0.9) 0%, rgba(6, 15, 28, 0.62) 48%, rgba(6, 15, 28, 0.34) 100%);
}

.page-hero-main {
  max-width: 720px;
}

.page-hero-main h1 {
  margin-bottom: 14px;
}

.page-hero-side {
  display: grid;
  gap: 14px;
  align-self: stretch;
  align-content: end;
}

.page-hero-card {
  padding: 18px 20px;
}

.page-hero-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-light .hero-note,
.page-light .hero-mini-card,
.page-light .page-hero-card {
  background: rgba(7, 17, 31, 0.72);
}

.page-banner {
  padding: 0;
}

.page-banner .banner-panel {
  display: none;
}

@media (max-width: 1080px) {
  .hero-stage,
  .page-hero-stage {
    grid-template-columns: 1fr;
  }

  .hero-main,
  .page-hero-main {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .hero-showcase,
  .page-hero {
    padding-top: 18px;
  }

  .hero-stage {
    min-height: auto;
    padding: 28px;
  }

  .page-hero-stage {
    min-height: auto;
    padding: 26px;
  }

  .hero-mini-grid,
  .page-hero-card-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-stage,
  .page-hero-stage {
    border-radius: 28px;
    padding: 22px;
  }
}


.grid-3-balanced {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.grid-3-balanced > .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}




.hero-slider {
  position: relative;
}

.hero-slide {
  display: none;
}

.hero-slide.is-active {
  display: grid;
}

.hero-slider-controls {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.hero-arrow,
.hero-dot {
  pointer-events: auto;
}

.hero-arrow {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.72);
  color: #fff;
  font: inherit;
  font-size: 1.2rem;
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 34px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

@media (max-width: 860px) {
  .hero-slider-controls {
    left: 22px;
    right: 22px;
    bottom: 18px;
  }

  .hero-arrow {
    width: 44px;
    height: 44px;
  }
}


.hero-slider {
  min-height: 640px;
}

.hero-slider .hero-stage,
.hero-slider .hero-slide,
.hero-slider .hero-slide.is-active {
  width: 100%;
  min-height: 640px;
}

@media (max-width: 860px) {
  .hero-slider {
    min-height: 420px;
  }

  .hero-slider .hero-stage,
  .hero-slider .hero-slide,
  .hero-slider .hero-slide.is-active {
    min-height: 420px;
  }
}




.hero-slider-controls {
  bottom: 14px;
}

@media (max-width: 860px) {
  .hero-slider-controls {
    bottom: 10px;
  }
}

.hero-slider-controls {
  left: 50%;
  right: auto;
  bottom: 6px;
  transform: translateX(-50%);
  justify-content: center;
  gap: 18px;
}

@media (max-width: 860px) {
  .hero-slider-controls {
    left: 50%;
    right: auto;
    bottom: 4px;
    transform: translateX(-50%);
    gap: 14px;
  }
}

.page-hero-stage::before {
  background-position: center right;
}

.page-hero-stage::after {
  background:
    linear-gradient(90deg, rgba(5, 13, 24, 0.96) 0%, rgba(5, 13, 24, 0.9) 34%, rgba(5, 13, 24, 0.72) 58%, rgba(5, 13, 24, 0.42) 100%),
    linear-gradient(180deg, rgba(49, 199, 182, 0.08), rgba(255, 143, 77, 0.08));
}

.page-hero-main {
  max-width: 680px;
  padding: 18px 22px 18px 0;
}

.page-hero-main .eyebrow {
  background: rgba(255, 255, 255, 0.08);
}

.page-hero-main h1 {
  color: #ffffff;
  text-shadow: 0 10px 32px rgba(0, 0, 0, 0.34);
}

.page-hero-main p {
  color: rgba(232, 238, 249, 0.88);
  max-width: 620px;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.page-hero-card {
  background: rgba(7, 17, 31, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 50px rgba(3, 9, 18, 0.24);
}

@media (max-width: 1080px) {
  .page-hero-stage::before {
    background-position: center;
  }

  .page-hero-main {
    padding-right: 0;
  }
}


.video-launch {
  display: block;
  text-decoration: none;
}

.video-launch:hover .video-poster {
  transform: scale(1.03);
}

.video-poster {
  transition: transform 0.35s ease;
}

.video-card {
  padding: 16px;
}

.video-launch {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}

.video-poster {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  background-color: #09111d;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: transform 0.35s ease;
}

.video-launch::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(5, 13, 24, 0.08), rgba(5, 13, 24, 0.34));
}

.video-launch:hover .video-poster {
  transform: scale(1.03);
}

.video-play {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(7, 17, 31, 0.8);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(3, 9, 18, 0.28);
}

.video-play::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

@media (max-width: 640px) {
  .video-play {
    left: 14px;
    bottom: 14px;
    padding: 10px 14px;
  }
}




.testimonials-section {
  padding-bottom: 42px;
}

.testimonials-list {
  display: grid;
  gap: 18px;
}

.testimonial-strip {
  display: grid;
  grid-template-columns: minmax(240px, 290px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
}

.page-light .testimonial-strip {
  background: #fff;
  border-color: rgba(15,23,38,0.08);
  box-shadow: 0 18px 50px rgba(15,23,38,0.08);
}

.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.page-light .testimonial-profile {
  background: rgba(15,23,38,0.04);
  border-color: rgba(15,23,38,0.08);
}

.testimonial-profile img {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 72px;
  border: 2px solid rgba(255,255,255,0.12);
}

.testimonial-profile strong,
.testimonial-profile span,
.testimonial-profile small {
  display: block;
}

.testimonial-profile strong {
  color: var(--heading);
  font-size: 1.02rem;
}

.testimonial-profile span {
  color: rgba(232,238,249,0.82);
  font-weight: 700;
}

.testimonial-profile small {
  color: rgba(232,238,249,0.64);
  font-size: 0.92rem;
}

.page-light .testimonial-profile strong {
  color: var(--dark-text);
}

.page-light .testimonial-profile span {
  color: #516276;
}

.page-light .testimonial-profile small {
  color: #738299;
}

.testimonial-body {
  position: relative;
}

.testimonial-body::before {
  content: '\201C';
  position: absolute;
  top: -8px;
  right: 0;
  font-family: 'Sora', sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(255,255,255,0.08);
}

.page-light .testimonial-body::before {
  color: rgba(15,23,38,0.06);
}

.testimonial-body h3 {
  margin-top: 6px;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.testimonial-body p {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 840px;
}

@media (max-width: 860px) {
  .testimonial-strip {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonial-profile {
    padding: 16px;
  }
}

.cta-strip {
  padding-top: 42px;
}

.cta-strip .container {
  width: min(var(--container), calc(100% - 40px));
}

.cta-strip .section-intro {
  margin-bottom: 24px;
}



.testimonials-slider {
  position: relative;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.is-active {
  display: grid;
}

.testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.testimonials-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
