:root {
  --bg: #07090d;
  --bg-2: #0f131a;
  --panel: rgba(16, 20, 28, 0.8);
  --panel-strong: rgba(9, 12, 17, 0.92);
  --line: rgba(255, 255, 255, 0.1);
  --ink: #f5f7fb;
  --muted: #a8b2c3;
  --accent: #ffd84d;
  --accent-2: #ff4da3;
  --accent-3: #76e8ff;
  --accent-4: #ff6a3d;
  --good: #85f4a5;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 77, 163, 0.34), transparent 22%),
    radial-gradient(circle at 58% 6%, rgba(255, 216, 77, 0.34), transparent 22%),
    radial-gradient(circle at 86% 12%, rgba(118, 232, 255, 0.24), transparent 20%),
    radial-gradient(circle at 84% 88%, rgba(255, 106, 61, 0.18), transparent 18%),
    linear-gradient(180deg, #050608 0%, #090c11 32%, #050709 100%);
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.hidden {
  display: none !important;
}

.texture {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  mix-blend-mode: screen;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='%23ffffff' fill-opacity='0.2'%3E%3Ccircle cx='16' cy='18' r='1'/%3E%3Ccircle cx='68' cy='24' r='1'/%3E%3Ccircle cx='134' cy='20' r='1'/%3E%3Ccircle cx='38' cy='74' r='1'/%3E%3Ccircle cx='88' cy='82' r='1'/%3E%3Ccircle cx='152' cy='96' r='1'/%3E%3Ccircle cx='22' cy='146' r='1'/%3E%3Ccircle cx='106' cy='148' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

.color-bloom {
  position: fixed;
  inset: auto;
  pointer-events: none;
  filter: blur(18px);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.color-bloom--pink {
  width: 260px;
  height: 260px;
  left: -80px;
  top: 16%;
  background: radial-gradient(circle, rgba(255, 77, 163, 0.42), transparent 68%);
}

.color-bloom--gold {
  width: 340px;
  height: 340px;
  right: 6%;
  top: 4%;
  background: radial-gradient(circle, rgba(255, 216, 77, 0.4), transparent 62%);
}

.color-bloom--blue {
  width: 280px;
  height: 280px;
  right: 10%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(118, 232, 255, 0.28), transparent 64%);
}

.announcement,
.site-nav,
.ticker,
.site-shell,
.site-footer {
  position: relative;
  z-index: 1;
}

.announcement {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 4vw;
  background: linear-gradient(90deg, #0b0d11, #11151d 42%, #0b0d11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8e8d5;
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
}

.site-nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 4vw;
  backdrop-filter: blur(18px);
  background: rgba(7, 9, 13, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand,
.section-heading h2,
.hero h1,
.poster-top h2,
.collection-card h3,
.benefit-card h3,
.step-card h3,
.faq-card h3,
.aside-card h3,
.cta-banner h2,
.cart-panel h3 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  margin: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
}

.brand img {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 0 14px rgba(255, 84, 132, 0.35));
}

.brand span {
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(245, 247, 251, 0.88);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.7rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.button:hover,
.button:focus-visible,
.collection-card:hover,
.collection-card:focus-visible {
  transform: translateY(-2px);
}

.button--accent {
  color: #111318;
  background: linear-gradient(135deg, var(--accent), var(--accent-2) 56%, var(--accent-4));
  box-shadow: 0 18px 34px rgba(255, 77, 163, 0.22);
}

.button--ghost {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: rgba(255, 216, 77, 0.34);
  background: rgba(255, 255, 255, 0.07);
}

#cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

.ticker {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, #ffcf4a, #ff4da3 48%, #ff6a3d);
}

.ticker-track {
  display: flex;
  gap: 0.75rem;
  width: max-content;
  padding: 0.7rem 0;
  animation: ticker 24s linear infinite;
}

.ticker-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 17, 24, 0.16);
  background: rgba(15, 17, 24, 0.18);
  color: #0c0f14;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-shell {
  width: min(1280px, 92vw);
  margin: 0 auto;
  padding: 1.5rem 0 3rem;
  display: grid;
  gap: 2rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 1rem;
}

.hero-copy,
.hero-poster,
.trust-row article,
.collection-card,
.benefit-card,
.step-card,
.faq-card,
.aside-card,
.cart-panel,
.product-card {
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 2vw, 2.2rem);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 77, 163, 0.12), transparent 35%),
    linear-gradient(225deg, rgba(255, 216, 77, 0.12), transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(118, 232, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(16, 19, 26, 0.98), rgba(8, 10, 14, 0.98));
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -18px auto auto -20px;
  width: 280px;
  height: 280px;
  border-radius: 42% 58% 52% 48% / 48% 39% 61% 52%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 216, 77, 0.5), transparent 30%),
    radial-gradient(circle at 62% 24%, rgba(255, 77, 163, 0.55), transparent 25%),
    radial-gradient(circle at 50% 72%, rgba(118, 232, 255, 0.35), transparent 28%);
  filter: blur(18px);
  opacity: 0.72;
  transform: rotate(-8deg);
}

.hero-copy::after {
  content: "94";
  position: absolute;
  right: -0.1rem;
  bottom: -0.85rem;
  font-size: clamp(7rem, 16vw, 12rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.hero-stamp {
  position: absolute;
  margin: 0;
  padding: 0.45rem 0.8rem;
  background: #06070a;
  border: 2px solid rgba(255, 216, 77, 0.9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 800;
  z-index: 1;
}

.hero-stamp--left {
  top: 1rem;
  left: 1rem;
  transform: rotate(-4deg);
  color: #f6f6f0;
}

.hero-stamp--right {
  top: 1rem;
  right: 1rem;
  transform: rotate(5deg);
  color: var(--accent);
}

.eyebrow {
  margin: 0;
  font-family: "Permanent Marker", cursive;
  font-size: 0.98rem;
  color: var(--accent-2);
}

.hero h1 {
  font-size: clamp(3.2rem, 8.2vw, 7rem);
  line-height: 0.82;
  margin: 0.45rem 0 1rem;
  max-width: 8ch;
  text-shadow:
    0 0 20px rgba(255, 77, 163, 0.24),
    0 0 32px rgba(255, 216, 77, 0.14);
}

.hero-text,
.section-copy,
.poster-top p,
.trust-row p,
.collection-card p,
.benefit-card p,
.step-card p,
.faq-card p,
.aside-card p,
.product-meta,
.cart-item p,
.site-footer p {
  color: var(--muted);
}

.hero-text {
  max-width: 58ch;
  margin: 0;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.35rem;
  position: relative;
  z-index: 1;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}

.hero-metrics article,
.poster-grid article,
.trust-row article,
.collection-card,
.benefit-card,
.step-card,
.faq-card,
.aside-card,
.cart-item,
.product-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
}

.hero-metrics article {
  display: grid;
  gap: 0.1rem;
  padding: 0.95rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-metrics strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.hero-metrics span {
  font-size: 0.76rem;
  color: rgba(245, 247, 251, 0.78);
}

.hero-poster {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 25% 16%, rgba(118, 232, 255, 0.16), transparent 25%),
    radial-gradient(circle at 82% 14%, rgba(255, 77, 163, 0.14), transparent 24%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(17, 21, 29, 0.96), rgba(8, 10, 15, 0.96));
}

.poster-top h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.9;
  margin: 0.2rem 0 0.7rem;
}

.poster-kicker {
  margin: 0;
  font-family: "Permanent Marker", cursive;
  color: var(--accent);
  font-size: 0.95rem;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.poster-grid article {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 1rem;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.poster-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 55%);
}

.poster-grid span,
.collection-footer strong,
.benefit-index,
.step-card span,
.product-price {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
}

.poster-grid span {
  font-size: 1.95rem;
}

.poster-grid strong {
  font-size: 1rem;
  line-height: 1.05;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.trust-row article {
  border-radius: 22px;
  padding: 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(7, 9, 13, 0.9);
  border-color: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.trust-row article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
}

.trust-row h3,
.benefit-card h3,
.step-card h3,
.faq-card h3,
.aside-card h3 {
  font-size: 1.75rem;
  margin: 0 0 0.35rem;
  line-height: 0.95;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}

.section-heading h2,
.cta-banner h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.92;
}

.section-copy {
  max-width: 44ch;
  margin: 0;
}

.collections-section,
.catalog-section,
.services-section,
.steps-section,
.faq-section {
  display: grid;
  gap: 1rem;
}

.collections-grid,
.collections-roller {
  display: flex;
  gap: 0.8rem;
}

.collections-roller {
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.collections-roller::-webkit-scrollbar {
  display: none;
}

.collection-card {
  position: relative;
  overflow: hidden;
  min-height: 246px;
  flex: 0 0 min(320px, 78vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 1.15rem;
  border-radius: 24px;
  width: 100%;
  text-align: left;
  appearance: none;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 239, 232, 0.94)),
    #f4eee4;
  color: #111318;
  border-color: rgba(10, 12, 16, 0.08);
  border-top: 10px solid var(--collection-main);
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 26%);
  pointer-events: none;
}

.collection-tag {
  margin: 0;
  align-self: flex-start;
  padding: 0.34rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 12, 16, 0.1);
  background: rgba(255, 255, 255, 0.92);
  color: #111318;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.collection-card h3 {
  font-size: 2.1rem;
  position: relative;
  z-index: 1;
}

.collection-card p {
  position: relative;
  z-index: 1;
}

.collection-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.5rem;
}

.collection-footer strong {
  font-size: 1.6rem;
  color: var(--collection-main);
}

.collection-footer span {
  font-size: 0.76rem;
  color: rgba(17, 19, 24, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: flex-end;
}

.chip {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.5rem 0.82rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.chip.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #12151b;
  border-color: rgba(255, 255, 255, 0.14);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 0.9rem;
  align-items: start;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.product-card {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
}

.product-visual {
  position: relative;
  min-height: 250px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  background:
    radial-gradient(circle at 80% 18%, var(--card-main), transparent 28%),
    linear-gradient(160deg, var(--card-soft), #090b10 72%);
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 45%),
    linear-gradient(320deg, rgba(255, 255, 255, 0.05), transparent 48%);
}

.product-visual::after {
  content: "";
  position: absolute;
  inset: auto -38px -38px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--card-glow), transparent 68%);
  filter: blur(10px);
}

.product-orb {
  position: absolute;
  inset: 1rem auto auto 1rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--card-main), rgba(255, 255, 255, 0.02) 72%);
  box-shadow: 0 0 28px var(--card-glow);
}

.product-category,
.product-tag {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.product-price {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 2.15rem;
  color: var(--card-main);
}

.product-name {
  position: relative;
  z-index: 1;
  font-size: 1.85rem;
  line-height: 0.92;
  max-width: 12ch;
}

.product-tag {
  align-self: flex-start;
  padding: 0.34rem 0.56rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.product-body {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.product-meta {
  margin: 0;
  min-height: 2.6rem;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.product-stock {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.in-stock {
  color: var(--good);
}

.sold-out {
  color: #ff9090;
}

.add-btn {
  padding-inline: 0.9rem;
}

.catalog-aside {
  display: grid;
  gap: 0.8rem;
  position: sticky;
  top: 6.8rem;
}

.category-menu {
  position: fixed;
  inset: auto 1rem 1rem auto;
  width: min(760px, calc(100vw - 2rem));
  max-height: min(82vh, 780px);
  overflow: auto;
  padding: 1rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 216, 77, 0.14), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(255, 77, 163, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(11, 14, 20, 0.98), rgba(7, 9, 13, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  z-index: 58;
}

.category-menu.open {
  animation: rise 0.22s ease both;
}

.category-menu__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}

.category-menu__header h3 {
  margin: 0.2rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.6rem;
  line-height: 0.92;
}

.category-menu__copy {
  margin: 0 0 0.8rem;
  color: var(--muted);
}

.category-menu__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.category-menu__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.category-product {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 80% 20%, var(--card-main), transparent 26%),
    linear-gradient(160deg, var(--card-soft), rgba(9, 11, 16, 0.96));
  box-shadow: var(--shadow);
}

.category-product__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 0.75rem;
}

.category-product .product-name {
  max-width: none;
  font-size: 1.6rem;
}

.category-product .product-meta {
  margin: 0;
}

.aside-card {
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 216, 77, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.aside-card--dark {
  background:
    radial-gradient(circle at 20% 18%, rgba(118, 232, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
}

.aside-card .button {
  width: fit-content;
}

.benefits-grid,
.steps-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.benefit-card,
.step-card,
.faq-card {
  border-radius: 24px;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
}

.benefit-index {
  margin: 0 0 0.55rem;
  font-size: 1.5rem;
  color: var(--accent);
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #111318;
  font-size: 1.6rem;
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2) 48%, var(--accent-4));
  color: #111318;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.cta-banner .eyebrow {
  color: #160a00;
}

.cta-banner p {
  color: rgba(17, 19, 24, 0.82);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cta-banner .button--ghost {
  color: #111318;
  border-color: rgba(17, 19, 24, 0.12);
  background: rgba(255, 255, 255, 0.18);
}

.site-footer {
  width: min(1280px, 92vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
}

.site-footer p {
  margin: 0;
}

.footer-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.admin-access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(245, 247, 251, 0.8);
  text-decoration: none;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
  background: rgba(255, 255, 255, 0.03);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.admin-access--button {
  cursor: pointer;
  appearance: none;
}

.admin-access:hover,
.admin-access:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
  border-color: rgba(255, 216, 77, 0.3);
  background: rgba(255, 255, 255, 0.06);
}

.cart-panel {
  position: fixed;
  right: 1rem;
  top: 6.25rem;
  width: min(440px, 92vw);
  max-height: 78vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 26px;
  background: var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateX(120%);
  transition: transform 0.28s ease;
  z-index: 50;
}

.cart-panel.open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.cart-items {
  display: grid;
  gap: 0.55rem;
  overflow: auto;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.cart-item p {
  margin: 0;
}

.cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.cart-footer {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-footer p {
  margin: 0;
}

.cart-empty,
.empty-state {
  color: var(--muted);
}

.full {
  width: 100%;
}

.wa-float,
.snap-float {
  position: fixed;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  z-index: 45;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

.wa-float {
  bottom: 1rem;
  background: #1bd741;
  color: #08110a;
}

.snap-float {
  bottom: 4.35rem;
  background: linear-gradient(135deg, #fffc00, #ff4da3 58%, #7c3aed);
  color: #111318;
}

.wa-float.is-highlighted {
  transform: translateY(-4px) scale(1.04);
}

.wa-float:hover,
.snap-float:hover,
.wa-float:focus-visible,
.snap-float:focus-visible {
  transform: translateY(-2px) scale(1.02);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.collection-card,
.product-card,
.benefit-card,
.step-card,
.faq-card {
  animation: rise 0.6s ease both;
}

.collection-card:nth-child(2),
.product-card:nth-child(2),
.benefit-card:nth-child(2),
.step-card:nth-child(2),
.faq-card:nth-child(2) {
  animation-delay: 0.05s;
}

.collection-card:nth-child(3),
.product-card:nth-child(3),
.benefit-card:nth-child(3),
.step-card:nth-child(3),
.faq-card:nth-child(3) {
  animation-delay: 0.1s;
}

.collection-card:nth-child(4),
.product-card:nth-child(4),
.benefit-card:nth-child(4),
.step-card:nth-child(4),
.faq-card:nth-child(4) {
  animation-delay: 0.15s;
}

@media (max-width: 1180px) {
  .hero,
  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .catalog-aside {
    position: static;
  }

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

  .category-menu__products {
    grid-template-columns: 1fr;
  }

  .benefits-grid,
  .steps-grid,
  .faq-grid,
  .trust-row,
  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .announcement,
  .site-nav,
  .site-footer,
  .section-heading,
  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links,
  .nav-actions,
  .cta-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-metrics,
  .poster-grid,
  .product-grid,
  .benefits-grid,
  .steps-grid,
  .faq-grid,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .category-menu {
    inset: auto 0.5rem 0.5rem;
    width: calc(100vw - 1rem);
    max-height: 86vh;
    border-radius: 24px;
  }

  .category-menu__header {
    flex-direction: column;
  }

  .announcement {
    text-align: center;
  }

  .hero h1 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .site-shell {
    width: min(1280px, 94vw);
    padding-top: 1rem;
  }

  .brand {
    font-size: 1.7rem;
  }

  .button {
    width: auto;
  }

  .nav-actions .button,
  .cta-actions .button,
  .aside-card .button,
  .cart-footer .button {
    width: 100%;
  }

  .hero-copy,
  .hero-poster,
  .collection-card,
  .benefit-card,
  .step-card,
  .faq-card,
  .aside-card,
  .cart-panel {
    border-radius: 22px;
  }

  .collection-card {
    flex-basis: 82vw;
  }

  .product-visual {
    min-height: 220px;
  }

  .cart-panel {
    right: 0.5rem;
    top: 6rem;
  }

  .category-menu__tabs {
    gap: 0.35rem;
  }
}
