:root {
  --navy: #0D1B2A;
  --navy-mid: #1E2D3D;
  --navy-darker: #0A1420;
  --border-slate: #2A3F52;
  --gold: #B8860B;
  --gold-hover: #D4A017;
  --cream: #F5F0E8;
  --text-dark: #232B33;
  --text-body: #3D4750;
  --text-muted: #8FA3B1;
  --text-footer-muted: #5C707F;
  --font-display: 'Playfair Display', serif;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--navy);
  font-family: var(--font-body);
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: clamp(24px, 5vw, 64px);
  padding-right: clamp(24px, 5vw, 64px);
}

/* Header / nav */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--border-slate);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-header__logo {
  height: 76px;
  width: auto;
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-link {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 14px;
}

.nav-link:hover,
.nav-link--active {
  color: var(--gold-hover);
}

.site-header__cta {
  padding: 12px 22px;
}

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  padding: 15px 28px;
  border-radius: 12px;
}

.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-hover); }

.btn-ghost { border: 1px solid rgba(255, 255, 255, .4); color: #fff; }

.btn-dark { background: var(--navy); color: #fff; }

/* Cards */
.card {
  background: var(--navy-mid);
  border: 1px solid var(--border-slate);
  border-radius: 8px;
  padding: 32px;
  transition: border-color .2s;
}

.card:hover { border-color: var(--gold); }

/* Hero */
.hero {
  background: var(--navy);
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero__inner { position: relative; }

.hero__content { max-width: 820px; }

.hero__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.12;
  color: #fff;
  margin: 0 0 28px;
}

.hero__title-accent { color: var(--gold-hover); }

.hero__lede {
  font-family: var(--font-body);
  font-size: 19px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 0 42px;
}

.hero__ctas {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.hero__image {
  width: 100%;
  height: 460px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center 5%;
}

#kl-blueprint {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: .55;
}

/* Stats */
.stats-bar { border-top: 1px solid var(--border-slate); margin-top: 64px; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.kl-counter {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 44px);
  color: var(--gold);
}

.stat-label {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 8px;
}

/* Before / after */
.before-after {
  background: var(--cream);
  padding: 120px 0;
}

.before-after__intro {
  max-width: 680px;
  margin: 0 auto 64px;
  text-align: center;
}

.before-after__intro h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 42px);
  color: var(--navy);
  margin: 0 0 24px;
}

.before-after__intro p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

.before-after__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.before-after__grid img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  object-fit: cover;
}

/* Solutions */
.solutions { background: var(--navy-mid); padding: 120px 0; }

.solutions__header { margin-bottom: 60px; }

.solutions__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.solutions__header h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 38px);
  color: #fff;
  margin: 0;
}

.solutions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.solution-card__number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  color: var(--gold);
  margin-bottom: 22px;
}

.solution-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 19px;
  color: #fff;
  margin: 0 0 14px;
}

.solution-card p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0 0 22px;
}

.solution-card__link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  color: var(--gold-hover);
}

/* Quote */
.quote-section { background: #fff; padding: 100px 0 0; }

.quote-section__inner {
  padding-bottom: 110px;
  text-align: center;
  max-width: 900px;
}

.quote-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 64px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}

.quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.6;
  color: var(--navy);
  margin: 0 auto 22px;
}

.quote-attribution {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Founder */
.founder {
  background: var(--cream);
  padding: 120px 0;
}

.founder__inner {
  display: flex;
  gap: 72px;
  align-items: center;
  flex-wrap: wrap;
}

.founder__photo {
  width: 380px;
  height: 460px;
  flex: none;
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
}

.founder__content { flex: 1; min-width: 320px; }

.founder__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.founder__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.5;
  color: var(--navy);
  margin: 0 0 30px;
}

/* Speaking */
.speaking { background: var(--navy); padding: 120px 0; }

.speaking__header { margin-bottom: 56px; }

.speaking__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

.speaking__header h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 38px);
  color: #fff;
  margin: 0 0 20px;
}

.speaking__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.speaking-card {
  background: var(--navy-mid);
  border: 1px solid var(--border-slate);
  border-radius: 8px;
  padding: 40px;
}

.speaking-card h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: var(--gold-hover);
  margin: 0 0 16px;
}

.speaking-card p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

.speaking__link {
  display: inline-block;
  margin-top: 36px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--gold-hover);
}

/* CTA banner */
.cta-banner { background: var(--gold); padding: 80px 0; }

.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-banner h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 34px);
  color: var(--navy);
  margin: 0 0 10px;
  max-width: 600px;
}

.cta-banner p {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3D2F0F;
  margin: 0;
}

.cta-banner .btn { padding: 17px 32px; }

/* Footer */
.site-footer { background: var(--navy-darker); padding: 56px 0 40px; }

.site-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-slate);
}

.site-footer__logo {
  height: 64px;
  width: auto;
  filter: brightness(0) invert(1);
}

.site-footer__cols {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__col-title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}

.site-footer__col .nav-link { font-size: 13px; }

.site-footer__bottom {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer__copy {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--text-footer-muted);
  margin: 0;
}

.site-footer__social {
  display: flex;
  gap: 14px;
}

.site-footer__social a {
  display: inline-flex;
  color: var(--text-muted);
  transition: color .2s;
}

.site-footer__social a:hover { color: var(--gold); }

.site-footer__social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

/* About — hero */
.about-hero {
  background: var(--navy);
  padding: 110px 0 120px;
}

.about-hero__inner {
  display: flex;
  gap: 72px;
  align-items: center;
  flex-wrap: wrap;
}

.about-hero__text { flex: 1; min-width: 340px; }

.about-hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.15;
  color: #fff;
  margin: 0;
}

.about-hero__photo {
  width: 380px;
  height: 460px;
  flex: none;
  border-radius: 8px;
  object-fit: cover;
  object-position: top center;
}

/* About — bio */
.bio {
  background: var(--cream);
  padding: 120px 0;
}

.bio__inner { max-width: 780px; }

.bio p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 0 0 26px;
}

.bio__quote { text-align: center; margin: 44px 0 0; }

.bio__quote-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 48px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 4px;
}

.bio__quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  color: var(--navy);
  max-width: 560px;
  margin: 0 auto;
}

/* About — credentials */
.credentials {
  background: var(--navy-mid);
  padding: 80px 0;
}

.credentials__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
}

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

.credential {
  border-top: 2px solid var(--gold);
  padding-top: 20px;
}

.credential__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.credential__sub {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-muted);
}

/* About — approach */
.approach {
  background: var(--navy);
  padding: 120px 0;
}

.approach__inner {
  display: flex;
  gap: 72px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.approach__col { flex: 1; min-width: 320px; }

.approach__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}

.approach h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 40px);
  color: #fff;
  margin: 0 0 24px;
}

.approach p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 24px;
}

.approach p:last-child { margin-bottom: 0; }

/* Tag pill */
.tag {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 6px 14px;
  border: 1px solid rgba(184, 134, 11, .4);
  border-radius: 20px;
  display: inline-block;
}

.tag--dark {
  border-color: rgba(13, 27, 42, .2);
  color: var(--navy);
}

/* Services — hero */
.svc-hero {
  background: var(--navy);
  padding: 100px 0 90px;
}

.svc-hero__inner { max-width: 780px; }

.svc-hero__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}

.svc-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.15;
  color: #fff;
  margin: 0 0 26px;
}

.svc-hero__lede {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 620px;
  margin: 0;
}

/* Services — alternating rows */
.service-row { padding: 110px 0; }

.service-row--light { background: var(--cream); }
.service-row--bordered { border-top: 1px solid #E0D9C8; }
.service-row--dark { background: var(--navy-mid); }

.service-row__inner {
  display: flex;
  gap: 72px;
  align-items: center;
  flex-wrap: wrap;
}

.service-row__inner--reverse { flex-wrap: wrap-reverse; }

.service-row__text { flex: 1; min-width: 340px; }

.service-row__img {
  width: 420px;
  height: 340px;
  flex: none;
  border-radius: 8px;
  object-fit: cover;
}

.service-row h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3vw, 36px);
  margin: 22px 0 8px;
}

.service-row--light h2 { color: var(--navy); }
.service-row--dark h2 { color: #fff; }

.service-row__lede {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 24px;
}

.service-row--light .service-row__lede { color: var(--text-body); }
.service-row--dark .service-row__lede { color: #B7C3CC; }

.service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 15px;
  margin: 0;
}

.service-row--light .service-list { color: var(--text-dark); }
.service-row--dark .service-list { color: #fff; }

.service-list__item { display: flex; gap: 12px; }

.service-list__arrow { flex: none; }
.service-row--light .service-list__arrow { color: var(--gold); }
.service-row--dark .service-list__arrow { color: var(--gold-hover); }

.svc-callout {
  background: #fff;
  border-left: 3px solid var(--gold);
  padding: 20px 24px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: #4B5560;
  margin-top: 26px;
}

.svc-callout__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
}

/* Simple hero (Speaking / Upturn) */
.simple-hero {
  background: var(--navy);
  padding: 110px 0 100px;
}

.simple-hero__inner { max-width: 780px; }

.simple-hero__eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 26px;
}

.simple-hero h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4.2vw, 52px);
  line-height: 1.2;
  color: #fff;
  margin: 0 0 26px;
}

.simple-hero__lede {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0;
}

/* Signature talk rows (Speaking) */
.talk-eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

.talk-title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 3.2vw, 38px);
  margin: 0 0 24px;
}

.service-row--light .talk-title { color: var(--navy); }
.service-row--dark .talk-title { color: var(--gold-hover); }

.talk-body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.service-row--light .talk-body { color: var(--text-body); }
.service-row--dark .talk-body { color: #B7C3CC; }

.talk-ideal {
  font-family: var(--font-body);
  font-size: 14.5px;
  margin-bottom: 26px;
}

.service-row--light .talk-ideal { color: var(--text-dark); }
.service-row--dark .talk-ideal { color: #B7C3CC; }
.service-row--dark .talk-ideal strong { color: #fff; }

.podcast-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #E0D9C8;
  border-radius: 10px;
  padding: 14px 20px;
}

.podcast-link__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.podcast-link__play {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid var(--gold-hover);
  margin-left: 3px;
}

.podcast-link__title {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  color: var(--navy);
}

.podcast-link__sub {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: #6B7680;
}

/* Booking (Speaking) */
.booking {
  background: var(--navy);
  padding: 120px 0;
}

.booking__inner { text-align: center; max-width: 680px; margin: 0 auto; }

.booking h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 38px);
  color: #fff;
  margin: 0 0 24px;
}

.booking__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 44px;
}

.booking__card {
  background: var(--navy-mid);
  border: 1px solid var(--border-slate);
  border-radius: 8px;
  padding: 32px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.booking__note {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-muted);
  margin: 0 0 36px;
}

/* Upturn hero extras */
.upturn-badge-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.upturn-mark {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .02em;
  color: #4FB8C4;
}

.upturn-mark sup { font-size: 11px; font-weight: 600; }

.upturn-pill {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  background: #4FB8C4;
  padding: 5px 12px;
  border-radius: 20px;
}

/* Upturn's active nav item uses the product's teal accent */
.nav-link--upturn { color: #4FB8C4; }

/* Spacing for a hero that ends in a button (Upturn) */
.simple-hero__inner > .btn { margin-top: 32px; }

/* Generic eyebrow + section heading used on Upturn */
.section-eyebrow {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

/* Upturn: Problem */
.problem { background: #fff; padding: 120px 0; }

.problem__intro { max-width: 760px; margin-bottom: 56px; }

.problem__intro h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  color: var(--navy);
  margin: 0 0 22px;
}

.problem__intro p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

.problem__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.problem__card {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 36px 40px;
}

.problem__card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--navy);
  margin: 0 0 16px;
}

.problem__card p {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

/* Upturn: What is */
.whatis { background: var(--navy); padding: 120px 0; }
.whatis__inner { max-width: 820px; }

.whatis h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.2;
  color: #fff;
  margin: 0 0 30px;
}

.whatis p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 22px;
}

.whatis p:last-child { margin-bottom: 0; }
.whatis p strong { color: #fff; }

/* Upturn: Users */
.users { background: var(--cream); padding: 120px 0; }

.users__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.users__card {
  background: #fff;
  border: 1px solid #E5DFD3;
  border-radius: 8px;
  padding: 44px;
}

.users__label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1F6F78;
  margin-bottom: 16px;
}

.users__card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--navy);
  margin: 0 0 14px;
}

.users__card p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0;
}

/* Upturn: Tiers */
.tiers { background: var(--cream); padding: 130px 0 0; border-top: 1px solid #E0D9C8; }

.tiers__intro { text-align: center; max-width: 680px; margin: 0 auto 70px; }

.tiers__intro h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 42px);
  color: var(--navy);
  margin: 0 0 20px;
}

.tiers__intro p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0;
}

.tiers__grid { display: grid; grid-template-columns: repeat(3, 1fr); }

.tier {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
}

.tier--light { background: #fff; border: 1px solid #E0D9C8; }
.tier--dark { background: var(--navy); }

.tier__label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.tier--light .tier__label { color: #8A8370; }
.tier--dark .tier__label { color: var(--text-muted); }

.tier h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 27px;
  margin: 0 0 10px;
}

.tier h3 sup { font-size: 12px; }

.tier--light h3 { color: var(--navy); }
.tier--dark h3 { color: #fff; }

/* Centered eyebrow within the tiers intro block */
.tiers__intro .section-eyebrow { display: inline-block; }

.tier__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  margin-bottom: 28px;
}

.tier--light .tier__sub { color: #6B7680; }
.tier--dark .tier__sub { color: var(--text-muted); }

.tier__list {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 34px;
  flex: 1;
}

.tier--light .tier__list { border-top: 1px solid #E0D9C8; }
.tier--dark .tier__list { border-top: 1px solid var(--border-slate); }

.tier__item {
  display: flex;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14.5px;
}

.tier--light .tier__item { color: var(--text-body); }
.tier--dark .tier__item { color: #fff; }

.tier__item span { flex: none; }
.tier--light .tier__item span { color: var(--gold); }
.tier--dark .tier__item span { color: var(--gold-hover); }

.tier__cta {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  padding: 14px 26px;
  border-radius: 10px;
  text-align: center;
}

.tier__cta--outline { border: 1px solid var(--navy); color: var(--navy); }
.tier__cta--gold { background: var(--gold); color: var(--navy); }

/* Upturn: waitlist band */
.waitlist { background: var(--navy); padding: 90px 0; }
.waitlist__inner { text-align: center; max-width: 640px; margin: 0 auto; }

.waitlist h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3vw, 34px);
  color: #fff;
  margin: 0 0 20px;
}

.waitlist p {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-muted);
  margin: 0 0 34px;
}

/* Contact */
.contact {
  background: var(--cream);
  padding: 100px 0;
}

.contact__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.contact__inner h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 32px);
  color: var(--navy);
  margin: 0 0 20px;
}

.contact__inner p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0 0 36px;
}

.contact__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact__form {
  max-width: 560px;
  margin: 0 auto 22px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.contact__form iframe { width: 100%; }

.contact__alt {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-body);
  margin: 0;
}

.contact__alt a {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--navy);
}

.contact__alt a:hover { color: var(--gold); }

/* Resources */
.resources-hero {
  background: var(--navy-mid);
  padding: 170px 0 120px;
}

.resources-hero__intro { text-align: center; margin-bottom: 60px; }

.resources-hero__intro h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 38px);
  color: #fff;
  margin: 0 0 20px;
}

.resources-hero__intro p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 auto;
  max-width: 560px;
}

.resources-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.resource-card {
  background: #162130;
  border: 1px solid var(--border-slate);
  border-radius: 12px;
  padding: 36px 32px;
  display: block;
  transition: border-color .2s;
}

.resource-card:hover { border-color: var(--gold); }

.resource-card__meta {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.resource-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0 0 14px;
}

.resource-card p {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 22px;
}

.resource-card__cta {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--gold-hover);
}

/* Newsletter band */
.newsletter {
  background: var(--cream);
  padding: 120px 0;
  border-top: 1px solid #E0D9C8;
}

.newsletter__inner { text-align: center; max-width: 640px; margin: 0 auto; }

.newsletter h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 2.8vw, 32px);
  color: var(--navy);
  margin: 0 0 18px;
}

.newsletter p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0 0 40px;
}

/* Responsive */
@media (max-width: 900px) {
  .stats-grid,
  .solutions__grid,
  .credentials__grid,
  .tiers__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .stats-grid,
  .solutions__grid,
  .before-after__grid,
  .speaking__grid,
  .credentials__grid,
  .booking__grid,
  .problem__grid,
  .users__grid,
  .tiers__grid,
  .resources-grid { grid-template-columns: 1fr; }

  .hero__image,
  .founder__photo,
  .about-hero__photo,
  .service-row__img { width: 100% !important; height: auto !important; }

  .site-header__inner,
  .cta-banner__inner,
  .site-footer__top { flex-wrap: wrap; row-gap: 14px; }

  .nav-links {
    order: 3;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 18px !important;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar { display: none; }
}
