* { box-sizing: border-box; margin: 0; padding: 0; }

/* Reveal animations */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.in,
.reveal.reveal-now {
  opacity: 1;
  transform: none;
}
.feature.reveal { transform: translateY(16px); }
.hero-video-wrap.reveal { transform: translateY(32px) scale(0.98); }
.hero-video-wrap.reveal.in,
.hero-video-wrap.reveal.reveal-now { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  background: linear-gradient(180deg, #1a4d8c 0%, #0f1a2e 100%);
  background-attachment: fixed;
  color: #fff;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.container { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* Hero */
.hero { text-align: center; padding: 96px 0 48px; }
.hero h1 {
  font-size: clamp(56px, 9vw, 112px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 20px;
}
.hero .tagline {
  font-size: clamp(20px, 2.5vw, 26px);
  opacity: 0.85;
  font-weight: 400;
  max-width: 640px;
  margin: 0 auto;
}
.hero-image {
  margin: 56px auto 0;
  width: 100%;
  max-width: 880px;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.hero-video-wrap {
  margin: 56px auto 0;
  width: 100%;
  max-width: 880px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.hero-video {
  display: block;
  width: 100%;
  height: auto;
}

/* Sections */
.section {
  padding: 96px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.section h2 {
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
  line-height: 1.1;
}
.section .subtitle {
  font-size: clamp(17px, 2vw, 20px);
  opacity: 0.8;
  max-width: 580px;
  margin-bottom: 40px;
}
.section img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  margin-top: 16px;
}
.features-grid + img { margin-top: 48px; }

/* Feature grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 720px) {
  .features-grid { grid-template-columns: 1fr; }
}
.feature {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 22px 26px;
  transition: background 0.18s, border-color 0.18s;
}
.feature:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.15);
}
.feature h3 { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.feature p { font-size: 15px; opacity: 0.75; line-height: 1.5; }

/* CTA */
.cta { text-align: center; padding: 96px 0 48px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.cta h2 { font-size: clamp(36px, 5vw, 54px); margin-bottom: 18px; letter-spacing: -0.025em; }
.cta .price { font-size: 22px; opacity: 0.9; margin-bottom: 6px; font-weight: 500; }
.cta .free-info { font-size: 16px; opacity: 0.65; margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; }

.badge-link {
  display: inline-block;
  background: #007AFF;
  color: #fff;
  padding: 16px 32px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  transition: background 0.18s, transform 0.12s;
  box-shadow: 0 8px 24px rgba(0, 122, 255, 0.35);
}
.badge-link:hover { background: #0066d6; transform: translateY(-1px); }
.badge-link.disabled {
  background: rgba(255, 255, 255, 0.1);
  cursor: default;
  box-shadow: none;
}
.badge-link.disabled:hover { background: rgba(255, 255, 255, 0.1); transform: none; }

/* Footer */
footer {
  text-align: center;
  padding: 32px 0 56px;
  opacity: 0.55;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 24px;
}
footer a { color: rgba(255, 255, 255, 0.85); margin: 0 8px; text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* Privacy/long-form pages */
.prose { max-width: 720px; margin: 0 auto; padding: 80px 24px 64px; }
.prose h1 { font-size: clamp(36px, 5vw, 48px); font-weight: 700; letter-spacing: -0.025em; margin-bottom: 8px; }
.prose .meta { opacity: 0.65; margin-bottom: 40px; font-size: 14px; }
.prose h2 { font-size: 22px; font-weight: 600; margin-top: 36px; margin-bottom: 12px; letter-spacing: -0.01em; }
.prose p { margin-bottom: 14px; opacity: 0.92; font-size: 16px; }
.prose ul { margin: 12px 0 16px 24px; }
.prose li { margin-bottom: 6px; opacity: 0.92; }
.prose a { color: #6cb4ff; text-decoration: underline; }
.prose .home-link { display: inline-block; margin-bottom: 32px; opacity: 0.7; text-decoration: none; }
.prose .home-link:hover { opacity: 1; }

/* Press kit */
.press .press-header { margin-bottom: 32px; }
.press .press-header h1 { margin-bottom: 6px; }
.press .press-tagline { font-size: 20px; opacity: 0.8; }

.press .press-hero {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  margin: 32px 0 44px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.press .press-hero video { display: block; width: 100%; height: auto; }

.press-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  margin-bottom: 36px;
}
.press-facts > div { display: flex; flex-direction: column; gap: 2px; }
.press-facts span { font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.55; }
.press-facts strong { font-weight: 500; font-size: 15px; }
.press-facts a { color: #6cb4ff; text-decoration: none; }
.press-facts a:hover { text-decoration: underline; }
@media (max-width: 560px) { .press-facts { grid-template-columns: 1fr; } }

.press-shots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 16px 0 24px;
}
.press-shots img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s;
}
.press-shots a:hover img { transform: translateY(-2px); }
@media (max-width: 560px) { .press-shots { grid-template-columns: 1fr; } }

.press .press-links { font-size: 14px; opacity: 0.7; margin-top: -4px; margin-bottom: 24px; }
.press .press-links a { color: #6cb4ff; text-decoration: none; }
.press .press-links a:hover { text-decoration: underline; }

.press .blurb {
  border-left: 3px solid rgba(108, 180, 255, 0.6);
  padding: 4px 0 4px 16px;
  font-style: italic;
  opacity: 0.92;
  margin-bottom: 14px;
}
