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

:root {
  --bg: #050712;
  --bg-soft: #0b0f1d;
  --surface: rgba(12, 16, 31, 0.72);
  --surface-strong: rgba(17, 21, 38, 0.86);
  --line: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --muted-soft: rgba(255, 255, 255, 0.54);
  --purple: #8a55ff;
  --purple-2: #b26cff;
  --radius: 22px;
  --container: 1708px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

.page {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 76% 34%, rgba(101, 58, 210, 0.22), transparent 26%),
    radial-gradient(circle at 41% 49%, rgba(160, 78, 255, 0.16), transparent 22%),
    linear-gradient(90deg, #02050f 0%, #050817 52%, #070814 100%);
}

.page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(2, 5, 15, 0.9), rgba(2, 5, 15, 0.55) 45%, rgba(2, 5, 15, 0.86)),
    url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.52;
}

.page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(2, 5, 15, 0.16), rgba(2, 5, 15, 0.94) 82%),
    radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.08), transparent 22%);
}

.container {
  width: min(100% - 112px, var(--container));
  margin-inline: auto;
}

.topbar {
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.brand img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
}

.nav a {
  position: relative;
  padding: 12px 0 18px;
}

.nav a.active {
  color: var(--purple-2);
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--purple), var(--purple-2));
}

.button {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.72);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 64px;
  border-radius: 10px;
  padding: 0 34px;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.26)),
    linear-gradient(135deg, #7f49f4 0%, #8f4cff 48%, #6f31e9 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 -2px 0 rgba(12, 6, 32, 0.62),
    0 0 0 1px rgba(26, 12, 61, 0.65),
    0 16px 40px rgba(118, 68, 242, 0.34);
}

.button::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.22));
}

.button > * {
  position: relative;
  z-index: 1;
}

.button.secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.28)),
    rgba(10, 14, 28, 0.62);
  border-color: rgba(0, 0, 0, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(18, 21, 38, 0.75);
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 28px;
  padding-top: 8px;
}

.hero-copy {
  max-width: 700px;
  position: relative;
  z-index: 3;
}

.hero h1 {
  margin: 14px 0 0;
  font-size: clamp(58px, 5.5vw, 92px);
  line-height: 1.11;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.hero h1 span {
  color: var(--purple);
  text-shadow: 0 0 34px rgba(138, 85, 255, 0.28);
}

.hero p {
  margin: 32px 0 0;
  max-width: 610px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 23px;
  line-height: 1.55;
}

.hero-actions {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.devices {
  margin-top: 48px;
}

.devices p {
  margin: 0 0 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.68);
}

.device-icons {
  display: flex;
  gap: 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 30px;
}

.hero-visual {
  min-height: 675px;
  position: relative;
}

.listener {
  position: absolute;
  left: -90px;
  bottom: 5px;
  width: 630px;
  height: 610px;
  background:
    linear-gradient(90deg, rgba(5, 7, 18, 0.12), rgba(5, 7, 18, 0.08)),
    url("../images/listener.jpg");
  background-size: cover;
  background-position: center;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 72%, transparent 98%);
  opacity: 0.72;
  filter: saturate(0.94) contrast(1.08);
}

.spectrum {
  position: absolute;
  right: -36px;
  bottom: 124px;
  width: 560px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  opacity: 0.88;
}

.spectrum span {
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8e4cff, #4828dd);
  box-shadow: 0 0 24px rgba(126, 72, 255, 0.74);
}

.phone {
  position: absolute;
  width: 348px;
  height: 636px;
  border-radius: 44px;
  border: 4px solid #25262b;
  background:
    radial-gradient(circle at 72% 20%, rgba(142, 76, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #080b17, #03040a);
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 58px rgba(0, 0, 0, 0.56);
  padding: 28px 22px 18px;
}

.phone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 4;
  width: 118px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: #03040a;
}

.phone.primary {
  right: 460px;
  top: 0;
  z-index: 3;
  transform: rotate(-3deg);
}

.phone.secondary {
  right: 130px;
  top: 70px;
  z-index: 2;
  transform: rotate(8deg);
}

.phone-status,
.app-brand,
.app-row-title,
.player-title,
.player-controls,
.player-bottom,
.tabbar {
  display: flex;
  align-items: center;
}

.phone-status {
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.phone-status span:last-child {
  display: flex;
  gap: 6px;
  font-size: 11px;
}

.app-brand {
  justify-content: space-between;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 800;
}

.app-brand img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.app-brand span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.app-brand i,
.app-row-title a {
  color: #c89cff;
}

.app-greeting {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
}

.app-question {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.88);
}

.app-search {
  height: 38px;
  margin-top: 12px;
  border-radius: 10px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.1)),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(0, 0, 0, 0.65);
}

.feature-card strong,
.feature-card span,
.mini-grid strong,
.mini-grid span,
.player-title strong,
.player-title span {
  display: block;
}

.feature-card strong {
  font-size: 18px;
}

.feature-card span {
  margin-top: 2px;
  max-width: 130px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.2;
}

.feature-card button,
.player-controls button {
  border: 0;
  display: grid;
  place-items: center;
  color: #080b17;
  background: #b875ff;
  cursor: pointer;
}

.feature-card button {
  width: 32px;
  height: 32px;
  border-radius: 999px;
}

.app-row-title {
  justify-content: space-between;
  margin-top: 17px;
  font-size: 12px;
  font-weight: 700;
}

.mini-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.mini-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  object-fit: cover;
  border-radius: 8px;
}

.mini-grid strong {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.15;
}

.mini-grid span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
}

.mini-player {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 54px;
  height: 48px;
  display: grid;
  grid-template-columns: 40px 1fr 24px 24px;
  align-items: center;
  gap: 10px;
  padding: 4px 12px 4px 4px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(0, 0, 0, 0.18)),
    rgba(16, 20, 36, 0.94);
  border: 1px solid rgba(0, 0, 0, 0.7);
}

.mini-player img {
  width: 40px;
  height: 40px;
  border-radius: 7px;
  object-fit: cover;
}

.mini-player strong,
.mini-player small {
  display: block;
}

.mini-player strong {
  font-size: 10px;
}

.mini-player small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
}

.mini-player i {
  color: #b875ff;
  font-size: 14px;
}

.tabbar {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.player-mode {
  position: relative;
  z-index: 5;
  margin-top: 18px;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  align-items: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.player-cover {
  width: 100%;
  height: 250px;
  margin-top: 18px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.player-title {
  position: relative;
  margin-top: 21px;
  display: block;
}

.player-title strong {
  font-size: 23px;
}

.player-title span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.player-title i {
  position: absolute;
  right: 0;
  top: 8px;
  color: #fff;
}

.progress {
  position: relative;
  margin-top: 24px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: #b875ff;
}

.player-times {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.player-controls {
  justify-content: space-between;
  margin-top: 30px;
  color: #fff;
  font-size: 20px;
}

.player-controls button {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  color: #111;
  background:
    linear-gradient(180deg, #fff, #e9e8ee);
  border: 1px solid rgba(0, 0, 0, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 0 rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.player-bottom {
  justify-content: space-around;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
}

.value-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  min-height: 106px;
  border: 1px solid rgba(0, 0, 0, 0.78);
  border-radius: 12px;
  margin-top: -8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(0, 0, 0, 0.06) 38%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(90deg, rgba(18, 22, 38, 0.86), rgba(9, 13, 28, 0.9));
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.028),
    inset 0 -1px 0 rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(18, 22, 38, 0.7),
    0 18px 34px rgba(0, 0, 0, 0.16);
}

.value-strip::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), transparent 48%),
    radial-gradient(circle at 18% 0%, rgba(139, 85, 255, 0.12), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(139, 85, 255, 0.09), transparent 30%);
}

.stat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 40px;
  border-right: 0;
}

.stat::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 22px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.64), transparent);
}

.stat:last-child::after {
  display: none;
}

.stat-icon {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  flex: 0 0 auto;
  font-size: 27px;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(145deg, #7b48f2 0%, #4b2794 62%, #2d1858 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 18px rgba(0, 0, 0, 0.18);
}

.stat strong {
  display: block;
  font-size: 16px;
  line-height: 1.1;
}

.stat span {
  display: block;
  max-width: 220px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.35;
}

.coming {
  margin-top: 16px;
  margin-bottom: 22px;
  min-height: 144px;
  display: grid;
  grid-template-columns: 430px 1fr 520px 300px;
  align-items: center;
  gap: 28px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.78);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(0, 0, 0, 0.06) 38%, rgba(0, 0, 0, 0.3) 100%),
    rgba(10, 14, 28, 0.82);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.028),
    inset 0 -1px 0 rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(18, 22, 38, 0.7),
    0 18px 34px rgba(0, 0, 0, 0.14);
}

.coming::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: 11px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 48%),
    radial-gradient(circle at 78% 100%, rgba(139, 85, 255, 0.1), transparent 28%);
}

.coming-media {
  position: relative;
  align-self: stretch;
  min-height: 144px;
  background:
    linear-gradient(90deg, rgba(5, 7, 18, 0.2), rgba(5, 7, 18, 0.15)),
    url("../images/concert-bg.jpg");
  background-size: cover;
  background-position: center;
}

.coming-copy {
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.eyebrow {
  color: var(--purple-2);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}

.hero-eyebrow {
  font-size: 17px;
}

.coming h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.1;
}

.coming p {
  max-width: 410px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.countdown {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.72);
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.26)),
    rgba(7, 10, 22, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    inset 0 -1px 0 rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(18, 22, 38, 0.62);
}

.countdown div {
  position: relative;
  text-align: center;
  padding: 18px 26px;
  border-right: 0;
}

.countdown div::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62), transparent);
}

.countdown div:last-child::after {
  display: none;
}

.countdown strong {
  display: block;
  color: var(--purple);
  font-size: 34px;
}

.countdown span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coming-action {
  position: relative;
  z-index: 1;
  padding-right: 34px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  .container {
    width: min(100% - 64px, var(--container));
  }

  .topbar {
    gap: 24px;
  }

  .brand img {
    width: 92px;
    height: 92px;
  }

  .brand strong {
    font-size: 28px;
  }

  .brand small {
    font-size: 15px;
  }

  .nav {
    gap: 28px;
    font-size: 16px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    align-items: start;
    padding-top: 18px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 640px;
    margin-top: 12px;
  }

  .phone.primary {
    left: 11%;
    right: auto;
    top: 6px;
  }

  .phone.secondary {
    right: 11%;
    top: 72px;
  }

  .value-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat:nth-child(2)::after {
    display: none;
  }

  .coming {
    grid-template-columns: 300px 1fr;
    padding-right: 28px;
  }

  .countdown {
    grid-column: 2;
  }

  .coming-action {
    grid-column: 2;
    justify-content: flex-start;
    padding: 0 0 26px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 36px, var(--container));
  }

  .topbar {
    height: auto;
    padding: 18px 0 8px;
    align-items: flex-start;
    gap: 16px;
  }

  .nav {
    display: none;
  }

  .brand img {
    width: 74px;
    height: 74px;
  }

  .brand strong {
    font-size: 24px;
  }

  .brand small {
    font-size: 13px;
  }

  .topbar > .button {
    min-height: 46px;
    padding: 0 14px;
    gap: 9px;
    font-size: 0;
    border-radius: 9px;
  }

  .topbar > .button i {
    font-size: 16px;
  }

  .hero {
    padding-top: 18px;
    display: block;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 58px);
    line-height: 1.08;
  }

  .hero p {
    margin-top: 22px;
    font-size: 18px;
    line-height: 1.5;
    max-width: 100%;
  }

  .hero-actions {
    margin-top: 30px;
    gap: 14px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    min-height: 56px;
    padding: 0 20px;
    font-size: 17px;
  }

  .devices {
    margin-top: 32px;
  }

  .device-icons {
    font-size: 26px;
  }

  .hero-visual {
    min-height: 620px;
    margin-top: 24px;
    overflow: hidden;
  }

  .listener {
    display: none;
  }

  .spectrum {
    right: -160px;
    bottom: 120px;
    width: 420px;
    opacity: 0.58;
  }

  .phone {
    width: 248px;
    height: 454px;
    border-radius: 34px;
    padding: 22px 16px 14px;
  }

  .phone::before {
    width: 90px;
    height: 20px;
    top: 8px;
  }

  .phone.primary {
    left: max(0px, calc(50% - 210px));
    top: 14px;
    transform: rotate(-4deg);
  }

  .phone.secondary {
    right: max(0px, calc(50% - 220px));
    top: 82px;
    transform: rotate(7deg);
  }

  .phone-status {
    font-size: 10px;
  }

  .app-brand {
    margin-top: 14px;
    font-size: 15px;
  }

  .app-brand img {
    width: 20px;
    height: 20px;
  }

  .app-greeting {
    margin-top: 12px;
    font-size: 11px;
  }

  .app-question {
    font-size: 12px;
  }

  .app-search {
    height: 30px;
    margin-top: 9px;
    font-size: 9px;
  }

  .app-row-title {
    margin-top: 11px;
    font-size: 9px;
  }

  .mini-grid {
    margin-top: 8px;
    gap: 8px;
  }

  .mini-grid strong {
    margin-top: 5px;
    font-size: 8px;
  }

  .mini-grid span {
    font-size: 7px;
  }

  .mini-player {
    left: 16px;
    right: 16px;
    bottom: 44px;
    height: 38px;
    grid-template-columns: 30px 1fr 18px 18px;
  }

  .mini-player img {
    width: 30px;
    height: 30px;
  }

  .tabbar {
    left: 18px;
    right: 18px;
    bottom: 15px;
    font-size: 12px;
  }

  .player-mode {
    margin-top: 12px;
    font-size: 9px;
  }

  .player-cover {
    height: 170px;
    margin-top: 14px;
  }

  .player-title {
    margin-top: 15px;
  }

  .player-title strong {
    font-size: 17px;
  }

  .player-title span {
    font-size: 11px;
  }

  .progress {
    margin-top: 18px;
  }

  .player-controls {
    margin-top: 22px;
    font-size: 15px;
  }

  .player-controls button {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .player-bottom {
    margin-top: 22px;
    font-size: 13px;
  }

  .value-strip,
  .coming,
  .countdown {
    grid-template-columns: 1fr;
  }

  .value-strip {
    margin-top: 0;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.64);
    padding: 22px 24px;
  }

  .stat::after {
    display: none;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .coming {
    gap: 0;
    padding-right: 0;
  }

  .coming-media {
    min-height: 164px;
  }

  .coming-copy,
  .coming-action {
    padding: 30px;
  }

  .countdown {
    margin: 0 30px;
  }

  .countdown div {
    padding: 16px 18px;
  }

  .countdown div::after {
    display: none;
  }

  .coming-action .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .brand strong {
    font-size: 22px;
  }

  .brand small {
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(38px, 13.5vw, 52px);
    line-height: 1.1;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 585px;
    margin-inline: -14px;
  }

  .phone {
    width: 218px;
    height: 404px;
  }

  .phone.primary {
    left: calc(50% - 176px);
  }

  .phone.secondary {
    right: calc(50% - 176px);
    top: 96px;
  }

  .value-strip,
  .coming {
    border-radius: 10px;
  }

  .stat {
    gap: 16px;
  }

  .stat-icon {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .coming h2 {
    font-size: 22px;
  }
}
