:root {
  --bg: #080b1a;
  --bg2: #101631;
  --text: #f6f7ff;
  --muted: #aab0d4;
  --line: rgba(255,255,255,.13);
  --card: rgba(255,255,255,.075);
  --accent: #7c5cff;
  --accent2: #00e5ff;
  --hot: #ff4ecd;
  --shadow: 0 30px 90px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(124,92,255,.45), transparent 32rem),
    radial-gradient(circle at 88% 22%, rgba(0,229,255,.25), transparent 28rem),
    radial-gradient(circle at 50% 90%, rgba(255,78,205,.18), transparent 35rem),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.noise {
  position: fixed; inset: 0; pointer-events: none; opacity: .11; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  width: min(1180px, calc(100% - 32px)); margin: 16px auto 0; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 22px;
  background: rgba(8, 11, 26, .72); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: linear-gradient(135deg, var(--accent), var(--accent2)); box-shadow: 0 12px 35px rgba(124,92,255,.5); }
.nav { display: flex; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--text); }
.header-cta { padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.11); font-weight: 800; }
.menu-btn { display: none; color: white; background: none; border: 0; font-size: 26px; }
.section { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 90px 0; }
.thin { padding: 32px 0; }
.hero { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; padding-top: 86px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--accent2); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.eyebrow span { width: 34px; height: 2px; background: linear-gradient(90deg, var(--accent2), transparent); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(54px, 8vw, 94px); line-height: .88; letter-spacing: -.08em; margin-bottom: 28px; }
h2 { font-size: clamp(34px, 5vw, 60px); line-height: .95; letter-spacing: -.06em; margin-bottom: 18px; }
h3 { letter-spacing: -.03em; }
.lead { color: var(--muted); font-size: 20px; line-height: 1.65; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; margin: 32px 0; flex-wrap: wrap; }
.btn, .signup button { display: inline-flex; justify-content: center; align-items: center; padding: 14px 20px; border-radius: 999px; font-weight: 900; border: 1px solid var(--line); cursor: pointer; }
.primary { background: linear-gradient(135deg, var(--accent), var(--hot)); box-shadow: 0 20px 55px rgba(124,92,255,.36); }
.secondary { background: rgba(255,255,255,.08); }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 560px; }
.stats div, .feature, .step, .price-card, details { border: 1px solid var(--line); background: var(--card); backdrop-filter: blur(18px); border-radius: 26px; }
.stats div { padding: 18px; }
.stats strong { display: block; font-size: 24px; }
.stats span { color: var(--muted); font-size: 13px; }
.hero-visual { position: relative; min-height: 560px; }
.video-card { position: relative; margin: 0 auto; max-width: 500px; padding: 16px; border-radius: 34px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.055)); box-shadow: var(--shadow); }
.video-topbar { display: flex; gap: 7px; margin-bottom: 14px; }
.video-topbar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.32); }
.preview-frame { position: relative; height: 430px; overflow: hidden; border-radius: 24px; background: linear-gradient(135deg, #1a1140, #092c45 45%, #4d1544); }
.orb { position: absolute; border-radius: 50%; filter: blur(8px); }
.orb-one { width: 230px; height: 230px; left: -40px; top: 80px; background: var(--accent); animation: drift 7s infinite alternate ease-in-out; }
.orb-two { width: 260px; height: 260px; right: -65px; bottom: 25px; background: var(--accent2); animation: drift 8s infinite alternate-reverse ease-in-out; }
.play { position: absolute; inset: 0; display: grid; place-items: center; font-size: 48px; text-shadow: 0 8px 30px rgba(0,0,0,.7); }
.timeline { position: absolute; left: 24px; right: 24px; bottom: 24px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.22); }
.timeline i { display: block; width: 62%; height: 100%; border-radius: inherit; background: white; }
.prompt-panel { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-top: 14px; }
.prompt-panel p { margin: 0; color: var(--muted); font-size: 13px; }
.prompt-panel button { border: 0; border-radius: 14px; color: white; background: linear-gradient(135deg, var(--accent), var(--hot)); padding: 12px 14px; font-weight: 900; }
.mini-card { position: absolute; border: 1px solid var(--line); border-radius: 18px; padding: 14px 16px; background: rgba(8,11,26,.78); box-shadow: var(--shadow); font-weight: 900; }
.card-one { top: 70px; left: -10px; }
.card-two { right: -8px; top: 230px; }
.card-three { bottom: 72px; left: 42px; }
.logos { text-align: center; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.feature-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature, .step, .price-card { padding: 28px; }
.feature b { color: var(--accent2); }
.feature p, .step p, .price-card p, details p, .showcase-copy p, .cta p { color: var(--muted); line-height: 1.65; }
.workflow { border-radius: 42px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step strong { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 16px; background: linear-gradient(135deg, var(--accent), var(--accent2)); margin-bottom: 24px; }
.showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; align-items: center; }
.showcase-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 150px; gap: 14px; }
.tile { position: relative; overflow: hidden; border-radius: 26px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(124,92,255,.6), rgba(0,229,255,.18)), var(--bg2); }
.tile:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 40% 30%, rgba(255,255,255,.35), transparent 35%); }
.tile span { position: absolute; z-index: 1; left: 18px; bottom: 18px; font-weight: 900; }
.tall { grid-row: span 2; }
.wide { grid-column: span 2; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 10px; }
.price-card.featured { background: linear-gradient(180deg, rgba(124,92,255,.26), rgba(255,255,255,.08)); transform: translateY(-12px); }
.badge { position: absolute; right: 22px; top: 22px; padding: 7px 10px; border-radius: 999px; background: rgba(0,229,255,.18); color: var(--accent2); font-size: 12px; font-weight: 900; }
.price { font-size: 42px; font-weight: 950; color: var(--text)!important; margin-bottom: 0; }
.price span { font-size: 15px; color: var(--muted); }
ul { color: var(--muted); line-height: 1.9; padding-left: 20px; }
.price-card .btn { margin-top: auto; }
.cta-card { text-align: center; padding: 60px 24px; border-radius: 38px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(124,92,255,.27), rgba(0,229,255,.11)); box-shadow: var(--shadow); }
.signup { display: flex; gap: 10px; justify-content: center; max-width: 540px; margin: 26px auto 10px; }
.signup input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 999px; padding: 16px 18px; color: white; background: rgba(255,255,255,.1); outline: none; }
.signup button { border: 0; color: white; background: linear-gradient(135deg, var(--accent), var(--hot)); }
small { color: var(--muted); }
details { padding: 22px 24px; margin-bottom: 12px; }
summary { cursor: pointer; font-weight: 900; }
.footer { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); margin: 0 auto 28px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; color: var(--muted); background: rgba(255,255,255,.055); }
.footer .brand { color: var(--text); margin-bottom: 12px; }
.footer-links { display: flex; gap: 18px; color: var(--text); font-weight: 800; }
.company { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 18px; }
.floating { animation: float 6s ease-in-out infinite; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes drift { from { transform: translate(0,0) scale(1); } to { transform: translate(34px,-18px) scale(1.12); } }
@media (max-width: 900px) {
  .nav, .header-cta { display: none; }
  .menu-btn { display: block; }
  .site-header.open .nav { display: flex; position: absolute; left: 12px; right: 12px; top: 68px; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,11,26,.96); }
  .hero, .showcase { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .feature-grid, .pricing-grid, .steps { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .footer { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  h1 { font-size: 50px; }
  .stats, .showcase-grid { grid-template-columns: 1fr; }
  .tile, .tall, .wide { grid-column: auto; grid-row: auto; }
  .hero-visual { min-height: 500px; }
  .preview-frame { height: 350px; }
  .prompt-panel, .signup { grid-template-columns: 1fr; display: grid; }
  .mini-card { display: none; }
}
