: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%);
}

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,
.outline-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);
}

/* Form card */
.form-card {
  max-width: 620px;
  margin: 34px auto 0;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 34px;
  box-shadow: var(--shadow-xl);
  padding: 24px 20px 18px;
}

.hubspot-form-wrap {
  max-width: 100%;
}

.hs-form-frame {
  width: 100%;
  min-height: 250px;
}

.form-meta {
  margin-top: 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #b2ac9f;
  text-align: center;
}

/* Section heads */
.section-head {
  text-align: center;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.section-head p {
  margin: 10px 0 0;
  font-size: 14px;
  color: var(--muted);
}

.gold-line {
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7b24c, #f2b300);
  margin: 16px auto 0;
}

/* Experience */
.experience {
  padding-top: 54px;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.5fr;
  gap: 18px;
  align-items: stretch;
}

.exp-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(232, 223, 209, 0.72);
  border-radius: 30px;
  padding: 28px 24px;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.exp-card-large {
  min-height: 330px;
}

.exp-card-image,
.exp-card-wide-image {
  padding: 0;
}

.exp-card-image img,
.exp-card-wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exp-card-gold {
  background: linear-gradient(180deg, #f6c10f 0%, #efb900 100%);
  color: #171717;
}

.exp-card-wide-image {
  grid-column: 2 / 3;
  min-height: 220px;
}

.exp-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 22px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(14,14,14,0.68) 85%);
  color: #fff;
}

.exp-overlay-light {
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(25,25,25,0.36) 100%);
}

.exp-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 247, 230, 0.72);
  display: grid;
  place-items: center;
}

.exp-card-gold .exp-icon {
  background: rgba(255,255,255,0.25);
}

.exp-icon img {
  width: 18px;
  height: 18px;
}

.exp-card h3,
.exp-overlay h3 {
  margin: 18px 0 10px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.exp-card p,
.exp-overlay p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: inherit;
}

.exp-card:not(.exp-card-gold):not(.exp-card-image):not(.exp-card-wide-image) p {
  color: var(--muted);
}

/* Facilitator */
.facilitator {
  padding-top: 62px;
}

.facilitator-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 36px;
  align-items: center;
}

.facilitator-image {
  position: relative;
}

.facilitator-image > img {
  width: 100%;
  max-width: 360px;
  border-radius: 26px;
  box-shadow: var(--shadow-xl);
}

.forbes-stat-card {
  position: absolute;
  right: 12px;
  bottom: -16px;
  min-width: 120px;
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  padding: 18px 16px;
  box-shadow: var(--shadow-md);
}

.forbes-stat-number {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #9b7311;
}

.forbes-stat-label {
  margin-top: 6px;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #8d867c;
}

.facilitator-content h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.facilitator-content h2 span {
  display: block;
  margin-top: 6px;
  color: var(--gold);
  font-style: italic;
}

.facilitator-content p {
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

.feature-points {
  margin-top: 22px;
  display: grid;
  gap: 18px;
}

.feature-point {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
}

.point-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-soft);
  display: grid;
  place-items: center;
}

.point-icon img {
  width: 16px;
  height: 16px;
}

.feature-point strong {
  display: block;
  font-size: 16px;
}

.feature-point span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.outline-btn {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1.5px solid #b99228;
  color: #9d7410;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  transition: transform var(--ease), background var(--ease), color var(--ease);
}

.outline-btn:hover {
  background: rgba(185, 146, 40, 0.06);
}

/* Testimonials */
.testimonials {
  padding-top: 64px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(232, 223, 209, 0.72);
  border-radius: 24px;
  padding: 22px 20px;
  box-shadow: var(--shadow-md);
}

.testimonial-top {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
}

.testimonial-top img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-top strong {
  display: block;
  font-size: 13px;
}

.testimonial-top span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #b1913f;
}

.quote-mark {
  font-size: 34px;
  line-height: 1;
  color: #e5c76d;
}

.testimonial-card p {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}

/* Bottom CTA */
.bottom-cta {
  padding-top: 62px;
}

.bottom-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(255,255,255,0.52);
  border: 1px solid rgba(232, 223, 209, 0.72);
  box-shadow: var(--shadow-xl);
  padding: 64px 26px;
  text-align: center;
}

.bottom-cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 241, 196, 0.7) 0%, rgba(255, 241, 196, 0.22) 24%, rgba(255,255,255,0) 52%);
  pointer-events: none;
}

.bottom-cta-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.bottom-cta-card h2 span {
  display: block;
}

.bottom-cta-card p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
}

/* 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;
}

/* 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) {
  .experience-grid,
  .facilitator-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .exp-card-wide-image {
    grid-column: auto;
  }

  .facilitator-image {
    display: flex;
    justify-content: center;
  }

  .facilitator-image > img {
    max-width: 420px;
  }
}

@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;
  }

  .form-card {
    border-radius: 24px;
    padding: 18px 14px 14px;
  }

  .section-head h2 {
    font-size: 30px;
  }

  .experience-grid,
  .testimonial-grid {
    gap: 18px;
  }

  .exp-card,
  .exp-card-large,
  .exp-card-wide-image {
    min-height: 220px;
    border-radius: 24px;
  }

  .facilitator {
    padding-top: 48px;
  }

  .facilitator-grid {
    gap: 28px;
  }

  .facilitator-image {
    justify-content: center;
  }

  .facilitator-image > img {
    max-width: 300px;
    margin: 0 auto;
  }

  .forbes-stat-card {
    right: 50%;
    transform: translateX(50%);
    bottom: -18px;
    min-width: 150px;
    text-align: center;
  }

  .facilitator-content {
    text-align: center;
  }

  .facilitator-content h2 {
    font-size: 26px;
  }

  .facilitator-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .feature-points {
    gap: 16px;
  }

  .feature-point {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 10px;
  }

  .feature-point span {
    max-width: 290px;
  }

  .outline-btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 220px;
  }

  .bottom-cta-card {
    padding: 50px 20px;
    border-radius: 24px;
  }

  .bottom-cta-card h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  .bottom-cta-card p {
    font-size: 15px;
  }

  .cta-main-btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 15px;
    padding: 0 20px;
  }

  .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);
  }
}
