@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora-ExtraBold.ttf") format("truetype");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #070b2e;
  --muted: #626782;
  --purple: #7b4dff;
  --purple-soft: #f4edff;
  --blue: #47b8ff;
  --green: #86de57;
  --yellow: #ffd84e;
  --pink: #ff7fae;
  --orange: #ff914d;
  --line: #ece7f8;
  --shadow: 0 22px 60px rgba(41, 30, 91, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Sora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 17% 36%, rgba(255, 127, 174, 0.12), transparent 25%),
    radial-gradient(circle at 82% 12%, rgba(123, 77, 255, 0.09), transparent 25%),
    #fffdfa;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 22px 26px 4px;
  background: rgba(255, 253, 250, 0.84);
  backdrop-filter: blur(18px);
}

.nav-shell,
.section-pad {
  width: min(1180px, calc(100% - 52px));
  margin: 0 auto;
}

.nav-shell {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  width: clamp(122px, 13vw, 172px);
  display: inline-flex;
}

.brand img,
.store-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 3.2vw, 46px);
  color: #13173b;
  font-size: 0.9rem;
  font-weight: 900;
}

.nav-links a {
  white-space: nowrap;
  padding: 10px 0;
}

.page-shell {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 650px;
  padding: 56px 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: 72px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 590px;
  padding-left: 52px;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.45rem, 2.85vw, 3.15rem);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
}

.headline-line {
  display: block;
  white-space: nowrap;
}

.headline-num {
  color: var(--purple);
}

.hero p {
  max-width: 420px;
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.65vw, 1.32rem);
  line-height: 1.45;
  font-weight: 750;
}

.store-badge {
  display: inline-flex;
  width: clamp(224px, 20vw, 300px);
  transition: transform 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 22px;
}

.cta-mascot {
  width: clamp(94px, 9.2vw, 130px);
  flex: 0 0 auto;
  filter: drop-shadow(0 16px 18px rgba(61, 43, 112, 0.15));
}

.spark {
  position: absolute;
  width: 18px;
  aspect-ratio: 1;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
  opacity: 0.92;
}

.spark-purple { background: #b99cff; }
.spark-yellow { background: var(--yellow); }
.spark-pink { background: #ff9bc1; }
.spark-green { background: #a5e875; }
.spark-blue { background: #91d8ff; }
.spark-a { left: 23%; top: 128px; }
.spark-b { left: 34%; top: 122px; width: 20px; }
.spark-c { right: 8%; top: 164px; width: 15px; }
.spark-d { left: 46%; bottom: 184px; width: 17px; }
.spark-e { right: 13%; top: 92px; width: 15px; }
.spark-f { left: 9%; top: 238px; width: 14px; }
.spark-g { left: 28%; bottom: 110px; width: 13px; }
.spark-h { left: 51%; top: 90px; width: 14px; }
.spark-i { right: 31%; bottom: 92px; width: 15px; }
.spark-j { right: 23%; top: 192px; width: 13px; }
.spark-k { left: 16%; bottom: 220px; width: 12px; }
.spark-l { right: 7%; bottom: 196px; width: 14px; }

.phone-stage {
  position: relative;
  z-index: 4;
  justify-self: center;
  width: min(405px, 100%);
}

.screenshot-crop {
  height: 640px;
  overflow: visible;
  transform: rotate(8deg) translateY(10px);
}

.app-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 54px;
  box-shadow: none;
  filter:
    drop-shadow(0 26px 42px rgba(14, 15, 45, 0.18))
    drop-shadow(0 10px 18px rgba(123, 77, 255, 0.1));
}

.panel {
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 85%, rgba(255, 127, 174, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(248, 242, 255, 0.94), rgba(255, 255, 255, 0.92));
  box-shadow: var(--shadow);
}

.love {
  position: relative;
  z-index: 8;
  margin-top: -12px;
  padding: 42px 34px 30px;
}

h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 900;
}

.section-subtitle,
.collection > p {
  margin: 10px 0 0;
  text-align: center;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 750;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.feature-card {
  position: relative;
  min-height: 250px;
  padding: 28px 22px 136px;
  overflow: hidden;
  border: 1px solid rgba(238, 232, 250, 0.82);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(33, 26, 79, 0.07);
}

.feature-card img {
  position: absolute;
  left: 22px;
  bottom: -8px;
  width: 140px;
  filter: drop-shadow(0 13px 16px rgba(50, 38, 96, 0.14));
}

.feature-card h3,
.play-grid h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.1;
  font-weight: 900;
}

.purple h3 { color: var(--purple); }
.blue h3 { color: #188ee5; }
.green h3 { color: #42a72e; }
.yellow h3 { color: #d99300; }

.feature-card p,
.play-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.36;
  font-weight: 750;
}

.play {
  padding: 34px 0 30px;
}

.section-title-row {
  display: grid;
  grid-template-columns: minmax(40px, 120px) auto minmax(40px, 120px);
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.section-title-row span {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #cdb9ff, transparent);
}

.play-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 24px;
}

.play-grid article {
  display: grid;
  grid-template-columns: 108px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 128px;
}

.play-grid article + article {
  border-left: 1px solid #e8e2f4;
  padding-left: 24px;
}

.play-grid img {
  width: 112px;
  filter: drop-shadow(0 12px 14px rgba(58, 43, 105, 0.14));
}

.play-grid h3 {
  margin-top: 0;
}

.collection {
  position: relative;
  padding: 34px 30px 28px;
}

.warm-panel {
  background:
    radial-gradient(circle at 6% 8%, rgba(123, 77, 255, 0.1), transparent 20%),
    radial-gradient(circle at 93% 18%, rgba(255, 216, 78, 0.16), transparent 20%),
    linear-gradient(180deg, #fff8f2, #fffdf9);
}

.mini-spark {
  top: 38px;
}

.mini-spark:first-child {
  left: 64px;
}

.mini-spark:nth-child(2) {
  right: 64px;
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(88px, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.pack {
  min-height: 108px;
  padding: 13px 9px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 12px 23px rgba(43, 35, 91, 0.13);
}

.pack span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 44px;
  padding: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 0.9rem;
}

.pack span img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.pack span img.pack-icon-top {
  transform: translateY(-7px);
}

.pack span img.pack-icon-new {
  transform: translateY(-6px);
}

.violet { background: linear-gradient(145deg, #8b5cff, #6942dc); }
.red { background: linear-gradient(145deg, #ff4b62, #ca1738); }
.orange { background: linear-gradient(145deg, #ff9b3d, #d75f00); }
.emerald { background: linear-gradient(145deg, #68c45a, #2e8d43); }
.navy { background: linear-gradient(145deg, #4a4477, #171a3b); }
.pink { background: linear-gradient(145deg, #ff86b2, #d9518e); }
.gold { background: linear-gradient(145deg, #ffd24a, #d79500); }
.magic { background: linear-gradient(145deg, #9b63ff, #5d2ecf); }
.cyan { background: linear-gradient(145deg, #4fc8ff, #1480dc); }
.placeholder {
  color: #827591;
  background: linear-gradient(145deg, #f2eef8, #fff);
  border: 2px dashed #d7cfe7;
  box-shadow: none;
}

.placeholder span {
  color: #8c7fa4;
  background: #fff;
}

.mobile-more {
  display: none;
}

.site-footer {
  position: relative;
  min-height: 220px;
  margin-top: 46px;
  margin-bottom: 28px;
  padding: 0 30px 12px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: center;
  gap: clamp(28px, 6vw, 90px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 34%, rgba(134, 222, 87, 0.25), transparent 20%),
    radial-gradient(circle at 82% 43%, rgba(255, 127, 174, 0.21), transparent 22%),
    #080d38;
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 10px;
  transform: translateY(-30px);
}

.footer-logo {
  display: block;
  width: min(390px, 58vw);
  height: auto;
}

.footer-brand p {
  margin: 0 0 4px;
  color: #c9ccff;
  font-size: clamp(1.02rem, 2vw, 1.28rem);
  font-weight: 850;
}

.footer-badge {
  width: clamp(252px, 20vw, 310px);
}

.footer-timer-mascot {
  display: block;
  width: clamp(145px, 16vw, 218px);
  align-self: end;
  margin-bottom: 0;
  transform: translateY(-20px);
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.24));
}

.site-copyright.section-pad {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: -4px auto 34px;
  padding: 0 20px;
  color: #6f728a;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.policy-page {
  padding: 64px 0 86px;
}

.policy-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid #eee9f7;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.policy-panel h1 {
  margin: 0 0 10px;
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.policy-date {
  margin: 0 0 32px;
  color: var(--purple);
  font-weight: 800;
}

.policy-panel h2 {
  margin: 34px 0 12px;
  text-align: left;
  font-size: clamp(1.32rem, 2.2vw, 1.8rem);
}

.policy-panel p,
.policy-panel li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  font-weight: 650;
}

.policy-panel p {
  margin: 0 0 14px;
}

.policy-panel ul {
  margin: 0 0 18px;
  padding-left: 1.25rem;
}

.policy-panel a {
  color: var(--purple);
  font-weight: 800;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .hero-copy {
    max-width: none;
    padding-left: 0;
  }

  .hero p {
    margin-inline: auto;
  }

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

  .screenshot-crop {
    height: 540px;
  }

  .screenshot-crop {
    transform: rotate(3deg) translateY(0);
  }

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

  .play-grid {
    grid-template-columns: 1fr;
  }

  .play-grid article {
    grid-template-columns: 96px 1fr;
    max-width: 520px;
    margin-inline: auto;
  }

  .play-grid article + article {
    border-left: 0;
    padding-left: 0;
  }

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

  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 360px;
    padding-top: 0;
  }

  .footer-brand {
    transform: translateY(-18px);
  }

  .footer-timer-mascot {
    width: clamp(138px, 32vw, 190px);
    margin-bottom: -28px;
    transform: translateY(-22px);
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px 4px;
  }

  .nav-shell,
  .section-pad {
    width: min(100% - 28px, 1180px);
  }

  .nav-shell {
    align-items: center;
    gap: 12px;
    overflow: hidden;
  }

  .brand {
    width: 98px;
    flex: 0 0 auto;
  }

  .nav-links {
    min-width: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    font-size: 0.76rem;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .hero {
    padding-top: 34px;
  }

  .hero h1 {
    font-size: clamp(2rem, 9.2vw, 3rem);
  }

  .hero-cta {
    gap: 14px;
  }

  .cta-mascot {
    width: clamp(76px, 23vw, 102px);
  }

  .screenshot-crop {
    height: 450px;
  }

  .phone-stage {
    width: min(292px, 84vw);
  }

  .app-screenshot {
    border-radius: 44px;
  }

  .love,
  .collection {
    padding-inline: 18px;
    border-radius: 24px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .feature-card {
    min-height: 190px;
    padding: 18px 14px 92px;
    border-radius: 18px;
  }

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

  .feature-card p {
    font-size: 0.74rem;
    line-height: 1.26;
  }

  .feature-card img {
    left: 50%;
    bottom: -6px;
    width: 96px;
    transform: translateX(-50%);
  }

  .play-grid {
    width: min(320px, 100%);
    margin-inline: auto;
    gap: 22px;
  }

  .play-grid article {
    width: 320px;
    max-width: 100%;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    min-height: 116px;
    margin-inline: 0;
  }

  .play-grid img {
    width: 92px;
    justify-self: center;
  }

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

  .mobile-more {
    display: flex;
  }

  .mini-spark {
    top: 8px;
    width: 14px;
  }

  .mini-spark:first-child {
    left: 28px;
  }

  .mini-spark:nth-child(2) {
    right: 28px;
  }

  .site-footer {
    min-height: 250px;
    padding: 0 22px 24px;
  }

  .footer-brand {
    gap: 4px;
    transform: none;
  }

  .footer-logo {
    width: min(390px, 86vw);
  }

  .footer-brand p {
    margin-top: -2px;
    margin-bottom: 12px;
    font-size: 0.9rem;
  }

  .footer-badge {
    width: min(300px, 74vw);
  }

  .footer-timer-mascot {
    display: none;
  }

  .site-copyright {
    margin-bottom: 26px;
    font-size: 0.66rem;
    line-height: 1.35;
  }

}
