:root {
  --bg: #060c18;
  --bg-soft: #0f1b33;
  --surface: #111f3d;
  --surface-2: #172b53;
  --text: #e9edf6;
  --muted: #adbbd3;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #f3c521;
  --brand-2: #ef9e0f;
  --ok: #4fd1a9;
  --radius: 20px;
  --shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 10% -10%, rgba(239, 158, 15, 0.16), transparent 35%),
    radial-gradient(circle at 85% 12%, rgba(79, 209, 169, 0.14), transparent 30%),
    linear-gradient(180deg, #060c18 0%, #081428 35%, #050a14 100%);
}

img {
  display: block;
  max-width: 100%;
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(60px);
  z-index: -1;
  opacity: 0.45;
  pointer-events: none;
}

.ambient-a {
  width: 320px;
  height: 320px;
  top: 6%;
  right: 12%;
  background: rgba(243, 197, 33, 0.24);
  animation: drift 12s ease-in-out infinite alternate;
}

.ambient-b {
  width: 400px;
  height: 400px;
  bottom: 4%;
  left: 8%;
  background: rgba(79, 209, 169, 0.2);
  animation: drift 14s ease-in-out infinite alternate-reverse;
}

.container {
  width: min(1160px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(6, 12, 24, 0.72);
  border-bottom: 1px solid var(--line);
}

.topbar-inner {
  min-height: 110px;
  padding-block: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand img {
  width: 220px;
  height: auto;
  object-fit: contain;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.24s ease;
  border: 1px solid transparent;
}

.btn-primary {
  color: #0d1427;
  background: linear-gradient(120deg, var(--brand), var(--brand-2));
  box-shadow: 0 14px 30px rgba(243, 197, 33, 0.24);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.hero {
  padding: 3.8rem 0 2.4rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.2rem;
  align-items: center;
}

.chip {
  width: fit-content;
  margin: 0 0 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  color: #111f3d;
  background: linear-gradient(120deg, #f6d14e, #f4b62f);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  max-width: 16ch;
}

h1 span {
  color: var(--brand);
}

.lead {
  margin: 1rem 0 0;
  max-width: 54ch;
  font-size: 1.06rem;
  color: var(--muted);
}

.hero-stats {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.stat {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.8rem 0.85rem;
}

.stat strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}

.stat span {
  font-size: 0.88rem;
  color: var(--muted);
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  width: 100%;
  min-height: 490px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.floating-card {
  position: absolute;
  padding: 0.58rem 0.82rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.84rem;
  color: #0d1427;
  background: linear-gradient(120deg, #f7d55d, #f3b426);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
}

.floating-card p {
  margin: 0;
}

.floating-card-a {
  left: -14px;
  bottom: 30px;
}

.floating-card-b {
  right: -10px;
  top: 34px;
}

.logo-band {
  margin-top: 2.4rem;
  padding: 1.2rem 1rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.logo-band p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-weight: 600;
}

.logo-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.logo-carousel-inner {
  display: flex;
  width: max-content;
  animation: logoLoop 9s linear infinite;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-right: 0.8rem;
}

.logo-item {
  width: 148px;
  height: 56px;
  object-fit: contain;
  background: #ffffff;
  padding: 0.38rem;
  border-radius: 8px;
  flex: 0 0 auto;
}

.section {
  padding: 4.3rem 0 0.5rem;
}

.alt {
  position: relative;
}

.section-head {
  display: grid;
  gap: 0.55rem;
  max-width: 700px;
}

.eyebrow {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--brand);
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.challenge-grid {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.challenge-section .section-head {
  max-width: 760px;
}

.challenge-title {
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  line-height: 1.05;
  text-wrap: balance;
}

.challenge-title span {
  color: var(--brand);
}

.challenge-section .panel {
  border-color: rgba(243, 197, 33, 0.2);
  background:
    radial-gradient(circle at 85% 15%, rgba(243, 197, 33, 0.11), transparent 40%),
    linear-gradient(170deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.challenge-panel p {
  font-size: 1.08rem;
  color: #c4d0e5;
}

.challenge-panel p strong {
  color: #ffd45f;
  font-weight: 700;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.panel p + p {
  margin-top: 0.85rem;
}

.timeline-panel h3 {
  margin-bottom: 1rem;
  font-size: 1.22rem;
  color: #ffd45f;
  letter-spacing: 0.01em;
}

.timeline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
}

.timeline span {
  color: var(--muted);
  font-size: 0.9rem;
}

.bar {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
}

.peak {
  position: absolute;
  right: 13%;
  width: 17%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(120deg, #f9a826, #ffd45f);
}

.timeline-note {
  margin-top: 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ffd45f;
}

.flow-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1.1rem;
  align-items: center;
}

.flow-image {
  width: min(430px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3));
}

.steps {
  display: grid;
  gap: 0.85rem;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
}

.step span {
  width: 36px;
  height: 36px;
  display: grid;
  place-content: center;
  font-weight: 700;
  border-radius: 50%;
  color: #0d1427;
  background: linear-gradient(120deg, #f6d14e, #efab20);
}

.step h3 {
  font-size: 1.07rem;
  margin-bottom: 0.25rem;
}

.step p {
  margin: 0;
  color: var(--muted);
}

.card-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.15rem;
  background: linear-gradient(152deg, rgba(243, 197, 33, 0.11), rgba(255, 255, 255, 0.04));
}

.feature-card h3 {
  font-size: 1.1rem;
}

.feature-card p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.check-list {
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.check-list li {
  padding: 1rem 1rem 1rem 2.8rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  color: var(--muted);
  line-height: 1.6;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0.95rem;
  top: 0.88rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  color: #0d1427;
  background: linear-gradient(120deg, #f6d14e, #efab20);
  font-weight: 700;
}

.segments {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.segment {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
}

.segment h3 {
  font-size: 1.06rem;
}

.segment p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.faq {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.82rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  overflow: clip;
}

.faq-question {
  width: 100%;
  border: 0;
  color: var(--text);
  text-align: left;
  background: transparent;
  padding: 1rem 1rem;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.26s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  line-height: 1.62;
}

.faq-item.open .faq-answer {
  max-height: 180px;
}

.cta {
  margin-top: 3rem;
  margin-bottom: 4.4rem;
  padding: 1.6rem;
  border-radius: calc(var(--radius) + 4px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  grid-template-areas:
    "copy image"
    "videos videos";
  gap: 1.15rem;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 10%, rgba(243, 197, 33, 0.18), transparent 45%),
    rgba(15, 27, 51, 0.85);
}

.cta-copy {
  grid-area: copy;
}

.cta-image {
  grid-area: image;
  border-radius: 14px;
  min-height: 260px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-copy p {
  color: var(--muted);
  line-height: 1.65;
  margin-top: 0.8rem;
}

.cta-actions {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.video-embeds {
  grid-area: videos;
  margin-top: 0.15rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.video-embed {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(4, 9, 21, 0.88);
}

.video-embed iframe {
  width: 100%;
  border: 0;
  aspect-ratio: 16 / 9;
  display: block;
}

.video-embed a {
  display: block;
  padding: 0.6rem 0.75rem;
  color: #ffd37a;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
}

.video-embed a:hover {
  text-decoration: underline;
}

.legal-page {
  padding: 3rem 0 4rem;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.5rem;
  max-width: 900px;
}

.legal-card h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0.35rem 0 1rem;
}

.legal-card h2 {
  margin-top: 1.35rem;
  font-size: clamp(1.2rem, 2.6vw, 1.55rem);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.65;
}

.legal-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.15rem;
}

.legal-card a {
  color: #ffd37a;
  font-weight: 700;
  text-decoration: none;
}

.legal-card a:hover {
  text-decoration: underline;
}

.footer-brand-block {
  padding-top: 0.5rem;
}

.footer-brand {
  display: block;
  width: 210px;
  height: auto;
}

.legal-strip {
  margin-top: 1rem;
  background: rgba(1, 6, 16, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1rem 0 1.15rem;
}

.legal-strip a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}

.legal-strip a:hover {
  text-decoration: none;
}

.legal-strip p {
  color: #ffffff;
}

.legal-strip-line {
  margin: 0;
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

.legal-strip-line a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}

.legal-strip-line a:hover {
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.13s;
}

.delay-2 {
  transition-delay: 0.22s;
}

@keyframes drift {
  from {
    transform: translateY(0) translateX(0) scale(1);
  }
  to {
    transform: translateY(-20px) translateX(20px) scale(1.08);
  }
}

@keyframes logoLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1050px) {
  .hero,
  .flow-grid,
  .cta {
    grid-template-columns: 1fr;
  }

  .cta {
    grid-template-areas:
      "copy"
      "image"
      "videos";
  }

  .hero-visual img {
    min-height: 320px;
  }

  .card-grid,
  .segments,
  .challenge-grid,
  .video-embeds {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar-inner {
    min-height: 86px;
    padding-block: 0.45rem;
  }

  .brand img {
    width: 172px;
  }

  .hero {
    padding-top: 2.2rem;
  }

  .challenge-title {
    font-size: clamp(1.72rem, 8vw, 2.1rem);
  }

  .challenge-panel p {
    font-size: 1.02rem;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .logo-item {
    width: 126px;
    height: 52px;
  }

  .hero-visual img {
    min-height: 380px;
  }

  .floating-card {
    position: absolute;
    margin: 0;
    display: block;
    font-size: 0.82rem;
    padding: 0.6rem 0.82rem;
    min-width: 128px;
    text-align: center;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  }

  .floating-card-a {
    left: 10px;
    bottom: 10px;
  }

  .floating-card-b {
    right: 10px;
    top: 10px;
  }

  .legal-strip-line {
    text-align: left;
  }
}
