﻿:root {
  --bg: #f6f1ea;
  --bg-2: #fffaf5;
  --surface: #ffffff;
  --ink: #1f1b18;
  --muted: #4d453e;
  --brand: #bf4e24;
  --brand-dark: #943918;
  --accent: #0d5f5b;
  --line: #e7ddd3;
  --success: #1f7a41;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --shadow: 0 18px 45px rgba(45, 28, 11, 0.12);
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 12% 15%, #ffe5d8 0, #f6f1ea 35%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  line-height: 1.55;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 8px;
  margin-top: 0.45rem;
  z-index: 100;
  backdrop-filter: blur(8px);
  background: rgba(255, 250, 245, 0.86);
  border-bottom: 1px solid rgba(191, 78, 36, 0.14);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  gap: 1rem;
}

.timer-header {
  display: flex;
}

.flip-timer-mini {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  perspective: 1000px;
}

.flip-card {
  background: var(--brand);
  color: #fff;
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(191, 78, 36, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  transform-style: preserve-3d;
}

.flip-card span {
  display: block;
  transform-style: preserve-3d;
}

.flip-card.flip {
  animation: flipFlop 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.flip-card.flip span {
  animation: flipText 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.flip-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--muted);
  margin: 0 0.15rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.1rem;
}

.brand-mark {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}

.nav {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav a {
  color: var(--muted);
  font-weight: 500;
}

.nav a:hover {
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.8rem 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-1px);
  background: var(--brand-dark);
}

.btn-ghost {
  border-color: var(--line);
  background: #fff;
}

.btn-ghost:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.btn-about {
  padding-inline: 0.85rem;
}

.btn-faq {
  padding-inline: 0.72rem;
  display: none;
}

.close-link {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 700;
  flex-shrink: 0;
}

.close-link:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.hero {
  padding: 3.9rem 0 2.2rem;
}

.hero-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  color: var(--accent);
  background: rgba(13, 95, 91, 0.1);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

h1,
h2,
h3 {
  line-height: 1.15;
  margin: 0;
}

h1 {
  margin-top: 1rem;
  font-size: clamp(2rem, 5.5vw, 3.9rem);
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -0.02em;
}

.hero p {
  margin-top: 1rem;
  color: var(--muted);
  max-width: 58ch;
}

.hero-cta {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-trust {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #5b2412;
  background: linear-gradient(135deg, #ffe5d8, #ffd3bb);
  border: 1px solid #f2bea0;
}

.rating-box {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  padding: 0.34rem 0.66rem;
  box-shadow: 0 8px 20px rgba(45, 28, 11, 0.08);
}

.rating-box .stars {
  color: #e3a420;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
}

.rating-box strong {
  font-size: 0.86rem;
}

.rating-box span {
  font-size: 0.8rem;
  color: var(--muted);
  white-space: nowrap;
}

.rating-link {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.social-proof-stack {
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}

.proof-avatar,
.proof-plus {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid var(--surface);
  margin-left: -9px;
  box-shadow: 0 6px 14px rgba(45, 28, 11, 0.12);
}

.social-proof-stack > :first-child {
  margin-left: 0;
}

.proof-avatar {
  object-fit: cover;
  display: block;
}

.proof-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand), #d35a2a);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.mobile-sticky-cta {
  display: none;
}

.hero-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.quote {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

.kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.kpi {
  background: #fffaf5;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.75rem;
}

.kpi strong {
  font-size: 1.2rem;
  display: block;
}

.section {
  padding: 2rem 0;
}

.section-compact {
  padding: 0.7rem 0 1rem;
}

.section h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3.8vw, 2.6rem);
  margin-bottom: 0.5rem;
}

.section-lead {
  color: var(--muted);
  margin-top: 0;
  margin-bottom: 1rem;
}

.grid-3 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.1rem;
}

.card h3 {
  margin-bottom: 0.45rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.banner {
  margin: 1.4rem 0 0;
  border: 1px solid rgba(13, 95, 91, 0.25);
  border-radius: var(--radius-md);
  background: rgba(13, 95, 91, 0.09);
  padding: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.process {
  counter-reset: step;
  display: grid;
  gap: 1rem;
}

.step {
  background: var(--surface);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  padding: 1rem;
  position: relative;
}

.step h3 {
  margin-left: 2.4rem;
}

.step p {
  margin-left: 2.4rem;
  margin-bottom: 0;
  color: var(--muted);
}

.step::before {
  counter-increment: step;
  content: counter(step);
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  position: absolute;
  left: 1rem;
  top: 1rem;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 600;
}

.pricing-box {
  background: linear-gradient(135deg, #fff7f1, #fff);
  border: 1px solid #f2ccbb;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  color: #2f241d;
  overflow: hidden;
}

.pricing-box p {
  color: #3f332b;
}

.timer-promo {
  background: linear-gradient(135deg, #fff4ee, #fffbf8);
  border: 2px solid var(--brand);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0 30px rgba(191, 78, 36, 0.08);
  animation: pulseSubtle 3s ease-in-out infinite;
  overflow: hidden;
}

@keyframes pulseSubtle {
  0%, 100% {
    box-shadow: 0 0 30px rgba(191, 78, 36, 0.08);
  }
  50% {
    box-shadow: 0 0 40px rgba(191, 78, 36, 0.14);
  }
}

.flip-timer-big {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.8rem;
  perspective: 1200px;
  margin-bottom: 0.8rem;
  max-width: 100%;
}

.flip-pair {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.flip-card-lg {
  background: linear-gradient(135deg, var(--brand), #d85e2a);
  color: #fff;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 2.2rem;
  border-radius: 8px;
  box-shadow: 0 10px 32px rgba(191, 78, 36, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -4px 8px rgba(0, 0, 0, 0.1), 0 0 20px rgba(191, 78, 36, 0.1);
  letter-spacing: 0.05em;
  position: relative;
  transform-style: preserve-3d;
  transition: box-shadow 0.3s ease;
}

.flip-card-lg span {
  display: block;
  transform-style: preserve-3d;
}

.flip-card-lg.flip {
  animation: flipFlop 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.flip-card-lg.flip span {
  animation: flipText 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.flip-separator {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 1.8rem;
}

.flip-label-lg {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a4a3f;
  letter-spacing: 0.05em;
}

.timer-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: #342921;
}

.timer-spotlight {
  border: 1px solid #f0ccb8;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #fff7f1, #fff);
  padding: 1rem;
  box-shadow: 0 10px 24px rgba(56, 33, 17, 0.08);
}

.timer-headline {
  margin: 0 0 0.7rem;
  font-size: 1rem;
  font-weight: 700;
  color: #8f2f13;
  text-align: center;
}

@keyframes flipFlop {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
    opacity: 1;
  }
  45% {
    transform: rotateX(90deg) rotateY(5deg);
  }
  55% {
    transform: rotateX(-90deg) rotateY(-5deg);
    opacity: 0.3;
  }
  100% {
    transform: rotateX(0deg) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipText {
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes pressurePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.015);
  }
}

.price-row {
  display: flex;
  align-items: end;
  gap: 0.6rem;
}

.old {
  text-decoration: line-through;
  color: var(--muted);
}

.new {
  font-size: 2rem;
  color: var(--brand);
  font-weight: 700;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.stat strong {
  display: block;
  font-size: 2rem;
  color: var(--brand);
}

/* â”€â”€ Song Player â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.player-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.player-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0.7rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  box-shadow: 0 6px 20px rgba(45, 28, 11, 0.07);
  transition: box-shadow 0.2s;
}

.player-card:hover {
  box-shadow: 0 10px 30px rgba(45, 28, 11, 0.12);
}

.player-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--line);
}

.player-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.player-meta strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
}

.player-meta span {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.1rem;
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.play-btn {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.15s, background 0.15s;
  box-shadow: 0 4px 12px rgba(191, 78, 36, 0.3);
  flex-shrink: 0;
}

.play-btn:hover {
  transform: scale(1.08);
  background: var(--brand-dark);
}

.play-btn.playing svg path {
  d: path("M6 4h4v16H6zm8 0h4v16h-4z");
}

.waveform {
  flex: 1 1 420px;
  max-width: 520px;
  height: 44px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f2ec;
}

.waveform-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.waveform-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: rgba(191, 78, 36, 0.18);
  pointer-events: none;
  transition: width 0.1s linear;
}

.player-time {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  min-width: 2.5rem;
  text-align: right;
}

@media (max-width: 600px) {
  .player-card {
    align-items: flex-start;
  }

  .player-avatar {
    width: 44px;
    height: 44px;
  }
}

.rondell-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.rondell-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(56, 33, 17, 0.08);
}

.rondell-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: smooth;
}

.rondell-card h3 {
  padding: 0.85rem 0.95rem 1rem;
  font-size: 1.02rem;
}

.buyers-strip {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.buyer-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 0.8rem;
}

.buyer-card img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.buyer-card h3 {
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
  font-size: 1.05rem;
}

.buyer-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1rem;
}

.about-story {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.about-story h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.about-story p {
  margin: 0;
  color: var(--muted);
}

.about-story p + p {
  margin-top: 0.7rem;
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.about-gallery img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  display: block;
}

.about-gallery img:first-child {
  grid-column: span 2;
  min-height: 200px;
}

.about-pro {
  margin-top: 1rem;
}

.about-pro h3 {
  margin: 0 0 0.7rem;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.8rem 0.9rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-right: 1.4rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 1rem;
  color: var(--brand);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.reviews-wrap {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-bubble {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem;
  box-shadow: 0 10px 22px rgba(56, 33, 17, 0.08);
}

.review-bubble::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 22px;
  width: 16px;
  height: 16px;
  background: var(--surface);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform: rotate(45deg);
}

.review-stars {
  color: #e3a420;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}

.review-text {
  margin: 0;
  color: var(--ink);
  font-size: 0.94rem;
}

.review-meta {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.reviews-page .section-lead {
  color: #3f342c;
}

.reviews-page .review-bubble {
  background: #fff;
  border-color: #dfd1c5;
}

.reviews-page .review-text {
  color: #201a16;
  font-weight: 500;
}

.reviews-page .review-meta {
  color: #5b4d43;
}

.midnight-banner {
  background: #f35e2d;
  color: #fff8f4;
  padding: 0.8rem 0 0.95rem;
}

.midnight-banner-inner {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
}

.midnight-text {
  margin: 0;
  font-size: clamp(1.05rem, 3.8vw, 1.45rem);
  font-weight: 700;
  text-align: center;
}

.midnight-clock {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.45rem 0.8rem;
  min-width: 220px;
}

.midnight-clock-values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
}

.midnight-clock-labels {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  opacity: 0.95;
  text-align: center;
}

footer {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-col {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.footer-col h4 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  color: var(--ink);
}

.footer-col a {
  text-decoration: none;
  color: var(--muted);
}

.footer-col a:hover {
  color: var(--brand);
}

.footer-col p {
  margin: 0;
  font-size: 0.92rem;
}

.footer-track-btn {
  margin-top: 0.25rem;
  justify-self: start;
}

.footer-meta {
  margin-top: 1.15rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.tracking-page {
  padding: 2.7rem 0 3.4rem;
}

.tracking-wrap {
  max-width: 760px;
}

.tracking-wrap h1 {
  margin: 0;
}

.tracking-lead {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.tracking-info-box {
  margin-top: 1.25rem;
  padding: 1rem 1.05rem;
  border: 1px solid #f2bea0;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff2e8, #ffe7d6);
  color: #5b2412;
}

.tracking-form {
  margin-top: 1.25rem;
}

.tracking-actions {
  margin-top: 0.75rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.tracking-help {
  margin-top: 1.3rem;
}

.tracking-help h2 {
  margin: 0;
  font-size: 1.18rem;
}

.tracking-help p {
  margin-top: 0.45rem;
}

.tracking-result {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

.tracking-result-state {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
}

.tracking-result h3 {
  margin: 0.3rem 0 0;
  font-size: 1.15rem;
}

.tracking-result p {
  margin: 0.45rem 0 0;
}

.tracking-result.is-success {
  border-color: rgba(42, 181, 175, 0.45);
  background: rgba(42, 181, 175, 0.09);
}

.tracking-result.is-warning {
  border-color: rgba(243, 94, 45, 0.35);
  background: rgba(243, 94, 45, 0.08);
}

/* Formular */
.form-wrap {
  padding: 3rem 0 4rem;
}

.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.progress-wrapper {
  background: linear-gradient(180deg, #fafaf8, #f5f0eb);
  padding: 1.2rem 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}

.progress-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
}

.progress-percent {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand);
  background: rgba(191, 78, 36, 0.1);
  padding: 0.25rem 0.6rem;
  border-radius: 12px;
}

.progress {
  height: 8px;
  background: rgba(191, 78, 36, 0.15);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.progress-bar {
  height: 100%;
  width: 12.5%;
  background: linear-gradient(90deg, #bf4e24, #e87a4f);
  border-radius: 4px;
  transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  box-shadow: 0 0 12px rgba(191, 78, 36, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
}

.progress-bar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
}

.form-subtitle {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

.form-head {
  padding: 1.2rem 1.2rem 0;
}

.form-head p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.step-page {
  display: none;
  padding: 1.2rem;
}

.step-page.active {
  display: block;
  animation: fade 0.25s ease;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}

.choice {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.62rem 0.68rem;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}

.choice:hover {
  border-color: #cf8f71;
}

.choice.active {
  border-color: var(--brand);
  background: #fff4ee;
}

label {
  display: block;
  font-weight: 600;
  margin: 1rem 0 0.35rem;
}

input,
textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d7c8bb;
  padding: 0.72rem;
  font: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.hint {
  margin-top: 0.45rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.error {
  margin-top: 0.5rem;
  color: #af2e1d;
  font-size: 0.9rem;
}

.form-nav {
  border-top: 1px solid var(--line);
  padding: 1rem 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}

.summary {
  background: linear-gradient(180deg, #fffaf6, #fff6ef);
  border: 1px solid #e9d1c0;
  border-radius: var(--radius-sm);
  padding: 1rem;
}

.summary dl {
  margin: 0;
  display: block;
}

.summary dt {
  font-weight: 700;
  color: #6d3420;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}

.summary dd {
  margin: 0;
  color: #32271f;
  font-size: 0.96rem;
  line-height: 1.45;
}

.summary-row {
  padding: 0.62rem 0.72rem;
  border: 1px solid #efdccf;
  background: #fff;
  border-radius: 10px;
}

.summary-row + .summary-row {
  margin-top: 0.55rem;
}

.price-choice {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.75rem;
}

.price-choice strong {
  color: var(--brand);
}

.price-total {
  margin-top: 1rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.success-box {
  display: none;
  margin: 1rem 1.2rem 1.2rem;
  border: 1px solid #badcc7;
  border-radius: var(--radius-sm);
  background: #eefaf2;
  color: var(--success);
  padding: 0.9rem;
}

.legal {
  padding: 2.2rem 0 3rem;
}

.legal article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1.2rem;
}

.legal h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 1rem;
}

.legal h2 {
  margin-top: 1.3rem;
  margin-bottom: 0.35rem;
  font-size: 1.2rem;
}

.legal p,
.legal li {
  color: #4e453f;
}

@media (max-width: 900px) {
  .hero-wrap,
  .grid-3,
  .stats {
    grid-template-columns: 1fr;
  }

  .btn-faq,
  .btn-about {
    display: inline-flex;
  }

  .about-wrap {
    grid-template-columns: 1fr;
  }

  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rondell-grid,
  .buyers-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav {
    display: none;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-top: 2.8rem;
  }

  .flip-timer-big {
    gap: 0.35rem;
  }

  .flip-card-lg {
    width: 64px;
    height: 64px;
    font-size: 1.55rem;
  }

  .flip-separator {
    margin-bottom: 1.15rem;
    font-size: 1.15rem;
  }

  .flip-label-lg {
    font-size: 0.62rem;
  }

  .topbar-inner {
    min-height: 64px;
    padding-top: 0.38rem;
    padding-bottom: 0.24rem;
    gap: 0.45rem;
    flex-wrap: wrap;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.95rem;
  }

  .btn-faq {
    order: 2;
    font-size: 0.78rem;
    padding: 0.45rem 0.58rem;
  }

  .btn-about {
    order: 3;
    font-size: 0.78rem;
    padding: 0.45rem 0.62rem;
  }

  .dark-toggle {
    order: 4;
  }

  .form-nav {
    flex-direction: column-reverse;
  }

  .form-nav .btn {
    width: 100%;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .footer-meta {
    margin-top: 0.9rem;
  }

  .topbar .btn {
    width: auto;
    font-size: 0.86rem;
    padding: 0.5rem 0.72rem;
    white-space: nowrap;
  }

  .topbar .btn-primary {
    order: 5;
    flex: 1 1 100%;
    width: 100%;
  }

  .close-link {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }

  .form-wrap {
    padding: 0 0 0.32rem;
  }

  .form-card {
    min-height: calc(100dvh - 66px);
    border-radius: 14px;
  }

  .progress-wrapper {
    padding: 0.5rem 0.7rem 0;
  }

  .form-head {
    padding: 0.5rem 0.7rem 0;
  }

  .step-page {
    padding: 0.58rem 0.7rem;
  }

  .step-page h2 {
    font-size: 1.08rem;
  }

  .hint {
    font-size: 0.8rem;
    margin-top: 0.22rem;
  }

  label {
    margin: 0.72rem 0 0.28rem;
  }

  input,
  textarea {
    padding: 0.5rem;
  }

  textarea {
    min-height: 82px;
  }

  .choice {
    padding: 0.44rem 0.46rem;
    font-size: 0.8rem;
    border-radius: 10px;
  }

  .form-nav {
    position: sticky;
    bottom: 0;
    background: var(--surface);
    padding: 0.52rem 0.7rem;
  }

  .timer-header {
    display: none;
  }

  .rondell-grid,
  .buyers-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.34rem;
    margin-top: 0.55rem;
  }

  .timer-headline {
    font-size: 0.88rem;
  }

  .reviews-wrap {
    grid-template-columns: 1fr;
  }

  .midnight-text {
    font-size: 0.94rem;
  }

  .midnight-clock {
    min-width: 190px;
    padding: 0.38rem 0.62rem;
  }

  .midnight-clock-values {
    font-size: 1.65rem;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: block;
    padding: 0.55rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(246, 241, 234, 0.08), rgba(246, 241, 234, 0.96));
    backdrop-filter: blur(6px);
    border-top: 1px solid var(--line);
  }

  .mobile-sticky-cta .btn {
    width: 100%;
  }

  body {
    padding-bottom: 5.3rem;
  }
}

/* â”€â”€ Dark Mode â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
html.dark {
  --bg: #181410;
  --bg-2: #1e1a14;
  --surface: #242017;
  --ink: #ede8e0;
  --muted: #9e968e;
  --brand: #e06535;
  --brand-dark: #c85528;
  --accent: #2ab5af;
  --line: #38302a;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
}

html.dark body {
  background: radial-gradient(circle at 12% 15%, #2d1208 0, #181410 35%),
    linear-gradient(180deg, #181410, #1e1a14);
}

html.dark .topbar {
  background: rgba(18, 13, 8, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

html.dark .btn-ghost {
  background: var(--surface);
  color: var(--ink);
}

html.dark .trust-pill {
  color: #ffd9c8;
  background: #4b1c0f;
  border-color: #773420;
}

html.dark .proof-avatar,
html.dark .proof-plus {
  border-color: #2a221b;
}

html.dark .faq-item {
  background: var(--surface);
}

html.dark .reviews-page .section-lead {
  color: #d3ccc4;
}

html.dark .reviews-page .review-bubble {
  background: #292319;
  border-color: #41362d;
}

html.dark .reviews-page .review-bubble::after {
  background: #292319;
  border-right-color: #41362d;
  border-bottom-color: #41362d;
}

html.dark .reviews-page .review-text {
  color: #efe9e2;
}

html.dark .tracking-info-box {
  background: linear-gradient(135deg, #3e261a, #4a2c1d);
  border-color: #70422a;
  color: #ffe6d8;
}

html.dark .tracking-result {
  border-color: #4a4036;
  background: #231d16;
}

html.dark .tracking-result.is-success {
  border-color: rgba(42, 181, 175, 0.5);
  background: rgba(42, 181, 175, 0.14);
}

html.dark .tracking-result.is-warning {
  border-color: rgba(224, 101, 53, 0.45);
  background: rgba(224, 101, 53, 0.14);
}

html.dark .reviews-page .review-meta {
  color: #c8c0b7;
}

html.dark .kpi { background: var(--surface); }
html.dark .stat { background: var(--surface); }

html.dark .player-card {
  background: var(--surface);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

html.dark .player-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

html.dark .waveform { background: #1e1912; }
html.dark .rondell-card { background: var(--surface); }
html.dark .buyer-card { background: var(--surface); }

html.dark .choice {
  background: var(--surface);
  color: var(--ink);
}

html.dark .choice.active { background: #3d1a08; }

html.dark input,
html.dark textarea {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line);
}

html.dark .summary {
  background: #1e1912;
  border-color: var(--line);
}

html.dark .progress-wrapper {
  background: #1e1912;
  border-bottom-color: var(--line);
}

html.dark .success-box {
  background: #0e2d1a;
  border-color: #2a6644;
  color: #7ecfa0;
}

html.dark .legal article { background: var(--surface); }

/* â”€â”€ Dark Toggle Button â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.dark-toggle {
  width: 52px;
  height: 28px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  transition: background 0.25s, border-color 0.25s;
  padding: 0;
}

.dark-toggle .dt-sun,
.dark-toggle .dt-moon {
  position: absolute;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
  transition: opacity 0.2s;
  user-select: none;
}

.dark-toggle .dt-sun { left: 5px; }
.dark-toggle .dt-moon { right: 5px; }

html:not(.dark) .dt-sun { opacity: 0.25; }
html.dark .dt-moon { opacity: 0.25; }

.dark-toggle .dt-thumb {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand);
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: left 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

html.dark .dark-toggle .dt-thumb { left: 26px; }

