:root {
  --bg: #07040b;
  --panel: rgba(255, 255, 255, 0.045);
  --line: rgba(255, 255, 255, 0.11);
  --text: #fff7ff;
  --muted: #b8abc8;
  --red: #ef233c;
  --pink: #d946ef;
  --purple: #7c3aed;
  --green: #34d399;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(239, 35, 60, 0.13), transparent 34rem),
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.16), transparent 36rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-glow {
  position: fixed;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.35;
  z-index: 0;
}
.glow-one { width: 28rem; height: 28rem; background: var(--red); top: -12rem; left: -10rem; }
.glow-two { width: 34rem; height: 34rem; background: var(--purple); top: 12rem; right: -14rem; }

.site-header {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand { display: flex; align-items: center; gap: 0.8rem; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, var(--red), var(--pink), var(--purple));
  box-shadow: 0 0 42px rgba(168, 85, 247, 0.32);
  font-weight: 900;
}
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.12rem; }
.brand small { color: var(--muted); margin-top: 0.1rem; }

nav { display: flex; gap: 2rem; color: var(--muted); font-size: 0.95rem; }
nav a:hover { color: white; }

.header-cta, .secondary-btn {
  border: 1px solid rgba(217, 70, 239, 0.28);
  background: rgba(255, 255, 255, 0.055);
  padding: 0.72rem 1rem;
  border-radius: 999px;
  font-weight: 800;
  transition: 160ms ease;
}
.header-cta:hover, .secondary-btn:hover { background: rgba(255, 255, 255, 0.1); }

main, footer { position: relative; z-index: 1; }

.hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem 5rem;
  display: grid;
  align-items: center;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
}
.eyebrow {
  display: inline-flex;
  color: #f0abfc;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 950;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 800px;
  font-size: clamp(3.3rem, 7vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  margin-bottom: 1.5rem;
}
h1 span {
  display: block;
  background: linear-gradient(90deg, #ff4d5f, #e879f9, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-text, .section-heading p, .privacy-panel p, .price-card p {
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.8;
}
.hero-text { max-width: 660px; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 1.15rem;
  padding: 1rem 1.35rem;
  color: white;
  font-weight: 950;
  background: linear-gradient(90deg, var(--red), var(--pink), var(--purple));
  box-shadow: 0 18px 60px rgba(168, 85, 247, 0.28);
  transition: 160ms ease;
}
.primary-btn:hover { transform: translateY(-2px); }
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.15rem;
  padding: 1rem 1.35rem;
}
.quick-badges { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; margin-top: 2.2rem; max-width: 720px; }
.quick-badges span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
  border-radius: 1.15rem;
  padding: 0.9rem;
  color: #ddd1ec;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-card-wrap { display: grid; gap: 1.25rem; }
.logo-card, .app-preview {
  border: 1px solid var(--line);
  background: rgba(18, 10, 28, 0.84);
  border-radius: 2rem;
  padding: 1.25rem;
  box-shadow: 0 30px 120px rgba(0,0,0,0.44);
  backdrop-filter: blur(18px);
}
.logo-card img {
  display: block;
  width: 100%;
  border-radius: 1.3rem;
}
.preview-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.preview-topbar small { display: block; color: var(--muted); margin-top: 0.18rem; }
.preview-topbar span {
  border-radius: 999px;
  color: var(--green);
  background: rgba(52, 211, 153, 0.1);
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 900;
}
.clip-card, .popup-card {
  border: 1px solid rgba(216, 180, 254, 0.13);
  border-radius: 1.4rem;
  background: rgba(255,255,255,0.045);
  padding: 1rem;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.clip-card p, .popup-card p { color: #f8efff; line-height: 1.55; }
.fake-buttons { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.fake-buttons button {
  color: white;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: rgba(255,255,255,0.08);
  padding: 0.55rem 0.75rem;
}
.fake-buttons .hot { background: linear-gradient(90deg, var(--red), var(--purple)); border: 0; font-weight: 900; }
.popup-card { margin-top: 1rem; margin-left: auto; width: 86%; background: linear-gradient(135deg, rgba(43, 23, 63, 0.98), rgba(19, 9, 31, 0.98)); }
.popup-title {
  display: flex;
  justify-content: space-between;
  margin: -1rem -1rem 1rem;
  padding: 0.85rem 1rem;
  background: rgba(124, 58, 237, 0.35);
  border-radius: 1.4rem 1.4rem 0 0;
  font-weight: 950;
}

.section, .privacy-panel, .early-access {
  max-width: 1220px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
.section-heading { max-width: 760px; margin-bottom: 3rem; }
h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -0.045em; margin-bottom: 1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.feature-grid article, .price-card, .included-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  border-radius: 1.6rem;
  padding: 1.5rem;
}
.icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--red), var(--purple));
  margin-bottom: 1rem;
}
.feature-grid h3 { font-size: 1.25rem; margin-bottom: 0.65rem; }
.feature-grid p, .included-card li { color: var(--muted); line-height: 1.65; }

.privacy-panel {
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  padding: 3rem;
}
.privacy-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; align-content: center; }
.privacy-list span {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(0,0,0,0.18);
  padding: 1rem;
  color: #e9def5;
}

.early-access { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.price-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.04);
  padding: 1.3rem;
  border-radius: 1.4rem;
  margin: 1.5rem 0;
}
.price-box small { display: block; color: var(--muted); }
.price-box strong { display: block; font-size: 4rem; line-height: 1; }
.price-box span {
  color: #f0abfc;
  background: rgba(217, 70, 239, 0.1);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  font-weight: 850;
  font-size: 0.9rem;
}
.wide { width: 100%; }
.included-card ul { padding-left: 1.3rem; }
.included-card li { margin: 0.45rem 0; }
.included-card hr { border: 0; height: 1px; background: var(--line); margin: 1.6rem 0; }
.future li { color: #c9b7ff; }

footer {
  border-top: 1px solid var(--line);
  max-width: 1220px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

@media (max-width: 920px) {
  nav { display: none; }
  .hero, .privacy-panel, .early-access { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .quick-badges { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { align-items: flex-start; }
  .header-cta { display: none; }
  .hero { padding-top: 2rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .privacy-list { grid-template-columns: 1fr; }
  .quick-badges { grid-template-columns: 1fr; }
  .popup-card { width: 100%; }
  footer { flex-direction: column; }
}
