:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --orange: #1877f2;
  --orange-dark: #0f5dc8;
  --amber: #60a5fa;
  --ink: #09090b;
  --ink-soft: #141417;
  --line-dark: rgba(255, 255, 255, 0.12);
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-400: #9ca3af;
  --gray-600: #4b5563;
  --gray-900: #111827;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--gray-900);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, 1200px);
  margin-inline: auto;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 6%, rgba(24, 119, 242, 0.22), transparent 34rem),
    radial-gradient(circle at 88% 12%, rgba(96, 165, 250, 0.16), transparent 28rem),
    linear-gradient(180deg, #09090b 0%, #111113 48%, #ffffff 48%, #ffffff 100%);
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 9, 11, 0.76);
  color: #fff;
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 22%;
  background: linear-gradient(135deg, var(--orange), var(--amber));
  box-shadow: 0 14px 34px rgba(24, 119, 242, 0.32);
}

.brand-mark svg {
  width: 70%;
  height: 70%;
}

.nav-link {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  transition: color 160ms ease;
}

.nav-link:hover {
  color: #fff;
}

.hero {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(9, 9, 11, 0.9), rgba(9, 9, 11, 1));
  color: #fff;
  padding-block: 5rem 6rem;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.hero-content {
  max-width: 46rem;
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(24, 119, 242, 0.38);
  border-radius: 999px;
  background: rgba(24, 119, 242, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 0.5rem 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.875rem;
}

.eyebrow svg,
.feature-icon svg,
.button svg,
.back-link svg {
  flex: 0 0 auto;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.55rem, 6vw, 5rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.text-orange {
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 40rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  padding-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-width: 200px;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--amber));
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 1rem 1.5rem;
  box-shadow: 0 18px 44px rgba(24, 119, 242, 0.34);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  box-shadow: 0 22px 54px rgba(24, 119, 242, 0.44);
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px);
}

.ghost-button {
  display: inline-flex;
  min-width: 132px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
  padding: 1rem 1.35rem;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ghost-button:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.hero-showcase {
  position: relative;
  min-height: 430px;
  perspective: 1200px;
}

.showcase-card {
  position: absolute;
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(22px);
  animation: float-card 6s ease-in-out infinite;
}

.card-primary {
  top: 42px;
  right: 0;
  width: min(100%, 390px);
  padding: 1.4rem;
  transform: rotateY(-10deg) rotateX(7deg);
}

.card-secondary {
  left: 0;
  top: 245px;
  display: flex;
  width: 300px;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  animation-delay: -1.8s;
}

.card-tertiary {
  right: 28px;
  bottom: 4px;
  display: grid;
  width: 220px;
  gap: 0.8rem;
  padding: 1rem;
  animation-delay: -3.2s;
}

.card-topline,
.metric-row,
.mini-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.card-topline {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
}

.status-dot {
  position: relative;
  color: #86efac;
}

.status-dot::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.14);
  content: "";
}

.metric-row {
  margin-top: 3rem;
  color: rgba(255, 255, 255, 0.7);
}

.metric-row strong {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1;
}

.progress-track {
  height: 10px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.progress-track span {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--amber));
  animation: progress-in 1.2s ease both;
}

.mini-grid {
  margin-top: 1rem;
}

.mini-grid span {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  padding: 0.7rem 0.5rem;
  text-align: center;
}

.platform-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange), var(--amber));
  color: #fff;
  font-weight: 800;
}

.card-secondary strong,
.card-tertiary strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

.card-secondary span,
.card-tertiary span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.spark-line {
  width: 100%;
  height: 54px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, transparent 42%, rgba(96, 165, 250, 0.9) 43%, rgba(24, 119, 242, 0.9) 48%, transparent 49%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 5.5rem auto 0;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  padding: 2rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.feature-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.18), transparent 42%);
  opacity: 0;
  transition: opacity 180ms ease;
  content: "";
}

.feature-card:hover {
  border-color: rgba(24, 119, 242, 0.5);
  box-shadow: 0 28px 80px rgba(24, 119, 242, 0.14);
  transform: translateY(-8px);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  position: relative;
  display: grid;
  width: 4rem;
  height: 4rem;
  place-items: center;
  border: 1px solid rgba(24, 119, 242, 0.2);
  border-radius: 16px;
  background: rgba(24, 119, 242, 0.1);
  color: var(--orange);
}

.feature-card h3 {
  position: relative;
  margin: 1rem 0 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
}

.feature-card p {
  position: relative;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.cta {
  background: #fff;
  color: var(--gray-900);
  padding-block: 5rem;
  text-align: center;
}

.cta-panel {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.12), transparent 32%),
    #fff;
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.09);
  padding: clamp(2.25rem, 6vw, 4rem);
}

.cta h2 {
  margin: 0;
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  line-height: 1.25;
}

.cta p {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--gray-600);
}

.cta-button {
  display: inline-flex;
  min-width: 160px;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  border-radius: 6px;
  background: var(--gray-900);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.625rem 1rem;
  transition: background-color 160ms ease;
}

.cta-button:hover {
  background: var(--orange);
}

.footer {
  border-top: 1px solid var(--gray-200);
  background: #fff;
  padding-block: 3rem;
}

.reveal {
  animation: reveal-up 700ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.delay-1 {
  animation-delay: 120ms;
}

.delay-2 {
  animation-delay: 220ms;
}

.delay-3 {
  animation-delay: 320ms;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0) rotateY(-8deg) rotateX(5deg);
  }

  50% {
    transform: translateY(-14px) rotateY(-4deg) rotateX(3deg);
  }
}

@keyframes progress-in {
  from {
    width: 18%;
  }
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.footer-main p,
.footer-bottom p,
.footer-bottom a,
.privacy-footer p,
.privacy-footer a {
  margin: 0;
  color: var(--gray-600);
  font-size: 0.875rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  border-top: 1px solid var(--gray-200);
  padding-top: 2rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.privacy-main {
  max-width: 56rem;
  padding-block: 3rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  color: var(--gray-600);
  font-size: 0.875rem;
  transition: color 160ms ease;
}

.back-link:hover {
  color: var(--gray-900);
}

.privacy-main h1 {
  margin: 0 0 2rem;
  color: var(--gray-900);
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  line-height: 1.25;
}

.policy {
  display: grid;
  gap: 1.5rem;
}

.policy p {
  margin: 0;
  color: var(--gray-600);
  line-height: 1.7;
}

.policy section {
  display: grid;
  gap: 1rem;
}

.policy h2 {
  margin: 0;
  color: var(--gray-900);
  font-size: 1.25rem;
  line-height: 1.4;
}

.policy ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding-left: 1.25rem;
  color: var(--gray-600);
}

.policy a {
  color: var(--orange);
}

.policy a:hover {
  text-decoration: underline;
}

.privacy-footer {
  margin-top: 3rem;
}

.privacy-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.not-found {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
}

.not-found h1 {
  display: inline-block;
  margin: 0 20px 0 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 23px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 49px;
  vertical-align: top;
}

.not-found h2 {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 49px;
}

@media (min-width: 768px) {
  .hero {
    padding-block: 7rem 6rem;
  }
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }

  .container {
    width: calc(100% - 2rem);
    max-width: 100%;
  }

  .site-shell {
    background:
      radial-gradient(circle at 40% 4%, rgba(24, 119, 242, 0.22), transparent 24rem),
      linear-gradient(180deg, #09090b 0%, #111113 58%, #ffffff 58%, #ffffff 100%);
  }

  .header-inner {
    padding-block: 0.85rem;
  }

  .hero {
    padding-block: 3.5rem 4rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .hero-content {
    min-width: 0;
    max-width: 358px;
    text-align: left;
  }

  .hero h1 {
    display: block;
    max-width: 100%;
    font-size: clamp(1.95rem, 9.3vw, 2.35rem);
    line-height: 1.1;
    word-break: break-all;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
    word-break: break-all;
  }

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

  .button,
  .ghost-button {
    min-width: 0;
    width: 100%;
    padding-inline: 1rem;
  }

  .hero-showcase {
    display: grid;
    max-width: 358px;
    min-height: 0;
    gap: 1rem;
    overflow: visible;
  }

  .showcase-card {
    position: relative;
    inset: auto;
    min-width: 0;
    width: 100%;
    animation-name: float-card-mobile;
  }

  .card-primary {
    width: 100%;
  }

  .card-secondary {
    width: 100%;
  }

  .card-tertiary {
    width: 100%;
  }

  .metric-row strong {
    font-size: 2.45rem;
  }

  .metric-row,
  .mini-grid {
    min-width: 0;
  }

  .features {
    grid-template-columns: 1fr;
    margin-top: 3.5rem;
  }

  .footer-bottom,
  .privacy-footer-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@keyframes float-card-mobile {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
