:root {
  --bg: #08111f;
  --bg-soft: rgba(255,255,255,0.06);
  --card: rgba(255,255,255,0.08);
  --card-strong: rgba(255,255,255,0.12);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --line: rgba(255,255,255,0.1);
  --primary: #f8c96d;
  --primary-2: #ffdca1;
  --accent: #7dd3fc;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1160px;
}

* { 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 top, rgba(125, 211, 252, 0.18), transparent 22%),
    linear-gradient(180deg, #09111e 0%, #0a1322 35%, #08111f 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; position: relative; z-index: 2; }

.bg-grid {
  position: fixed;
  inset: 0;
  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: 38px 38px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 82%);
  pointer-events: none;
  z-index: 0;
}

.bg-orb {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.22;
  z-index: 0;
  pointer-events: none;
}
.orb-1 { top: -10rem; left: -8rem; background: #f6c35a; }
.orb-2 { right: -8rem; top: 8rem; background: #38bdf8; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(8, 17, 31, 0.55);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #0f172a;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 10px 30px rgba(248, 201, 109, 0.3);
}

nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.97rem;
}

nav a:hover { color: var(--text); }

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: center;
  padding: 84px 0 48px;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(248, 201, 109, 0.12);
  border: 1px solid rgba(248, 201, 109, 0.18);
  color: #fde7b0;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 20px;
}

h1, h2, h3, h4, p { margin-top: 0; }
.hero h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  max-width: 12ch;
  margin-bottom: 18px;
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 60ch;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #0f172a;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 16px 40px rgba(248, 201, 109, 0.28);
}
.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 720px;
}

.mini-stats div,
.card,
.step,
.trust-card,
.cta,
.faq-item,
.shot {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mini-stats div {
  padding: 16px 18px;
  border-radius: 20px;
}
.mini-stats strong { display: block; margin-bottom: 5px; font-size: 0.98rem; }
.mini-stats span { color: var(--muted); font-size: 0.9rem; }

.hero-visual {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
}

.phone {
  position: absolute;
  width: 310px;
  height: 620px;
  border-radius: 44px;
  border: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  box-shadow: var(--shadow);
}
.phone-back {
  transform: translate(70px, 20px) rotate(10deg);
  opacity: 0.6;
  background: linear-gradient(180deg, rgba(125, 211, 252, 0.25), rgba(255,255,255,0.03));
}
.phone-front {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06)),
    radial-gradient(circle at top, rgba(248, 201, 109, 0.22), transparent 36%),
    linear-gradient(180deg, #0f1a2c 0%, #0d1728 100%);
}
.phone-notch {
  width: 128px;
  height: 24px;
  background: rgba(0,0,0,0.35);
  border-radius: 0 0 18px 18px;
  margin: 0 auto;
}
.screen-content {
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
}
.screen-badge {
  align-self: flex-start;
  margin-top: 10px;
  font-size: 0.86rem;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #e5eefc;
}
.screen-content h3 { margin: 20px 0 12px; font-size: 1.6rem; letter-spacing: -0.03em; }
.screen-verse {
  color: #d8e1f1;
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 24px;
}
.screen-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.screen-card.alt { background: rgba(248, 201, 109, 0.12); }
.screen-card small { color: var(--muted); }
.screen-footer {
  margin-top: auto;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(248, 201, 109, 0.24), rgba(125, 211, 252, 0.2));
  border: 1px solid rgba(255,255,255,0.12);
  text-align: center;
  font-weight: 600;
}

.section {
  padding: 56px 0;
}
.section-soft {
  padding: 64px 0;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin-bottom: 14px;
}
.section-heading p {
  color: var(--muted);
  line-height: 1.75;
}

.trust-card {
  padding: 26px 28px;
  border-radius: 24px;
  display: grid;
  gap: 10px;
}
.trust-card span { color: #f4ddb2; font-weight: 600; }
.trust-card strong { font-size: 1.2rem; letter-spacing: -0.03em; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  padding: 24px;
  border-radius: var(--radius-lg);
}
.icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  background: rgba(255,255,255,0.08);
  margin-bottom: 18px;
}
.card h3 {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.card p,
.step p,
.faq-item p,
.footer-copy {
  color: var(--muted);
  line-height: 1.8;
}

.shots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.shot {
  padding: 14px;
  border-radius: 24px;
}
.shot-top {
  color: #dbeafe;
  font-size: 0.92rem;
  margin-bottom: 12px;
  padding-left: 6px;
}
.shot-body {
  aspect-ratio: 10 / 18;
  border-radius: 20px;
  display: grid;
  place-items: end start;
  padding: 18px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.shot-gradient-1 { background: linear-gradient(180deg, #2b446f, #0d1728 75%); }
.shot-gradient-2 { background: linear-gradient(180deg, #6f542b, #1e1a12 75%); }
.shot-gradient-3 { background: linear-gradient(180deg, #2d5c54, #0e1618 75%); }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step {
  padding: 26px;
  border-radius: 24px;
}
.step-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #0f172a;
  font-weight: 800;
  margin-bottom: 18px;
}

.cta {
  padding: 30px;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.cta h2 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.04em;
}
.cta p { color: var(--muted); margin-bottom: 0; }

.faq-list {
  display: grid;
  gap: 16px;
}
.faq-item {
  border-radius: 20px;
  padding: 2px 20px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  padding: 18px 0;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding-bottom: 18px; margin-bottom: 0; }
code {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 3px 7px;
  border-radius: 8px;
}

.site-footer {
  padding: 20px 0 54px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
}
.footer-brand { margin-bottom: 14px; }
.site-footer h4 {
  margin-bottom: 12px;
  font-size: 1rem;
}
.site-footer a {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}
.site-footer a:hover { color: var(--text); }

.reveal, .reveal-delay {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal-delay { transition-delay: .16s; }
.reveal.visible, .reveal-delay.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .feature-grid, .shots-grid, .steps, .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  nav { display: none; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 58px; }
  .mini-stats, .feature-grid, .shots-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .phone { width: 248px; height: 500px; }
  .phone-back { transform: translate(36px, 14px) rotate(10deg); }
  .screen-content h3 { font-size: 1.4rem; }
  .section { padding: 42px 0; }
  .cta { padding: 22px; border-radius: 24px; }
}
