:root {
  --ink: #0f172a;
  --surface: #f8fafc;
  --glow-blue: rgba(37, 99, 235, 0.34);
  --glow-cyan: rgba(34, 211, 238, 0.16);
  --shadow-strong: 0 28px 80px rgba(15, 23, 42, 0.18);
  --shadow-soft: 0 18px 60px rgba(15, 23, 42, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: var(--surface);
  color: var(--ink);
}

a,
button {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.hero-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(37, 99, 235, 0.18), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(14, 165, 233, 0.12), transparent 24%),
    linear-gradient(180deg, #020617 0%, #0f172a 62%, #08111f 100%);
}

.ambient-orb {
  pointer-events: none;
  position: absolute;
  border-radius: 9999px;
  filter: blur(10px);
  opacity: 0.85;
}

.ambient-orb-one {
  top: 8rem;
  right: -6rem;
  height: 18rem;
  width: 18rem;
  background: var(--glow-blue);
}

.ambient-orb-two {
  bottom: 5rem;
  left: -5rem;
  height: 14rem;
  width: 14rem;
  background: var(--glow-cyan);
}

.ambient-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 88%);
}

.hero-kicker,
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-kicker::before,
.section-eyebrow::before {
  content: "";
  height: 1px;
  width: 3rem;
  background: currentColor;
  opacity: 0.45;
}

.hero-media {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.media-frame,
.media-chip {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: #ffffff;
  box-shadow: var(--shadow-strong);
}

.media-frame {
  border-radius: 1.75rem;
}

.media-chip {
  position: absolute;
  border-radius: 1.4rem;
  box-shadow: var(--shadow-soft);
}

.media-chip-left {
  bottom: -1.5rem;
  left: -1.5rem;
  width: 15rem;
  transform: rotate(-5deg);
}

.media-chip-right {
  right: -1.5rem;
  top: -1.5rem;
  width: 16rem;
  transform: rotate(4deg);
}

.floating-note {
  position: absolute;
  right: 1.5rem;
  bottom: 1.75rem;
  z-index: 3;
  max-width: 15rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.video-shell {
  position: relative;
}

.video-shell::before {
  content: "";
  position: absolute;
  inset: auto -2.5rem -2rem auto;
  height: 8rem;
  width: 8rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18), transparent 70%);
  filter: blur(6px);
}

.showcase-shell {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 15% 18%, rgba(59, 130, 246, 0.16), transparent 24%),
    linear-gradient(180deg, #0f172a 0%, #111c33 100%);
  padding: 3rem 1.5rem;
  box-shadow: var(--shadow-strong);
}

.showcase-shell::before,
.showcase-shell::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  filter: blur(8px);
  opacity: 0.75;
}

.showcase-shell::before {
  top: 3rem;
  right: -4rem;
  height: 8rem;
  width: 8rem;
  background: rgba(59, 130, 246, 0.2);
}

.showcase-shell::after {
  left: -2rem;
  bottom: 4rem;
  height: 6rem;
  width: 6rem;
  background: rgba(245, 158, 11, 0.12);
}

.showcase-heading {
  position: relative;
  z-index: 1;
  margin: 1.25rem auto 0;
  max-width: 34rem;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.showcase-stack {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  display: grid;
  gap: 2.5rem;
}

.showcase-row {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.showcase-media {
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: #0b1220;
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.38);
}

.showcase-copy {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 18rem;
  color: #e2e8f0;
}

.showcase-copy p {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.45;
}

.showcase-badge {
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(245, 158, 11, 0.18);
  color: #fbbf24;
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.18);
}

.showcase-row-reverse .showcase-copy {
  order: 2;
}

.showcase-row-reverse .showcase-media {
  order: 1;
}

.feature-item {
  display: flex;
  gap: 1rem;
  border-top: 1px solid rgba(203, 213, 225, 0.8);
  padding-top: 1.5rem;
}

.feature-icon {
  flex-shrink: 0;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  font-size: 1rem;
}

.feature-title {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.feature-copy {
  margin-top: 0.75rem;
  color: #475569;
  line-height: 1.8;
}

.check-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  color: #dbeafe;
  line-height: 1.75;
}

.buy-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow-soft);
  animation: pulse-ring 3.6s ease-in-out infinite;
}

.buy-shell img {
  display: block;
  height: auto;
  max-width: 100%;
}

.buy-shell-light {
  border: 1px solid rgba(191, 219, 254, 0.8);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 1)),
    #ffffff;
}

.buy-shell-dark {
  border: 1px solid rgba(96, 165, 250, 0.22);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(30, 41, 59, 0.95)),
    rgba(15, 23, 42, 0.92);
}

.faq-item {
  padding: 0;
}

.faq-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.faq-button:hover {
  background: rgba(255, 255, 255, 0.65);
}

.faq-button[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.8);
}

.faq-indicator {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
}

.faq-button[aria-expanded="true"] .faq-indicator {
  transform: rotate(45deg);
}

.faq-content {
  padding: 0 1.5rem 1.5rem;
  color: #475569;
  line-height: 1.8;
}

.legal-shell {
  background:
    radial-gradient(circle at 10% 15%, rgba(37, 99, 235, 0.1), transparent 24%),
    linear-gradient(180deg, #0f172a 0, #0f172a 20rem, #f8fafc 20rem, #f8fafc 100%);
}

.legal-card {
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

.legal-prose h2 {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.legal-prose p,
.legal-prose li {
  margin-top: 0.95rem;
  color: #475569;
  line-height: 1.9;
}

.legal-prose ul {
  margin-top: 1rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.reveal-up {
  opacity: 0;
  transform: translateY(22px);
  animation: reveal-up 0.8s ease forwards;
}

.reveal-delay-1 {
  animation-delay: 0.12s;
}

.reveal-delay-2 {
  animation-delay: 0.22s;
}

.reveal-delay-3 {
  animation-delay: 0.32s;
}

.float-slow {
  animation: float-slow 7.5s ease-in-out infinite;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulse-ring {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 18px 46px rgba(15, 23, 42, 0.14),
      0 0 0 0 rgba(59, 130, 246, 0.16);
  }
  50% {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
      0 26px 58px rgba(15, 23, 42, 0.2),
      0 0 0 12px rgba(59, 130, 246, 0);
  }
}

@media (max-width: 767px) {
  .buy-shell {
    width: 100%;
  }

  .buy-shell img {
    margin-inline: auto;
  }
}

@media (min-width: 1024px) {
  .showcase-shell {
    padding: 3.5rem 3rem;
  }

  .showcase-row {
    grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.42fr);
    gap: 2.5rem;
  }

  .showcase-row-reverse {
    grid-template-columns: minmax(16rem, 0.42fr) minmax(0, 1.15fr);
  }

  .showcase-row-reverse .showcase-copy,
  .showcase-row-reverse .showcase-media {
    order: initial;
  }

  .showcase-row-reverse .showcase-copy {
    justify-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
