:root {
  --text: #111111;
  --muted: #222222;
  --gold: #a97800;
  --gold-bright: #f2b300;
  --gold-2: #f6c21a;
  --gold-soft: #f8edd0;
  --line: rgba(234, 224, 206, 0.82);
  --shadow-xl: 0 28px 60px rgba(25, 20, 10, 0.08);
  --shadow-lg: 0 20px 45px rgba(20, 20, 20, 0.06);
  --shadow-md: 0 12px 30px rgba(20, 20, 20, 0.045);
  --ease: 0.35s cubic-bezier(.2, .8, .2, 1);
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 226, 145, 0.14) 0%, rgba(255, 226, 145, 0.05) 16%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #f8f2e4 0%, #f4efe5 26%, #f3efe6 100%);
}

body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a,
button {
  text-decoration: none;
  font-family: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.page-glow {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(100px);
}

.page-glow-1 {
  width: 420px;
  height: 420px;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 219, 109, 0.12);
}

.page-glow-2 {
  width: 280px;
  height: 280px;
  top: 110px;
  right: -120px;
  background: rgba(255, 244, 210, 0.16);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.section {
  padding: 28px 0;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  padding: 0;
  background: linear-gradient(
    180deg,
    rgba(248, 242, 228, 0.92),
    rgba(248, 242, 228, 0.55),
    rgba(248, 242, 228, 0)
  );
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.header-inner {
  width: 90%;
  margin: 0 auto;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.brand-left {
  font-size: 16px;
  font-weight: 700;
  color: #9a6900;
}

.brand-center {
  display: flex;
  justify-content: center;
}

.brand-center img {
  width: 78px;
  height: auto;
  opacity: 0.96;
}

.desktop-only {
  display: block;
}

.header-btn,
.mobile-fixed-cta,
.cta-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold-bright) 100%);
  color: #171717;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform var(--ease),
    box-shadow var(--ease),
    filter var(--ease),
    opacity var(--ease);
}

.header-btn {
  justify-self: end;
  min-height: 44px;
  padding: 0 22px;
  font-size: 12px;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 26px rgba(242, 179, 0, 0.16);
}

.cta-main-btn {
  min-height: 58px;
  padding: 0 34px;
  font-size: 16px;
  min-width: 280px;
  margin-top: 24px;
  box-shadow: 0 14px 28px rgba(242, 179, 0, 0.2);
}

.header-btn:hover,
.mobile-fixed-cta:hover,
.cta-main-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

/* Hero */
.hero {
  padding-top: 34px;
}

.hero-inner {
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #9b8d6a;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(233, 225, 210, 0.9);
}

.hero-title {
  margin: 18px auto 0;
  max-width: 860px;
  font-size: clamp(50px, 6vw, 82px);
  line-height: 0.99;
  letter-spacing: -0.075em;
  font-weight: 800;
  color: var(--text);
}

.hero-title span {
  display: block;
  margin-top: 6px;
  color: var(--gold);
}

.hero-text {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 20px;
  line-height: 1.55;
  color: var(--muted);
}

/* Video */
.video-card {
  width: 90%;
  margin: 34px auto 0;
}

.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--shadow-xl);
  background: #000;
  cursor: pointer;
}

.live-video-shell {
  aspect-ratio: 16 / 9;
}

#vimeoPlayer,
#vimeoPlayer iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none;
}

#vimeoPlayer {
  position: absolute;
  inset: 0;
}

.video-dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 4;
  pointer-events: none;
  transition: opacity var(--ease);
}

.video-dark-overlay.is-hidden {
  opacity: 0;
}

.custom-video-toggle {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
  z-index: 7;
  transition:
    opacity var(--ease),
    transform var(--ease);
  pointer-events: none;
}

.custom-video-toggle.is-hidden {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.play-icon {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.24));
}

.video-hit-area {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: transparent;
}

.video-badge {
  position: absolute;
  left: 18px;
  bottom: 52px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 249, 235, 0.96);
  color: #b0871a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  z-index: 8;
  pointer-events: none;
  transition: opacity var(--ease), transform var(--ease);
}

.video-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 8;
  pointer-events: none;
  transition: opacity var(--ease), transform var(--ease);
}

.video-badge.is-hidden,
.video-caption.is-hidden {
  opacity: 0;
  transform: translateY(6px);
}

/* Benefits */
.benefits {
  padding-top: 46px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(232, 223, 209, 0.72);
  border-radius: 28px;
  padding: 28px 24px;
  min-height: 220px;
  box-shadow: var(--shadow-md);
  transition: transform var(--ease), box-shadow var(--ease);
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(20, 20, 20, 0.08);
}

.benefit-card-active {
  position: relative;
}

.benefit-card-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d4a300, #f2b300);
}

.benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
}

.benefit-icon img {
  width: 16px;
  height: 16px;
}

.benefit-card h3 {
  margin: 22px 0 10px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.benefit-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
}

/* Section heads */
.section-head {
  text-align: center;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.gold-line {
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7b24c, #f2b300);
  margin: 16px auto 0;
}

/* Discover */
.discover {
  padding-top: 54px;
}

.discover-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 38px;
}

.discover-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}

.discover-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #d3c5a3;
}

.discover-item h4 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.discover-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}

/* Proof */
.proof {
  padding-top: 54px;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
  align-items: center;
}

.proof-quote {
  padding: 10px 0;
}

.stars {
  color: #f2b300;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.proof-quote blockquote {
  margin: 18px 0 18px;
  font-size: 30px;
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: #2f2a25;
}

.quote-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: baseline;
}

.quote-meta strong {
  color: #b08b22;
  font-size: 13px;
}

.quote-meta span {
  color: #90897d;
  font-size: 12px;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stat-card {
  min-height: 122px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  border: 1px solid rgba(232, 223, 209, 0.72);
  box-shadow: var(--shadow-md);
  display: grid;
  place-items: center;
  padding: 20px;
  text-align: center;
}

.stat-card-wide {
  grid-column: 1 / -1;
}

.stat-number {
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #9b7311;
}

.stat-label {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #8d867c;
}

/* CTA */
.cta-section {
  padding-top: 58px;
}

.cta-card {
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow-xl);
  padding: 42px 34px 30px;
  text-align: center;
}

.form-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8d6b12 0%, #a17810 100%);
  color: #fff8e7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.cta-card h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.cta-card p {
  max-width: 560px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}

.form-meta {
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #b2ac9f;
}

/* Footer */
.site-footer {
  padding: 84px 20px 120px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer-logo {
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid #eadfcb;
  display: grid;
  place-items: center;
  position: relative;
  background: rgba(255, 255, 255, 0.12);
}

.footer-logo::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  border: 1px solid #f1e8d8;
}

.footer-logo img {
  width: 58px;
  position: relative;
  z-index: 1;
}

.site-footer p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #a09a91;
}

/* Modal */
.form-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--ease), visibility var(--ease);
}

.form-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.form-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 12, 6, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.form-modal-inner {
  position: relative;
  width: min(calc(100% - 28px), 560px);
  max-height: calc(100dvh - 36px);
  margin: 18px auto;
  overflow: auto;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 226, 145, 0.12) 0%, rgba(255, 226, 145, 0.03) 24%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #f8f2e4 0%, #f5efe6 100%);
  border: 1px solid rgba(234, 224, 206, 0.92);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(18, 12, 5, 0.24);
  z-index: 2;
  padding: 26px 22px 24px;
}

.close-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #3c372f;
  font-size: 26px;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(20, 20, 20, 0.08);
}

.form-modal-head {
  text-align: center;
  padding: 6px 10px 10px;
}

.form-modal-logo {
  width: 78px;
  margin: 0 auto 12px;
}

.form-modal-logo img {
  width: 100%;
}

.form-modal-eyebrow {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #a28545;
  font-weight: 700;
}

.form-modal-head h3 {
  margin: 12px 0 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.form-modal-head p {
  margin: 12px auto 0;
  max-width: 360px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

.form-modal-body {
  margin-top: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 223, 209, 0.78);
  border-radius: 22px;
  padding: 18px 16px 12px;
}

.hs-form-frame {
  width: 100%;
  min-height: 420px;
}

/* Mobile CTA */
.mobile-fixed-cta {
  position: fixed;
  bottom: 12px;
  min-height: 50px;
  font-size: 12px;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 34px rgba(242, 179, 0, 0.25);
  z-index: 60;
  opacity: 0;
  visibility: hidden;
}

.mobile-fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Animations */
.preload-fade {
  opacity: 0;
  transform: translateY(26px);
  animation: preloadFade 0.9s cubic-bezier(.2, .8, .2, 1) forwards;
}

.delay-1 { animation-delay: 0.12s; }
.delay-2 { animation-delay: 0.24s; }
.delay-3 { animation-delay: 0.38s; }

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.8s cubic-bezier(.2, .8, .2, 1),
    transform 0.8s cubic-bezier(.2, .8, .2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes preloadFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 641px) {
  .mobile-fixed-cta {
    display: none;
  }
}

@media (max-width: 991px) {
  .benefit-grid,
  .discover-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-stats {
    grid-template-columns: 1fr 1fr;
  }

  .stat-card-wide {
    grid-column: 1 / -1;
  }

  .video-card {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .desktop-only {
    display: none;
  }

  .header-inner {
    width: 90%;
    grid-template-columns: 1fr;
    min-height: 66px;
    padding: 0 14px;
  }

  .brand-center {
    justify-self: center;
  }

  .brand-center img {
    width: 68px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 1.06;
    letter-spacing: -0.055em;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .video-shell {
    border-radius: 24px;
    aspect-ratio: 16 / 10;
  }

  .custom-video-toggle {
    width: 120px;
    height: 120px;
  }

  .play-icon {
    width: 54px;
    height: 54px;
  }

  .video-badge {
    left: 12px;
    bottom: 46px;
    min-height: 30px;
    font-size: 9px;
    padding: 0 12px;
  }

  .video-caption {
    left: 12px;
    bottom: 14px;
    font-size: 13px;
  }

  .benefit-card {
    min-height: auto;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .discover-number {
    font-size: 30px;
  }

  .proof-quote blockquote {
    font-size: 22px;
  }

  .proof-stats {
    grid-template-columns: 1fr;
  }

  .cta-card {
    padding: 30px 20px 24px;
    border-radius: 24px;
  }

  .cta-card h2 {
    font-size: 34px;
  }

  .cta-card p {
    font-size: 15px;
  }

  .form-modal-inner {
    width: min(calc(100% - 18px), 560px);
    margin: 9px auto;
    max-height: calc(100dvh - 18px);
    padding: 22px 14px 18px;
    border-radius: 22px;
  }

  .form-modal-head h3 {
    font-size: 28px;
  }

  .form-modal-head p {
    font-size: 14px;
  }

  .form-modal-body {
    padding: 14px 10px 8px;
    border-radius: 18px;
  }

  .footer-logo {
    width: 104px;
    height: 104px;
  }

  .site-footer {
    padding-bottom: 140px;
  }

  .mobile-fixed-cta {
    width: 80%;
    max-width: 320px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(18px);
  }

  .mobile-fixed-cta.is-visible {
    transform: translateX(-50%) translateY(0);
  }
}
