:root {
  --bg: #070716;
  --bg-soft: #12122a;
  --card: rgba(255, 255, 255, 0.08);
  --card-border: rgba(255, 255, 255, 0.14);
  --text: #f7f7fb;
  --text-soft: #c9c9dc;
  --primary: #ff4f8a;
  --primary-2: #8f6dff;
  --success: #35d29a;
  --radius: 18px;
  --container: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  background: radial-gradient(circle at 10% 10%, #191944 0%, var(--bg) 35%, #05050e 100%);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  z-index: -1;
}

.orb-a {
  width: 380px;
  height: 380px;
  top: -80px;
  right: -120px;
  background: #7f4cff;
}

.orb-b {
  width: 320px;
  height: 320px;
  bottom: -120px;
  left: -100px;
  background: #ff4f8a;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(6, 6, 18, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand {
  color: var(--text);
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.brand-logo {
  width: auto;
  height: 65px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.nav a {
  color: var(--text-soft);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a:focus {
  color: #fff;
}

.menu-toggle {
  display: none;
}

.hero {
  padding: 4.25rem 0 2.75rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: #b9adff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.73rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  max-width: 18ch;
}

.lead {
  margin-top: 1rem;
  max-width: 56ch;
  color: var(--text-soft);
}

.hero-actions {
  margin-top: 1.6rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 145px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 10px 25px rgba(143, 109, 255, 0.35);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-stat-grid {
  margin-top: 1.55rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-stat {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 0.75rem 0.8rem;
}

.hero-stat span {
  display: block;
  font-size: 0.78rem;
  color: var(--text-soft);
}

.hero-stat strong {
  display: block;
  margin-top: 0.3rem;
}

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

.phone-shell {
  width: min(100%, 330px);
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
  padding: 0.7rem;
}

.phone-head {
  width: 36%;
  height: 16px;
  margin: 0.15rem auto 0.55rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.phone-content {
  border-radius: 20px;
  background: rgba(7, 7, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 1rem;
}

.mini-title {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.mini-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.7rem 0.75rem;
  margin-bottom: 0.55rem;
}

.mini-item span {
  color: var(--text-soft);
  font-size: 0.88rem;
}

.mini-item .mini-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.mini-item strong {
  font-size: 0.9rem;
}

.mini-chip {
  margin: 0.8rem auto 0;
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 999px;
  background: rgba(53, 210, 154, 0.18);
  color: #9af4cf;
  border: 1px solid rgba(53, 210, 154, 0.5);
  font-size: 0.78rem;
  padding: 0.35rem 0.7rem;
}

.section {
  padding: 3.25rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.section-head h2 {
  margin-top: 0.3rem;
  max-width: 24ch;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
}

.feature-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.feature-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1rem;
}

.feature-card h3 {
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0.65rem 0 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.journey-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.journey-step {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1rem;
}

.journey-step span {
  display: inline-flex;
  min-width: 38px;
  height: 28px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #d9dbff;
  background: rgba(143, 109, 255, 0.24);
}

.journey-step h3 {
  margin-top: 0.8rem;
  font-size: 1.03rem;
}

.journey-step p {
  margin: 0.5rem 0 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.safety-panel {
  background: linear-gradient(135deg, rgba(255, 79, 138, 0.14), rgba(143, 109, 255, 0.14));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  padding: clamp(1.1rem, 2.8vw, 2rem);
}

.safety-panel p {
  margin-top: 0.75rem;
  color: #e8e8f4;
}

.cta {
  text-align: center;
}

.cta p {
  margin: 0.75rem auto 1.1rem;
  max-width: 56ch;
  color: var(--text-soft);
}

.footer {
  padding: 1rem 0 2rem;
  text-align: center;
  color: #aaaac1;
  font-size: 0.9rem;
}

.footer a {
  color: #d9dcff;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(217, 220, 255, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer a:hover,
.footer a:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.7);
}

main a[href^="mailto:"] {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.23);
    background: transparent;
    color: #fff;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
  }

  .nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 24, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.85rem 1rem 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav.open {
    display: flex;
  }

  .hero-grid,
  .feature-grid,
  .journey-grid,
  .hero-stat-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.8rem;
  }

  .section {
    padding: 2.6rem 0;
  }
}
