:root {
  --bg: #14001f;
  --bg-deep: #07000d;
  --glass: rgba(255, 255, 255, .075);
  --glass-strong: rgba(255, 255, 255, .12);
  --gold: #ffd66b;
  --gold-hot: #ffaf12;
  --gold-dark: #8f5b00;
  --purple: #8e2cff;
  --pink: #ec32ff;
  --white: #fff;
  --muted: #d9cde5;
  --line: rgba(255, 214, 107, .28);
  --shadow: 0 24px 80px rgba(0, 0, 0, .54);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, Arial, sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -10%, rgba(236, 50, 255, .30), transparent 30rem),
    radial-gradient(circle at 12% 18%, rgba(255, 214, 107, .18), transparent 23rem),
    radial-gradient(circle at 86% 30%, rgba(142, 44, 255, .18), transparent 24rem),
    radial-gradient(circle at 18% 76%, rgba(255, 175, 18, .12), transparent 28rem),
    linear-gradient(180deg, var(--bg), var(--bg-deep) 48%, var(--bg));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: .44;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 76%, transparent);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(125deg, transparent 0 18%, rgba(255, 214, 107, .08) 18.2%, transparent 18.5% 100%),
    linear-gradient(42deg, transparent 0 70%, rgba(236, 50, 255, .09) 70.2%, transparent 70.6% 100%),
    radial-gradient(circle at 74% 8%, rgba(255, 214, 107, .16), transparent 9rem);
  animation: backgroundDrift 14s ease-in-out infinite alternate;
}

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

button,
input,
select {
  font: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.top-marquee {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 214, 107, .24);
  background:
    linear-gradient(90deg, rgba(20, 0, 31, .96), rgba(47, 6, 66, .94), rgba(20, 0, 31, .96));
  box-shadow: 0 12px 38px rgba(0, 0, 0, .34), 0 0 24px rgba(255, 214, 107, .08);
}

.top-marquee::before,
.top-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 84px;
  pointer-events: none;
}

.top-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), transparent);
}

.top-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), transparent);
}

.top-marquee__track {
  width: max-content;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--gold);
  font-size: .86rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  animation: marqueeMove 28s linear infinite;
}

.top-marquee__track span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0 0 18px rgba(255, 214, 107, .22);
}

.top-marquee svg,
.label-icon,
.text-icon,
.headline-icon,
.product-svg,
.messenger svg,
.support-card svg,
.reservation-card svg,
.checkout-promise-grid svg,
.payment-section svg,
.checkout-trust svg {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-marquee svg {
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 0 10px rgba(236, 50, 255, .28));
}

.label-icon,
.text-icon {
  width: 1.05em;
  height: 1.05em;
  margin-right: 8px;
  vertical-align: -.16em;
  color: var(--gold);
  filter: drop-shadow(0 0 9px rgba(255, 214, 107, .22));
}

.text-icon {
  margin-right: 7px;
}

.text-icon--gold {
  color: var(--gold);
}

.headline-icon {
  width: .72em;
  height: .72em;
  margin-right: .12em;
  color: var(--gold);
  filter: drop-shadow(0 0 18px rgba(255, 214, 107, .24));
  vertical-align: -.04em;
}

.label-icon--instagram {
  color: #f4b7ff;
}

.label-icon--tiktok {
  color: #f7f1ff;
  filter: drop-shadow(2px 0 0 rgba(0, 242, 234, .55)) drop-shadow(-2px 0 0 rgba(255, 0, 80, .42));
}

.label-icon--facebook {
  color: #9bc7ff;
}

.product-svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
  filter: drop-shadow(0 0 10px rgba(142, 44, 255, .35));
}

.product-svg--inline {
  width: 1.05em;
  height: 1.05em;
  margin-right: 8px;
  vertical-align: -.16em;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.ambient span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 28px var(--gold);
  animation: floatParticle 12s linear infinite;
}

.ambient span:nth-child(1) {
  left: 12%;
  top: 82%;
}

.ambient span:nth-child(2) {
  left: 74%;
  top: 72%;
  animation-delay: -3s;
}

.ambient span:nth-child(3) {
  left: 88%;
  top: 42%;
  animation-delay: -7s;
}

.ambient span:nth-child(4) {
  left: 28%;
  top: 36%;
  animation-delay: -10s;
}

.ambient span:nth-child(5) {
  left: 46%;
  top: 91%;
  width: 4px;
  height: 4px;
  background: var(--pink);
  box-shadow: 0 0 24px var(--pink);
  animation-delay: -1s;
  animation-duration: 10s;
}

.ambient span:nth-child(6) {
  left: 62%;
  top: 88%;
  width: 5px;
  height: 5px;
  animation-delay: -5s;
  animation-duration: 15s;
}

.ambient span:nth-child(7) {
  left: 8%;
  top: 54%;
  width: 4px;
  height: 4px;
  background: var(--purple);
  box-shadow: 0 0 24px var(--purple);
  animation-delay: -8s;
  animation-duration: 13s;
}

.ambient span:nth-child(8) {
  left: 93%;
  top: 96%;
  width: 5px;
  height: 5px;
  animation-delay: -11s;
  animation-duration: 16s;
}

.ambient span:nth-child(9) {
  left: 34%;
  top: 68%;
  width: 3px;
  height: 3px;
  background: var(--pink);
  box-shadow: 0 0 20px var(--pink);
  animation-delay: -6s;
}

.ambient span:nth-child(10) {
  left: 81%;
  top: 18%;
  width: 4px;
  height: 4px;
  animation-delay: -9s;
}

.ambient span:nth-child(11) {
  left: 17%;
  top: 95%;
  width: 5px;
  height: 5px;
  background: var(--purple);
  box-shadow: 0 0 22px var(--purple);
  animation-delay: -4s;
  animation-duration: 14s;
}

.ambient span:nth-child(12) {
  left: 55%;
  top: 42%;
  width: 3px;
  height: 3px;
  animation-delay: -12s;
}

.site-header {
  position: relative;
  min-height: 100svh;
  padding: 18px 16px 48px;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.site-header::before {
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 214, 107, .28);
  border-radius: 34px;
  top: 18%;
  right: -86px;
  rotate: 18deg;
  box-shadow: 0 0 70px rgba(236, 50, 255, .25);
}

.site-header::after {
  width: 210px;
  height: 210px;
  border: 1px solid rgba(142, 44, 255, .5);
  border-radius: 50%;
  left: -84px;
  bottom: 12%;
  box-shadow: inset 0 0 40px rgba(255, 214, 107, .16);
}

.nav,
.hero,
.section,
.ready {
  width: min(1180px, 100%);
  margin-inline: auto;
}

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

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.logo__image {
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 214, 107, .38);
  background: rgba(255, 255, 255, .06);
  box-shadow:
    0 0 22px rgba(142, 44, 255, .35),
    0 0 18px rgba(255, 214, 107, .18);
}

.logo__image--nav {
  width: 46px;
  height: 46px;
  flex: 0 0 44px;
  border-radius: 50%;
  animation: navLogoPulse 5s ease-in-out infinite;
}

.nav__button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.nav__button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 22px rgba(255, 214, 107, .08);
}

.button--hero,
.button--checkout {
  color: #16001f;
  background: linear-gradient(180deg, var(--gold), var(--gold-hot));
  box-shadow: 0 18px 48px rgba(255, 175, 18, .32), inset 0 1px 0 rgba(255, 255, 255, .45);
}

.button:hover,
.nav__button:hover {
  transform: translateY(-3px);
}

.hero {
  flex: 1;
  display: grid;
  align-content: center;
  justify-items: start;
  padding-block: 74px 22px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--gold);
  font-weight: 900;
  box-shadow: 0 0 28px rgba(255, 214, 107, .14);
  animation: softGlow 4.5s ease-in-out infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 980px;
  margin: 20px 0 18px;
  font-size: clamp(3.4rem, 13vw, 8rem);
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 12px 42px rgba(0, 0, 0, .72);
  animation: heroTitleGlow 5.5s ease-in-out infinite;
}

.hero p {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.1rem, 4vw, 1.55rem);
  font-weight: 800;
}

.section {
  padding: 42px 16px;
}

.section__head {
  max-width: 820px;
  margin-bottom: 18px;
}

.section__head--center {
  margin-inline: auto;
  text-align: center;
}

.section__head p {
  margin-bottom: 9px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.section__head h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 9vw, 4.2rem);
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 7px 2px 24px;
}

.product-row::-webkit-scrollbar {
  height: 8px;
}

.product-row::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--gold), var(--pink));
  border-radius: 99px;
}

.product-card,
.offer-card,
.benefit-grid article,
.review-grid article,
.faq details,
.checkout__panel {
  border: 1px solid rgba(255, 214, 107, .42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .045)),
    radial-gradient(circle at top right, rgba(236, 50, 255, .22), transparent 54%),
    radial-gradient(circle at bottom left, rgba(255, 214, 107, .08), transparent 48%);
  box-shadow:
    var(--shadow),
    0 0 34px rgba(142, 44, 255, .12),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
}

.product-card {
  min-height: 286px;
  scroll-snap-align: start;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.product-card--best-seller {
  border-color: rgba(255, 214, 107, .9);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .05)),
    radial-gradient(circle at top right, rgba(255, 214, 107, .18), transparent 48%),
    radial-gradient(circle at bottom left, rgba(236, 50, 255, .24), transparent 52%);
  box-shadow:
    var(--shadow),
    0 0 46px rgba(255, 214, 107, .16),
    0 0 58px rgba(142, 44, 255, .2),
    inset 0 0 0 1px rgba(255, 214, 107, .18),
    inset 0 1px 0 rgba(255, 255, 255, .22);
  animation: bestSellerFrame 3.4s ease-in-out infinite;
}

.product-card--best-seller::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 214, 107, .34);
  border-radius: 14px;
  pointer-events: none;
  box-shadow: inset 0 0 22px rgba(255, 214, 107, .08);
}

.best-seller-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  min-height: 34px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: #16001f;
  background: linear-gradient(180deg, #fff4ba, var(--gold), var(--gold-hot));
  box-shadow:
    0 0 24px rgba(255, 214, 107, .34),
    0 0 22px rgba(236, 50, 255, .18),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  animation: bestSellerBadge 2.8s ease-in-out infinite;
}

.best-seller-badge__icon {
  width: 16px;
  height: 16px;
  color: #16001f;
  stroke-width: 2.2;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, .55));
}

.product-card::before,
.offer-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 214, 107, .34), transparent);
  transform: translateX(-100%);
  transition: opacity .25s ease;
}

.product-card:hover,
.offer-card:hover {
  border-color: rgba(255, 214, 107, .86);
  box-shadow:
    0 28px 90px rgba(255, 175, 18, .18),
    0 0 54px rgba(142, 44, 255, .24),
    0 22px 74px rgba(0, 0, 0, .6);
  transform: translateY(-7px) scale(1.015);
}

.product-card:hover::before,
.offer-card:hover::before {
  opacity: 1;
  animation: shine 1.1s ease;
}

.product-card > *,
.offer-card > * {
  position: relative;
  z-index: 1;
}

.product-card__rank {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 214, 107, .07));
  font-size: 1.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 0 18px rgba(255, 214, 107, .12);
}

.product-card__rank .product-svg {
  width: 26px;
  height: 26px;
}

.product-card h3 {
  margin: 18px 0 8px;
  min-height: 58px;
  font-size: 1.45rem;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quality {
  display: flex;
  align-items: center;
  color: var(--gold);
  font-weight: 900;
}

.product-card__features {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 900;
  line-height: 1.35;
}

.product-card__features li {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.price {
  margin: auto 0 18px;
  color: var(--gold);
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 0 22px rgba(255, 214, 107, .2);
}

.product-card button,
.offer-card button {
  width: 100%;
}

.featured {
  position: relative;
  padding-block: 64px;
}

.featured::before {
  content: "";
  position: absolute;
  inset: 18px 16px;
  z-index: -1;
  border: 1px solid rgba(255, 214, 107, .18);
  border-radius: 28px;
  box-shadow: 0 0 80px rgba(255, 214, 107, .09), inset 0 0 90px rgba(236, 50, 255, .08);
}

.featured-grid {
  display: grid;
  gap: 16px;
}

.offer-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  animation: offerPulse 3.8s ease-in-out infinite;
}

.offer-card h3 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 7vw, 3.25rem);
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.offer-card ul {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 900;
}

.offer-card li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.offer-card .price {
  font-size: clamp(3rem, 13vw, 5.4rem);
}

.benefit-grid,
.review-grid {
  display: grid;
  gap: 14px;
}

.benefit-grid article,
.review-grid article {
  min-height: 126px;
  border-radius: 18px;
  padding: 22px;
  display: grid;
  align-content: center;
  gap: 12px;
  font-size: 2rem;
}

.benefit-grid strong,
.review-grid strong {
  font-size: 1.04rem;
  text-transform: uppercase;
}

.review-grid span {
  color: var(--gold);
  font-size: 1.1rem;
}

.review-grid article {
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.review-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 214, 107, .78);
  box-shadow: 0 24px 70px rgba(255, 175, 18, .13), 0 0 38px rgba(142, 44, 255, .2);
}

.review-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.45;
}

.faq details {
  border-radius: 16px;
  padding: 19px 20px;
  margin-bottom: 12px;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.faq details[open] {
  border-color: rgba(255, 214, 107, .74);
  box-shadow: 0 22px 64px rgba(255, 175, 18, .1), 0 0 34px rgba(142, 44, 255, .14);
}

.faq summary {
  cursor: pointer;
  color: var(--gold);
  font-weight: 900;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  color: var(--white);
  transition: transform .22s ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq p {
  margin: 13px 0 0;
  color: var(--muted);
  line-height: 1.55;
  animation: faqReveal .25s ease;
}

.premium-support .section__head span {
  display: block;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 800;
}

.support-grid {
  display: grid;
  gap: 16px;
}

.support-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(255, 214, 107, .52);
  border-radius: 22px;
  padding: 24px;
  display: grid;
  gap: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .045)),
    radial-gradient(circle at 18% 12%, rgba(255, 214, 107, .16), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(236, 50, 255, .18), transparent 42%);
  box-shadow:
    var(--shadow),
    0 0 44px rgba(142, 44, 255, .16),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.support-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: .65;
  background: linear-gradient(120deg, transparent, rgba(255, 214, 107, .18), transparent);
  transform: translateX(-100%);
  animation: supportShine 5s ease-in-out infinite;
}

.support-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 214, 107, .86);
  box-shadow: 0 28px 90px rgba(255, 175, 18, .14), 0 0 52px rgba(142, 44, 255, .22);
}

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

.support-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 107, .42);
  border-radius: 16px;
  color: var(--gold);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 28px rgba(255, 214, 107, .14);
}

.support-card__icon svg {
  width: 30px;
  height: 30px;
}

.support-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.support-card a {
  color: var(--gold);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.support-copy {
  min-height: 48px;
  width: fit-content;
  border: 1px solid rgba(255, 214, 107, .5);
  border-radius: 12px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #16001f;
  background: linear-gradient(180deg, var(--gold), var(--gold-hot));
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(255, 175, 18, .22);
  transition: transform .24s ease, box-shadow .24s ease;
}

.support-copy:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 58px rgba(255, 175, 18, .3);
}

.support-copy svg {
  width: 19px;
  height: 19px;
}

.support-badge {
  width: fit-content;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 214, 107, .36);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  background: rgba(255, 255, 255, .07);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(255, 214, 107, .1);
}

.support-badge svg {
  width: 17px;
  height: 17px;
}

.ready {
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 52px 18px;
  text-align: center;
  border-block: 1px solid rgba(255, 214, 107, .22);
}

.footer-logo {
  width: clamp(92px, 22vw, 150px);
  aspect-ratio: 1;
  margin: 0 auto 18px;
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(255, 214, 107, .32);
  object-fit: cover;
  box-shadow:
    0 0 34px rgba(142, 44, 255, .35),
    0 0 22px rgba(255, 214, 107, .16);
}

.ready p,
.ready span,
.ready strong {
  display: block;
}

.ready p {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.ready h2 {
  margin: 8px 0 12px;
  font-size: clamp(2.5rem, 12vw, 6rem);
  line-height: .9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ready span {
  color: var(--muted);
  margin-bottom: 12px;
  font-weight: 800;
}

.ready strong {
  margin: 6px 0;
}

.ready .button {
  margin-top: 20px;
}

.messenger {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 12;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: linear-gradient(135deg, #1078ff, #ec32ff);
  box-shadow: 0 16px 40px rgba(16, 120, 255, .34), 0 0 24px rgba(236, 50, 255, .25);
  font-size: 1.55rem;
  transition: transform .22s ease;
  animation: messengerFloat 3.2s ease-in-out infinite;
}

.messenger svg {
  width: 27px;
  height: 27px;
  color: var(--white);
  stroke-width: 2;
}

.messenger:hover {
  transform: translateY(-4px) scale(1.04);
}

.checkout {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
}

.checkout.is-open {
  display: block;
}

.checkout__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .76);
}

.checkout__panel {
  position: absolute;
  inset: auto 12px 12px 12px;
  max-height: calc(100svh - 24px);
  overflow: auto;
  border-radius: 22px;
  padding: 24px;
  animation: checkoutRise .28s ease;
}

.checkout__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
}

.checkout__eyebrow {
  margin-bottom: 9px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.checkout__panel h2 {
  max-width: calc(100% - 48px);
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.checkout__summary {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .07);
}

.reservation-card,
.package-summary,
.payment-section article {
  border: 1px solid rgba(255, 214, 107, .46);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045)),
    radial-gradient(circle at top right, rgba(255, 214, 107, .12), transparent 44%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .35), 0 0 28px rgba(255, 214, 107, .1);
  backdrop-filter: blur(16px);
}

.reservation-card {
  margin-bottom: 16px;
  border-radius: 18px;
  padding: 16px;
  display: grid;
  gap: 14px;
  animation: reservationGlow 2.8s ease-in-out infinite;
}

.reservation-card strong,
.reservation-card span {
  display: block;
}

.reservation-card strong {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 1.1rem;
  text-transform: uppercase;
}

.reservation-card span {
  color: var(--muted);
  font-weight: 800;
}

.reservation-timer {
  width: fit-content;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 214, 107, .48);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  background: rgba(255, 255, 255, .08);
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 0 28px rgba(255, 214, 107, .14);
}

.reservation-timer svg {
  width: 22px;
  height: 22px;
}

.package-summary {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
}

.package-summary__icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 214, 107, .36);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--gold);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 0 24px rgba(142, 44, 255, .22);
}

.package-summary__icon svg {
  width: 29px;
  height: 29px;
}

.package-summary__meta {
  min-width: 0;
}

.package-summary__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 900;
}

.package-summary__line b {
  color: var(--gold);
}

.checkout-promise-grid,
.checkout-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 16px;
}

.checkout-promise-grid span,
.checkout-trust span {
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid rgba(255, 214, 107, .3);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  background: rgba(255, 255, 255, .065);
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-promise-grid svg,
.checkout-trust svg {
  width: 16px;
  height: 16px;
}

.payment-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 14px;
}

.payment-section article {
  min-height: 108px;
  border-radius: 16px;
  padding: 15px;
  display: grid;
  align-content: center;
  gap: 7px;
  color: var(--gold);
  animation: paymentGlow 4s ease-in-out infinite;
}

.payment-section svg {
  width: 28px;
  height: 28px;
}

.payment-section strong {
  color: var(--white);
  text-transform: uppercase;
}

.payment-section span {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 800;
}

.package-summary__meta > strong,
.package-summary__meta > small {
  display: block;
}

.package-summary__meta > strong {
  margin-bottom: 4px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.package-summary__meta > small {
  color: var(--muted);
  font-weight: 800;
}

.order-form {
  display: grid;
  gap: 12px;
}

.order-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 900;
}

.optional-label {
  width: fit-content;
  margin-left: 6px;
  padding: 2px 8px;
  border: 1px solid rgba(255, 214, 107, .26);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(255, 255, 255, .06);
  font-size: .72rem;
  text-transform: uppercase;
}

.order-form input,
.order-form select {
  min-height: 50px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  padding: 0 13px;
  color: var(--white);
  background: rgba(255, 255, 255, .09);
  outline: 0;
}

.order-form option {
  color: #15001f;
}

#paypalButtons {
  margin-top: 18px;
}

.button--checkout {
  width: 100%;
  margin-top: 10px;
}

.continue-payment {
  margin-top: 16px;
  min-height: 54px;
  box-shadow: 0 18px 48px rgba(255, 175, 18, .34), 0 0 28px rgba(142, 44, 255, .16);
}

.checkout__note {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}

.live-order-toast {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 11;
  width: min(360px, calc(100vw - 32px));
  min-height: 72px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 214, 107, .42);
  border-radius: 18px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .045)),
    radial-gradient(circle at top right, rgba(255, 214, 107, .14), transparent 46%),
    rgba(20, 0, 31, .76);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, .46),
    0 0 34px rgba(255, 214, 107, .14),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(.98);
  pointer-events: none;
  transition: opacity .45s ease, transform .45s ease;
}

.live-order-toast.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.checkout.is-open ~ .live-order-toast {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(.98);
}

.live-order-toast__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 214, 107, .4);
  border-radius: 14px;
  color: #16001f;
  background: linear-gradient(180deg, var(--gold), var(--gold-hot));
  box-shadow: 0 0 24px rgba(255, 214, 107, .22);
}

.live-order-toast__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.live-order-toast p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.35;
}

.live-order-toast strong {
  color: var(--gold);
}

@keyframes floatParticle {
  0% {
    transform: translate3d(0, 0, 0) scale(.65);
    opacity: .15;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translate3d(32px, -86vh, 0) scale(1.15);
    opacity: 0;
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes backgroundDrift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .72;
  }
  to {
    transform: translate3d(0, -18px, 0) scale(1.02);
    opacity: 1;
  }
}

@keyframes navLogoPulse {
  0%,
  100% {
    box-shadow:
      0 0 20px rgba(142, 44, 255, .32),
      0 0 14px rgba(255, 214, 107, .16);
  }
  50% {
    box-shadow:
      0 0 28px rgba(142, 44, 255, .46),
      0 0 22px rgba(255, 214, 107, .22);
  }
}

@keyframes softGlow {
  0%,
  100% {
    box-shadow: 0 0 24px rgba(255, 214, 107, .12);
  }
  50% {
    box-shadow: 0 0 36px rgba(255, 214, 107, .23), 0 0 28px rgba(142, 44, 255, .14);
  }
}

@keyframes heroTitleGlow {
  0%,
  100% {
    text-shadow: 0 12px 42px rgba(0, 0, 0, .72), 0 0 18px rgba(142, 44, 255, .12);
  }
  50% {
    text-shadow: 0 12px 42px rgba(0, 0, 0, .72), 0 0 28px rgba(255, 214, 107, .13);
  }
}

@keyframes messengerFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes supportShine {
  0%,
  55% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@keyframes checkoutRise {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes reservationGlow {
  0%,
  100% {
    box-shadow: 0 18px 54px rgba(0, 0, 0, .35), 0 0 24px rgba(255, 214, 107, .1);
  }
  50% {
    box-shadow: 0 18px 54px rgba(0, 0, 0, .35), 0 0 42px rgba(255, 214, 107, .2);
  }
}

@keyframes paymentGlow {
  0%,
  100% {
    border-color: rgba(255, 214, 107, .36);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .35), 0 0 20px rgba(142, 44, 255, .12);
  }
  50% {
    border-color: rgba(255, 214, 107, .62);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .35), 0 0 34px rgba(255, 214, 107, .16);
  }
}

@keyframes shine {
  to {
    transform: translateX(100%);
  }
}

@keyframes bestSellerFrame {
  0%,
  100% {
    box-shadow:
      var(--shadow),
      0 0 38px rgba(255, 214, 107, .14),
      0 0 48px rgba(142, 44, 255, .18),
      inset 0 0 0 1px rgba(255, 214, 107, .16),
      inset 0 1px 0 rgba(255, 255, 255, .2);
  }
  50% {
    box-shadow:
      var(--shadow),
      0 0 62px rgba(255, 214, 107, .26),
      0 0 70px rgba(236, 50, 255, .26),
      inset 0 0 0 1px rgba(255, 214, 107, .28),
      inset 0 1px 0 rgba(255, 255, 255, .26);
  }
}

@keyframes bestSellerBadge {
  0%,
  100% {
    transform: translate(-50%, -50%);
    filter: saturate(1);
  }
  50% {
    transform: translate(-50%, calc(-50% - 2px));
    filter: saturate(1.18);
  }
}

@keyframes offerPulse {
  0%,
  100% {
    box-shadow: var(--shadow), 0 0 28px rgba(255, 214, 107, .1);
  }
  50% {
    box-shadow: var(--shadow), 0 0 52px rgba(255, 214, 107, .22);
  }
}

@keyframes logoGlow {
  0%,
  100% {
    filter: saturate(1.04);
    box-shadow:
      0 0 40px rgba(142, 44, 255, .36),
      0 0 24px rgba(255, 214, 107, .14);
  }
  50% {
    filter: saturate(1.16);
    box-shadow:
      0 0 58px rgba(142, 44, 255, .5),
      0 0 34px rgba(255, 214, 107, .22);
  }
}

@media (min-width: 680px) {
  .site-header {
    padding-inline: 28px;
  }

  .section {
    padding-inline: 28px;
  }

  .product-row {
    grid-auto-columns: minmax(280px, 31%);
  }

  .featured-grid,
  .benefit-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkout__panel {
    width: min(520px, calc(100% - 24px));
    inset: 12px 12px 12px auto;
  }
}

@media (min-width: 980px) {
  .site-header {
    padding-inline: 42px;
  }

  .section {
    padding: 58px 42px;
  }

  .product-row {
    grid-auto-columns: minmax(250px, 20%);
  }

  .product-row--wide {
    grid-auto-columns: minmax(310px, 32%);
  }

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

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

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