
:root {
  --bg: #f8f8ff;
  --bg-alt: #ffffff;
  --text: #0f172a;
  --muted: #4b5563;
  --accent: #2563eb;
  --accent-soft: rgba(37, 99, 235, 0.12);
  --border-subtle: rgba(148, 163, 184, 0.35);

  --navbar-bg: rgba(248, 248, 255, 0.78);
  --navbar-bg-scrolled: rgba(248, 248, 255, 0.98);
  --navbar-border: rgba(148, 163, 184, 0.35);
  --navbar-shadow: 0 14px 40px rgba(15, 23, 42, 0.18);

  --btn-primary-glow: 0 0 40px rgba(79, 70, 229, 0.4);

  --card-bg: #ffffff;
  --card-bg-elevated: #ffffff;

  --transition-fast: 180ms cubic-bezier(0.23, 1, 0.32, 1);
  --transition-med: 260ms cubic-bezier(0.23, 1, 0.32, 1);
}

:root[data-theme="dark"] {
  --bg: #020617;
  --bg-alt: #020617;
  --text: #f9fafb;
  --muted: #a1a1b5;
  --accent: #22d3ee;
  --accent-soft: rgba(34, 211, 238, 0.22);
  --border-subtle: rgba(148, 163, 184, 0.4);

  --navbar-bg: rgba(2, 6, 23, 0.76);
  --navbar-bg-scrolled: rgba(2, 6, 23, 0.9);
  --navbar-border: rgba(148, 163, 184, 0.4);
  --navbar-shadow: 0 22px 60px rgba(15, 23, 42, 0.9);

  --btn-primary-glow: 0 0 60px rgba(34, 211, 238, 0.65);

  --card-bg: rgba(15, 23, 42, 0.96);
  --card-bg-elevated: rgba(15, 23, 42, 0.98);
}

html, body {
  background: var(--bg);
  color: var(--text);
  transition:
    background-color var(--transition-med),
    color var(--transition-med);
}

*,
*::before,
*::after {
  transition:
    background-color var(--transition-med),
    color var(--transition-med),
    border-color var(--transition-med),
    box-shadow var(--transition-med),
    transform var(--transition-fast);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.nav {
  background: var(--navbar-bg);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    background-color var(--transition-med),
    box-shadow var(--transition-med),
    border-color var(--transition-med),
    transform var(--transition-fast);
}

.nav-scrolled {
  background: var(--navbar-bg-scrolled);
  border-bottom-color: var(--navbar-border);
  box-shadow: var(--navbar-shadow);
}

.nav-links {
  transition:
    color var(--transition-fast),
    opacity var(--transition-fast);
}

.nav-links a {
  transition:
    color var(--transition-fast),
    opacity var(--transition-fast);
}

.btn {
  transition:
    transform var(--transition-med),
    box-shadow var(--transition-med),
    background var(--transition-med),
    color var(--transition-med),
    border-color var(--transition-med),
    filter var(--transition-med);
}

.btn-gradient {
  box-shadow: 0 14px 30px rgba(79, 70, 229, 0.3);
}

.btn-gradient:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: var(--btn-primary-glow);
  filter: saturate(1.03);
}

.btn-light:hover,
.btn-outline-light:hover,
.btn-ghost:hover {
  transform: translateY(-1px) scale(1.03);
}

.btn:active {
  transform: translateY(0) scale(0.97);
}

.feature-card,
.live-card,
.step-card,
.access-card,
.testimonial-card,
.early-panel,
.stat-block,
.faq-item {
  background-color: var(--card-bg);
}

.feature-card:hover,
.live-card:hover,
.step-card:hover,
.access-card:hover,
.testimonial-card:hover,
.early-panel:hover,
.stat-block:hover {
  transform: translateY(-6px) scale(1.01);
}

.reveal-on-scroll {
  transition:
    opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.22), transparent);
  color: var(--text);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 0;
}

.theme-toggle:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}

.theme-toggle:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.theme-toggle__icon {
  position: absolute;
  font-size: 1rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 200ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

:root[data-theme="light"] .theme-toggle__icon--sun {
  opacity: 1;
  transform: translateY(0);
}

:root[data-theme="dark"] .theme-toggle__icon--moon {
  opacity: 1;
  transform: translateY(0);
}

.section,
.hero,
.footer {
  background-color: transparent;
}
*, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif; color: #0f172a; background: #f8f8ff; text-rendering: geometricPrecision; } img { max-width: 100%; display: block; } a { color: inherit; text-decoration: none; } button { font: inherit; border: none; background: none; cursor: pointer; } .container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; } .text-gradient { background: linear-gradient(120deg, #2563eb, #7c3aed, #ec4899); -webkit-background-clip: text; background-clip: text; color: transparent; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.6rem; border-radius: 999px; font-size: 0.95rem; font-weight: 500; letter-spacing: 0.02em; transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, color 0.16s ease, border-color 0.16s ease; } .btn-gradient { background: linear-gradient(120deg, #2563eb, #7c3aed, #ec4899); color: #f9fafb; box-shadow: 0 14px 30px rgba(79, 70, 229, 0.28); background-size: 200% 200%; animation: gradient-shift 9s ease infinite; } .btn-gradient:hover { transform: translateY(-1px); box-shadow: 0 18px 38px rgba(79, 70, 229, 0.35); } .btn-ghost { background: rgba(15, 23, 42, 0.02); color: #0f172a; border: 1px solid rgba(148, 163, 184, 0.5); } .btn-ghost:hover { background: rgba(15, 23, 42, 0.04); } .btn-light { background: #fdf2ff; color: #4c1d95; box-shadow: 0 10px 24px rgba(192, 132, 252, 0.4); } .btn-light:hover { background: #fae8ff; } .btn-outline-light { border: 1px solid rgba(248, 250, 252, 0.9); color: #f9fafb; } .btn-outline-light:hover { background: rgba(15, 23, 42, 0.18); } .nav { position: sticky; top: 0; z-index: 40; background: rgba(248, 248, 255, 0.96); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(148, 163, 184, 0.25); } .nav-scrolled { background: rgba(248, 248, 255, 0.98); box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12); } .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; } .nav-logo { display: inline-flex; align-items: center; gap: 0.6rem; font-family: "Space Grotesk", system-ui, sans-serif; font-weight: 600; letter-spacing: 0.04em; } .logo-mark { width: 32px; height: 32px; border-radius: 999px; background: radial-gradient(circle at 10% 10%, #ec4899, #7c3aed 40%, #2563eb); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; color: #f9fafb; box-shadow: 0 10px 25px rgba(79, 70, 229, 0.4); } .logo-text { font-size: 1.12rem; } .nav-links { display: flex; align-items: center; gap: 1.5rem; font-size: 0.95rem; color: #4b5563; } .nav-links a { position: relative; padding: 0.25rem 0; } .nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; border-radius: 999px; background: linear-gradient(120deg, #2563eb, #7c3aed, #ec4899); transition: width 0.18s ease; } .nav-links a:hover::after { width: 100%; } .nav-cta { font-size: 0.9rem; } .nav-toggle { display: none; width: 36px; height: 36px; border-radius: 999px; align-items: center; justify-content: center; gap: 4px; flex-direction: column; padding: 0; } .nav-toggle span { display: block; width: 18px; height: 2px; border-radius: 999px; background: #0f172a; } .hero { padding: 4.5rem 0 4rem; } .hero-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 3.5rem; align-items: center; } .hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.25rem 0.8rem; border-radius: 999px; background: rgba(248, 250, 252, 0.8); border: 1px solid rgba(148, 163, 184, 0.6); margin-bottom: 1.5rem; } .badge-dot { width: 8px; height: 8px; border-radius: 999px; background: #22c55e; box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.3); animation: pulse 1.9s ease-out infinite; } .badge-text { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: #4b5563; } .hero-title { font-family: "Space Grotesk", system-ui, sans-serif; font-size: 2.9rem; line-height: 1.05; margin: 0 0 1.1rem; letter-spacing: -0.03em; } .hero-subtitle { margin: 0 0 1.6rem; font-size: 1rem; line-height: 1.6; color: #4b5563; } .hero-benefits { list-style: none; padding: 0; margin: 0 0 1.9rem; display: grid; gap: 0.6rem; } .hero-benefits li { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.96rem; color: #374151; } .hero-benefits li::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: linear-gradient(120deg, #2563eb, #7c3aed, #ec4899); } .hero-actions { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.8rem; } .hero-avatars { display: flex; align-items: center; gap: 0.85rem; } .avatar-group { display: inline-flex; align-items: center; } .avatar { width: 34px; height: 34px; border-radius: 999px; border: 2px solid #f8f8ff; background-size: cover; background-position: center; box-shadow: 0 8px 18px rgba(148, 163, 184, 0.85); } .avatar + .avatar { margin-left: -10px; } .avatar-one { background-image: radial-gradient(circle at 20% 20%, #7c3aed, #ec4899); } .avatar-two { background-image: radial-gradient(circle at 20% 20%, #22c55e, #0ea5e9); } .avatar-three { background-image: radial-gradient(circle at 20% 20%, #eab308, #f97316); } .hero-avatars-text { font-size: 0.9rem; color: #4b5563; } .hero-right { position: relative; } .hero-card { position: relative; padding: 1.4rem; border-radius: 1.8rem; background: radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.9), #0f172a); color: #f9fafb; box-shadow: 0 22px 60px rgba(15, 23, 42, 0.62); overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease; } .hero-card:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(15, 23, 42, 0.75); } .hero-phone { position: relative; margin: 0 auto 1.3rem; width: 210px; height: 340px; border-radius: 1.8rem; padding: 0.6rem; background: linear-gradient(150deg, rgba(148, 163, 184, 0.3), rgba(15, 23, 42, 0.9)); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.6); animation: float 6s ease-in-out infinite; } .phone-top { height: 18px; display: flex; align-items: center; justify-content: center; } .phone-dot { width: 52px; height: 5px; border-radius: 999px; background: rgba(15, 23, 42, 0.7); } .phone-body { background: radial-gradient(circle at 0 0, #020617, #0b1120); border-radius: 1.4rem; padding: 0.9rem; height: calc(100% - 18px); display: flex; flex-direction: column; justify-content: space-between; } .phone-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; } .phone-label { font-size: 0.8rem; color: #e5e7eb; } .phone-city { font-size: 0.8rem; color: #a5b4fc; } .phone-wave { height: 10px; border-radius: 999px; margin-bottom: 0.5rem; background: linear-gradient(120deg, #2563eb, #7c3aed, #ec4899); filter: blur(0.4px); opacity: 0.7; transform-origin: left center; animation: wave 2.8s ease-in-out infinite; } .phone-wave.two { animation-delay: 0.35s; opacity: 0.5; } .phone-wave.three { animation-delay: 0.7s; opacity: 0.35; } .phone-footer { display: flex; justify-content: space-between; gap: 0.5rem; margin-top: 1.6rem; } .pill { flex: 1; padding: 0.45rem 0.5rem; border-radius: 999px; font-size: 0.78rem; border: 1px solid transparent; } .pill-light { background: rgba(15, 23, 42, 0.7); color: #e5e7eb; } .pill-dark { background: #f9fafb; color: #0f172a; } .hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; } .stat-card { background: rgba(15, 23, 42, 0.64); border-radius: 0.9rem; padding: 0.7rem 0.75rem; } .stat-label { display: block; font-size: 0.74rem; color: #cbd5f5; margin-bottom: 0.2rem; } .stat-value { font-size: 1.1rem; font-weight: 600; } .hero-live-indicator { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.9rem; font-size: 0.84rem; color: #e5e7eb; opacity: 0.9; } .hero-live-dot { width: 8px; height: 8px; border-radius: 999px; background: #22c55e; box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.35); } .hero-live-text { letter-spacing: 0.02em; } .hero-orbit { position: absolute; inset: 5%; border-radius: 999px; border: 1px solid rgba(148, 163, 184, 0.4); transform: rotate(-8deg); } .hero-orbit-two { inset: 10%; transform: rotate(12deg); border-color: rgba(129, 140, 248, 0.4); } .section { padding: 4.5rem 0; } .reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); will-change: opacity, transform; } .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); } .section-header { text-align: center; margin-bottom: 3rem; } .section-logo-mini { display: inline-flex; align-items: center; gap: 0.4rem; margin-bottom: 0.7rem; } .logo-mark-mini { width: 24px; height: 24px; font-size: 0.9rem; box-shadow: 0 8px 18px rgba(79, 70, 229, 0.5); } .logo-text-mini { font-size: 0.96rem; } .eyebrow { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: #6b7280; margin-bottom: 0.9rem; } .section-title { font-family: "Space Grotesk", system-ui, sans-serif; font-size: 2rem; margin: 0 0 0.9rem; letter-spacing: -0.02em; } .section-subtitle { max-width: 640px; margin: 0 auto; font-size: 0.98rem; color: #4b5563; line-height: 1.7; } .section-stats { background: linear-gradient(135deg, #2563eb, #7c3aed, #ec4899); color: #f9fafb; border-radius: 2.5rem; margin: 0 1.25rem; } .stats-inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 2.5rem; align-items: center; } .eyebrow-light { color: rgba(226, 232, 240, 0.9); } .section-title-light { color: #f9fafb; } .section-subtitle-light { color: rgba(226, 232, 240, 0.88); } .stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; } .stat-block { padding: 1rem 1.1rem; border-radius: 1.3rem; background: rgba(15, 23, 42, 0.22); box-shadow: 0 10px 28px rgba(15, 23, 42, 0.5); transition: transform 0.18s ease, box-shadow 0.18s ease; } .stat-block:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.7); } .stat-number { display: block; font-size: 1.7rem; font-weight: 600; } .stat-label { font-size: 0.86rem; color: rgba(226, 232, 240, 0.8); } .section-features { padding-top: 4rem; } .features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem; } .feature-card { background: #ffffff; border-radius: 1.5rem; padding: 1.4rem 1.4rem 1.5rem; box-shadow: 0 14px 35px rgba(148, 163, 184, 0.25); border: 1px solid rgba(226, 232, 240, 0.9); transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, background 0.16s ease; } .feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(148, 163, 184, 0.35); border-color: rgba(129, 140, 248, 0.7); } .feature-icon { width: 34px; height: 34px; border-radius: 999px; background: radial-gradient(circle at 0 0, #2563eb, #7c3aed 55%, #ec4899); margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; } .icon-dot { width: 12px; height: 12px; border-radius: 999px; background: #f9fafb; } .feature-card h3 { margin: 0 0 0.6rem; font-size: 1.02rem; } .feature-card p { margin: 0; font-size: 0.9rem; color: #4b5563; } .section-live { padding-top: 4rem; } .live-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem; } .live-card { background: #ffffff; border-radius: 1.6rem; padding: 1.4rem 1.4rem 1.6rem; box-shadow: 0 14px 34px rgba(148, 163, 184, 0.28); border: 1px solid rgba(226, 232, 240, 0.95); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; } .live-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(148, 163, 184, 0.42); border-color: rgba(129, 140, 248, 0.9); } .live-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.9rem; } .live-time { font-weight: 600; font-size: 0.96rem; } .live-seats { font-size: 0.82rem; color: #6b7280; } .live-progress { width: 100%; height: 6px; border-radius: 999px; background: #eef2ff; overflow: hidden; margin-bottom: 0.7rem; } .live-progress-bar { height: 100%; border-radius: inherit; background: linear-gradient(120deg, #4f7cff, #7a5cff, #ff5fd2); transform-origin: left center; } .live-progress-bar--one { width: 65%; } .live-progress-bar--two { width: 82%; } .live-progress-bar--three { width: 54%; } .live-caption { margin: 0; font-size: 0.88rem; color: #4b5563; } .trust-strip { border-top: 1px solid rgba(148, 163, 184, 0.3); border-bottom: 1px solid rgba(148, 163, 184, 0.3); padding: 0.75rem 0; overflow: hidden; background: rgba(248, 250, 252, 0.9); display: flex; align-items: center; } .trust-track { display: inline-flex; align-items: center; gap: 2rem; white-space: nowrap; animation: marquee 38s linear infinite; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; color: #6d28d9; flex: 0 0 auto; min-width: 100%; } .trust-track span { opacity: 0.9; } .trust-track-clone { animation-name: marquee-clone; } .section-how { padding-top: 4rem; } .steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem; } .step-card { background: #ffffff; border-radius: 1.5rem; padding: 1.5rem 1.5rem 1.7rem; border: 1px solid rgba(226, 232, 240, 0.9); box-shadow: 0 12px 32px rgba(148, 163, 184, 0.22); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; } .step-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(148, 163, 184, 0.35); border-color: rgba(148, 163, 184, 0.9); } .step-number { width: 32px; height: 32px; border-radius: 999px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; font-size: 0.82rem; font-weight: 500; background: rgba(226, 232, 240, 0.9); } .step-card h3 { margin: 0 0 0.5rem; font-size: 1.02rem; } .step-card p { margin: 0; font-size: 0.9rem; color: #4b5563; } .section-access { padding-top: 4rem; } .access-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem; } .access-card { border-radius: 1.6rem; padding: 1.6rem 1.5rem; background: #ffffff; border: 1px solid rgba(226, 232, 240, 0.9); box-shadow: 0 10px 30px rgba(148, 163, 184, 0.22); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; } .access-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(148, 163, 184, 0.35); border-color: rgba(129, 140, 248, 0.8); } .access-card h3 { margin: 0 0 0.7rem; font-size: 1.02rem; } .access-card p { margin: 0; font-size: 0.9rem; color: #4b5563; } .section-city { padding-top: 4.2rem; } .city-inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 2.5rem; align-items: center; } .city-visual { position: relative; } .city-tag { display: inline-flex; padding: 0.4rem 0.9rem; border-radius: 999px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.16em; background: rgba(15, 23, 42, 0.92); color: #e5e7eb; margin-bottom: 1.3rem; } .city-card { border-radius: 1.8rem; padding: 1.6rem 1.5rem; background: radial-gradient(circle at 0 0, #0f172a, #020617); color: #e5e7eb; box-shadow: 0 18px 48px rgba(15, 23, 42, 0.75); } .city-chip { display: inline-flex; padding: 0.25rem 0.9rem; border-radius: 999px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.18em; margin-bottom: 0.9rem; background: linear-gradient(120deg, #2563eb, #7c3aed, #ec4899); color: #f9fafb; } .city-card p { margin: 0; font-size: 0.9rem; color: rgba(226, 232, 240, 0.9); } .section-testimonials { padding-top: 4.2rem; } .testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.6rem; } .testimonial-card { background: #ffffff; border-radius: 1.6rem; padding: 1.5rem 1.5rem 1.7rem; box-shadow: 0 14px 34px rgba(148, 163, 184, 0.25); border: 1px solid rgba(226, 232, 240, 0.9); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease; } .testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(148, 163, 184, 0.4); border-color: rgba(129, 140, 248, 0.9); } .testimonial-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; } .testimonial-avatar { width: 32px; height: 32px; border-radius: 999px; background: radial-gradient(circle at 0 0, #2563eb, #7c3aed 60%, #ec4899); color: #f9fafb; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 600; } .testimonial-stars span { color: #f59e0b; font-size: 0.9rem; } .testimonial-text { margin: 0; font-size: 0.92rem; color: #374151; } .section-early { padding-top: 4.5rem; } .early-inner { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 2.2rem; align-items: center; } .early-panel { border-radius: 1.8rem; padding: 1.7rem 1.6rem; background: radial-gradient(circle at 0 0, #2563eb, #7c3aed 55%, #ec4899); color: #f9fafb; box-shadow: 0 18px 40px rgba(79, 70, 229, 0.6); transition: transform 0.2s ease, box-shadow 0.2s ease; } .early-panel:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(79, 70, 229, 0.7); } .early-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 0.6rem; } .early-highlight { margin: 0; font-size: 1.02rem; } .section-faq { padding-top: 4.5rem; } .faq-list { max-width: 720px; margin: 0 auto; display: grid; gap: 0.8rem; } .faq-item { border-radius: 1.2rem; padding: 1rem 1.1rem; background: #ffffff; border: 1px solid rgba(226, 232, 240, 0.9); box-shadow: 0 10px 26px rgba(148, 163, 184, 0.22); } .faq-item summary { list-style: none; cursor: pointer; font-weight: 500; font-size: 0.96rem; } .faq-item summary::-webkit-details-marker { display: none; } .faq-item summary::after { content: "+"; float: right; font-weight: 400; color: #6b7280; } .faq-item[open] summary::after { content: "–"; } .faq-item p { margin: 0.7rem 0 0; font-size: 0.9rem; color: #4b5563; } .section-cta { padding: 4.5rem 0 4rem; background: linear-gradient(135deg, #2563eb, #7c3aed, #ec4899); color: #f9fafb; } .cta-inner { text-align: center; } .cta-actions { display: flex; justify-content: center; gap: 1rem; margin-top: 1.7rem; } .footer { background: radial-gradient(circle at 0 0, #020617, #020617 40%, #0b1120); padding-top: 3.2rem; color: #e5e7eb; border-top: 1px solid rgba(129, 140, 248, 0.3); } .footer-inner { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr); gap: 2.5rem; align-items: flex-start; } .footer-logo { display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 0.9rem; } .footer-text { margin: 0; font-size: 0.9rem; color: #9ca3af; max-width: 320px; } .footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.8rem; font-size: 0.9rem; } .footer-column h4 { margin: 0 0 0.7rem; font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.16em; color: #9ca3af; } .footer-column a { display: block; margin-bottom: 0.4rem; color: #e5e7eb; position: relative; padding-bottom: 0.1rem; } .footer-column a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: linear-gradient(120deg, #6366f1, #a855f7, #f472b6); transition: width 0.18s ease; } .footer-column a:hover::after { width: 100%; } .footer-bottom { margin-top: 2rem; padding: 1.1rem 0; border-top: 1px solid rgba(55, 65, 81, 0.8); font-size: 0.8rem; color: #9ca3af; } .footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; } .trust-strip, .hero, .section, .footer { scroll-margin-top: 80px; } @keyframes gradient-shift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } @keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); } 70% { transform: scale(1.05); box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); } } @keyframes wave { 0%, 100% { transform: scaleX(0.7); } 50% { transform: scaleX(1); } } @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } @keyframes marquee-clone { 0% { transform: translateX(100%); } 100% { transform: translateX(0); } } @media (max-width: 960px) { .hero-inner { grid-template-columns: minmax(0, 1fr); } .hero-right { order: -1; } .stats-inner { grid-template-columns: minmax(0, 1fr); } .features-grid, .live-grid, .steps-grid, .access-grid, .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .city-inner, .early-inner, .footer-inner { grid-template-columns: minmax(0, 1fr); } .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 720px) { .nav-inner { height: 64px; } .nav-links { position: fixed; inset: 64px 0 auto; background: rgba(248, 248, 255, 0.98); padding: 0.9rem 1.25rem; flex-direction: column; align-items: flex-start; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: opacity 0.18s ease, transform 0.18s ease; } .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; } .nav-cta { display: none; } .nav-toggle { display: inline-flex; } .hero { padding-top: 3.5rem; } .hero-title { font-size: 2.2rem; } .hero-actions { flex-wrap: wrap; } .hero-card { margin: 0 auto; max-width: 320px; } .section { padding: 3.2rem 0; } .section-title { font-size: 1.7rem; } .stats-grid, .features-grid, .live-grid, .steps-grid, .access-grid, .testimonials-grid, .footer-grid { grid-template-columns: minmax(0, 1fr); } .section-stats { margin: 0 1rem; border-radius: 2rem; } .footer-bottom-inner { flex-direction: column; gap: 0.4rem; align-items: flex-start; } .cta-actions { flex-direction: column; } }