:root {
  --ink: #08123d;
  --ink-deep: #030925;
  --paper: #fffaf0;
  --white: #ffffff;
  --yellow: #ffc51f;
  --pink: #ff4f97;
  --cyan: #18c6ff;
  --lime: #b6db2a;
  --muted: #bfc9ef;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 24px 70px rgba(2, 7, 30, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 74%, rgba(255, 145, 69, 0.3), transparent 18%),
    radial-gradient(circle at 87% 64%, rgba(255, 76, 145, 0.35), transparent 20%),
    radial-gradient(circle at 79% 85%, rgba(24, 198, 255, 0.2), transparent 18%),
    linear-gradient(180deg, #051142 0%, #081b5a 42%, #04123f 100%);
  background-attachment: fixed;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}

img { max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.vip-nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vip-nav-logo { width: 92px; height: 70px; display: block; }
.vip-nav-logo img { width: 100%; height: 100%; object-fit: contain; }
.vip-nav-link {
  padding: 10px 14px;
  color: var(--cyan);
  border: 1px solid rgba(24, 198, 255, 0.5);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}
.vip-nav-link:hover, .vip-nav-link:focus-visible { color: var(--ink); background: var(--cyan); }

.vip-hero,
.vip-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.vip-hero {
  min-height: auto;
  padding: 24px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(46px, 7vw, 92px);
}

.vip-kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vip-hero h1,
.vip-section h2,
.vip-final-cta h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vip-hero h1 { max-width: 780px; font-size: clamp(4.4rem, 8vw, 7.6rem); line-height: 0.82; }
.vip-hero h1 span { color: var(--yellow); text-shadow: 6px 6px 0 var(--pink); }
.vip-hero-lead { max-width: 630px; margin: 30px 0; color: #e7ebff; font-size: clamp(1.05rem, 2vw, 1.34rem); line-height: 1.7; }
.vip-hero-lead strong { color: var(--yellow); }

.vip-button {
  min-height: 52px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.vip-button:hover, .vip-button:focus-visible { transform: translateY(-3px); }
.vip-button-primary { color: var(--ink); background: var(--yellow); box-shadow: 6px 6px 0 var(--pink); }

.vip-trust-list {
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.vip-trust-list li {
  padding: 6px 10px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}
.vip-trust-list li::before { content: "✓ "; color: var(--lime); }

.vip-hero-visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.vip-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 9, 37, 0.08), rgba(3, 9, 37, 0.86));
}
.vip-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.vip-logo-lockup {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 4vw, 42px);
  bottom: 18px;
  width: min(58%, 330px);
}
.vip-logo-lockup img { display: block; width: 100%; height: auto; filter: drop-shadow(0 10px 22px rgba(0,0,0,.45)); }
.vip-discount-sticker {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 22px;
  width: 142px;
  aspect-ratio: 1;
  padding: 20px 12px;
  display: grid;
  place-content: center;
  color: var(--ink);
  background: var(--cyan);
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 7px 7px 0 var(--pink);
  text-align: center;
  transform: rotate(6deg);
}
.vip-discount-sticker span { font: 700 0.72rem/1.1 "Montserrat", sans-serif; text-transform: uppercase; }
.vip-discount-sticker strong { font: 400 3.5rem/0.92 "Bebas Neue", sans-serif; }

.vip-section { padding: 100px 0; border-top: 1px solid var(--line); }
.vip-section-heading { max-width: 820px; margin-bottom: 38px; }
.vip-section-heading-centered { margin-inline: auto; text-align: center; }
.vip-section h2, .vip-final-cta h2 { font-size: clamp(3.2rem, 6vw, 6rem); line-height: 0.9; }

.vip-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.vip-benefit-grid article {
  --accent: var(--yellow);
  position: relative;
  min-height: 245px;
  padding: 24px;
  overflow: hidden;
  background: rgba(8, 18, 61, 0.88);
  border: 1px solid rgba(255,255,255,.18);
  border-top: 5px solid var(--accent);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(2, 7, 30, .24);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.vip-benefit-grid article::after {
  content: "";
  position: absolute;
  top: -44px;
  right: -44px;
  width: 130px;
  height: 130px;
  background: var(--accent);
  border-radius: 50%;
  filter: blur(38px);
  opacity: .16;
  pointer-events: none;
}
.vip-benefit-grid article:hover { transform: translateY(-7px); border-color: var(--accent); box-shadow: 0 24px 58px rgba(2, 7, 30, .36); }
.vip-benefit-grid article:nth-child(2) { --accent: var(--cyan); }
.vip-benefit-grid article:nth-child(3) { --accent: var(--pink); }
.vip-benefit-grid article:nth-child(4) { --accent: var(--lime); }
.vip-benefit-icon { width: 58px; height: 58px; padding: 13px; display: block; color: var(--accent); background: rgba(255,255,255,.06); border: 1px solid var(--accent); border-radius: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; fill: none; filter: drop-shadow(0 8px 16px rgba(0,0,0,.2)); }
.vip-benefit-grid h3 { margin: 30px 0 10px; color: var(--accent); font: 700 1.45rem/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.vip-benefit-grid p { position: relative; z-index: 1; margin: 0; color: #d9e1ff; font-size: 0.94rem; line-height: 1.65; }

.vip-how { text-align: center; }
.vip-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  counter-reset: none;
}
.vip-steps li { position: relative; padding: 26px 18px; display: grid; gap: 16px; justify-items: center; }
.vip-steps li:not(:last-child)::after { content: "→"; position: absolute; top: 42px; right: -16px; color: var(--pink); font-size: 1.8rem; }
.vip-steps strong { width: 62px; height: 62px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; box-shadow: 4px 4px 0 var(--pink); font-size: 1.4rem; }
.vip-steps span { max-width: 260px; color: #e5eaff; font-size: clamp(1.05rem, 1.8vw, 1.2rem); font-weight: 700; line-height: 1.55; }
.vip-note { width: fit-content; margin: 32px auto 0; padding: 12px 16px; color: var(--muted); background: rgba(255,255,255,.05); border-radius: 10px; font-size: 0.78rem; }

.vip-signup {
  padding-inline: clamp(24px, 6vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(34px, 7vw, 82px);
  align-items: center;
  background: var(--yellow);
  border: 0;
  border-radius: 34px;
  color: var(--ink);
}
.vip-signup .vip-kicker { color: #a32b62; }
.vip-signup-logo { width: min(230px, 62%); height: auto; margin: 0 0 22px; display: block; filter: drop-shadow(0 12px 22px rgba(3, 9, 37, .22)); }
.vip-signup h2 { font-size: clamp(3.4rem, 6vw, 6rem); }
.vip-signup-copy > p:not(.vip-kicker) { max-width: 560px; font-size: 1.05rem; }
.vip-signup-badge { margin-top: 28px; display: flex; align-items: center; gap: 12px; }
.vip-signup-badge strong { color: var(--pink); font: 400 4.2rem/0.8 "Bebas Neue", sans-serif; }
.vip-signup-badge span { max-width: 110px; font-size: .78rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.vip-form-card { padding: clamp(24px, 4vw, 42px); background: var(--ink); border-radius: 24px; box-shadow: 10px 10px 0 var(--pink); color: var(--white); }
.vip-form { display: grid; gap: 18px; }
.vip-field { display: grid; gap: 7px; }
.vip-field label { color: #eef1ff; font-size: .8rem; font-weight: 800; }
.vip-field input { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--white); background: var(--ink-deep); border: 1px solid rgba(255,255,255,.24); border-radius: 10px; font-size: 1rem; }
.vip-field input:focus { outline: 3px solid rgba(24,198,255,.25); border-color: var(--cyan); }
.vip-recaptcha { min-height: 78px; overflow: hidden; }
.vip-recaptcha.ml-error iframe { border: 1px solid #ff4f61; }
.vip-button-form { width: 100%; color: var(--ink); background: var(--cyan); box-shadow: 5px 5px 0 var(--pink); }
.vip-form-loading { width: 100%; min-height: 52px; }
.vip-privacy-note { margin: 2px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.row-success { text-align: center; }
.row-success h3 { margin: 0; color: var(--yellow); font: 400 2.8rem/1 "Bebas Neue", sans-serif; }

.vip-about {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr);
  gap: clamp(38px, 7vw, 86px);
  align-items: center;
}
.vip-about-copy > p:not(.vip-kicker) { color: var(--muted); line-height: 1.8; }
.vip-text-link { color: var(--cyan); font-size: .86rem; font-weight: 800; text-decoration: none; }
.vip-text-link:hover, .vip-text-link:focus-visible { color: var(--yellow); text-decoration: underline; }
.vip-about-video { overflow: hidden; aspect-ratio: 16 / 9; background: var(--ink-deep); border: 1px solid rgba(24, 198, 255, .48); border-radius: 28px; box-shadow: 8px 8px 0 var(--pink), var(--shadow); }
.vip-about-video iframe { width: 100%; height: 100%; display: block; border: 0; }

.vip-gallery { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 16px; }
.vip-gallery figure { position: relative; min-height: 380px; margin: 0; overflow: hidden; border-radius: 22px; }
.vip-gallery img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform 350ms ease; }
.vip-gallery figure:nth-child(1) img { object-position: 48% center; }
.vip-gallery figure:nth-child(2) img { object-position: 58% center; }
.vip-gallery figure:nth-child(3) img { object-position: 46% center; }
.vip-gallery figure:hover img { transform: scale(1.035); }
.vip-gallery figure::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(3,9,37,.92)); }
.vip-gallery figcaption { position: absolute; z-index: 2; right: 18px; bottom: 16px; left: 18px; color: var(--white); font: 700 1.25rem/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }

.vip-testimonial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.vip-testimonial-slider.is-ready .vip-testimonial-viewport { position: relative; height: clamp(390px, 34vw, 430px); overflow: hidden; }
.vip-testimonial-slider.is-ready .vip-testimonial-grid { display: block; }
.vip-testimonial-slider.is-ready .vip-testimonial {
  position: absolute;
  inset: 0 auto 0 50%;
  width: min(72%, 790px);
  min-height: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(.78);
  transition: transform 550ms cubic-bezier(.22, .61, .36, 1), opacity 420ms ease;
}
.vip-testimonial-slider.is-ready .vip-testimonial.is-current { z-index: 3; opacity: 1; pointer-events: auto; transform: translateX(-50%) scale(1); }
.vip-testimonial-slider.is-ready .vip-testimonial.is-previous { z-index: 1; opacity: .5; transform: translateX(calc(-50% - 82%)) scale(.86); }
.vip-testimonial-slider.is-ready .vip-testimonial.is-next { z-index: 1; opacity: .5; transform: translateX(calc(-50% + 82%)) scale(.86); }
.vip-testimonial {
  position: relative;
  min-height: 280px;
  margin: 0;
  padding: clamp(28px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  background: rgba(8, 18, 61, 0.9);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.vip-testimonial::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 24px;
  color: rgba(24, 198, 255, .18);
  font: 400 8rem/1 "Bebas Neue", sans-serif;
}
.vip-testimonial:nth-child(2)::before { color: rgba(255, 197, 31, .2); }
.vip-testimonial:nth-child(3)::before { color: rgba(255, 79, 151, .2); }
.vip-testimonial:nth-child(4)::before { color: rgba(182, 219, 42, .18); }
.vip-testimonial > p { position: relative; z-index: 1; max-width: 570px; margin: 0; color: #f5f7ff; font-size: clamp(1rem, 2vw, 1.18rem); font-weight: 600; line-height: 1.7; }
.vip-testimonial footer { display: flex; align-items: center; gap: 20px; }
.vip-testimonial img {
  width: clamp(104px, 10vw, 132px);
  height: clamp(104px, 10vw, 132px);
  flex: 0 0 clamp(104px, 10vw, 132px);
  object-fit: cover;
  object-position: center;
  border: 5px solid var(--cyan);
  border-radius: 50%;
}
.vip-testimonial:nth-child(2) img { border-color: var(--yellow); }
.vip-testimonial:nth-child(3) img { border-color: var(--pink); }
.vip-testimonial:nth-child(4) img { border-color: var(--lime); }
.vip-testimonial cite { color: var(--white); font: 700 1.25rem/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.vip-slider-controls { margin-top: 24px; display: none; align-items: center; justify-content: center; gap: 18px; }
.vip-testimonial-slider.is-ready .vip-slider-controls { display: flex; }
.vip-slider-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--cyan);
  border: 0;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}
.vip-slider-arrow:hover, .vip-slider-arrow:focus-visible { background: var(--yellow); transform: scale(1.08); }
.vip-slider-dots { display: flex; align-items: center; justify-content: center; gap: 9px; }
.vip-slider-dots button { width: 10px; height: 10px; padding: 0; background: rgba(255,255,255,.32); border: 0; border-radius: 50%; cursor: pointer; transition: width 180ms ease, background-color 180ms ease; }
.vip-slider-dots button.is-active { width: 28px; background: var(--pink); border-radius: 999px; }

.vip-faq-list { display: grid; gap: 10px; }
.vip-faq details { background: rgba(8,18,61,.85); border: 1px solid var(--line); border-radius: 14px; }
.vip-faq summary { padding: 18px 54px 18px 20px; color: var(--white); font-weight: 800; cursor: pointer; }
.vip-faq details p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.vip-faq details[open] { border-color: rgba(24,198,255,.55); }

.vip-final-cta {
  width: min(1080px, calc(100% - 40px));
  margin: 90px auto;
  padding: clamp(52px, 8vw, 92px) 24px;
  color: var(--white);
  background: var(--pink);
  border-radius: 34px;
  box-shadow: 10px 10px 0 var(--cyan);
  text-align: center;
}
.vip-final-cta .vip-kicker { color: var(--ink); }
.vip-final-cta p:not(.vip-kicker) { max-width: 650px; margin: 20px auto 28px; }

.vip-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 46px;
  display: grid;
  justify-items: center;
  gap: 18px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.vip-footer img { width: 92px; height: 70px; object-fit: contain; }
.vip-footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; }
.vip-footer nav a { color: var(--cyan); font-size: .75rem; font-weight: 700; }
.vip-footer p { max-width: 720px; margin: 0; color: var(--muted); font-size: .68rem; }

.vip-confirmation-page, .vip-legal-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.vip-confirmation-card, .vip-legal-card { width: min(760px, 100%); padding: clamp(30px, 7vw, 70px); background: rgba(8,18,61,.96); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.vip-confirmation-logo, .vip-legal-logo { width: 110px; height: 82px; object-fit: contain; }
.vip-confirmation-card h1, .vip-legal-card h1 { margin: 24px 0 16px; font: 400 clamp(3.4rem, 9vw, 6rem)/.9 "Bebas Neue", sans-serif; text-transform: uppercase; }
.vip-confirmation-card h1 span { color: var(--yellow); }
.vip-confirmation-card p, .vip-legal-card p, .vip-legal-card li { color: var(--muted); }
.vip-confirmation-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.vip-legal-card h2 { margin-top: 30px; color: var(--yellow); font: 700 1.35rem/1.2 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.vip-legal-card a { color: var(--cyan); }

@media (max-width: 980px) {
  .vip-hero { grid-template-columns: 1fr; }
  .vip-hero-copy { max-width: 760px; }
  .vip-hero-visual { min-height: min(680px, 78vw); }
  .vip-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vip-signup, .vip-about { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .vip-nav, .vip-hero, .vip-section, .vip-footer, .vip-final-cta { width: min(100% - 28px, 1180px); }
  .vip-nav { min-height: 76px; }
  .vip-nav-logo { width: 76px; height: 58px; }
  .vip-hero { min-height: auto; padding: 20px 0 56px; gap: 36px; }
  .vip-hero h1 { font-size: clamp(4rem, 21vw, 6rem); }
  .vip-hero-visual { min-height: 480px; border-radius: 24px; }
  .vip-discount-sticker { width: 118px; }
  .vip-logo-lockup { width: 68%; }
  .vip-section { padding: 72px 0; }
  .vip-section h2, .vip-final-cta h2 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .vip-benefit-grid, .vip-steps, .vip-gallery, .vip-testimonial-grid { grid-template-columns: 1fr; }
  .vip-benefit-grid article { min-height: auto; }
  .vip-benefit-grid h3 { margin-top: 22px; }
  .vip-steps li:not(:last-child)::after { content: "↓"; top: auto; right: 50%; bottom: -13px; transform: translateX(50%); }
  .vip-signup { width: min(100% - 28px, 1180px); padding: 52px 18px; border-radius: 24px; }
  .vip-gallery figure { min-height: 330px; }
  .vip-testimonial-slider.is-ready .vip-testimonial-viewport { height: 480px; }
  .vip-testimonial-slider.is-ready .vip-testimonial { width: 84%; }
  .vip-testimonial-slider.is-ready .vip-testimonial.is-previous { transform: translateX(calc(-50% - 91%)) scale(.88); }
  .vip-testimonial-slider.is-ready .vip-testimonial.is-next { transform: translateX(calc(-50% + 91%)) scale(.88); }
  .vip-final-cta { margin-block: 64px; border-radius: 24px; }
  .vip-confirmation-actions { display: grid; }
  .vip-confirmation-actions .vip-button { width: 100%; }
}

@media (max-width: 480px) {
  .vip-recaptcha { min-height: 61px; height: 61px; }
  .vip-recaptcha .g-recaptcha { transform: scale(.78); transform-origin: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
