:root {
  --zp-bg: #090a0e;
  --zp-bg-soft: #11131a;
  --zp-card: #151821;
  --zp-card-2: #1b1e28;
  --zp-line: rgba(255,255,255,.09);
  --zp-text: #f6f7fb;
  --zp-muted: #a6a9b6;
  --zp-hot: #ff453a;
  --zp-warm: #ff8a00;
  --zp-good: #9ef01a;
  --zp-radius: 26px;
  --zp-shadow: 0 24px 70px rgba(0,0,0,.34);
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,69,58,.12), transparent 34rem),
    radial-gradient(circle at 86% 22%, rgba(255,138,0,.09), transparent 30rem),
    var(--zp-bg);
  color: var(--zp-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.zp-shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.zp-section { padding: 104px 0; position: relative; }
.zp-section--tight { padding: 72px 0; }
.zp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: #ffd4cf;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.zp-kicker::before { content: ""; width: 28px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--zp-hot), var(--zp-warm)); }
.zp-title { margin: 0; max-width: 820px; font-size: clamp(2rem, 5vw, 4.4rem); line-height: .98; letter-spacing: -.055em; }
.zp-title--small { font-size: clamp(1.8rem, 4vw, 3.4rem); }
.zp-subtitle { margin: 22px 0 0; max-width: 760px; color: var(--zp-muted); font-size: clamp(1rem, 1.6vw, 1.18rem); }
.zp-gradient-text { color: transparent; background: linear-gradient(105deg, #fff 7%, #ffc6c1 40%, #ff7a19 92%); -webkit-background-clip: text; background-clip: text; }

.zp-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
  border-bottom: 1px solid transparent;
}
.zp-header--raised { background: rgba(9,10,14,.78); border-color: var(--zp-line); backdrop-filter: blur(18px); }
.zp-header__row { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.zp-brand { flex: 0 0 auto; width: 224px; }
.zp-brand img { width: 100%; height: auto; }
.zp-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.zp-nav a:not(.zp-button) { color: #c8cad3; font-size: .94rem; font-weight: 750; transition: color .2s ease; }
.zp-nav a:hover { color: #fff; }
.zp-menu-button { display: none; margin-left: auto; width: 46px; height: 42px; border: 1px solid var(--zp-line); border-radius: 14px; background: rgba(255,255,255,.04); cursor: pointer; }
.zp-menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 4px; background: #fff; }

.zp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: linear-gradient(115deg, var(--zp-hot), var(--zp-warm));
  box-shadow: 0 11px 32px rgba(255,69,58,.22);
  color: #fff;
  font-weight: 900;
  letter-spacing: -.015em;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, border-color .18s ease;
}
.zp-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.zp-button--large { min-height: 58px; padding-inline: 30px; border-radius: 18px; }
.zp-button--ghost { background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.14); box-shadow: none; color: #f1f2f6; }
.zp-button--dark { background: #11131a; border-color: rgba(255,255,255,.12); box-shadow: none; }

.zp-hero { min-height: 840px; padding: 144px 0 72px; display: grid; align-items: center; overflow: hidden; }
.zp-hero__grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; gap: 36px; }
.zp-partner {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid var(--zp-line);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #d4d6df;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.zp-partner__mark { font-size: 1rem; color: var(--zp-good); }
.zp-hero h1 { margin: 22px 0 0; max-width: 800px; font-size: clamp(3.1rem, 7vw, 6.6rem); line-height: .89; letter-spacing: -.075em; }
.zp-hero__lead { margin: 25px 0 0; max-width: 680px; color: #b7bac5; font-size: clamp(1rem, 1.8vw, 1.22rem); }
.zp-promo { margin-top: 27px; width: min(520px,100%); display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--zp-line); border-radius: 19px; background: rgba(255,255,255,.045); }
.zp-promo__label { color: #8f93a2; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.zp-promo__code { margin-left: 3px; font-weight: 950; letter-spacing: .08em; }
.zp-promo button { margin-left: auto; min-height: 40px; padding: 0 15px; border: 0; border-radius: 12px; background: #f2f3f7; color: #111218; font-size: .84rem; font-weight: 900; cursor: pointer; }
.zp-promo button.is-copied { background: var(--zp-good); }
.zp-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 23px; }
.zp-hero__visual { position: relative; min-height: 630px; display: grid; place-items: end center; }
.zp-hero__visual::before { content: ""; position: absolute; inset: 12% 5% 8%; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); background: radial-gradient(circle, rgba(255,88,43,.18), transparent 65%); box-shadow: inset 0 0 80px rgba(255,255,255,.025); }
.zp-hero__visual img { position: relative; z-index: 2; width: min(630px,100%); filter: drop-shadow(0 36px 60px rgba(0,0,0,.45)); }
.zp-mini-card { position: absolute; z-index: 3; padding: 14px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(20,22,29,.84); backdrop-filter: blur(16px); box-shadow: var(--zp-shadow); }
.zp-mini-card strong { display: block; font-size: 1.12rem; }
.zp-mini-card span { color: var(--zp-muted); font-size: .78rem; }
.zp-mini-card--one { left: 1%; top: 30%; }
.zp-mini-card--two { right: 0; bottom: 17%; }

.zp-ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-block: 1px solid var(--zp-line);
  background:
    linear-gradient(
      90deg,
      rgba(255,69,58,.035),
      transparent 18%,
      transparent 82%,
      rgba(255,138,0,.035)
    ),
    #0d0f14;
}

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

.zp-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #0d0f14, transparent);
}

.zp-ticker::after {
  right: 0;
  background: linear-gradient(270deg, #0d0f14, transparent);
}

.zp-ticker__track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  animation: zpTicker var(--zp-ticker-duration, 30s) linear infinite;
}

.zp-ticker__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 54px;
  padding: 15px 54px 15px 0;
  white-space: nowrap;
}

.zp-ticker__group span {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: #d7d9e0;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.zp-ticker__group span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -29px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zp-hot), var(--zp-warm));
  box-shadow: 0 0 12px rgba(255,100,35,.55);
}

.zp-ticker__group b {
  color: var(--zp-warm);
  font-weight: 950;
}

@keyframes zpTicker {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

.zp-giveaway { overflow: hidden; }
.zp-giveaway__panel { position: relative; padding: clamp(30px,5vw,64px); border: 1px solid rgba(255,124,67,.26); border-radius: 36px; background: linear-gradient(135deg, rgba(255,69,58,.14), rgba(255,138,0,.045) 50%, rgba(255,255,255,.03)); box-shadow: var(--zp-shadow); }
.zp-giveaway__panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -60px; top: -70px; border-radius: 50%; background: rgba(255,116,34,.15); filter: blur(36px); }
.zp-prize { margin-top: 18px; font-size: clamp(3.3rem,9vw,7.8rem); line-height: .88; letter-spacing: -.075em; font-weight: 1000; color: transparent; background: linear-gradient(110deg,#fff,#ffb99c 44%,#ff7b18); background-clip: text; -webkit-background-clip: text; }
.zp-steps { position: relative; z-index: 2; margin-top: 37px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.zp-step { min-height: 220px; padding: 24px; border: 1px solid var(--zp-line); border-radius: 23px; background: rgba(9,10,14,.53); }
.zp-step__number { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; background: linear-gradient(115deg,var(--zp-hot),var(--zp-warm)); font-weight: 950; }
.zp-step h3 { margin: 35px 0 9px; font-size: 1.25rem; }
.zp-step p { margin: 0; color: var(--zp-muted); }
.zp-note { margin: 22px 0 0; color: #999daa; font-size: .82rem; }

.zp-grid { margin-top: 40px; display: grid; gap: 16px; }
.zp-grid--four { grid-template-columns: repeat(4,1fr); }
.zp-grid--three { grid-template-columns: repeat(3,1fr); }
.zp-card { position: relative; overflow: hidden; padding: 27px; border: 1px solid var(--zp-line); border-radius: var(--zp-radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.zp-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: linear-gradient(90deg,var(--zp-hot),var(--zp-warm),transparent); opacity: .9; }
.zp-card__label { color: #9195a4; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.zp-card__value { margin-top: 22px; font-size: clamp(1.75rem,3vw,2.7rem); line-height: 1; letter-spacing: -.05em; font-weight: 1000; }
.zp-card p { margin: 15px 0 0; color: var(--zp-muted); }
.zp-card__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: rgba(255,92,48,.12); color: #ff9b71; font-weight: 950; }

.zp-process { margin-top: 44px; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; counter-reset: process; }
.zp-process__item { counter-increment: process; min-height: 235px; padding: 25px; border-radius: 24px; border: 1px solid var(--zp-line); background: var(--zp-card); }
.zp-process__item::before { content: "0" counter(process); display: block; color: #ff7d52; font-size: .82rem; font-weight: 950; letter-spacing: .08em; }
.zp-process__item h3 { margin: 44px 0 11px; font-size: 1.25rem; }
.zp-process__item p { margin: 0; color: var(--zp-muted); }

.zp-split { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 48px; align-items: start; }
.zp-sticky { position: sticky; top: 115px; }
.zp-list { display: grid; gap: 14px; }
.zp-list__item { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 22px; border: 1px solid var(--zp-line); border-radius: 22px; background: rgba(255,255,255,.025); }
.zp-list__item h3 { margin: 1px 0 5px; font-size: 1.12rem; }
.zp-list__item p { margin: 0; color: var(--zp-muted); }

.zp-requirements { padding: clamp(28px,5vw,56px); border: 1px solid var(--zp-line); border-radius: 32px; background: var(--zp-card); box-shadow: var(--zp-shadow); }
.zp-checklist { margin: 34px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.zp-checklist li { position: relative; padding: 15px 16px 15px 46px; border: 1px solid rgba(255,255,255,.075); border-radius: 16px; background: rgba(255,255,255,.025); color: #d8dae2; }
.zp-checklist li::before { content: "✓"; position: absolute; left: 16px; top: 14px; color: var(--zp-good); font-weight: 950; }
.zp-offer-strip { margin-top: 27px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 18px; border-radius: 19px; background: #0c0d12; }
.zp-offer-strip strong { font-size: 1.12rem; }
.zp-offer-strip .zp-button { margin-left: auto; }

.zp-faq { margin-top: 38px; display: grid; gap: 12px; }
.zp-faq details { border: 1px solid var(--zp-line); border-radius: 20px; background: rgba(255,255,255,.025); }
.zp-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; list-style: none; cursor: pointer; font-weight: 900; }
.zp-faq summary::-webkit-details-marker { display: none; }
.zp-faq summary::after { content: "+"; color: #ff8d61; font-size: 1.45rem; }
.zp-faq details[open] summary::after { content: "–"; }
.zp-faq p { margin: 0; padding: 0 24px 23px; color: var(--zp-muted); }

.zp-final__box { padding: clamp(34px,6vw,72px); border-radius: 36px; text-align: center; background: linear-gradient(125deg,#ff3b30,#ff7418 55%,#ff9d00); color: #fff; box-shadow: 0 32px 90px rgba(255,69,58,.23); }
.zp-final__box h2 { margin: 0 auto; max-width: 900px; font-size: clamp(2.3rem,5.6vw,5.3rem); line-height: .96; letter-spacing: -.065em; }
.zp-final__box p { margin: 20px auto 0; max-width: 720px; color: rgba(255,255,255,.82); }
.zp-final__box .zp-actions { justify-content: center; }

.zp-footer { padding: 42px 0 110px; border-top: 1px solid var(--zp-line); }
.zp-footer__top { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 32px; }
.zp-footer__brand { width: 240px; }
.zp-footer p { color: var(--zp-muted); font-size: .88rem; }
.zp-footer h3 { margin: 0 0 12px; font-size: .86rem; text-transform: uppercase; letter-spacing: .1em; color: #fff; }
.zp-footer__links { display: grid; gap: 9px; color: #b9bcc7; font-size: .9rem; }
.zp-footer__bottom { margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--zp-line); display: flex; justify-content: space-between; gap: 20px; color: #828694; font-size: .78rem; }

.zp-float { position: fixed; z-index: 70; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(920px,calc(100% - 24px)); display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 16px; padding: 13px 14px 13px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(15,16,22,.92); backdrop-filter: blur(18px); box-shadow: 0 24px 70px rgba(0,0,0,.48); }
.zp-float[hidden] { display: none; }
.zp-float__title { font-size: .78rem; font-weight: 950; text-transform: uppercase; letter-spacing: .07em; }
.zp-time { display: flex; gap: 6px; }
.zp-time span { min-width: 42px; padding: 6px 8px; border-radius: 10px; background: rgba(255,255,255,.06); text-align: center; font-weight: 950; }
.zp-float__close { width: 36px; height: 36px; border: 0; border-radius: 11px; background: rgba(255,255,255,.07); cursor: pointer; }

.zp-legal { padding: 132px 0 90px; }
.zp-legal__paper { width: min(900px,100%); padding: clamp(28px,5vw,58px); border: 1px solid var(--zp-line); border-radius: 30px; background: rgba(20,22,30,.8); box-shadow: var(--zp-shadow); }
.zp-legal__paper h1 { margin: 0 0 28px; font-size: clamp(2.2rem,5vw,4.2rem); letter-spacing: -.055em; line-height: 1; }
.zp-legal__paper h2 { margin: 34px 0 10px; font-size: 1.3rem; }
.zp-legal__paper p, .zp-legal__paper li { color: var(--zp-muted); }
.zp-legal__paper a { color: #ff9b70; text-decoration: underline; text-underline-offset: 3px; }
.zp-back { display: inline-flex; margin-bottom: 22px; color: #d5d7df; font-weight: 850; }

.zp-animate [data-zp-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.zp-animate [data-zp-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .zp-menu-button { display: block; }
  .zp-nav { position: fixed; inset: 77px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px; border: 1px solid var(--zp-line); border-radius: 20px; background: rgba(13,14,19,.96); backdrop-filter: blur(18px); box-shadow: var(--zp-shadow); }
  .zp-nav--open { display: flex; }
  .zp-nav a:not(.zp-button) { padding: 13px 10px; }
  .zp-nav .zp-button { margin-top: 8px; }
  .zp-hero__grid, .zp-split { grid-template-columns: 1fr; }
  .zp-hero { min-height: auto; }
  .zp-hero__visual { min-height: 560px; order: -1; margin-top: -15px; }
  .zp-mini-card--one { left: 4%; }
  .zp-mini-card--two { right: 4%; }
  .zp-grid--four, .zp-process { grid-template-columns: repeat(2,1fr); }
  .zp-grid--three { grid-template-columns: repeat(2,1fr); }
  .zp-sticky { position: static; }
  .zp-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .zp-ticker::before,
  .zp-ticker::after {
    width: 32px;
  }

  .zp-ticker__group {
    gap: 34px;
    padding: 13px 34px 13px 0;
  }

  .zp-ticker__group span {
    font-size: .7rem;
  }

  .zp-ticker__group span:not(:last-child)::after {
    right: -19px;
    width: 4px;
    height: 4px;
  }

  .zp-shell { width: min(100% - 24px,1180px); }
  .zp-section { padding: 76px 0; }
  .zp-header__row { min-height: 70px; }
  .zp-brand { width: 184px; }
  .zp-nav { top: 69px; }
  .zp-hero { padding-top: 100px; }
  .zp-hero__grid { gap: 0; }
  .zp-hero__visual { min-height: 430px; }
  .zp-mini-card { padding: 10px 12px; }
  .zp-mini-card strong { font-size: .95rem; }
  .zp-mini-card--one { top: 25%; }
  .zp-promo { align-items: flex-start; flex-wrap: wrap; }
  .zp-promo button { width: 100%; margin: 0; }
  .zp-actions { display: grid; }
  .zp-actions .zp-button { width: 100%; }
  .zp-steps, .zp-grid--four, .zp-grid--three, .zp-process, .zp-checklist { grid-template-columns: 1fr; }
  .zp-step { min-height: auto; }
  .zp-step h3 { margin-top: 22px; }
  .zp-footer__top { grid-template-columns: 1fr; }
  .zp-footer__bottom { flex-direction: column; }
  .zp-float { grid-template-columns: 1fr auto; }
  .zp-time { grid-column: 1 / -1; order: 3; }
  .zp-float .zp-button { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
