:root {
  --ink: #101326;
  --ink-soft: #565c72;
  --night: #090b16;
  --night-2: #11152a;
  --paper: #ffffff;
  --paper-soft: #f5f6fb;
  --line: #e4e6ef;
  --primary: #7657ff;
  --primary-dark: #5d3ff0;
  --primary-pale: #ece8ff;
  --cyan: #39d7f4;
  --green: #18b96b;
  --orange: #ff8a4c;
  --shadow-sm: 0 10px 30px rgba(16, 19, 38, 0.08);
  --shadow-lg: 0 28px 90px rgba(23, 18, 61, 0.20);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1180px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

img,
svg {
  display: block;
}

button {
  border: 0;
}

::selection {
  color: #fff;
  background: var(--primary);
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--night);
  border-radius: 10px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section-pad {
  padding: 82px 0 100px;
}

.section-light {
  background: var(--paper-soft);
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  color: #fff;
  background: rgba(9, 11, 22, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #b859ff);
  border-radius: 13px;
  box-shadow: 0 10px 28px rgba(118, 87, 255, 0.35);
}

.brand-mark img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand-name {
  max-width: 255px;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: -.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  gap: 31px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 650;
  color: rgba(255, 255, 255, 0.72);
}

.desktop-nav a {
  transition: color 180ms ease;
}

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

.header-contact {
  margin-left: 34px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #fff;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  z-index: 90;
  top: var(--header-height);
  right: 0;
  left: 0;
  padding: 12px 20px 24px;
  color: #fff;
  background: rgba(9, 11, 22, 0.98);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-nav a {
  display: block;
  padding: 14px 4px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-nav a:last-child {
  margin-top: 10px;
  padding: 13px 18px;
  text-align: center;
  background: var(--primary);
  border: 0;
  border-radius: 12px;
}

.hero {
  position: relative;
  min-height: 720px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 18%, rgba(118, 87, 255, .28), transparent 27%),
    radial-gradient(circle at 12% 82%, rgba(57, 215, 244, .12), transparent 24%),
    linear-gradient(145deg, #090b16 0%, #0d1122 58%, #15112b 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  pointer-events: none;
}

.hero-orb-one {
  top: 110px;
  right: 4%;
  width: 280px;
  height: 280px;
  background: rgba(126, 84, 255, .12);
  box-shadow: 0 0 160px rgba(126, 84, 255, .26);
}

.hero-orb-two {
  bottom: 30px;
  left: -90px;
  width: 240px;
  height: 240px;
  background: rgba(57, 215, 244, .07);
  box-shadow: 0 0 130px rgba(57, 215, 244, .16);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  gap: 70px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 27px;
  padding: 8px 13px;
  color: rgba(255,255,255,.76);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}

.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  background: #54e79f;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(84, 231, 159, .10);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(50px, 5.1vw, 78px);
  line-height: .98;
  letter-spacing: -0.065em;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #a694ff 0%, #55d9ff 55%, #aee4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 38px;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 12px 21px;
  font-weight: 800;
  line-height: 1.2;
  border-radius: 13px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(57, 215, 244, .75);
  outline-offset: 3px;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #8d48f7);
  box-shadow: 0 14px 38px rgba(118, 87, 255, .33);
}

.button-primary:hover {
  box-shadow: 0 18px 48px rgba(118, 87, 255, .44);
}

.button-ghost {
  color: #fff;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
}

.button-ghost:hover {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.25);
}

.button-dark {
  color: #fff;
  background: var(--night);
  box-shadow: 0 12px 26px rgba(9,11,22,.18);
}

.button-white {
  color: var(--night);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

.button-timer-secondary {
  color: rgba(255,255,255,.78);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.13);
}

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 14px;
}

.button-large {
  min-height: 56px;
  padding: 15px 24px;
}

.button-full {
  width: 100%;
}

.micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-top: 31px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 700;
}

.micro-trust div {
  display: flex;
  gap: 7px;
  align-items: center;
}

.micro-trust svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #70e1c0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  z-index: -2;
  width: 420px;
  height: 420px;
  content: "";
  background: radial-gradient(circle, rgba(118,87,255,.26), transparent 66%);
  border-radius: 50%;
}

.route-line {
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(255,255,255,.17);
  border-radius: 50%;
}

.route-line-one {
  width: 500px;
  height: 330px;
  transform: rotate(-14deg);
}

.route-line-two {
  width: 390px;
  height: 500px;
  transform: rotate(32deg);
}

.map-pin {
  position: absolute;
  z-index: 1;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  background: rgba(255,255,255,.20);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(255,255,255,.04);
}

.map-pin span {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

.pin-start {
  top: 97px;
  left: 37px;
}

.pin-end {
  right: 19px;
  bottom: 93px;
}

.voucher-preview {
  position: relative;
  width: min(100%, 388px);
  min-height: 470px;
  padding: 31px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(57,215,244,.21), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 29px;
  box-shadow: 0 40px 100px rgba(0,0,0,.40), inset 0 1px rgba(255,255,255,.13);
  backdrop-filter: blur(22px);
  transform: rotate(2.5deg);
}

.voucher-preview::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  content: "";
  background: linear-gradient(135deg, rgba(118,87,255,.65), rgba(57,215,244,.16));
  border-radius: 50%;
  filter: blur(2px);
}

.voucher-topline,
.voucher-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voucher-brand {
  max-width: 255px;
  overflow: hidden;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.voucher-pill {
  padding: 6px 10px;
  color: #cbffd9;
  background: rgba(45, 224, 117, .11);
  border: 1px solid rgba(110, 255, 168, .22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.voucher-value-label {
  margin-top: 68px;
  color: rgba(255,255,255,.46);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.voucher-value {
  margin-top: 2px;
  font-size: 88px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
}

.voucher-divider {
  height: 1px;
  margin: 30px 0 23px;
  background: rgba(255,255,255,.13);
}

.voucher-price-row > div:first-child span {
  display: block;
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.voucher-price-row strong {
  display: block;
  margin-top: 1px;
  font-size: 28px;
  letter-spacing: -.05em;
}

.discount-seal {
  display: grid;
  width: 72px;
  height: 72px;
  place-content: center;
  text-align: center;
  background: linear-gradient(135deg, #7657ff, #bf50fa);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(118,87,255,.38);
  transform: rotate(7deg);
}

.discount-seal span {
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.discount-seal small {
  margin-top: 2px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
}

.voucher-code {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  padding: 14px 16px;
  background: rgba(0,0,0,.17);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
}

.voucher-code span {
  color: rgba(255,255,255,.44);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.voucher-code b {
  font-size: 14px;
  letter-spacing: .09em;
}

.voucher-note {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  color: rgba(255,255,255,.43);
  font-size: 11px;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 178px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 15px;
  box-shadow: var(--shadow-lg);
}

.floating-note-one {
  top: 88px;
  right: -6px;
}

.floating-note-two {
  bottom: 77px;
  left: -18px;
}

.note-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #168d52;
  background: #e9fff3;
  border-radius: 11px;
}

.note-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.timer-icon {
  color: #6648ed;
  background: #eeeaff;
}

.floating-note strong,
.floating-note small {
  display: block;
}

.floating-note strong {
  font-size: 13px;
  line-height: 1.2;
}

.floating-note small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 10px;
}

.notice-strip {
  background: #12152a;
  border-top: 1px solid rgba(255,255,255,.06);
}

.notice-inner {
  display: flex;
  justify-content: center;
  gap: 13px;
  align-items: center;
  min-height: 70px;
  color: rgba(255,255,255,.70);
  text-align: center;
  font-size: 13px;
}

.notice-inner p {
  margin: 0;
}

.notice-inner strong {
  color: #fff;
}

.notice-icon {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #dcd6ff;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 54px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.section-kicker-light {
  color: #b8a9ff;
}

.section-heading h2,
.split-heading h2,
.timer-copy h2,
.contact-copy h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.05;
  letter-spacing: -.055em;
}

.section-heading p {
  margin: 19px auto 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.voucher-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  max-width: 880px;
  margin-inline: auto;
}

.price-card {
  position: relative;
  padding: 35px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.price-card:hover,
.price-card.selected {
  border-color: rgba(118,87,255,.55);
  box-shadow: 0 26px 70px rgba(40,30,96,.15);
  transform: translateY(-5px);
}

.price-card.featured {
  border-color: rgba(118,87,255,.42);
  box-shadow: 0 24px 70px rgba(63,45,146,.15);
}

.best-value {
  position: absolute;
  top: 0;
  right: 28px;
  padding: 7px 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #a54ff4);
  border-radius: 0 0 10px 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.amount-tag {
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 850;
}

.availability {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 750;
}

.availability span {
  width: 7px;
  height: 7px;
  background: #4bd991;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ecfff5;
}

.price-label {
  margin: 37px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
}

.price-amount {
  margin-top: 2px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.075em;
}

.price-amount sup {
  position: relative;
  top: -22px;
  margin-right: 4px;
  font-size: 27px;
  letter-spacing: 0;
}

.pay-line {
  margin-top: 15px;
  padding: 12px 15px;
  color: var(--ink-soft);
  background: var(--paper-soft);
  border-radius: 11px;
  font-size: 13px;
}

.pay-line strong {
  float: right;
  color: var(--ink);
  font-size: 16px;
}

.feature-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 30px;
  padding: 0;
  color: var(--ink-soft);
  list-style: none;
  font-size: 14px;
}

.feature-list li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.feature-list span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #198656;
  background: #e9fff3;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.eligibility-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 870px;
  margin: 26px auto 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.eligibility-note svg,
.contact-warning svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 55px;
}

.split-heading p {
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 16px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.step-card {
  position: relative;
  min-height: 330px;
  padding: 27px 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.step-card:hover {
  border-color: rgba(118,87,255,.38);
  box-shadow: var(--shadow-sm);
  transform: translateY(-4px);
}

.step-number {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #ececf3;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--primary-dark);
  background: var(--primary-pale);
  border-radius: 14px;
}

.step-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.step-card h3 {
  margin: 42px 0 12px;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.step-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.timer-section {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(118,87,255,.35), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(57,215,244,.16), transparent 27%),
    var(--night);
}

.timer-section::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .20;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
  pointer-events: none;
}

.timer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .78fr);
  gap: 90px;
  align-items: center;
}

.timer-copy p {
  max-width: 650px;
  margin: 23px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 17px;
}

.timer-instructions {
  display: grid;
  gap: 13px;
  margin-top: 34px;
  color: rgba(255,255,255,.73);
  font-size: 14px;
}

.timer-instructions div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.timer-instructions span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px;
  font-size: 11px;
  font-weight: 850;
}

.timer-card {
  padding: 31px;
  background: linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 28px;
  box-shadow: 0 32px 90px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
}

.timer-card-top {
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.timer-state {
  color: #8cf1bd;
}

.timer-display {
  margin: 31px 0 24px;
  font-variant-numeric: tabular-nums;
  font-size: clamp(76px, 8vw, 108px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: -.075em;
}

.timer-progress {
  height: 7px;
  overflow: hidden;
  background: rgba(255,255,255,.10);
  border-radius: 999px;
}

.timer-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #68e8bd, #6ed6ff, #a78cff);
  border-radius: inherit;
  transition: width 1s linear;
}

.timer-card p {
  min-height: 44px;
  margin: 17px 0 21px;
  color: rgba(255,255,255,.56);
  text-align: center;
  font-size: 13px;
}

.timer-actions {
  display: grid;
  grid-template-columns: 1.5fr .75fr;
  gap: 10px;
}

.timer-card.expired .timer-display,
.timer-card.expired .timer-state {
  color: #ff9e88;
}

.timer-card.warning .timer-display {
  color: #ffd68b;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 90px rgba(31,29,61,.12);
}

.contact-copy,
.contact-panel {
  padding: 55px;
}

.contact-copy {
  background:
    radial-gradient(circle at 0 100%, rgba(118,87,255,.10), transparent 40%),
    #fff;
}

.contact-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--ink-soft);
}

.selection-box {
  margin-top: 35px;
  padding: 21px;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.selection-box > span {
  display: block;
  margin-bottom: 11px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.selection-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.selection-button {
  padding: 12px;
  color: var(--ink-soft);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-weight: 850;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.selection-button.active {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 10px 22px rgba(118,87,255,.25);
}

.selection-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 16px;
  margin-top: 19px;
  padding-top: 17px;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.selection-summary strong {
  color: var(--ink);
}

.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--night);
}

.contact-option {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
  padding: 19px;
  color: #fff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 17px;
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.contact-option:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.20);
  transform: translateY(-2px);
}

.contact-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
}

.whatsapp .contact-icon {
  color: #126b3f;
  background: #c9f7dd;
}

.telegram .contact-icon {
  color: #1a78ad;
  background: #cceeff;
}

.contact-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-details {
  min-width: 0;
}

.contact-details small,
.contact-details strong,
.contact-details > span {
  display: block;
}

.contact-details small {
  color: rgba(255,255,255,.43);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-details strong {
  margin-top: 1px;
  font-size: 16px;
}

.contact-details > span {
  margin-top: 2px;
  overflow: hidden;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-arrow {
  width: 20px;
  height: 20px;
  margin-left: auto;
  fill: none;
  stroke: rgba(255,255,255,.45);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.contact-warning {
  display: flex;
  gap: 10px;
  margin-top: 11px;
  padding: 13px 15px;
  color: rgba(255,255,255,.51);
  background: rgba(255,138,76,.06);
  border: 1px solid rgba(255,138,76,.13);
  border-radius: 12px;
  font-size: 11px;
}

.contact-warning p {
  margin: 0;
}

.contact-warning strong {
  color: #ffc2a2;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 90px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro p {
  margin: 21px 0 0;
  color: var(--ink-soft);
}

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 25px;
  color: var(--primary-dark);
  font-weight: 850;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.accordion details {
  border-top: 1px solid var(--line);
}

.accordion details:last-child {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.accordion summary span,
.accordion summary span::after {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--ink);
  border-radius: 99px;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.accordion summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.accordion details[open] summary span::after {
  transform: rotate(0deg);
}

.accordion details p {
  max-width: 720px;
  margin: -7px 0 24px;
  color: var(--ink-soft);
  font-size: 15px;
}



/* Booking screenshot proof */
.proof-section {
  background:
    radial-gradient(circle at 12% 14%, rgba(118,87,255,.10), transparent 31%),
    radial-gradient(circle at 92% 85%, rgba(57,215,244,.12), transparent 29%),
    #fff;
}

.proof-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr);
  gap: 80px;
  align-items: center;
  padding: 68px;
  overflow: hidden;
  background: linear-gradient(145deg, #f9f9ff, #f2f5ff);
  border: 1px solid #e0e3f1;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 90px rgba(31,29,61,.12);
}

.proof-copy > p {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

.proof-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 34px;
}

.proof-list > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 15px 17px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(118,87,255,.12);
  border-radius: 15px;
}

.proof-list > div > span {
  display: grid;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #9e4ff4);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
}

.proof-list p {
  margin: 1px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.proof-list strong {
  color: var(--ink);
}

.proof-visual {
  position: relative;
  display: grid;
  min-height: 510px;
  place-items: center;
}

.proof-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  background: radial-gradient(circle, rgba(118,87,255,.28), rgba(57,215,244,.08) 48%, transparent 70%);
  border-radius: 50%;
  filter: blur(5px);
}

.proof-phone {
  position: relative;
  z-index: 2;
  display: flex;
  width: 280px;
  min-height: 470px;
  flex-direction: column;
  align-items: center;
  padding: 22px 22px 24px;
  color: var(--ink);
  background: #fff;
  border: 8px solid var(--night);
  border-radius: 38px;
  box-shadow: 0 35px 80px rgba(27,22,72,.25);
  transform: rotate(-3deg);
}

.proof-phone::before {
  position: absolute;
  top: 8px;
  width: 82px;
  height: 20px;
  content: "";
  background: var(--night);
  border-radius: 999px;
}

.proof-phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 10px;
}

.proof-phone-top span {
  width: 18px;
}

.proof-phone-top b {
  font-size: 11px;
}

.proof-status-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 39px 0 17px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #1ac77b, #42df9b);
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(24,185,107,.28);
}

.proof-status-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.proof-phone > strong {
  font-size: 20px;
  letter-spacing: -.03em;
}

.proof-phone > small {
  margin-top: 5px;
  color: var(--ink-soft);
  text-align: center;
  font-size: 10px;
}

.proof-route {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 30px 0 21px;
}

.proof-route span {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  background: var(--primary);
  border: 3px solid #e9e5ff;
  border-radius: 50%;
}

.proof-route span:last-child {
  background: #22bd72;
  border-color: #ddf8eb;
}

.proof-route i {
  height: 2px;
  flex: 1;
  background: repeating-linear-gradient(90deg, #c8cada 0 7px, transparent 7px 12px);
}

.proof-lines {
  display: grid;
  gap: 10px;
  width: 100%;
}

.proof-lines span {
  display: block;
  height: 11px;
  background: #eef0f7;
  border-radius: 999px;
}

.proof-lines span:nth-child(2) { width: 78%; }
.proof-lines span:nth-child(3) { width: 58%; }

.proof-capture {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 12px 13px;
  color: #6546e6;
  background: #f0ecff;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 800;
}

.proof-capture svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.proof-send-card {
  position: absolute;
  z-index: 4;
  right: -8px;
  bottom: 55px;
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 225px;
  padding: 14px 15px;
  color: #fff;
  background: var(--night);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 17px;
  box-shadow: 0 24px 55px rgba(9,11,22,.30);
}

.proof-send-icon {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #9a50f2);
  border-radius: 12px;
}

.proof-send-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.proof-send-card div {
  flex: 1;
}

.proof-send-card strong,
.proof-send-card small {
  display: block;
}

.proof-send-card strong { font-size: 12px; }
.proof-send-card small { margin-top: 2px; color: rgba(255,255,255,.53); font-size: 9px; }
.proof-send-card > b { color: #79edb1; font-size: 17px; }

.selection-proof-note {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 15px;
  padding: 12px 13px;
  color: #5440a7;
  background: #eeeaff;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 750;
}

.selection-proof-note svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.screenshot-step {
  border-color: rgba(118,87,255,.28);
  background: linear-gradient(155deg, #fff, #f7f5ff);
}



.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.button-proof-secondary {
  color: var(--primary-dark);
  background: #fff;
  border: 1px solid rgba(118,87,255,.20);
  box-shadow: 0 10px 24px rgba(54,39,125,.08);
}

.button-proof-secondary:hover {
  background: var(--primary-pale);
  border-color: rgba(118,87,255,.34);
}

.proof-copy > .proof-help {
  max-width: 650px;
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.final-cta {
  padding: 34px 0 90px;
}

.final-cta-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding: 55px 60px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0%, rgba(57,215,244,.24), transparent 34%),
    linear-gradient(125deg, #6c48f5, #8e4be9 56%, #3330b8);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(94,61,219,.28);
}

.final-cta-inner::after {
  position: absolute;
  right: 180px;
  bottom: -130px;
  width: 280px;
  height: 280px;
  content: "";
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.035), 0 0 0 78px rgba(255,255,255,.025);
}

.final-cta h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(34px, 4.2vw, 54px);
}

.final-badge {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  color: rgba(255,255,255,.63);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.final-cta .button {
  z-index: 2;
  flex: 0 0 auto;
}

.site-footer {
  padding: 75px 0 25px;
  color: rgba(255,255,255,.59);
  background: var(--night);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  gap: 70px;
  padding-bottom: 45px;
}

.footer-brand {
  color: #fff;
}

.footer-brand-block p {
  max-width: 470px;
  margin: 17px 0 0;
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.footer-links div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links a {
  font-size: 13px;
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-disclaimer {
  padding-block: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-disclaimer p {
  margin: 0;
  font-size: 11px;
  line-height: 1.75;
}

.footer-disclaimer strong {
  color: rgba(255,255,255,.80);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-top: 22px;
  font-size: 11px;
}

.toast {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  max-width: 360px;
  padding: 13px 17px;
  color: #fff;
  background: var(--night);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .brand-name {
    max-width: 215px;
    font-size: 14px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .header-contact {
    margin-left: 22px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(50px, 6.4vw, 68px);
  }

  .floating-note-one {
    right: -14px;
  }

  .floating-note-two {
    left: -8px;
  }

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

  .proof-shell {
    grid-template-columns: 1fr 360px;
    gap: 45px;
    padding: 48px;
  }

  .proof-send-card {
    right: -20px;
  }

  .step-card {
    min-height: 275px;
  }

  .contact-copy,
  .contact-panel {
    padding: 42px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 70px;
  }

  .desktop-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero {
    min-height: auto;
  }

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

  .hero-copy {
    max-width: 760px;
    padding-top: 12px;
    text-align: center;
  }

  .eyebrow,
  .hero-actions,
  .micro-trust {
    justify-content: center;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 550px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .timer-grid,
  .proof-shell,
  .contact-shell,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .timer-grid {
    gap: 55px;
  }

  .proof-shell {
    gap: 38px;
  }

  .proof-copy {
    max-width: 680px;
  }

  .proof-visual {
    min-height: 530px;
  }

  .proof-send-card {
    right: calc(50% - 245px);
  }

  .contact-shell {
    max-width: 720px;
  }

  .faq-grid {
    gap: 40px;
  }

  .faq-intro {
    position: static;
    max-width: 650px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 78px 0;
  }

  .section-pad {
    padding: 58px 0 73px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-name {
    max-width: 225px;
    font-size: 14px;
  }

  .hero h1 {
    font-size: clamp(43px, 13.2vw, 60px);
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .micro-trust {
    gap: 11px 17px;
  }

  .hero-visual {
    min-height: 475px;
  }

  .voucher-preview {
    width: min(88vw, 350px);
    min-height: 430px;
    padding: 26px;
  }

  .voucher-value-label {
    margin-top: 54px;
  }

  .voucher-value {
    font-size: 77px;
  }

  .route-line-one {
    width: 400px;
    height: 270px;
  }

  .route-line-two {
    width: 315px;
    height: 400px;
  }

  .floating-note {
    min-width: 155px;
    padding: 10px 11px;
  }

  .floating-note-one {
    top: 41px;
    right: 0;
  }

  .floating-note-two {
    bottom: 35px;
    left: 0;
  }

  .notice-inner {
    align-items: flex-start;
    padding-block: 17px;
    text-align: left;
  }

  .notice-icon {
    margin-top: 2px;
  }

  .section-heading h2,
  .split-heading h2,
  .timer-copy h2,
  .contact-copy h2,
  .faq-intro h2 {
    font-size: clamp(35px, 10.5vw, 48px);
  }

  .voucher-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    padding: 29px;
  }

  .step-card {
    min-height: 250px;
  }

  .timer-card {
    padding: 25px 20px;
  }

  .timer-display {
    font-size: clamp(68px, 24vw, 93px);
  }

  .timer-actions {
    grid-template-columns: 1fr;
  }

  .proof-shell {
    padding: 34px 23px;
  }

  .proof-copy > p {
    font-size: 15px;
  }

  .proof-visual {
    min-height: 500px;
  }

  .proof-phone {
    width: 260px;
  }

  .proof-send-card {
    right: 0;
    bottom: 36px;
    min-width: 210px;
  }

  .contact-copy,
  .contact-panel {
    padding: 32px 23px;
  }

  .contact-option {
    padding: 16px;
  }

  .contact-icon {
    flex-basis: 43px;
    width: 43px;
    height: 43px;
  }

  .contact-details strong {
    font-size: 14px;
  }

  .proof-actions {
    display: grid;
  }

  .proof-actions .button {
    width: 100%;
  }

  .final-cta {
    padding-top: 5px;
  }

  .final-cta-inner {
    display: grid;
    padding: 39px 27px;
  }

  .final-cta-inner::after {
    right: -90px;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-main {
    gap: 45px;
  }

  .footer-links {
    max-width: 320px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .brand-name {
    max-width: 205px;
    font-size: 12.5px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .micro-trust {
    display: grid;
  }

  .voucher-preview {
    width: 92vw;
  }

  .floating-note-one {
    right: -9px;
  }

  .floating-note-two {
    left: -9px;
  }

  .proof-phone {
    width: 238px;
    min-height: 445px;
  }

  .proof-send-card {
    right: -5px;
    min-width: 195px;
  }

  .selection-summary {
    font-size: 12px;
  }
}
