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

:root {
  --ink: #100b18;
  --paper: #f8f6fb;
  --muted: #746d7e;
  --pink: #ff3f8e;
  --pink-deep: #e51e75;
  --yellow: #ffd34e;
  --blue: #4bd8f3;
  --line: rgba(16, 11, 24, 0.12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font: 800 1.35rem/1 "Manrope", sans-serif; letter-spacing: -0.04em; }
.brand img { border-radius: 13px; box-shadow: 0 7px 22px rgba(255, 63, 142, 0.2); }
.desktop-nav { display: flex; align-items: center; gap: 36px; color: #4e4757; font-weight: 600; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--pink-deep); }
.header-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.header-cta:hover { background: var(--ink); color: white; transform: translateY(-2px); }

.hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 46px;
  padding: 54px 0 86px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #605869; font-size: .82rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; border-radius: 99px; background: var(--pink); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -.055em; }
h1 { font-size: clamp(4rem, 7.2vw, 6.7rem); line-height: .94; font-weight: 800; }
h1 em, h2 em { color: var(--pink); font-style: normal; }
.hero-intro { max-width: 600px; margin: 30px 0 0; color: #5f5868; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.play-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 11px 18px;
  border-radius: 13px;
  color: white;
  background: var(--ink);
  box-shadow: 0 14px 30px rgba(16, 11, 24, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.play-button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(16, 11, 24, .25); }
.play-button svg { width: 27px; height: 30px; flex: 0 0 auto; }
.play-button span { font: 600 1rem/1.1 "Manrope", sans-serif; letter-spacing: -.02em; }
.play-button small { display: block; margin-bottom: 3px; font: 500 .62rem/1 "DM Sans", sans-serif; letter-spacing: .08em; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--line); padding: 9px 0; }
.text-link span { color: var(--pink); padding-left: 5px; }
.proof { display: flex; gap: 0; margin-top: 46px; }
.proof div { display: grid; gap: 2px; padding: 0 25px; border-left: 1px solid var(--line); }
.proof div:first-child { padding-left: 0; border-left: 0; }
.proof strong { font: 800 1.1rem/1.2 "Manrope", sans-serif; }
.proof span { color: var(--muted); font-size: .8rem; }

.hero-visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.ambient { position: absolute; border-radius: 50%; filter: blur(1px); }
.ambient-one { width: 475px; height: 475px; background: radial-gradient(circle at 35% 35%, #ff75b4 0, #ef2d83 41%, #8b1ca6 72%, transparent 73%); box-shadow: 0 40px 100px rgba(228, 33, 126, .23); }
.ambient-two { width: 230px; height: 230px; right: 1%; bottom: 4%; background: var(--yellow); opacity: .92; }
.phone {
  position: relative;
  width: 283px;
  padding: 10px;
  border-radius: 44px;
  background: #070609;
  border: 2px solid rgba(255,255,255,.75);
  box-shadow: 0 32px 70px rgba(20, 4, 24, .38), inset 0 0 0 1px #3a3440;
  overflow: hidden;
  z-index: 3;
}
.phone img { width: 100%; border-radius: 34px; }
.phone-bar { position: absolute; z-index: 4; top: 18px; left: 50%; transform: translateX(-50%); width: 85px; height: 22px; border-radius: 20px; background: #050407; }
.phone-main { transform: rotate(3deg); }
.story-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; min-width: 176px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.72); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(34, 8, 34, .18); backdrop-filter: blur(12px); font-weight: 700; line-height: 1.25; }
.story-chip small { display: block; color: var(--muted); font-size: .68rem; font-weight: 600; }
.chip-icon, .spark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--pink); font-size: .74rem; }
.spark { background: var(--ink); color: var(--yellow); font-size: 1.15rem; }
.chip-one { top: 14%; left: -2%; transform: rotate(-4deg); }
.chip-two { right: -2%; bottom: 16%; transform: rotate(4deg); }

.marquee { overflow: hidden; background: var(--ink); color: white; border-block: 1px solid rgba(255,255,255,.12); transform: rotate(-1deg) scale(1.01); }
.marquee div { display: flex; width: max-content; align-items: center; gap: 30px; padding: 18px 0; animation: scroll 24s linear infinite; font: 700 1rem/1 "Manrope", sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.marquee b { color: var(--pink); font-size: 1.2rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 135px 0; }
.section-heading { max-width: 780px; }
h2 { font-size: clamp(2.9rem, 5.7vw, 5.2rem); line-height: 1.02; font-weight: 800; }
.section-heading > p:last-child, .experience-copy > p { max-width: 585px; color: var(--muted); font-size: 1.08rem; margin: 26px 0 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 62px; }
.feature-card { min-height: 390px; padding: 28px; border-radius: 28px; position: relative; overflow: hidden; transition: transform .25s ease; }
.feature-card:hover { transform: translateY(-7px); }
.feature-pink { background: #ff5da3; }
.feature-yellow { background: var(--yellow); }
.feature-blue { background: var(--blue); }
.feature-number { position: absolute; right: 26px; top: 23px; font: 700 .8rem/1 "Manrope", sans-serif; }
.feature-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-top: 38px; border-radius: 21px; color: white; background: var(--ink); font-size: 1.45rem; box-shadow: 0 13px 25px rgba(16,11,24,.14); }
.feature-card h3 { margin-top: 64px; font-size: 1.62rem; line-height: 1.15; }
.feature-card p { margin: 18px 0 0; line-height: 1.65; color: rgba(16,11,24,.72); }

.experience { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.experience ul { list-style: none; margin: 35px 0 0; padding: 0; display: grid; gap: 14px; font-weight: 700; }
.experience li { display: flex; gap: 12px; align-items: center; }
.experience li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--pink); font-size: .75rem; }
.screen-gallery { min-height: 675px; display: flex; align-items: center; justify-content: center; position: relative; border-radius: 36px; background: var(--ink); overflow: hidden; }
.screen-gallery::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(255,63,142,.62), rgba(146,32,170,.12) 70%); filter: blur(2px); }
.screen { position: absolute; width: 270px; margin: 0; padding: 8px; border-radius: 38px; background: #070609; box-shadow: 0 24px 50px rgba(0,0,0,.42); }
.screen img { border-radius: 30px; }
.screen-back { left: 15%; transform: rotate(-8deg) translateY(22px); }
.screen-front { right: 14%; z-index: 2; transform: rotate(6deg) translateY(-12px); }

.download { width: min(calc(100% - 48px), var(--max)); border-radius: 38px; padding: 90px 24px; text-align: center; color: white; background: radial-gradient(circle at 50% -10%, #72218c 0, #241126 45%, var(--ink) 75%); position: relative; overflow: hidden; }
.download::before, .download::after { content: ""; position: absolute; width: 270px; height: 270px; border-radius: 50%; filter: blur(1px); }
.download::before { left: -120px; top: -95px; background: var(--pink); opacity: .42; }
.download::after { right: -125px; bottom: -100px; background: var(--blue); opacity: .25; }
.download > * { position: relative; z-index: 1; }
.download-icon { margin: 0 auto 30px; border-radius: 28px; box-shadow: 0 20px 45px rgba(0,0,0,.3); }
.download .eyebrow { justify-content: center; color: #d9cedc; }
.download h2 { max-width: 780px; margin: 0 auto; }
.download > p:not(.eyebrow) { max-width: 560px; margin: 25px auto 32px; color: #cfc6d3; font-size: 1.05rem; }
.play-button-light { background: white; color: var(--ink); margin: 0 auto; }

footer { width: min(calc(100% - 48px), var(--max)); min-height: 145px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; color: var(--muted); font-size: .88rem; }
.footer-brand { color: var(--ink); }
.footer-links { display: flex; gap: 26px; font-weight: 600; }
footer > p { text-align: right; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .proof { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-visual { min-height: 640px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .feature-card h3 { margin-top: 45px; }
  .experience { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 680px) {
  .site-header, .hero, .section, footer { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 76px; }
  .brand img { width: 38px; height: 38px; }
  .header-cta { padding: 8px 15px; font-size: .85rem; }
  .hero { min-height: auto; padding: 48px 0 70px; gap: 25px; }
  h1 { font-size: clamp(3.3rem, 17vw, 5.1rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .proof { gap: 0; }
  .proof div { padding-inline: 12px; }
  .proof strong { font-size: .92rem; }
  .proof span { font-size: .7rem; }
  .hero-visual { min-height: 545px; transform: scale(.88); margin-inline: -8%; }
  .ambient-one { width: 420px; height: 420px; }
  .phone { width: 254px; }
  .chip-one { left: 0; }
  .chip-two { right: 0; }
  .section { padding: 90px 0; }
  h2 { font-size: clamp(2.6rem, 13vw, 4.4rem); }
  .feature-grid { margin-top: 42px; }
  .feature-card { border-radius: 24px; }
  .screen-gallery { min-height: 560px; margin-inline: -4px; }
  .screen { width: 218px; }
  .screen-back { left: 5%; }
  .screen-front { right: 4%; }
  .download { width: calc(100% - 24px); padding: 70px 22px; border-radius: 30px; }
  footer { grid-template-columns: 1fr; justify-items: center; padding: 48px 0; gap: 22px; }
  footer > p { text-align: center; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
  *, *::before, *::after { transition: none !important; }
}
