:root {
  --bg: #041440;
  --bg-deep: #03102f;
  --panel: rgba(7, 29, 84, 0.82);
  --panel-soft: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f6f7fb;
  --muted: #c9d4ff;
  --accent: #ff8f00;
  --accent-strong: #ff6200;
  --accent-soft: #ffb300;
  --market: #ffc947;
  --shadow: 0 24px 60px rgba(1, 10, 35, 0.45);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(38, 104, 255, 0.42), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(255, 115, 0, 0.22), transparent 28%),
    linear-gradient(180deg, #0a2d86 0%, #051841 38%, #03102f 100%);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

.page-glow {
  position: fixed;
  inset: auto;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.34;
  pointer-events: none;
  z-index: -1;
}

.page-glow--left {
  top: -8rem;
  left: -8rem;
  background: rgba(0, 143, 255, 0.4);
}

.page-glow--right {
  right: -10rem;
  top: 24rem;
  background: rgba(255, 128, 0, 0.26);
}

.site-header,
.section,
.promo-strip__inner,
.site-footer {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.4rem;
  margin-top: 1rem;
  background: rgba(4, 18, 55, 0.72);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(3, 10, 28, 0.3);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.92;
  text-transform: uppercase;
  font-family: "Arial Black", "Impact", sans-serif;
}

.brand__top {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}

.brand__bottom {
  font-size: 1.8rem;
  color: var(--accent-soft);
  text-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.95rem 1.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-soft), var(--accent-strong));
  color: #09152f;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(255, 114, 0, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 34px rgba(255, 114, 0, 0.34);
  filter: saturate(1.08);
}

.button--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: 5.5rem 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
  padding-top: 4.25rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent-soft);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1,
.section-heading h2,
.opening-card h2 {
  margin: 0;
  font-family: "Arial Black", "Impact", sans-serif;
  text-transform: uppercase;
  line-height: 0.95;
}

.hero h1 {
  font-size: clamp(3.2rem, 8vw, 6.7rem);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.hero h1 span {
  display: block;
  margin-top: 0.7rem;
  font-size: clamp(1.5rem, 3.4vw, 2.45rem);
  color: var(--accent-soft);
}

.hero__lead,
.section-heading p,
.feature-card p,
.category-card p,
.spotlight p,
.contact-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.6;
}

.hero__lead {
  max-width: 42rem;
  margin: 1.3rem 0 0;
  font-size: 1.07rem;
}

.marketplaces {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.pill--ozon {
  background: linear-gradient(135deg, #2a8fff, #1954f4);
}

.pill--wildberries {
  background: linear-gradient(135deg, #d02dff, #7b10d9);
}

.pill--market {
  background: linear-gradient(135deg, #fff0ce, #ffe29a);
  color: #331f02;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.4rem;
}

.stat-card,
.feature-card,
.category-card,
.contact-card,
.opening-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 1.2rem 1.15rem;
}

.stat-card strong {
  display: block;
  font-size: 1.4rem;
  color: var(--accent-soft);
}

.stat-card span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.45;
}

.hero__art {
  position: relative;
  min-height: 44rem;
}

.poster-frame {
  position: absolute;
  inset: 1rem 0 auto auto;
  width: min(100%, 30rem);
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 163, 34, 0.16), rgba(11, 30, 82, 0.88));
  border-radius: 2rem;
  border: 1px solid rgba(255, 196, 77, 0.28);
  transform: rotate(5deg);
}

.poster-frame::before {
  content: "";
  position: absolute;
  inset: -1.2rem 2rem auto;
  height: 2rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 179, 0, 0.5), transparent 72%);
  filter: blur(10px);
}

.poster-frame img {
  width: 100%;
  border-radius: 1.2rem;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.45);
}

.poster-frame__badge {
  position: absolute;
  left: -1rem;
  top: 1.5rem;
  padding: 0.85rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ffc62d, #ff6d00);
  color: #09152f;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 18px 28px rgba(255, 120, 0, 0.28);
}

.floating-note {
  position: absolute;
  max-width: 14rem;
  padding: 1.1rem 1.15rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.floating-note strong {
  display: block;
  margin-bottom: 0.4rem;
}

.floating-note span {
  color: var(--muted);
  line-height: 1.45;
}

.floating-note--top {
  left: 0;
  top: 5rem;
}

.floating-note--bottom {
  left: 2rem;
  bottom: 2rem;
}

.promo-strip {
  padding: 1rem 0 0;
}

.promo-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(90deg, rgba(255, 102, 0, 0.95), rgba(255, 165, 0, 0.95));
  border-radius: 999px;
  color: #10204b;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2.2rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.benefits-grid,
.categories-grid,
.contacts-grid {
  display: grid;
  gap: 1.2rem;
}

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

.feature-card,
.contact-card {
  padding: 1.6rem;
}

.feature-card__icon,
.contact-card__icon {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 192, 59, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 190, 54, 0.35);
}

.feature-card__icon svg,
.contact-card__icon svg {
  width: 2rem;
  height: 2rem;
  stroke: var(--accent-soft);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.feature-card h3,
.category-card h3,
.contact-card h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1.2rem;
}

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

.category-card {
  padding: 1.45rem;
  overflow: hidden;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: auto -1.2rem -1.6rem auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 157, 0, 0.26), transparent 72%);
}

.category-card__emoji {
  font-size: 2.3rem;
}

.spotlight {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.3rem;
  align-items: stretch;
}

.spotlight__telegram {
  padding: 2.4rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(150deg, rgba(255, 102, 0, 0.98), rgba(255, 132, 0, 0.84)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  color: #fff5e7;
  box-shadow: var(--shadow);
}

.spotlight__telegram p {
  color: rgba(255, 246, 227, 0.9);
}

.spotlight__opening {
  display: flex;
}

.opening-card {
  width: 100%;
  padding: 2.3rem;
}

.opening-card__date {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 175, 44, 0.16);
  color: var(--accent-soft);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.opening-card__list {
  margin: 1.4rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

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

.contact-card__accent {
  color: var(--accent-soft);
  font-weight: 800;
}

.contact-card__muted {
  color: var(--muted);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0 2.4rem;
}

.site-footer p {
  margin: 0;
}

.reveal,
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

@media (max-width: 1120px) {
  .hero,
  .spotlight,
  .benefits-grid,
  .categories-grid,
  .contacts-grid,
  .promo-strip__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    gap: 2rem;
  }

  .hero__art {
    min-height: 36rem;
  }

  .poster-frame {
    width: min(100%, 24rem);
  }
}

@media (max-width: 840px) {
  .site-header {
    flex-wrap: wrap;
    border-radius: 1.4rem;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    font-size: 0.96rem;
  }

  .hero,
  .spotlight {
    grid-template-columns: 1fr;
  }

  .hero__art {
    min-height: auto;
    padding-top: 0.5rem;
  }

  .poster-frame {
    position: relative;
    inset: auto;
    width: min(100%, 18rem);
    margin: 0 auto;
    transform: rotate(3deg);
  }

  .floating-note {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1rem;
  }

  .promo-strip__inner,
  .benefits-grid,
  .categories-grid,
  .contacts-grid,
  .hero__stats {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}

@media (max-width: 560px) {
  .site-header,
  .section,
  .promo-strip__inner,
  .site-footer {
    width: min(100% - 1rem, 1160px);
  }

  .site-header {
    padding: 0.9rem 1rem;
  }

  .brand__top {
    font-size: 1rem;
  }

  .brand__bottom {
    font-size: 1.45rem;
  }

  .hero {
    padding-top: 2.5rem;
  }

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

  .hero h1 span {
    font-size: clamp(1rem, 6vw, 1.45rem);
  }

  .section {
    padding: 4rem 0;
  }

  .spotlight__telegram,
  .opening-card,
  .feature-card,
  .category-card,
  .contact-card {
    padding: 1.3rem;
  }

  .promo-strip__inner {
    border-radius: 1.4rem;
  }
}
