:root {
  --bg: #121216;
  --surface: #1a1b22;
  --surface-soft: rgba(255, 255, 255, 0.04);
  --surface-strong: rgba(255, 255, 255, 0.08);
  --text: #f5f7fb;
  --muted: #afb2c5;
  --primary: #ff6b35;
  --primary-dark: #df5627;
  --secondary: #a78bfa;
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(167, 139, 250, 0.2), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(255, 107, 53, 0.18), transparent 28%),
    linear-gradient(180deg, #13141a 0%, #121216 50%, #0e1016 100%);
  color: var(--text);
  min-height: 100vh;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.site-shell {
  overflow: hidden;
}

.navbar {
  padding: 1rem 0;
  background: rgba(18, 18, 22, 0.68);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0;
}

.brand-logo {
  width: 10rem;
  object-fit: contain;
}

.nav-link {
  color: rgba(245, 247, 251, 0.8);
  font-weight: 500;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #fff;
}

.btn-brand {
  background: linear-gradient(135deg, var(--primary), #ff8f50);
  border: none;
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 107, 53, 0.28);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.hero-section {
  position: relative;
  padding: 10rem 0 6rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-section h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95;
  margin-bottom: 1.4rem;
}

.lead,
.section-heading p,
.story-card p,
.gallery-copy,
.cta-panel p,
.legal-card p,
.legal-card li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.cta-actions {
  justify-content: center;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.9rem;
  padding: 0.85rem 1.1rem;
  min-width: 230px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.store-badge:hover,
.store-badge:focus {
  transform: translateY(-2px);
  border-color: rgba(255, 107, 53, 0.45);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.store-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.2), rgba(167, 139, 250, 0.22));
  color: #fff;
  flex: 0 0 auto;
}

.store-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.store-icon-google svg {
  width: 1.6rem;
  height: 1.6rem;
}

.store-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  align-items: flex-start;
  text-align: left;
}

.store-copy small {
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.store-copy strong {
  font-size: 1.05rem;
  font-weight: 700;
}

.hero-metrics {
  margin-top: 1rem;
}

.metric-card,
.feature-card,
.story-card,
.screen-card,
.cta-panel,
.legal-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  border-radius: 28px;
}

.metric-card {
  height: 100%;
  padding: 1.2rem;
}

.metric-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-stack {
  position: relative;
  min-height: 620px;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.orb-primary {
  width: 220px;
  height: 220px;
  top: 20px;
  right: 40px;
  background: rgba(255, 107, 53, 0.22);
}

.orb-secondary {
  width: 200px;
  height: 200px;
  left: 40px;
  bottom: 20px;
  background: rgba(167, 139, 250, 0.24);
}

.phone-frame {
  position: absolute;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-main {
  width: min(360px, 72%);
  right: 0;
  top: 20px;
}

.phone-float {
  width: min(240px, 48%);
  left: 0;
  bottom: 10px;
  transform: rotate(-8deg);
}

.section-block {
  padding: 5.5rem 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3rem;
}

.section-heading h2,
.story-card h2,
.cta-panel h2,
.legal-card h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
}

.feature-card {
  padding: 2rem;
  height: 100%;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border-radius: 14px;
  background: rgba(255, 107, 53, 0.14);
  color: var(--primary);
  font-weight: 700;
}

.feature-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

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

.section-gallery {
  background: linear-gradient(180deg, rgba(167, 139, 250, 0.06), rgba(255, 107, 53, 0.04));
}

.screen-card {
  padding: 1rem;
  border-radius: 34px;
}

.screen-card img {
  border-radius: 26px;
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
}

.screens-slider {
  padding: 1rem 0 4.5rem;
}

.screens-slider .swiper-slide {
  height: auto;
}

.screens-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
}

.screens-slider .swiper-pagination-bullet-active {
  background: var(--primary);
}

.screens-slider .swiper-button-prev,
.screens-slider .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: rgba(18, 18, 22, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(14px);
}

.screens-slider .swiper-button-prev::after,
.screens-slider .swiper-button-next::after {
  font-size: 1rem;
  font-weight: 700;
}

.screens-slider .swiper-button-prev {
  left: 0;
}

.screens-slider .swiper-button-next {
  right: 0;
}

.story-card {
  padding: 2.5rem;
  height: 100%;
}

.story-card-accent {
  background:
    radial-gradient(circle at top right, rgba(255, 107, 53, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.keyword-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.keyword-list li {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(167, 139, 250, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.2);
  color: #e9e2ff;
  font-weight: 600;
}

.section-cta {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.cta-panel {
  padding: 3rem 1.5rem;
  background:
    radial-gradient(circle at top, rgba(167, 139, 250, 0.12), transparent 35%),
    radial-gradient(circle at bottom right, rgba(255, 107, 53, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer p,
.footer-links a {
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-logo {
  width: 5.5rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-links a:hover {
  color: #fff;
}

.legal-page {
  background:
    radial-gradient(circle at top, rgba(167, 139, 250, 0.16), transparent 30%),
    linear-gradient(180deg, #121216 0%, #0f1016 100%);
}

.legal-shell {
  padding: 5rem 0;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
  color: #d8dbeb;
}

.legal-chevron {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
}

.legal-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem;
}

.legal-date {
  margin-bottom: 2rem;
}

.legal-card section + section {
  margin-top: 2rem;
}

.legal-card h2 {
  font-size: 1.4rem;
  margin-bottom: 0.85rem;
}

.legal-card ul {
  color: var(--muted);
  padding-left: 1.2rem;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(23, 24, 31, 0.92);
  }

  .hero-section {
    padding-top: 8rem;
  }

  .brand-logo {
    width: 8rem;
  }

  .hero-stack {
    min-height: 540px;
  }

  .screens-slider .swiper-button-prev,
  .screens-slider .swiper-button-next {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-section h1 {
    line-height: 1.02;
  }

  .hero-stack {
    min-height: 420px;
  }

  .phone-main {
    width: 72%;
  }

  .phone-float {
    width: 44%;
  }

  .section-block {
    padding: 4.5rem 0;
  }

  .feature-card,
  .story-card,
  .legal-card {
    padding: 1.6rem;
  }

  .site-footer .mb-0.d-flex {
    flex-direction: column;
    text-align: center;
    gap: 0.6rem !important;
  }

  .footer-links {
    justify-content: center;
  }
}
