:root {
  --magenta: #ec138a;
  --blue: #2740ff;
  --ink: #16112b;
  --muted: #6f678a;
  --bg: #f6f7fb;
  --card: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 12% -10%, rgba(236, 19, 138, 0.22), transparent 35%),
    radial-gradient(circle at 88% 0%, rgba(39, 64, 255, 0.18), transparent 35%),
    var(--bg);
  line-height: 1.6;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.2rem 3.4rem;
  background: linear-gradient(150deg, rgba(236, 19, 138, 0.13), rgba(39, 64, 255, 0.12));
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  opacity: 0.5;
  pointer-events: none;
}

.glow-1 {
  width: 260px;
  height: 260px;
  background: rgba(236, 19, 138, 0.45);
  top: -120px;
  right: -40px;
}

.glow-2 {
  width: 220px;
  height: 220px;
  background: rgba(39, 64, 255, 0.35);
  bottom: -130px;
  left: -50px;
}

.nav,
.hero-content,
.section {
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  min-width: 0;
}

.logo {
  width: clamp(64px, 12vw, 112px);
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-name {
  font-weight: 800;
  color: var(--magenta);
  font-size: clamp(1rem, 2.6vw, 1.4rem);
  line-height: 1;
}

.brand-subtitle {
  color: var(--blue);
  font-weight: 600;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.menu {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(22, 17, 43, 0.09);
  border-radius: 999px;
  padding: 0.24rem;
}

.menu a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  transition: background-color 180ms ease, color 180ms ease;
}

.menu a:hover,
.menu a:focus-visible {
  background: linear-gradient(90deg, var(--magenta), var(--blue));
  color: #fff;
  outline: none;
}

.hero-content {
  margin-top: 2.2rem;
}

.badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.36rem 0.86rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--blue);
  background: rgba(39, 64, 255, 0.12);
}

h1 {
  margin: 0.65rem 0 0.65rem;
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1.05;
  max-width: 12ch;
}

.hero-lead {
  margin: 0;
  max-width: 56ch;
  color: var(--muted);
  font-size: clamp(1rem, 2.8vw, 1.15rem);
}

.hero-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.download-app {
  margin-top: 1rem;
}

.download-app p {
  margin: 0 0 0.45rem;
  font-weight: 700;
  color: var(--ink);
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.store-btn {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.6rem 0.9rem;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(22, 17, 43, 0.14);
  box-shadow: 0 8px 18px rgba(19, 11, 40, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.store-btn:hover,
.store-btn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(39, 64, 255, 0.42);
  box-shadow: 0 12px 22px rgba(39, 64, 255, 0.17);
  outline: none;
}

.btn {
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.78rem 1.1rem;
  font-size: 0.93rem;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(90deg, var(--magenta), var(--blue));
  box-shadow: 0 10px 24px rgba(39, 64, 255, 0.24);
}

.btn-ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(22, 17, 43, 0.15);
}

.section {
  padding: 3.2rem 1.2rem;
}

.about {
  padding-top: 2.5rem;
}

.section-head {
  max-width: 760px;
}

.section-tag {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: var(--blue);
  font-weight: 700;
}

h2 {
  margin: 0.28rem 0 0;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.15;
}

.about-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.panel,
.contact-card {
  background: var(--card);
  border-radius: 18px;
  padding: 1.1rem;
  border: 1px solid rgba(22, 17, 43, 0.08);
  box-shadow: 0 10px 24px rgba(19, 11, 40, 0.07);
}

.panel h3 {
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.panel p,
.contact-card p {
  margin: 0;
  color: var(--muted);
}

.contact {
  padding-top: 0.9rem;
  padding-bottom: 2.8rem;
}

.contact-card {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.contact-card strong {
  color: var(--ink);
}

.contact-card a {
  color: var(--blue);
  text-underline-offset: 3px;
  font-weight: 700;
}

.contact-note {
  font-size: 0.95rem;
}

.footer {
  text-align: center;
  padding: 1rem 1rem 1.4rem;
  color: #7b7494;
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-inline: 0.9rem;
  }

  .nav {
    align-items: flex-start;
  }

  .menu {
    width: 100%;
    justify-content: center;
  }

  .menu a {
    flex: 1 1 30%;
    text-align: center;
    min-width: 92px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    text-align: center;
  }

  .store-links {
    flex-direction: column;
    align-items: stretch;
  }

  .store-btn {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .logo {
    width: clamp(86px, 28vw, 112px);
  }

  .brand-subtitle {
    font-size: 0.74rem;
  }

  .section,
  .hero {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
