* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--level-ink);
  background: #fff;
  line-height: 1.55;
}

a { color: inherit; }
button, input { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--level-line);
  backdrop-filter: blur(12px);
}

.header-inner {
  width: min(1380px, calc(100% - 64px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  text-decoration: none;
}

.wordmark {
  display: block;
  width: 270px;
  height: auto;
}

.level-mark {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a,
.site-footer nav a {
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--level-green);
}

.header-cta,
.footer-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.header-cta {
  margin-left: 10px;
  min-height: 50px;
  padding: 0 28px;
  color: #fff;
  background: var(--level-green);
}

.header-cta:hover,
.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,81,29,.18);
}

.hero {
  width: min(1380px, calc(100% - 64px));
  margin: 0 auto;
  min-height: 430px;
  padding: 56px 0 48px;
  display: grid;
  grid-template-columns: .95fr 1.15fr;
  align-items: center;
  gap: 56px;
}

.hero-copy-column { max-width: 650px; }

.eyebrow {
  margin-bottom: 12px;
  color: var(--level-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: .99;
  letter-spacing: -.055em;
}

.hero-copy {
  max-width: 630px;
  margin: 0 0 24px;
  color: var(--level-muted);
  font-size: 20px;
  line-height: 1.42;
}

.primary-button {
  min-height: 54px;
  padding: 0 34px;
  color: #fff;
  background: var(--level-green);
  border-radius: 10px;
}

.hero-support {
  max-width: 500px;
  margin: 13px 0 0;
  color: var(--level-muted);
  font-size: 15px;
}

.video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #111;
  box-shadow: 0 18px 55px rgba(0,0,0,.15);
}

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

.section {
  padding: 84px max(24px, calc((100vw - 1380px) / 2));
}

.audience-section {
  background: var(--level-mint);
  display: grid;
  grid-template-columns: .75fr 1.45fr;
  gap: 48px;
  align-items: start;
}

.audience-intro h2,
.section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1;
  letter-spacing: -.05em;
}

.audience-intro p {
  max-width: 470px;
  margin: 0;
  color: var(--level-muted);
  font-size: 20px;
}

.list-intro {
  margin: 3px 0 14px;
  color: var(--level-muted);
  font-size: 15px;
}

.circle-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.circle-card {
  min-height: 78px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #cbdcd1;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0,81,29,.035);
}

.circle-card h3 {
  margin: 0 0 2px;
  color: var(--level-green);
  font-size: 15px;
  line-height: 1.2;
}

.circle-card p {
  margin: 0;
  color: #52615a;
  font-size: 14px;
  line-height: 1.3;
}

.expansion-note {
  grid-column: 1 / -1;
  min-height: 78px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 12px;
  background: rgba(130,173,137,.18);
  color: #4d6758;
}

.expansion-note strong {
  color: var(--level-green);
  font-size: 18px;
}

.note-divider {
  width: 1px;
  height: 28px;
  background: #94b09d;
}

.pin {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--level-green);
  color: white;
  font-size: 0;
}

.pin::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}

.how-section {
  background: #fff;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h3 {
  margin: 0 0 6px;
  font-size: 23px;
  line-height: 1.3;
}

.section-heading p {
  margin: 0;
  color: var(--level-muted);
  font-size: 17px;
}

.sba-note {
  width: min(900px, 100%);
  margin: 0 auto 28px;
  padding: 22px 28px;
  text-align: center;
  background: var(--level-pink-soft);
  border: 1px solid #f1d2da;
  border-radius: 14px;
  color: #53635a;
}

.calculator-card {
  width: min(900px, 100%);
  margin: 0 auto;
  padding: 34px;
  background: white;
  border: 1px solid var(--level-line);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0,81,29,.09);
}

.calculator-card > h3 {
  margin: 0 0 25px;
  text-align: center;
  font-size: 23px;
}

.input-options {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: end;
}

.input-row {
  display: grid;
  gap: 9px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
}

.radio-option input {
  accent-color: var(--level-green);
}

.money-input {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 2px solid var(--level-line);
  border-radius: 10px;
  background: white;
}

.money-input:focus-within {
  border-color: var(--level-green-soft);
}

.money-input > span {
  padding-left: 14px;
  color: var(--level-green);
  font-weight: 800;
}

.money-input input {
  width: 100%;
  min-width: 0;
  padding: 12px 14px 12px 7px;
  border: 0;
  outline: 0;
  color: var(--level-ink);
  background: transparent;
  font-size: 20px;
  font-weight: 700;
}

.or-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--level-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.or-divider::before,
.or-divider::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--level-line);
}

.budget-results {
  margin-top: 30px;
  padding-top: 27px;
  border-top: 1px solid var(--level-line);
}

.result-title {
  margin-bottom: 11px;
  text-align: center;
  color: var(--level-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.result-box {
  padding: 22px;
  text-align: center;
  background: #f2f7f3;
  border-radius: 11px;
}

.result-box.featured {
  color: #fff;
  background: var(--level-green);
}

.result-box span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.result-box strong {
  display: block;
  font-size: 34px;
  line-height: 1.1;
}

.current-spend {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid var(--level-line);
}

.current-spend > label:first-child {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.additional-results {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.additional-results > div {
  padding: 14px 17px;
  border-radius: 9px;
  background: var(--level-pink-soft);
}

.additional-results span {
  display: block;
  color: var(--level-muted);
  font-size: 12px;
}

.additional-results strong {
  font-size: 21px;
}

.approach-section {
  background: var(--level-green-deep);
  color: #fff;
}

.section-heading-dark .eyebrow {
  color: var(--level-pink);
}

.section-heading-dark p {
  color: #d7e5db;
}

.three-points {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.three-points article {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}

.point-number {
  color: var(--level-pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.three-points h3 {
  margin: 6px 0 10px;
  font-size: 29px;
}

.three-points p {
  margin: 0;
  color: #d7e5db;
}

.schedule-section {
  background: var(--level-pink-soft);
}

.booking-card {
  width: min(1050px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(0,59,22,.12);
}

.calendar-frame {
  display: block;
  width: 100%;
  height: 900px;
  border: 0;
}

.site-footer {
  padding: 28px max(24px, calc((100vw - 1380px) / 2)) 22px;
  background: var(--level-green-dark);
  color: white;
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer-brand .wordmark {
  width: 255px;
  filter: brightness(0) invert(1);
}

.footer-brand .level-mark {
  width: 62px;
  height: 62px;
}

.tagline {
  color: #e0ebe3;
  white-space: nowrap;
}

.site-footer nav {
  margin-left: auto;
  display: flex;
  gap: 28px;
  font-size: 14px;
}

.site-footer nav a:hover {
  opacity: .75;
}

.footer-cta {
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid white;
}

.footer-bottom {
  margin-top: 22px;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: #c7d8cd;
  font-size: 12px;
}

@media (max-width: 1050px) {
  .header-inner,
  .hero {
    width: min(100% - 40px, 900px);
  }


  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-copy-column {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-copy,
  .hero-support {
    margin-left: auto;
    margin-right: auto;
  }

  .audience-section {
    grid-template-columns: 1fr;
  }

  .audience-intro {
    text-align: center;
  }

  .audience-intro p {
    margin: 0 auto;
  }

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

  .footer-top {
    flex-wrap: wrap;
  }

  .site-footer nav {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 70px; }

  .header-inner {
    width: calc(100% - 28px);
    min-height: 66px;
    gap: 12px;
  }

  .brand-lockup { gap: 7px; }

  .brand-lockup .wordmark {
    width: 145px;
  }

  .brand-lockup .level-mark {
    width: 40px;
    height: 40px;
  }

  .main-nav {
    gap: 11px;
    font-size: 10px;
  }


  .section {
    padding: 62px 16px;
  }

  .hero {
    width: 100%;
    padding: 42px 16px 45px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .desktop-only { display: none; }

  .hero-copy {
    font-size: 17px;
  }

  .video-wrap {
    border-radius: 12px;
  }

  .audience-section {
    gap: 28px;
  }

  .audience-intro h2,
  .section-heading h2 {
    font-size: 43px;
  }

  .circle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .circle-card {
    min-height: 86px;
  }

  .circle-card h3 {
    font-size: 14px;
  }

  .circle-card p {
    font-size: 13px;
  }

  .expansion-note {
    flex-direction: column;
    text-align: center;
    gap: 9px;
    padding: 22px 18px;
  }

  .note-divider {
    width: 42px;
    height: 1px;
  }

  .input-options,
  .result-grid,
  .additional-results,
  .three-points {
    grid-template-columns: 1fr;
  }

  .or-divider {
    justify-content: center;
  }

  .calculator-card {
    padding: 24px 18px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-brand .wordmark {
    width: 180px;
  }

  .site-footer nav {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .calendar-frame {
    height: 950px;
  }
}

@media (max-width: 430px) {
  .main-nav a { font-size: 9px; }
  .main-nav { gap: 8px; }
  .brand-lockup .wordmark { width: 125px; }
  .brand-lockup .level-mark { width: 36px; height: 36px; }
}


/* Responsive navigation: keep the CTA visible and move information links into Info. */
.info-menu { position:relative; display:none; }
.info-toggle {
  appearance:none; border:0; background:transparent; color:var(--level-ink);
  padding:10px 2px; display:inline-flex; align-items:center; gap:7px;
  cursor:pointer; font-weight:700; font-size:15px;
}
.info-chevron { font-size:15px; line-height:1; transition:transform .2s ease; }
.info-menu.is-open .info-chevron { transform:rotate(180deg); }
.info-dropdown {
  position:absolute; top:calc(100% + 12px); right:0; min-width:190px; padding:8px;
  display:grid; gap:2px; background:#fff; border:1px solid var(--level-line);
  border-radius:10px; box-shadow:0 14px 35px rgba(0,59,22,.13);
  opacity:0; visibility:hidden; transform:translateY(-5px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.info-menu.is-open .info-dropdown { opacity:1; visibility:visible; transform:translateY(0); }
.info-dropdown a { padding:11px 13px; border-radius:7px; text-decoration:none; font-size:14px; font-weight:700; }
.info-dropdown a:hover,.info-dropdown a:focus-visible { color:var(--level-green); background:var(--level-mint); }
.desktop-links { display:flex; align-items:center; gap:38px; }

@media (max-width:1050px) {
  .desktop-links { display:none; }
  .info-menu { display:block; }
  .main-nav { margin-left:auto; }
  .header-cta { display:inline-flex; }
}
@media (max-width:700px) {
  .header-inner { gap:12px; }
  .info-toggle { font-size:13px; }
  .header-cta { min-height:44px; padding:0 14px; font-size:12px; gap:7px; white-space:nowrap; }
  .info-dropdown { right:auto; left:50%; transform:translate(-50%,-5px); }
  .info-menu.is-open .info-dropdown { transform:translate(-50%,0); }
}
@media (max-width:430px) {
  .brand-lockup .wordmark { width:112px; }
  .brand-lockup .level-mark { width:34px; height:34px; }
  .header-cta { font-size:11px; padding:0 11px; }
}
