@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root {
  --bg: #080709;
  --panel: #100d11;
  --panel-2: #151015;
  --text: #f7f4f6;
  --muted: #a69da5;
  --pink: #ff3e7f;
  --pink-2: #ff78a5;
  --pink-dark: #9d204d;
  --line: rgba(255, 255, 255, .09);
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 10%, rgba(255, 50, 115, .10), transparent 27%),
    radial-gradient(circle at 10% 55%, rgba(255, 50, 115, .055), transparent 25%),
    var(--bg);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.bg-glow {
  position: fixed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  opacity: .10;
  z-index: -1;
}
.glow-one { background: var(--pink); top: 5%; right: -220px; }
.glow-two { background: #ff1765; bottom: 8%; left: -250px; }

.navbar {
  width: min(var(--max), calc(100% - 48px));
  height: 82px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 43px; height: 43px; border-radius: 50%; }
.brand strong, .footer-brand strong { display: block; font-family: Manrope; font-size: 18px; }
.brand span, .footer-brand span { display: block; color: #8f858e; font-size: 10px; margin-top: 1px; }
nav { display: flex; gap: 34px; color: #a69da5; font-size: 13px; }
nav a:hover, .footer-links a:hover { color: #fff; }
.nav-download {
  padding: 10px 15px;
  border: 1px solid rgba(255, 91, 137, .38);
  border-radius: 8px;
  color: #ffdce8;
  font-size: 12px;
  background: rgba(255, 62, 127, .07);
}
.nav-download span { margin-left: 5px; color: var(--pink-2); }

.hero {
  width: min(var(--max), calc(100% - 48px));
  min-height: 680px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 30px;
}
.eyebrow, .section-kicker {
  color: var(--pink-2);
  font-size: 10px;
  letter-spacing: 2.5px;
  font-weight: 800;
}
.eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; }
.pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px var(--pink); }
h1, h2 { font-family: Manrope, Inter, sans-serif; letter-spacing: -2px; }
h1 { font-size: clamp(54px, 7vw, 92px); line-height: .98; max-width: 720px; }
h1 em, h2 span { color: var(--pink); font-style: normal; }
.hero-text {
  max-width: 560px;
  margin: 25px 0 30px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  padding: 14px 20px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease;
}
.button.primary { color: #fff; background: linear-gradient(135deg, #ff3e7f, #bd235b); box-shadow: 0 12px 40px rgba(255, 45, 110, .18); }
.button.primary:hover { transform: translateY(-2px); box-shadow: 0 15px 45px rgba(255, 45, 110, .28); }
.button.primary span { margin-left: 10px; }
.button.secondary { border: 1px solid var(--line); color: #cfc6cc; }
.button.secondary:hover { border-color: rgba(255, 62, 127, .4); color: #fff; }
.trust-row { display: flex; gap: 18px; margin-top: 28px; color: #777078; font-size: 10px; letter-spacing: .4px; }

.hero-art { position: relative; height: 520px; display: grid; place-items: center; }
.logo-card {
  position: relative;
  width: min(390px, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0d0a0d;
  box-shadow: 0 0 100px rgba(255, 48, 111, .18), 0 30px 100px rgba(0,0,0,.55);
  overflow: hidden;
  animation: float 5s ease-in-out infinite;
}
.logo-card img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2; }
.logo-card .shine {
  position: absolute;
  width: 80px;
  height: 140%;
  top: -20%;
  left: -80px;
  z-index: 4;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent);
  transform: rotate(25deg);
  animation: shine 5s linear infinite;
}
.orb-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255, 62, 127, .22); }
.ring-back { width: 465px; height: 465px; transform: rotate(12deg); border-top-color: rgba(255, 115, 158, .7); border-bottom-color: transparent; }
.ring-front { width: 425px; height: 425px; transform: rotate(-35deg); border-left-color: rgba(255, 62, 127, .7); border-right-color: transparent; }
.floating-note {
  position: absolute; color: var(--pink-2); font-size: 24px; text-shadow: 0 0 25px var(--pink);
  animation: float 4s ease-in-out infinite;
}
.note-one { top: 15%; right: 8%; }
.note-two { bottom: 15%; left: 8%; animation-delay: -2s; }

.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 110px 0; }
.statement {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
  padding: 28px 20px;
  color: #8d858c;
  font-size: 13px;
}
.statement strong { color: #eee9ed; }
.section-heading { margin-bottom: 42px; }
.section-heading h2, .download-copy h2, .about-copy h2 { margin-top: 10px; font-size: clamp(36px, 5vw, 57px); line-height: 1.02; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.feature-card {
  position: relative;
  min-height: 210px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  transition: transform .25s, border-color .25s;
}
.feature-card:hover { transform: translateY(-4px); border-color: rgba(255,62,127,.28); }
.feature-card.featured { background: radial-gradient(circle at 80% 20%, rgba(255,62,127,.12), transparent 45%), var(--panel); }
.feature-icon { color: var(--pink); font-size: 22px; margin-bottom: 22px; }
.feature-card h3 { font-size: 16px; margin-bottom: 10px; }
.feature-card p { color: #8e868d; line-height: 1.65; font-size: 12px; max-width: 290px; }
.card-line { position: absolute; left: 27px; bottom: 24px; width: 42px; height: 2px; background: var(--pink); box-shadow: 0 0 15px var(--pink); }

.download { padding-top: 50px; }
.download-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  padding: 55px;
  border-radius: 20px;
  border: 1px solid rgba(255,62,127,.17);
  background: radial-gradient(circle at 0% 0%, rgba(255,62,127,.12), transparent 40%), #0e0b0f;
}
.download-copy p, .about-copy p { color: #8e868d; line-height: 1.75; font-size: 13px; margin-top: 20px; }
.free-badge { display: inline-flex; align-items: center; gap: 7px; margin-top: 24px; color: #d9d1d6; font-size: 10px; }
.free-badge span { color: var(--pink); }
.download-options { display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.download-card {
  display: flex; align-items: center; gap: 15px; padding: 20px;
  border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255,255,255,.025); transition: .2s;
}
.download-card:hover { border-color: rgba(255,62,127,.45); background: rgba(255,62,127,.05); transform: translateX(4px); }
.platform-icon {
  width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(255,62,127,.1); color: var(--pink-2); font-size: 20px;
}
.platform-info { flex: 1; }
.platform-info strong { display: block; font-size: 13px; }
.platform-info span { display: block; margin-top: 4px; color: #716a70; font-size: 10px; }
.download-arrow { color: var(--pink-2); font-size: 18px; }

.about { display: grid; grid-template-columns: .6fr 1fr; align-items: center; gap: 90px; }
.about-logo { display: grid; place-items: center; }
.about-logo img { width: min(250px, 60vw); border-radius: 50%; box-shadow: 0 0 80px rgba(255, 45, 110, .15); }
.about-copy { max-width: 610px; }
.about-copy p { max-width: 560px; }
footer {
  width: min(var(--max), calc(100% - 48px));
  margin: auto; padding: 25px 0 35px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.footer-brand img { width: 35px; height: 35px; border-radius: 50%; }
footer p { color: #5f595f; font-size: 10px; }
.footer-links { display: flex; gap: 20px; color: #777078; font-size: 10px; }

.toast {
  position: fixed; left: 50%; bottom: 25px; transform: translate(-50%, 20px);
  padding: 12px 18px; border: 1px solid rgba(255,62,127,.3); border-radius: 9px;
  background: #171117; color: #e9e0e5; font-size: 11px; opacity: 0; pointer-events: none; transition: .25s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes shine { 0% { left: -100px; } 45%,100% { left: 480px; } }

@media (max-width: 850px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 65px; }
  .hero-text { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { height: 430px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .download-panel { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 45px; text-align: center; }
  .about-copy { margin: auto; }
  .about-copy p { margin-left: auto; margin-right: auto; }
}
@media (max-width: 560px) {
  .navbar, .hero, .section, footer { width: min(100% - 30px, var(--max)); }
  .navbar { height: 72px; }
  .nav-download { padding: 8px 11px; }
  h1 { font-size: 55px; }
  .hero { min-height: auto; }
  .hero-art { height: 350px; }
  .logo-card { width: 270px; }
  .ring-back { width: 330px; height: 330px; }
  .ring-front { width: 305px; height: 305px; }
  .feature-grid { grid-template-columns: 1fr; }
  .download-panel { padding: 30px 20px; }
  footer { flex-direction: column; align-items: flex-start; }
  .footer-links { align-self: flex-end; }
}
