@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Syne:wght@700;800&display=swap');

:root {
  --bg: #02040a;
  --panel: rgba(9, 14, 28, 0.88);
  --border: rgba(125, 211, 252, 0.16);
  --text: #f8fafc;
  --muted: #94a3b8;
  --accentA: #22d3ee;
  --accentB: #a855f7;
  --accentC: #fb7185;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(34, 211, 238, 0.12) 0%, transparent 30%),
    radial-gradient(circle at 80% 15%, rgba(168, 85, 247, 0.15) 0%, transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(251, 113, 133, 0.12) 0%, transparent 32%),
    linear-gradient(180deg, #080b16 0%, #03050a 55%, var(--bg) 100%);
  color: var(--text);
  min-height: 100vh;
}

body.gate-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.glow {
  position: fixed;
  width: 420px;
  height: 420px;
  filter: blur(90px);
  border-radius: 999px;
  z-index: -1;
}
.glow-a {
  background: rgba(248, 113, 113, 0.6);
  top: -160px;
  right: -130px;
  animation: driftA 12s ease-in-out infinite;
}
.glow-b {
  background: rgba(59, 130, 246, 0.55);
  bottom: -170px;
  left: -120px;
  animation: driftB 14s ease-in-out infinite;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(4, 6, 15, 0.82);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px clamp(4vw, 20px, 6vw);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-orbit {
  position: relative;
  width: 34px;
  height: 34px;
  animation: spinSlow 14s linear infinite;
}

.logo-core {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, var(--accentA), var(--accentB) 60%, var(--accentC));
}

.dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.dot-a {
  top: -4px;
  right: -4px;
  background: #67e8f9;
}

.dot-b {
  bottom: -4px;
  left: -4px;
  background: #f9a8d4;
}

.brand-text {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

.top-nav {
  display: flex;
  gap: 24px;
  font-weight: 600;
  font-size: 0.95rem;
}

.signed-in-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.24);
  background: rgba(34, 211, 238, 0.12);
  color: #d9fbff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.google-button-slot {
  display: flex;
  justify-content: center;
  min-height: 44px;
}

.btn {
  border: 1px solid transparent;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.btn:focus-visible {
  outline: 2px solid var(--accentA);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn-solid {
  background: linear-gradient(135deg, var(--accentA), #7dd3fc 40%, #f472b6 70%, var(--accentC));
  color: #03121f;
  box-shadow: 0 16px 34px rgba(34, 211, 238, 0.2);
}

.btn-glass {
  border-color: var(--border);
  background: rgba(15, 23, 42, 0.6);
  color: var(--text);
}

.hero {
  max-width: 1200px;
  margin: 48px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
  padding: 32px;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.hero-copy h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  margin: 12px 0;
}

.hero-description {
  color: var(--muted);
  line-height: 1.6;
  max-width: 520px;
}

.hero-note {
  margin-top: 14px;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 600px;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.hero-stats span {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-stats strong {
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.phone-shell {
  width: 240px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px;
  background: linear-gradient(180deg, rgba(10, 14, 26, 0.9), rgba(2, 4, 10, 0.98));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  position: relative;
  animation: floatPhone 12s ease-in-out infinite;
}

.phone-notch {
  width: 120px;
  height: 20px;
  margin: 0 auto 14px;
  border-radius: 12px;
  background: #030712;
}

.screen {
  height: 320px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(30, 58, 138, 0.32), rgba(15, 23, 42, 0.78));
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero h1 {
  animation: textGlow 10s ease-in-out infinite;
}

.gate-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 18, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.gate-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flow-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 18, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 48;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.flow-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flow-card {
  width: min(560px, 94vw);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(8, 12, 26, 0.98), rgba(4, 6, 15, 0.98));
  border: 1px solid rgba(34, 211, 238, 0.18);
  padding: 28px;
  box-shadow: 0 20px 60px rgba(6, 11, 30, 0.8);
}

.flow-badge {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #7dd3fc;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.flow-card h3 {
  margin: 0 0 10px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.flow-copy,
.flow-note {
  color: #a5b4fc;
  line-height: 1.6;
  margin: 0 0 16px;
}

.flow-note {
  color: #94a3b8;
  margin-top: 14px;
  margin-bottom: 0;
}

.flow-fields {
  display: grid;
  gap: 12px;
}

.flow-fields label {
  display: grid;
  gap: 8px;
  color: #cbd5e1;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
}

.flow-fields span {
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.flow-fields input,
.flow-fields textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.76);
  color: #f8fafc;
  padding: 13px 14px;
  font: inherit;
}

.flow-fields textarea {
  resize: vertical;
}

.flow-actions,
.flow-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.flow-actions .btn,
.flow-methods .btn {
  flex: 1 1 180px;
}

.payid-box {
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: #e2e8f0;
  line-height: 1.6;
  white-space: pre-wrap;
}

.gate-card {
  width: min(520px, 92vw);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(8, 12, 26, 0.98), rgba(4, 6, 15, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(6, 11, 30, 0.8);
  position: relative;
  transform: translateY(16px) scale(0.98);
  transition: transform 220ms ease, box-shadow 220ms ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gate-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.gate-overlay.is-visible .gate-card {
  transform: translateY(0) scale(1);
}

.gate-login,
.gate-payment {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.gate-email {
  margin-bottom: 12px;
  text-align: left;
}

.gate-email label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cbd5e1;
  margin-bottom: 8px;
}

.gate-email input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.76);
  color: #f8fafc;
  padding: 14px 16px;
  font-size: 1rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.gate-email input:focus {
  border-color: rgba(34, 211, 238, 0.7);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}

.gate-launch {
  margin-top: 8px;
  width: 100%;
  border-radius: 14px;
  font-size: 1rem;
}

.gate-launch:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.gate-login .btn,
.gate-payment .btn,
.download-actions .btn,
.success-card .btn {
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.gate-login .btn:hover:not(:disabled),
.gate-payment .btn:hover:not(:disabled),
.download-actions .btn:hover:not(:disabled),
.success-card .btn:hover:not(:disabled),
.site-header .btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(6, 11, 30, 0.35);
}

.gate-login .btn.active,
.gate-payment .btn.active {
  border-color: rgba(34, 211, 238, 0.6);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1);
}

.success-banner {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 18, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 45;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.success-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.success-card {
  width: min(520px, 92vw);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(34, 211, 238, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(8, 12, 26, 0.98), rgba(4, 6, 15, 0.98));
  border: 1px solid rgba(34, 211, 238, 0.2);
  padding: 30px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(6, 11, 30, 0.8);
  transform: translateY(16px) scale(0.98);
  transition: transform 220ms ease;
}

.success-banner.is-visible .success-card {
  transform: translateY(0) scale(1);
}

.success-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin: 0 0 12px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.18);
  color: #7dd3fc;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.success-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0 0 8px;
}

.success-subtitle {
  color: #a5b4fc;
  margin: 0 0 16px;
  line-height: 1.6;
}

.success-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
}

.success-list span {
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: #e2e8f0;
  font-size: 0.78rem;
  padding: 8px 12px;
}

@keyframes floatPhone {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-22px); }
  100% { transform: translateY(0px); }
}

@keyframes textGlow {
  0% { opacity: 0.8; }
  50% { opacity: 1; }
  100% { opacity: 0.8; }
}

.screen-label {
  font-weight: 700;
}

.screen-tag {
  font-size: 0.85rem;
  color: var(--muted);
}

.section {
  width: min(1200px, 92vw);
  margin: 64px auto 24px;
}

.section-heading h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 8px 0 16px;
}

.eyebrow {
  letter-spacing: 0.3em;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #94a3b8;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.feature-card {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  background: linear-gradient(180deg, rgba(12, 16, 30, 0.94), rgba(6, 10, 20, 0.94));
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.34);
}

.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.feature-card p {
  color: var(--muted);
  margin: 0;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.preview-card {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(12, 16, 30, 0.94), rgba(6, 10, 20, 0.92));
  border: 1px solid rgba(125, 211, 252, 0.12);
  padding: 12px;
}

.preview-card img {
  width: 100%;
  border-radius: 12px;
}

.preview-card figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.9rem;
}

.ai-details {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  background: linear-gradient(180deg, rgba(12, 16, 30, 0.96), rgba(4, 8, 18, 0.96));
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 20px;
  padding: 32px;
  width: min(1200px, 92vw);
  margin: 0 auto 60px;
}

.detail-text h2 {
  font-family: 'Syne', sans-serif;
  margin: 8px 0;
}

.detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pill,
.pill-list span {
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.12);
  padding: 10px 14px;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.03);
}

.download {
  width: min(1200px, 92vw);
  margin: 0 auto 80px;
}

.download-card {
  border-radius: 20px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: linear-gradient(180deg, rgba(12, 16, 30, 0.96), rgba(6, 10, 20, 0.96));
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.download-actions {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.desktop-download-panel {
  margin-top: 18px;
  border-radius: 20px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  background: linear-gradient(180deg, rgba(8, 15, 31, 0.92), rgba(5, 10, 23, 0.94));
  padding: 22px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.desktop-download-copy h3 {
  margin: 10px 0 10px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
}

.desktop-download-copy p {
  color: var(--muted);
  line-height: 1.6;
  max-width: 760px;
}

.desktop-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.desktop-chooser {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.desktop-choice {
  min-width: 0;
  width: 100%;
  text-align: left;
  display: grid;
  gap: 4px;
  align-content: start;
  justify-items: start;
  padding: 16px;
  border-radius: 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.desktop-choice.active {
  border-color: rgba(34, 211, 238, 0.6);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.1);
}

.desktop-choice-icon {
  font-size: 1.15rem;
  line-height: 1;
  margin-bottom: 2px;
}

.desktop-choice-label {
  font-weight: 800;
  font-size: 1rem;
}

.desktop-choice-sub {
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--muted);
}

.desktop-choice.active .desktop-choice-sub {
  color: #dbeafe;
}

.desktop-choice:hover {
  transform: translateY(-1px);
}

.desktop-instructions {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.desktop-instructions h4 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-family: 'Syne', sans-serif;
}

.desktop-instructions ol {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}

.desktop-instructions strong {
  color: #e2e8f0;
}

.desktop-download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.desktop-download-grid article {
  background: linear-gradient(180deg, rgba(12, 16, 30, 0.94), rgba(6, 10, 20, 0.94));
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 16px;
  padding: 16px;
}

.desktop-download-grid h3 {
  margin: 0 0 8px;
}

.download-note {
  color: var(--muted);
  font-size: 0.85rem;
}

.download-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.download-grid article {
  background: linear-gradient(180deg, rgba(12, 16, 30, 0.94), rgba(6, 10, 20, 0.94));
  border: 1px solid rgba(125, 211, 252, 0.12);
  border-radius: 16px;
  padding: 16px;
}

.download-grid h3 {
  margin-top: 0;
}

.site-footer {
  width: min(1200px, 92vw);
  margin: 0 auto 40px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--muted);
}

.footer-policy {
  margin: 0;
  max-width: 680px;
  color: rgba(226, 232, 240, 0.76);
}

.ad-banner {
  width: min(1200px, 92vw);
  margin: 0 auto 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(59, 130, 246, 0.2));
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  display: flex;
  justify-content: center;
}

.ad-content {
  text-align: center;
  max-width: 640px;
}

.ad-label {
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accentA);
}

.ad-content h3 {
  margin: 12px 0;
  font-size: clamp(1.6rem, 3vw, 2rem);
  color: #fff;
}

.ad-content p {
  color: rgba(248, 250, 252, 0.8);
  line-height: 1.5;
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

@keyframes driftA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(25px, 10px); }
}

@keyframes driftB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-25px, -12px); }
}

@keyframes spinSlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .site-header {
    flex-direction: column;
    gap: 12px;
  }

  .top-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .download-card {
    flex-direction: column;
    text-align: center;
  }

  .download-actions {
    text-align: center;
    align-items: center;
  }
}
