:root {
  color-scheme: dark;
  --gold: #f8c74d;
  --gold-strong: #ffd978;
  --black: #050505;
  --page-width: 640px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at top, #1b1408 0, #050505 42rem);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.urgency-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(248, 199, 77, 0.5);
  background: linear-gradient(90deg, #050505 0%, #2b1a02 38%, #4a2d02 50%, #2b1a02 62%, #050505 100%);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45), inset 0 -1px 0 rgba(255, 221, 122, 0.38);
}

.urgency-bar p {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0.62rem 0.82rem;
  color: #ffe69a;
  font-size: clamp(0.78rem, 3.1vw, 0.95rem);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  text-shadow: 0 0 10px rgba(255, 209, 79, 0.72), 0 2px 0 rgba(0, 0, 0, 0.9);
}

.sales-page {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  line-height: 0;
  background: #000;
  box-shadow: 0 0 42px rgba(248, 199, 77, 0.1);
}

.image-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #000;
  opacity: 1;
  transform: none;
}

.image-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.46) 34%,
    rgba(0, 0, 0, 0.18) 68%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.82;
  transition: opacity 720ms ease;
}

.image-section.is-visible {
  transform: translate3d(0, 0, 0);
}

.image-section.is-visible::before {
  opacity: 0;
}

picture,
img {
  display: block;
}

.image-section img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.hotspot {
  position: absolute;
  z-index: 4;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  display: block;
  border-radius: var(--radius, 999px);
  overflow: hidden;
  line-height: 1;
  text-indent: -9999px;
  outline-offset: 4px;
  -webkit-tap-highlight-color: rgba(248, 199, 77, 0.22);
}

.hotspot:focus-visible {
  outline: 3px solid var(--gold-strong);
}

.cta-hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 0;
  box-shadow:
    inset 0 0 10px rgba(255, 246, 188, 0.46),
    inset 0 0 18px rgba(24, 255, 91, 0.22),
    0 0 12px rgba(255, 216, 86, 0.52);
  animation: ctaPulse 1.65s ease-in-out infinite;
  pointer-events: none;
}

.cta-hotspot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse at center, rgba(255, 220, 83, 0.22) 0%, rgba(32, 255, 93, 0.12) 48%, rgba(0, 0, 0, 0) 76%);
  filter: blur(2px);
  animation: ctaHalo 2.2s ease-in-out infinite;
  pointer-events: none;
}

.site-footer {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  padding: 1.4rem 1rem 1.6rem;
  border-top: 1px solid rgba(248, 199, 77, 0.34);
  background: #060606;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
}

.site-footer p {
  margin: 0 0 1rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1rem;
}

.site-footer a {
  color: var(--gold-strong);
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.1rem 3rem;
  line-height: 1.6;
}

.legal-page h1,
.legal-page h2 {
  color: var(--gold-strong);
  line-height: 1.15;
}

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

.legal-card {
  padding: 1.2rem;
  border: 1px solid rgba(248, 199, 77, 0.26);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.testimonials {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, var(--page-width));
  margin: 0 auto;
  padding: 3.2rem 1rem 3.3rem;
  color: #fff;
  line-height: 1.45;
  background:
    radial-gradient(ellipse at 0 18%, rgba(223, 137, 24, 0.2), transparent 26%),
    radial-gradient(ellipse at 100% 76%, rgba(223, 137, 24, 0.18), transparent 28%),
    linear-gradient(180deg, #020201 0%, #100a03 48%, #020201 100%);
  border-top: 2px solid rgba(255, 187, 45, 0.72);
  border-bottom: 2px solid rgba(255, 187, 45, 0.72);
  box-shadow: inset 0 18px 40px #000, inset 0 -18px 40px #000;
}

.testimonials::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 176, 33, 0.16), transparent 5%, transparent 95%, rgba(255, 176, 33, 0.16)),
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(255, 200, 85, 0.025) 48px 49px);
  pointer-events: none;
}

.testimonials-header {
  text-align: center;
  margin: 0 auto 1.8rem;
  max-width: 32rem;
}

.testimonials-eyebrow {
  margin: 0 0 0.55rem;
  color: var(--gold-strong);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.testimonials-eyebrow span {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 190, 48, 0.9);
}

.testimonials-title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 8.6vw, 3rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #000, 0 0 20px rgba(255, 255, 255, 0.12);
}

.testimonials-title span,
.testimonials-title strong {
  display: block;
}

.testimonials-title strong {
  margin-top: 0.16em;
  color: #ffc53d;
  font-weight: 900;
  text-shadow: 0 3px 0 #6b3900, 0 0 18px rgba(255, 172, 31, 0.38);
}

.testimonials-subtitle {
  max-width: 27rem;
  margin: 0.8rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.4;
}

.testimonials-disclosure {
  display: inline-block;
  margin: 0.9rem 0 0;
  padding: 0.42rem 0.75rem;
  border: 1px solid rgba(248, 199, 77, 0.5);
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(0, 0, 0, 0.72);
  font-size: 0.64rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}

.testimonial-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 1rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 183, 44, 0.72);
  border-radius: 13px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 172, 31, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(17, 14, 8, 0.98), rgba(2, 2, 1, 0.98));
  box-shadow:
    inset 0 0 18px rgba(255, 176, 31, 0.05),
    0 0 0 1px rgba(84, 47, 7, 0.65),
    0 10px 24px rgba(0, 0, 0, 0.5),
    0 0 12px rgba(255, 168, 24, 0.09);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffd978, transparent);
  box-shadow: 0 0 8px rgba(255, 185, 49, 0.7);
}

.testimonial-card::after {
  content: "“";
  position: absolute;
  right: 0.7rem;
  top: -0.55rem;
  color: rgba(248, 199, 77, 0.18);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  pointer-events: none;
}

.testimonial-avatar {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffca51;
  box-shadow:
    0 0 0 3px #171006,
    0 0 0 4px rgba(255, 194, 67, 0.5),
    0 0 15px rgba(255, 173, 30, 0.32);
}

.testimonial-content {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.testimonial-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem 0.7rem;
}

.testimonial-name {
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000, 0 0 5px rgba(255, 255, 255, 0.16);
}

.testimonial-stars {
  color: #ffd25f;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  text-shadow: 0 0 9px rgba(248, 199, 77, 0.7);
}

.testimonial-text {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  line-height: 1.55;
}

.testimonial-footer {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.9rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 188, 53, 0.35);
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  line-height: 1.3;
}

.testimonial-footer span {
  color: #ffd366;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  text-shadow: 0 0 8px rgba(255, 173, 30, 0.25);
}

.testimonial-footer time {
  flex: 0 0 auto;
}

.testimonials-note {
  max-width: 34rem;
  margin: 1.3rem auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: center;
}

@media (min-width: 560px) {
  .testimonials {
    padding-right: 1.35rem;
    padding-left: 1.35rem;
  }

  .testimonial-card {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 1.15rem;
  }

  .testimonial-avatar {
    width: 88px;
    height: 88px;
  }
}

@keyframes ctaPulse {
  0%, 100% {
    opacity: 0.82;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes ctaHalo {
  0%, 100% {
    opacity: 0.48;
    transform: none;
  }
  50% {
    opacity: 0.78;
    transform: none;
  }
}

@media (min-width: 760px) {
  :root {
    --page-width: 720px;
  }
}

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

  .image-section,
  .cta-hotspot::before,
  .cta-hotspot::after {
    animation: none;
    transition: none;
  }
}
