/* Kind Purchases US — mobile-first English landing */
:root {
  --bg: #0a0b0d;
  --bg-elev: #12141a;
  --bg-soft: #1a1d26;
  --text: #f2f4f7;
  --muted: #9aa3b2;
  --accent: #5ee7ff;
  --accent-dim: rgba(94, 231, 255, 0.14);
  --warm: #e8a04a;
  --line: rgba(255, 255, 255, 0.08);
  --danger: #ff6b6b;
  --ok: #3dd68c;
  --radius: 14px;
  --pad: clamp(1rem, 4vw, 1.5rem);
  --max: 720px;
  --font: "DM Sans", "Segoe UI", system-ui, sans-serif;
  --display: "Syne", "DM Sans", system-ui, sans-serif;
  --sticky-h: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--sticky-h) + env(safe-area-inset-bottom, 0px));
}

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

a {
  color: var(--accent);
  text-decoration: none;
}

button {
  font-family: inherit;
}

.wrap {
  width: min(100% - 2 * var(--pad), var(--max));
  margin-inline: auto;
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero--media {
  min-height: auto;
  align-items: start;
  padding-top: calc(0.75rem + env(safe-area-inset-top, 0px));
  padding-bottom: 1.25rem;
  background:
    radial-gradient(ellipse at 70% 0%, rgba(94, 231, 255, 0.1), transparent 45%),
    linear-gradient(180deg, #12151c 0%, var(--bg) 100%);
}

.hero--media .hero__content {
  padding: 0.5rem var(--pad) 0.5rem;
  width: min(100%, var(--max));
  margin-inline: auto;
  animation: fadeUp 0.7s ease-out both;
}

.hero--media h1 {
  margin-top: 1rem;
  max-width: none;
}

.brand-mark {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.35rem, 5vw, 1.85rem);
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.15;
}

.fitment {
  margin: 1rem 0 0.25rem;
}

.hero-why {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.hero-why .section-title {
  font-size: clamp(1.2rem, 4vw, 1.45rem);
}

.hero-why .section-sub {
  margin-bottom: 1rem;
}

.fitment__title {
  margin: 0 0 0.75rem;
  font-weight: 700;
  font-size: 1.02rem;
  color: #fff;
}

.fitment__fields {
  display: grid;
  gap: 0.55rem;
}

.fitment__field {
  display: grid;
  gap: 0.28rem;
}

.fitment__field span {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
}

.fitment__field select {
  appearance: none;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%239aa3af' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.9rem center;
  color: var(--text);
  padding: 0.78rem 0.9rem;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 600;
}

.fitment__field select:disabled {
  opacity: 0.55;
}

.fitment__field select:focus {
  outline: 2px solid rgba(94, 231, 255, 0.45);
  outline-offset: 1px;
}

.fitment__ok {
  margin: 0.75rem 0 0;
  color: #3dd68c;
  font-weight: 700;
  font-size: 1.05rem;
}

.fitment__ok[hidden] {
  display: none !important;
}

.hero--media .hero__lead {
  margin-bottom: 0.85rem;
  max-width: none;
}

.hero--media .cta-row {
  margin-bottom: 0.25rem;
}

.media-deck {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 0.35rem;
}

.media-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}

.media-tab {
  appearance: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  border-radius: 999px;
  padding: 0.7rem 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.media-tab.is-active {
  color: #041018;
  background: var(--accent);
  border-color: transparent;
}

.media-tab[data-media-tab="video"] {
  color: #fff;
  background: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 6px 18px rgba(255, 0, 0, 0.28);
}

.media-tab[data-media-tab="video"].is-active {
  color: #fff;
  background: #e60000;
  border-color: #e60000;
  filter: brightness(1.05);
}

.media-tab__play {
  display: inline-grid;
  place-items: center;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  font-size: 0.55rem;
  line-height: 1;
}

.media-tab.is-active .media-tab__play {
  background: rgba(4, 16, 24, 0.2);
}

.media-tab[data-media-tab="video"] .media-tab__play {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.media-tab[data-media-tab="video"].is-active .media-tab__play {
  background: rgba(255, 255, 255, 0.28);
}

.media-panel[hidden] {
  display: none !important;
}

.hero--media .gallery-stage,
.hero--media .gallery-main {
  min-height: min(58vh, 480px);
  height: min(58vh, 480px);
}

.hero--media .gallery-stage {
  border-radius: calc(var(--radius) + 2px);
}

.video-shell--cta {
  min-height: min(58vh, 480px);
  border-radius: calc(var(--radius) + 2px);
}

.video-play {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: min(58vh, 480px);
  position: relative;
  display: block;
  cursor: pointer;
  background: #000;
}

.video-play img {
  width: 100%;
  height: min(58vh, 480px);
  object-fit: cover;
  display: block;
  opacity: 0.78;
}

.video-play__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: grid;
  place-items: center;
  animation: playPulse 2.2s ease-in-out infinite;
}

.video-play__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 1.15rem;
  border-color: transparent transparent transparent #0b0d12;
  margin-inline-start: 0.2rem;
}

.video-play__label {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  white-space: nowrap;
}

@keyframes playPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 12px 36px rgba(94, 231, 255, 0.35);
  }
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transform: scale(1.04);
  animation: heroZoom 12s ease-out forwards;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(10, 11, 13, 0.25) 0%, rgba(10, 11, 13, 0.55) 42%, rgba(10, 11, 13, 0.96) 88%),
    radial-gradient(ellipse at 50% 20%, rgba(94, 231, 255, 0.12), transparent 55%);
}

.hero__content {
  padding: calc(var(--pad) + 1rem) var(--pad) 2.5rem;
  width: min(100%, var(--max));
  margin-inline: auto;
  animation: fadeUp 0.9s ease-out both;
}

.brand {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.75rem, 7vw, 2.4rem);
  letter-spacing: 0.02em;
  margin: 0 0 0.65rem;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.media-tab[data-media-tab="gallery"],
.media-tab--gallery {
  color: #fff;
  background: #15803d;
  border-color: #15803d;
  box-shadow: 0 6px 18px rgba(21, 128, 61, 0.28);
}

.media-tab[data-media-tab="gallery"].is-active,
.media-tab--gallery.is-active {
  color: #fff;
  background: #166534;
  border-color: #166534;
  filter: brightness(1.05);
}

.hero-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 0.85rem;
  margin: 0 0 0.75rem;
}

.hero-title-row h1,
.hero h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.35rem, 5.2vw, 1.85rem);
  line-height: 1.35;
  margin: 0;
  max-width: 18ch;
  flex: 1 1 auto;
  min-width: 12ch;
}

.hero-title-row .media-tab {
  flex: 0 0 auto;
  padding: 0.55rem 0.9rem;
  font-size: 0.88rem;
  white-space: nowrap;
}

.hero-delivery,
.pack-delivery {
  margin: 0 0 0.75rem;
  color: #86efac;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
}

.pack-delivery {
  margin: 0.75rem 0 0;
  text-align: center;
}

.hero-buy-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 0.75rem 1rem;
  align-items: center;
  margin: 0 0 1.25rem;
  width: 100%;
}

.hero-buy-block .cta-row--buy {
  margin: 0;
}

.hero-buy-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.hero-buy-points li {
  margin: 0;
  color: rgba(232, 236, 241, 0.92);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  padding-inline-start: 1.15rem;
  position: relative;
}

.hero-buy-points li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  color: #86efac;
  font-weight: 700;
}

@media (max-width: 560px) {
  .hero-buy-block {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}

.hero__lead {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 32ch;
}

.hero__desc {
  margin: 0 0 1rem;
  color: rgba(232, 236, 241, 0.88);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 38ch;
}

.hero-checks {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.hero-checks li {
  margin: 0;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 600;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.check-list li {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text);
}

.feature-grid {
  display: grid;
  gap: 0.85rem;
}

.feature strong {
  display: block;
  color: var(--accent);
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.cta-row.cta-row--buy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  width: 100%;
}

.btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: transform 0.18s ease, background 0.18s ease, opacity 0.18s ease;
  text-align: center;
}

.btn.btn--buy {
  width: 100%;
  min-height: 3.4rem;
  padding: 1.05rem 1.25rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff !important;
  background: #ff0033 !important;
  border: 0;
  box-shadow:
    0 0 0 2px rgba(255, 0, 51, 0.35),
    0 14px 32px rgba(255, 0, 51, 0.45);
  animation: buyPulse 1.8s ease-in-out infinite;
}

.btn.btn--buy:hover,
.btn.btn--buy:focus-visible {
  filter: brightness(1.08);
  color: #fff !important;
}

@keyframes buyPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 2px rgba(255, 0, 51, 0.35),
      0 14px 32px rgba(255, 0, 51, 0.45);
  }
  50% {
    transform: scale(1.035);
    box-shadow:
      0 0 0 4px rgba(255, 0, 51, 0.25),
      0 18px 40px rgba(255, 0, 51, 0.55);
  }
}

.btn:active {
  transform: scale(0.98);
}

.btn--primary {
  background: var(--accent);
  color: #041018;
  box-shadow: 0 0 0 1px rgba(94, 231, 255, 0.35), 0 10px 30px rgba(94, 231, 255, 0.18);
}

.btn--primary:hover {
  filter: brightness(1.05);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border: 1px solid var(--line);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn--wa {
  background: #1fad5c;
  color: #fff;
}

.btn:disabled,
.btn[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}

/* —— Sections —— */
section {
  padding: 3rem 0;
  border-top: 1px solid var(--line);
}

#pricing {
  scroll-margin-top: 1rem;
}

.section-title {
  font-family: var(--display);
  font-size: clamp(1.35rem, 4.5vw, 1.7rem);
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.section-sub {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.98rem;
}

/* Gallery viewer */
.gallery-viewer {
  display: grid;
  gap: 0.75rem;
}

.gallery-stage {
  position: relative;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  min-height: min(72vh, 560px);
}

.gallery-main {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  height: min(72vh, 560px);
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0d0f14;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(10, 11, 13, 0.78);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.gallery-nav:active {
  transform: translateY(-50%) scale(0.96);
}

/* Prev on the right, next on the left — handlers stay on the same buttons */
.gallery-nav--prev {
  right: 0.65rem;
  left: auto;
}

.gallery-nav--next {
  left: 0.65rem;
  right: auto;
}

.gallery-counter {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  left: auto;
  margin: 0;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 3;
}

.gallery-thumbs {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 0.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.gallery-thumbs button {
  appearance: none;
  border: 2px solid transparent;
  background: var(--bg-soft);
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 64px;
  height: 64px;
  scroll-snap-align: start;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}

.gallery-thumbs button.is-active {
  opacity: 1;
  border-color: var(--accent);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-caption {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.94);
  display: grid;
  place-items: center;
  padding: 3rem 0.75rem 1.25rem;
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: 100%;
  max-height: calc(100svh - 4.5rem);
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  left: auto;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lightbox__nav--prev {
  right: 0.5rem;
  left: auto;
}

.lightbox__nav--next {
  left: 0.5rem;
  right: auto;
}

body.lightbox-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  .gallery-stage,
  .gallery-main {
    height: min(75vh, 640px);
    min-height: 480px;
  }

  .hero--media .gallery-stage,
  .hero--media .gallery-main,
  .video-shell--cta,
  .video-play,
  .video-play img,
  .video-shell iframe {
    height: min(62vh, 560px);
    min-height: min(62vh, 560px);
  }

  .gallery-thumbs button {
    flex-basis: 76px;
    height: 76px;
  }
}

/* Video */
.video-shell {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
  position: relative;
}

.video-shell video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border: 0;
}

.video-shell iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: min(58vh, 480px);
  display: block;
  border: 0;
}

.video-placeholder {
  appearance: none;
  border: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000;
  position: relative;
  display: block;
  cursor: default;
}

.video-placeholder img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
}

.video-placeholder span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
}

.video-note {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: var(--muted);
}

/* Overview / lists */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.steps li {
  background: var(--bg-elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
}

.steps .num {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--accent-dim);
  color: var(--accent);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.highlights li {
  padding: 0.85rem 1rem;
  border-inline-start: 3px solid var(--accent);
  background: linear-gradient(270deg, var(--bg-elev), transparent);
  color: var(--text);
  font-size: 0.98rem;
}

/* Pricing packs */
.hero-price {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0 0 1.1rem;
}

.price-old {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  font-size: 1rem;
  opacity: 0.85;
}

.price-new {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.45rem;
}

.packs {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.pack {
  display: block;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  position: relative;
}

.pack__body {
  padding: 1.05rem 1.15rem;
}

.pack__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.pack__title {
  font-size: 1.1rem;
}

.pack__badge {
  background: var(--warm);
  color: #1a1005;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}

.pack__prices {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.pack__prices .price-new {
  font-size: 1.55rem;
}

.pack__save {
  margin: -0.35rem 0 0.85rem;
  color: var(--ok);
  font-weight: 700;
  font-size: 0.95rem;
}

.pack--featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(94, 231, 255, 0.35), 0 10px 28px rgba(94, 231, 255, 0.12);
  background: linear-gradient(180deg, rgba(94, 231, 255, 0.08), var(--bg-elev));
}

.btn--block {
  width: 100%;
  margin-top: 0.55rem;
}

.pack .btn--block {
  margin-top: 0;
}

.pack-hint {
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0.85rem 0 0.15rem;
}

.sticky-cta__inner--price {
  grid-template-columns: minmax(0, 1.1fr) auto auto;
  align-items: center;
}

.sticky-price {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.2;
}

.sticky-price .price-old {
  font-size: 0.78rem;
}

.sticky-price .price-new {
  font-size: 1.05rem;
}

/* Shipping */
.policy-grid {
  display: grid;
  gap: 0.75rem;
}

.policy {
  padding: 1.1rem;
  border-radius: var(--radius);
  background: var(--bg-elev);
  border: 1px solid var(--line);
}

.policy strong {
  display: block;
  color: var(--accent);
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
}

.policy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Footer */
.site-footer {
  padding: 2.5rem 0 1.5rem;
  border-top: 1px solid var(--line);
  background: #07080a;
  font-size: 0.9rem;
  color: var(--muted);
}

.site-footer h2 {
  font-size: 1.05rem;
  color: var(--text);
  margin: 0 0 0.75rem;
}

.site-footer dl {
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.55rem;
}

.site-footer dt {
  color: var(--text);
  font-weight: 600;
  font-size: 0.82rem;
}

.site-footer dd {
  margin: 0.15rem 0 0;
}

.legal-note {
  font-size: 0.8rem;
  line-height: 1.5;
  opacity: 0.85;
  margin-top: 1rem;
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.65rem var(--pad) calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(10, 11, 13, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  transform: translateY(110%);
  transition: transform 0.35s ease;
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta__inner {
  width: min(100%, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.sticky-cta__inner--buy {
  grid-template-columns: 1fr;
  align-items: center;
}

.sticky-cta .btn {
  width: 100%;
  padding: 0.8rem 0.6rem;
  font-size: 0.95rem;
}

.sticky-cta .btn.btn--buy {
  min-height: 3rem;
  padding: 0.85rem 0.75rem;
  font-size: 0.98rem;
}

.price-tag {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  opacity: 0.85;
}

.hero-price {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin: 0 0 1.1rem;
}

.price-old {
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  font-size: 1rem;
  opacity: 0.85;
}

.price-new {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.45rem;
}

.packs {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.pack {
  display: block;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elev);
  position: relative;
}

.pack__body {
  padding: 1.05rem 1.15rem;
}

.pack__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.pack__title {
  font-size: 1.1rem;
}

.pack__badge {
  background: var(--warm);
  color: #1a1005;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
}

.pack__prices {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.pack__prices .price-new {
  font-size: 1.55rem;
}

.pack__save {
  margin: -0.35rem 0 0.85rem;
  color: var(--ok);
  font-weight: 700;
  font-size: 0.95rem;
}

.pack--featured {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px rgba(94, 231, 255, 0.35), 0 10px 28px rgba(94, 231, 255, 0.12);
  background: linear-gradient(180deg, rgba(94, 231, 255, 0.08), var(--bg-elev));
}

.btn--block {
  width: 100%;
  margin-top: 0.55rem;
}

.pack .btn--block {
  margin-top: 0;
}

.pack-hint {
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0.85rem 0 0.15rem;
}

.sticky-cta__inner--price {
  grid-template-columns: minmax(0, 1.1fr) auto auto;
  align-items: center;
}

.sticky-price {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.2;
}

.sticky-price .price-old {
  font-size: 0.78rem;
}

.sticky-price .price-new {
  font-size: 1.05rem;
}

/* Checkout page */
.page-checkout {
  background:
    radial-gradient(ellipse at 80% 0%, rgba(94, 231, 255, 0.08), transparent 40%),
    var(--bg);
  min-height: 100svh;
}

.checkout-top {
  border-bottom: 1px solid var(--line);
  background: rgba(10, 11, 13, 0.92);
  position: sticky;
  top: 0;
  z-index: 20;
}

.checkout-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem var(--pad);
}

.checkout-back {
  color: var(--muted);
  font-weight: 600;
}

.checkout-main {
  padding: 1.25rem 0 3rem;
}

.checkout-grid {
  display: grid;
  gap: 1.25rem;
}

.checkout-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-elev);
  padding: 1rem;
}

.checkout-summary img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  margin-bottom: 0.85rem;
}

.checkout-summary h1 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
}

.checkout-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.checkout-summary__price {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0;
  flex-shrink: 0;
}

.checkout-free-ship {
  margin: 0 0 0.75rem;
  color: #22c55e;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}

.checkout-chat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: var(--radius);
  background: linear-gradient(90deg, #16a34a 0%, #22c55e 100%);
  color: #fff;
  text-decoration: none;
  text-align: right;
  cursor: pointer;
  font: inherit;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.checkout-chat:active {
  transform: scale(0.99);
}

.checkout-chat__icon {
  font-size: 1.35rem;
  line-height: 1;
}

.checkout-chat__text {
  display: grid;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.checkout-chat__text strong {
  font-size: 1.02rem;
  font-weight: 800;
}

.checkout-chat__text small {
  font-size: 0.82rem;
  opacity: 0.92;
}

.checkout-chat__go {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.9;
}

/* In-page live chat */
.livechat[hidden] {
  display: none !important;
}

.livechat {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.livechat__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.livechat__panel {
  position: absolute;
  inset-inline: 0.75rem;
  bottom: 0.75rem;
  max-width: 420px;
  margin-inline: auto;
  left: 0;
  right: 0;
  height: min(72vh, 560px);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  background: #fff;
  color: #111;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  animation: livechatUp 0.28s ease-out;
}

@keyframes livechatUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.livechat__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: #0f172a;
  color: #fff;
}

.livechat__status {
  margin: 0 0 0.15rem;
  font-size: 0.78rem;
  color: #86efac;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.livechat__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
}

.livechat__head h2 {
  margin: 0;
  font-size: 1rem;
}

.livechat__close {
  appearance: none;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1;
}

.livechat__messages {
  padding: 0.9rem;
  overflow-y: auto;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.livechat__bubble {
  max-width: 85%;
  padding: 0.7rem 0.85rem;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.livechat__bubble--agent {
  align-self: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  border-bottom-right-radius: 4px;
}

.livechat__bubble--user {
  align-self: flex-end;
  background: #16a34a;
  color: #fff;
  border-bottom-left-radius: 4px;
}

.livechat__quick {
  display: flex;
  gap: 0.4rem;
  padding: 0.55rem 0.75rem;
  overflow-x: auto;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.livechat__quick button {
  appearance: none;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #0f172a;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.livechat__composer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
  padding: 0.7rem;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.livechat__composer input {
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  font: inherit;
}

.livechat__composer button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font: inherit;
  font-weight: 800;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.checkout-summary__notes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.checkout-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: #111;
  padding: 1.15rem 1.05rem 1.35rem;
}

.checkout-panel .section-title,
.checkout-panel h2 {
  color: #111;
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
}

.checkout-panel .section-sub {
  color: #5b6472;
}

.checkout-form fieldset {
  border: 0;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.checkout-form legend {
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #111;
}

.checkout-form label {
  display: grid;
  gap: 0.3rem;
}

.checkout-form label span {
  font-size: 0.86rem;
  font-weight: 600;
  color: #374151;
}

.checkout-form input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  font: inherit;
  background: #fff;
  color: #111;
}

.checkout-form input:disabled {
  background: #f3f4f6;
  color: #6b7280;
}

#payment-element {
  min-height: 120px;
}

.pay-methods {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.pay-method {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.pay-method:has(input:checked) {
  border-color: #111827;
  background: #f9fafb;
}

.pay-method input {
  margin-top: 0.2rem;
  width: auto;
  accent-color: #111827;
}

.pay-method__body {
  display: grid;
  gap: 0.15rem;
}

.pay-method__body strong {
  font-size: 0.98rem;
  color: #111827;
}

.pay-method__body small {
  color: #6b7280;
  font-size: 0.85rem;
}

.card-panel {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.35rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fafafa;
}

.card-panel[hidden] {
  display: none !important;
}

.card-panel__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.checkout-pay-status {
  margin: 0;
  color: #6b7280;
  font-size: 0.92rem;
}

.express-checkout {
  margin-bottom: 0.35rem;
  min-height: 0;
}

.checkout-pay-or {
  margin: 0.85rem 0;
  text-align: center;
  color: #6b7280;
  font-size: 0.88rem;
  font-weight: 700;
  position: relative;
}

.checkout-pay-or::before,
.checkout-pay-or::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background: #e5e7eb;
}

.checkout-pay-or::before {
  right: 0;
}

.checkout-pay-or::after {
  left: 0;
}

.checkout-error {
  margin: 0 0 0.85rem;
  color: #b91c1c;
  font-weight: 700;
  font-size: 0.95rem;
}

.checkout-form .btn--buy {
  width: 100%;
  margin-top: 0.25rem;
}

.checkout-secure {
  margin: 0.75rem 0 0;
  text-align: center;
  color: #6b7280;
  font-size: 0.82rem;
}

@media (min-width: 860px) {
  .checkout-grid {
    grid-template-columns: 0.9fr 1.2fr;
    grid-template-areas:
      "summary panel"
      "chat panel";
    align-items: start;
  }

  .checkout-summary {
    grid-area: summary;
    position: sticky;
    top: 1rem;
  }

  .checkout-chat {
    grid-area: chat;
  }

  .checkout-panel {
    grid-area: panel;
  }
}

/* Result pages */
.result {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: var(--pad);
  text-align: center;
}

.result h1 {
  margin: 0 0 0.5rem;
}

.result p {
  color: var(--muted);
  margin: 0 0 1.5rem;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-6px);
  }
  70% {
    transform: translateX(4px);
  }
}

@media (min-width: 768px) {
  .hero__content {
    padding-bottom: 3.5rem;
  }
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.footer-legal-links a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}

.legal-page {
  padding: 1.5rem 0 4rem;
}

.legal-page h1 {
  margin: 0 0 0.4rem;
  font-size: 1.45rem;
}

.legal-page .legal-updated {
  margin: 0 0 1.4rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.legal-page h2 {
  margin: 1.6rem 0 0.5rem;
  font-size: 1.08rem;
  color: var(--accent);
}

.legal-page p,
.legal-page li {
  color: rgba(242, 244, 247, 0.92);
  font-size: 0.95rem;
  line-height: 1.7;
}

.legal-page ul {
  margin: 0.4rem 0 0.8rem;
  padding-inline-start: 1.2rem;
}

.legal-page a {
  color: var(--accent);
}

.legal-en {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.legal-en h1,
.legal-en h2 {
  font-family: var(--font);
}

.legal-back {
  display: inline-block;
  margin-bottom: 1.1rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
}

.legal-back:hover {
  color: var(--text);
}

.checkout-secure a {
  color: var(--accent);
}

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