:root {
  --ink: #f6f5f2;
  --muted: #aaa8a2;
  --bg: #08090b;
  --paper: #101216;
  --soft: #16191f;
  --line: #2c3038;
  --brand: #f0c15a;
  --brand-dark: #f0c15a;
  --cta: #d92828;
  --cta-hover: #f04444;
  --green: #35b779;
  --blue: #69a7ff;
  --radius: 18px;
  --max: 1320px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.05;
}

h1 {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: clamp(1.45rem, 2.25vw, 2.25rem);
  font-family: "Arial Black", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 950;
  letter-spacing: 0.018em;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 0.45px currentColor;
}

h1 .accent {
  display: inline;
  color: var(--brand);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

p {
  color: var(--muted);
}

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

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

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

.center {
  text-align: center;
}

.footer-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
  letter-spacing: -0.03em;
}

.brand > span > span {
  color: var(--brand);
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--cta);
  border-radius: 999px;
  background: var(--cta);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  background: var(--cta-hover);
  box-shadow: 0 18px 36px rgb(217 40 40 / 0.2);
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding-inline: 20px;
  font-size: 0.72rem;
}

.button-dark {
  border-color: var(--brand);
  background: transparent;
  color: var(--ink);
}

.button-dark:hover {
  background: var(--brand);
  color: #101216;
}

.lead {
  max-width: 980px;
  margin: 0 auto;
  color: #d6d3cb;
  font-size: clamp(0.9rem, 1.18vw, 1.05rem);
  font-weight: 560;
  text-align: center;
}

.hero {
  overflow: hidden;
  padding: clamp(34px, 4.5vw, 58px) 0 clamp(40px, 5vw, 62px);
  background: var(--bg);
}

.hero-grid {
  display: grid;
  justify-items: center;
  gap: clamp(24px, 3.8vw, 38px);
}

.hero-copy {
  max-width: 1080px;
  text-align: center;
}

.video-placeholder {
  position: relative;
  width: min(100%, 880px);
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 28px 80px rgb(0 0 0 / 0.36);
}

.video-embed {
  background: #000;
}

.video-embed::after {
  display: none;
}

.video-placeholder iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.hero-cta {
  margin-top: -10px;
}

.video-placeholder img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.video-placeholder::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0.18), rgb(0 0 0 / 0.62));
  content: "";
}

.video-overlay {
  position: absolute;
  z-index: 1;
  inset: auto 24px 24px;
  color: #fff;
}

.video-overlay strong {
  display: block;
  margin-top: 16px;
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.video-overlay p {
  max-width: 340px;
  margin: 8px 0 0;
  color: rgb(255 255 255 / 0.82);
}

.play-mark {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--cta);
  box-shadow: 0 16px 36px rgb(0 0 0 / 0.28);
}

.play-mark::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-block: 12px solid transparent;
  border-left: 18px solid #fff;
  content: "";
}

.booking-section,
.fit-section {
  position: relative;
  padding: clamp(74px, 9vw, 122px) 0;
  background: var(--bg);
}

.booking-section::before,
.trust-section::before,
.fit-section::before,
.promise-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 40px), var(--max));
  height: 1px;
  background: rgb(240 193 90 / 0.16);
  content: "";
  transform: translateX(-50%);
}

.booking-grid,
.fit-grid,
.promise-grid {
  display: grid;
  align-items: start;
  gap: clamp(38px, 7vw, 88px);
}

.booking-grid {
  justify-items: center;
  text-align: center;
}

.promise-grid {
  justify-items: center;
  text-align: center;
}

.fit-grid {
  justify-items: center;
  text-align: center;
}

.fit-grid > div:first-child {
  max-width: 780px;
}

.booking-grid > div:first-child {
  max-width: 820px;
}

.booking-grid p {
  max-width: 520px;
  margin-inline: auto;
  font-size: 1.05rem;
}

.booking-frame {
  position: relative;
  width: min(100%, 1120px);
  height: 720px;
  overflow: hidden;
  background: transparent;
}

.booking-frame::before,
.booking-frame::after {
  position: absolute;
  z-index: 1;
  background: var(--bg);
  content: "";
  pointer-events: none;
}

.booking-frame::before,
.booking-frame::after {
  left: 0;
  width: 100%;
  height: 22px;
}

.booking-frame::before {
  top: 0;
}

.booking-frame::after {
  bottom: 0;
}

.booking-frame .edge-mask {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--bg);
  pointer-events: none;
}

.booking-frame .edge-mask-left {
  left: 0;
}

.booking-frame .edge-mask-right {
  right: 0;
}

.booking-embed {
  position: relative;
  top: -52px;
  width: 100%;
  height: 790px !important;
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.trust-section {
  position: relative;
  padding: clamp(74px, 9vw, 128px) 0;
  background: var(--bg);
  color: #fff;
}

.trust-section p,
.trust-section figcaption span {
  color: rgb(255 255 255 / 0.68);
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 48px;
}

.trust-section .section-heading h2 {
  line-height: 1.18;
}

.trust-proof-row {
  display: grid;
  grid-template-columns: minmax(380px, 582px) minmax(260px, 360px);
  align-items: start;
  justify-content: center;
  gap: clamp(20px, 3vw, 34px);
}

.trust-proof-row .video-card {
  width: min(100%, 360px);
  justify-self: end;
  overflow: hidden;
  padding: 12px;
}

.trust-proof-row .video-card video {
  border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
}

.trust-proof-row .video-kicker {
  margin: 16px 0 0;
}

.trust-proof-row .video-card blockquote {
  margin: 9px 0 16px;
}

.trust-proof-row .video-card figcaption {
  padding-bottom: 8px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.video-card {
  margin: 0;
  padding: 12px;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  background: rgb(255 255 255 / 0.05);
}

.video-card video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  border-radius: 12px;
  background: #000;
  object-fit: cover;
}

.video-kicker {
  display: block;
  margin-top: 17px;
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.video-card blockquote {
  margin: 9px 0 20px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 720;
  line-height: 1.35;
}

.video-card figcaption {
  display: grid;
  gap: 2px;
  padding-bottom: 8px;
}

.video-card figcaption strong {
  font-size: 0.86rem;
}

.video-card figcaption span {
  font-size: 0.76rem;
}

.results-grid {
  margin-top: clamp(36px, 6vw, 70px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.results-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  background: var(--paper);
}

.results-grid img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

.results-grid figcaption {
  padding: 16px 18px 18px;
  color: var(--ink);
  font-weight: 820;
}

.result-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: var(--radius);
  background: var(--paper);
}

.result-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.result-card figcaption {
  padding: 16px 18px 18px;
  color: var(--ink);
  font-weight: 820;
}

.fit-list {
  width: min(100%, 680px);
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.fit-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  font-weight: 520;
  line-height: 1.45;
}

.fit-list li::before {
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--brand);
  content: "›";
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
}

.promise-section {
  position: relative;
  padding: clamp(74px, 9vw, 124px) 0;
  background: var(--bg);
}

.promise-copy p {
  max-width: 760px;
  margin-inline: auto;
  font-size: 1.08rem;
}

.promise-copy .button {
  margin-top: 10px;
}

footer {
  padding: 36px 0;
  background: var(--bg);
}

footer p {
  margin: 0;
  font-size: 0.82rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-legal a:hover {
  color: var(--cta);
}

@media (max-width: 900px) {
  .container {
    width: min(calc(100% - 32px), var(--max));
  }

  .hero-grid,
  .booking-grid,
  .fit-grid,
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .booking-grid > div:first-child {
    position: static;
  }

  .testimonial-grid,
  .results-grid,
  .trust-proof-row {
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    justify-items: center;
  }

  .trust-proof-row .video-card {
    justify-self: center;
  }

  .video-card {
    width: min(100%, 280px);
  }

  .video-card video {
    max-height: 390px;
  }

  .booking-embed {
    min-height: 0;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(1.15rem, 5.6vw, 1.42rem);
  }

  h2 {
    font-size: clamp(1.12rem, 5.9vw, 1.48rem);
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .hero-grid {
    gap: 24px;
  }

  .lead {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .video-placeholder,
  .video-placeholder img {
    min-height: 0;
  }

  .video-placeholder {
    height: auto;
  }

  .video-placeholder img {
    height: 100%;
  }

  .video-overlay {
    inset: auto 18px 18px;
  }

  .video-overlay strong {
    margin-top: 8px;
    font-size: 1.25rem;
  }

  .video-overlay p {
    display: none;
  }

  .play-mark {
    width: 44px;
    height: 44px;
  }
}
