/* AVC immersive layout system */
:root {
  --avc-wide: min(94vw, 1480px);
  --avc-wide-soft: min(92vw, 1320px);
  --avc-readable: min(84vw, 880px);
}

html,
body {
  overflow-x: hidden;
}

.page-hero,
.hero,
.cta-section,
.video-cta {
  width: 100% !important;
  max-width: none !important;
}

.page-hero-inner,
.hero-inner {
  width: var(--avc-readable) !important;
  max-width: 1040px !important;
}

.hero-p,
.section-p,
.pricing-intro p {
  max-width: min(78vw, 760px) !important;
}

.stats-inner,
.solution-inner,
.who-section,
.contact-split,
.results-grid,
.industries-grid,
.process-grid,
.pricing-grid,
.pricing-section,
.pricing-guide-inner,
.pricing-fit-inner,
.package-guide-grid,
.avc-image-moment-inner,
.mission-inner,
.diff-inner,
.opening-inner,
.scenario-grid,
.svc-grid,
.tools-inner,
.tool-grid,
.helps-grid,
.problem-grid,
.about-grid,
.founder-grid,
.footer-inner {
  width: var(--avc-wide) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-head,
.pricing-intro,
.closing-section {
  width: var(--avc-readable) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.svc-grid,
.results-grid,
.industries-grid,
.process-grid,
.pricing-grid,
.package-guide-grid,
.tool-grid {
  gap: clamp(18px, 2vw, 34px) !important;
}

.avc-image-moment,
.opening-section,
.diff-section,
.mission-section,
.pricing-guide,
.pricing-fit-section,
.tools-section {
  padding-left: clamp(20px, 3vw, 54px) !important;
  padding-right: clamp(20px, 3vw, 54px) !important;
}

.avc-image-moment-inner {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr) !important;
  gap: clamp(28px, 4vw, 72px) !important;
}

.avc-image-frame,
.img-section-card,
.solution-visual,
.who-visual,
.contact-visual {
  min-height: clamp(320px, 34vw, 560px) !important;
}

.challenge-section {
  width: min(92vw, 1180px) !important;
  max-width: none !important;
}

.challenge-grid {
  width: min(78vw, 720px) !important;
  max-width: 720px !important;
}

.video-cta .cta-inner,
.video-cta .cta-final-inner,
.cta-inner,
.cta-final-inner {
  width: min(86vw, 820px) !important;
  max-width: none !important;
}

@media (min-width: 1180px) {
  .results-grid,
  .industries-grid,
  .process-grid,
  .package-guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1500px) {
  .svc-grid,
  .results-grid,
  .industries-grid,
  .package-guide-grid,
  .pricing-fit-inner,
  .pricing-guide-inner {
    width: min(94vw, 1560px) !important;
  }
}

@media (max-width: 980px) {
  :root {
    --avc-wide: min(92vw, 780px);
    --avc-wide-soft: min(92vw, 760px);
    --avc-readable: min(88vw, 720px);
  }

  .avc-image-moment-inner,
  .contact-split,
  .solution-inner,
  .pricing-guide-inner,
  .pricing-fit-inner {
    grid-template-columns: 1fr !important;
  }

  .results-grid,
  .industries-grid,
  .package-guide-grid,
  .svc-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  :root {
    --avc-wide: calc(100vw - 28px);
    --avc-readable: calc(100vw - 32px);
  }

  .page-hero-inner,
  .hero-inner,
  .section-head,
  .pricing-intro,
  .closing-section {
    width: var(--avc-readable) !important;
  }

  .challenge-section {
    width: calc(100vw - 24px) !important;
  }
}

/* AVC Results full bleed challenge flow */
.challenge-intro-section {
  width: 100% !important;
  padding: clamp(54px, 7vw, 92px) clamp(22px, 5vw, 86px) clamp(24px, 3vw, 38px) !important;
  background: #fff !important;
}

.challenge-intro-section .challenge-heading {
  width: min(86vw, 760px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.challenge-video-stage {
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: clamp(560px, 58vw, 760px) !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(58px, 8vw, 108px) 0 clamp(64px, 9vw, 118px) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

.challenge-video-stage .challenge-bg-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  filter: brightness(0.7) saturate(0.78) contrast(0.96) !important;
}

.challenge-video-stage .challenge-heading,
.challenge-video-stage .challenge-close {
  display: none !important;
}

.challenge-video-stage .challenge-grid {
  width: min(78vw, 720px) !important;
  max-width: 720px !important;
  margin: 0 auto 10px !important;
}

.challenge-video-stage .deck-controls {
  margin: 10px auto 0 !important;
}

.challenge-close-section {
  width: 100% !important;
  padding: clamp(34px, 5vw, 58px) clamp(22px, 5vw, 86px) clamp(62px, 8vw, 96px) !important;
  background: #fff !important;
}

.challenge-close-section .challenge-close {
  width: min(86vw, 920px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  border-radius: 16px !important;
}

@media (max-width: 720px) {
  .challenge-video-stage {
    min-height: 590px !important;
    padding-top: 52px !important;
    padding-bottom: 76px !important;
  }

  .challenge-video-stage .challenge-grid {
    width: min(92vw, 520px) !important;
  }

  .challenge-close-section .challenge-close {
    width: 100% !important;
  }
}

/* AVC services compact image panels */
.svc-grid {
  width: min(94vw, 1500px) !important;
  max-width: none !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.4vw, 22px) !important;
  padding-top: clamp(42px, 5vw, 72px) !important;
  padding-bottom: clamp(58px, 6vw, 92px) !important;
}

.svc-card {
  min-height: clamp(230px, 22vw, 310px) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 48px rgba(15, 31, 34, 0.16) !important;
}

.svc-card::before {
  filter: saturate(0.78) contrast(0.92) brightness(0.76) !important;
}

.svc-card::after {
  background:
    linear-gradient(180deg, rgba(10, 17, 18, 0.34), rgba(10, 17, 18, 0.1) 42%, rgba(10, 17, 18, 0.62)),
    radial-gradient(circle at 12% 14%, rgba(255, 255, 255, 0.18), transparent 24%) !important;
}

.svc-card:nth-child(1)::before { background-image: url("images/library-alignvision-img2.jpeg") !important; }
.svc-card:nth-child(2)::before { background-image: url("images/library-alignvision-img3.jpeg") !important; }
.svc-card:nth-child(3)::before { background-image: url("images/library-alignvision-img4.jpeg") !important; }
.svc-card:nth-child(4)::before { background-image: url("images/library-alignvision-img5.jpeg") !important; }
.svc-card:nth-child(5)::before { background-image: url("images/library-alignvision-img7.png") !important; }
.svc-card:nth-child(6)::before { background-image: url("images/library-pexels-n-voitkevich-7172856.jpg") !important; }
.svc-card:nth-child(7)::before { background-image: url("images/library-pexels-n-voitkevich-8062366.jpg") !important; }
.svc-card:nth-child(8)::before { background-image: url("images/library-pexels-rdne-7947655.jpg") !important; }

.svc-card .svc-n {
  top: 14px !important;
  left: 14px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 8px !important;
  font-size: 0.58rem !important;
  background: rgba(255, 255, 255, 0.88) !important;
}

.svc-card .svc-title {
  position: absolute !important;
  top: 14px !important;
  left: 56px !important;
  right: 14px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  background: rgba(24, 36, 37, 0.78) !important;
  font-size: clamp(0.98rem, 1.35vw, 1.26rem) !important;
  line-height: 1.08 !important;
  text-align: left !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34) !important;
}

.svc-card .svc-desc {
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  padding: 12px 14px !important;
  border-radius: 8px !important;
  background: rgba(24, 36, 37, 0.76) !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 0.68rem !important;
  line-height: 1.42 !important;
  text-align: left !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38) !important;
}

@media (max-width: 1180px) {
  .svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .svc-card {
    min-height: clamp(240px, 32vw, 330px) !important;
  }
}

@media (max-width: 680px) {
  .svc-grid {
    width: calc(100vw - 28px) !important;
    grid-template-columns: 1fr !important;
  }

  .svc-card {
    min-height: 260px !important;
  }

  .svc-card .svc-title {
    font-size: 1.08rem !important;
  }
}



/* AVC results seamless full-width repair */
body .results-scenarios {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(56px, 7vw, 96px) clamp(18px, 4vw, 72px) clamp(54px, 7vw, 88px) !important;
  background: #fff !important;
  overflow: hidden !important;
}

body .results-scenarios .results-section-heading {
  width: min(94vw, 1520px) !important;
  max-width: none !important;
  margin: 0 auto clamp(28px, 4vw, 52px) !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1.25fr) !important;
  gap: clamp(22px, 5vw, 86px) !important;
  align-items: end !important;
  text-align: left !important;
}

body .results-scenarios .results-section-heading .section-label {
  grid-column: 1 / -1 !important;
  margin-bottom: 0 !important;
}

body .results-scenarios .results-section-heading .section-h {
  max-width: 540px !important;
  margin: 0 !important;
  font-size: clamp(1.85rem, 3.2vw, 3.25rem) !important;
  line-height: 1.04 !important;
}

body .results-scenarios .results-section-heading .section-p {
  max-width: 760px !important;
  margin: 0 !important;
  font-size: clamp(0.95rem, 1vw, 1.08rem) !important;
  line-height: 1.72 !important;
}

body .results-scenarios .results-grid {
  width: min(94vw, 1520px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.7vw, 28px) !important;
  padding: 0 !important;
}

body .results-scenarios .result-card {
  min-height: 100% !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 42px rgba(33, 52, 56, 0.08) !important;
  transform: translateY(0) !important;
  transition: transform 260ms ease, box-shadow 260ms ease !important;
}

body .results-scenarios .result-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 28px 60px rgba(33, 52, 56, 0.13) !important;
}

body .results-scenarios .result-img {
  height: clamp(150px, 13vw, 220px) !important;
}

body .results-scenarios .result-body {
  padding: clamp(18px, 1.8vw, 28px) !important;
}

body .results-scenarios .result-body h3 {
  font-size: clamp(1.05rem, 1.2vw, 1.32rem) !important;
  line-height: 1.18 !important;
}

body .results-scenarios .result-body p,
body .results-scenarios .result-note {
  font-size: clamp(0.82rem, 0.82vw, 0.95rem) !important;
  line-height: 1.55 !important;
}

body .challenge-video-stage {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: clamp(620px, 66vw, 880px) !important;
  padding: clamp(52px, 6vw, 84px) clamp(18px, 4vw, 72px) !important;
  overflow: hidden !important;
}

body .challenge-video-stage .challenge-bg-video {
  border-radius: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body .challenge-video-stage .challenge-grid {
  width: min(88vw, 1040px) !important;
  max-width: none !important;
  margin: clamp(32px, 4vw, 54px) auto clamp(28px, 4vw, 48px) !important;
}

body .challenge-video-stage .challenge-card {
  width: min(76vw, 620px) !important;
  min-height: clamp(210px, 23vw, 300px) !important;
}

body .challenge-video-stage .challenge-deck-controls,
body .challenge-video-stage .challenge-counter {
  position: relative !important;
  z-index: 3 !important;
}

body .challenge-close-section {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(48px, 6vw, 86px) clamp(20px, 8vw, 120px) !important;
  background: #fff !important;
}

body .challenge-close-section .challenge-close-inner {
  width: min(94vw, 1320px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1fr) !important;
  gap: clamp(24px, 6vw, 100px) !important;
  align-items: center !important;
  text-align: left !important;
}

body .challenge-close-section h3 {
  font-size: clamp(1.65rem, 2.8vw, 3rem) !important;
  line-height: 1.08 !important;
  margin: 0 !important;
}

body .challenge-close-section p {
  font-size: clamp(0.95rem, 1vw, 1.1rem) !important;
  line-height: 1.7 !important;
  max-width: 660px !important;
}

@media (max-width: 1180px) {
  body .results-scenarios .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  body .results-scenarios .results-section-heading,
  body .challenge-close-section .challenge-close-inner {
    grid-template-columns: 1fr !important;
    text-align: left !important;
  }

  body .challenge-video-stage {
    min-height: 640px !important;
  }
}

@media (max-width: 620px) {
  body .results-scenarios {
    padding-inline: 18px !important;
  }

  body .results-scenarios .results-grid {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }

  body .challenge-video-stage .challenge-grid {
    width: 100% !important;
  }

  body .challenge-video-stage .challenge-card {
    width: min(88vw, 420px) !important;
  }
}


/* AVC results CTA tightening */
body .challenge-close-section .challenge-close {
  width: min(94vw, 1320px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.85fr) minmax(280px, auto) !important;
  gap: clamp(22px, 5vw, 88px) !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
}

body .challenge-close-section .challenge-close-copy {
  max-width: 760px !important;
}

body .challenge-close-section .btn-primary {
  justify-self: end !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body .challenge-close-section .challenge-close {
    grid-template-columns: 1fr !important;
  }

  body .challenge-close-section .btn-primary {
    justify-self: stretch !important;
    text-align: center !important;
  }
}


/* AVC stable challenge deck */
body .challenge-intro-section {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(42px, 6vw, 76px) clamp(20px, 5vw, 72px) clamp(24px, 4vw, 44px) !important;
  background: #fff !important;
}

body .challenge-intro-section .challenge-heading {
  max-width: min(88vw, 920px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

body .challenge-intro-section .challenge-kicker {
  margin-bottom: 10px !important;
}

body .challenge-intro-section h2 {
  margin: 0 auto 10px !important;
  font-size: clamp(1.7rem, 3vw, 2.75rem) !important;
  line-height: 1.02 !important;
  color: #2f474d !important;
}

body .challenge-intro-section p {
  max-width: 760px !important;
  margin: 8px auto 0 !important;
  font-size: clamp(0.86rem, 0.9vw, 1rem) !important;
  line-height: 1.58 !important;
  color: #53676d !important;
}

body .challenge-video-stage {
  min-height: clamp(560px, 55vw, 780px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: clamp(18px, 2.6vw, 34px) !important;
}

body .challenge-video-stage .challenge-grid {
  width: min(92vw, 1080px) !important;
  max-width: none !important;
  height: clamp(280px, 31vw, 390px) !important;
  margin: 0 auto !important;
  perspective: 1400px !important;
}

body .challenge-video-stage .challenge-card,
body .challenge-video-stage .challenge-card:nth-child(odd),
body .challenge-video-stage .challenge-card:nth-child(even),
body .challenge-video-stage .challenge-card:nth-child(5n + 1),
body .challenge-video-stage .challenge-card:nth-child(5n + 2),
body .challenge-video-stage .challenge-card:nth-child(5n + 3),
body .challenge-video-stage .challenge-card:nth-child(5n + 4),
body .challenge-video-stage .challenge-card:nth-child(5n + 5) {
  width: min(88vw, 980px) !important;
  max-width: 980px !important;
  min-height: clamp(230px, 25vw, 330px) !important;
  left: 50% !important;
  top: 0 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translate3d(-50%, 36px, 0) scale(0.9) !important;
}

body .challenge-video-stage .challenge-card.is-active,
body .challenge-video-stage .challenge-card:nth-child(odd).is-active,
body .challenge-video-stage .challenge-card:nth-child(even).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 1).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 2).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 3).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 4).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 5).is-active {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate3d(-50%, 42px, 0) scale(1) !important;
}

body .challenge-video-stage .challenge-card.is-next-1 {
  opacity: 0.55 !important;
  transform: translate3d(-50%, 18px, 0) scale(0.94) !important;
}

body .challenge-video-stage .challenge-card.is-next-2 {
  opacity: 0.3 !important;
  transform: translate3d(-50%, 0, 0) scale(0.88) !important;
}

body .challenge-video-stage .challenge-card.is-active:hover {
  transform: translate3d(-50%, 36px, 0) scale(1.01) !important;
}

body .challenge-video-stage .challenge-card-inner {
  min-height: inherit !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr) !important;
  gap: 0 !important;
  transform: none !important;
  transform-style: flat !important;
  transition: none !important;
}

body .challenge-video-stage .challenge-card.is-flipped .challenge-card-inner {
  transform: none !important;
}

body .challenge-video-stage .challenge-face {
  position: static !important;
  inset: auto !important;
  min-height: inherit !important;
  border: 1px solid rgba(255, 255, 255, 0.48) !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  backface-visibility: visible !important;
  transform: none !important;
  overflow: hidden !important;
}

body .challenge-video-stage .challenge-front {
  border-radius: 24px 0 0 24px !important;
  background: rgba(250, 250, 247, 0.96) !important;
}

body .challenge-video-stage .challenge-back {
  border-left: 0 !important;
  border-radius: 0 24px 24px 0 !important;
  background: linear-gradient(145deg, rgba(47, 73, 78, 0.96), rgba(87, 111, 94, 0.95)) !important;
  color: #fff !important;
}

body .challenge-video-stage .challenge-face-content {
  min-height: 100% !important;
  padding: clamp(22px, 3.3vw, 46px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 12px !important;
  background: transparent !important;
  text-align: left !important;
}

body .challenge-video-stage .challenge-back .challenge-face-content {
  align-items: flex-start !important;
  text-align: left !important;
}

body .challenge-video-stage .challenge-number {
  position: static !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  margin: 0 !important;
  background: rgba(47, 73, 78, 0.08) !important;
  color: #2f474d !important;
}

body .challenge-video-stage .challenge-face h3 {
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 !important;
  font-size: clamp(1.08rem, 2vw, 1.55rem) !important;
  line-height: 1.12 !important;
  color: #2f474d !important;
}

body .challenge-video-stage .challenge-face ul {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 7px !important;
}

body .challenge-video-stage .challenge-face li {
  font-size: clamp(0.78rem, 0.84vw, 0.92rem) !important;
  line-height: 1.46 !important;
  color: rgba(47, 73, 78, 0.74) !important;
}

body .challenge-video-stage .challenge-back-label {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 0.68rem !important;
}

body .challenge-video-stage .challenge-back p {
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(1rem, 1.5vw, 1.36rem) !important;
  line-height: 1.32 !important;
  font-weight: 800 !important;
  text-align: left !important;
}

body .challenge-video-stage .flip-hint {
  display: none !important;
}

body .challenge-video-stage .deck-controls {
  margin: 0 auto !important;
}

@media (max-width: 760px) {
  body .challenge-video-stage {
    min-height: 720px !important;
  }

  body .challenge-video-stage .challenge-grid {
    height: 520px !important;
  }

  body .challenge-video-stage .challenge-card-inner {
    grid-template-columns: 1fr !important;
  }

  body .challenge-video-stage .challenge-front {
    border-radius: 22px 22px 0 0 !important;
  }

  body .challenge-video-stage .challenge-back {
    border-left: 1px solid rgba(255, 255, 255, 0.48) !important;
    border-top: 0 !important;
    border-radius: 0 0 22px 22px !important;
  }
}

/* AVC calmer global headers and Home start entry */
body :where(.section-h, .section-title, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
  font-size: clamp(1.35rem, 2.05vw, 2.1rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body :where(.hero h1, .hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
  font-size: clamp(2rem, 4.2vw, 3.9rem) !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

body .helps {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(56px, 7vw, 84px) clamp(20px, 5vw, 72px) !important;
  overflow: hidden !important;
}

body .helps-inner {
  width: min(92vw, 1180px) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

body .helps .section-h {
  max-width: 920px !important;
}

body .helps-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
}

body .helps-item,
body .helps-item[style] {
  grid-column: auto !important;
  min-width: 0 !important;
  padding: 18px 16px !important;
  border-radius: 14px !important;
}

body .helps-text {
  font-size: clamp(0.78rem, 0.82vw, 0.92rem) !important;
  line-height: 1.35 !important;
}

body .scenarios {
  padding-top: clamp(58px, 8vw, 98px) !important;
}

body .scenarios-inner {
  width: min(92vw, 1180px) !important;
  max-width: none !important;
  margin: 0 auto !important;
}

body .start-here-visual {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: clamp(260px, 35vw, 430px) !important;
  margin: clamp(28px, 4vw, 58px) auto clamp(30px, 4vw, 56px) !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  position: relative !important;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: 0 24px 70px rgba(31, 49, 53, 0.18) !important;
  transition: transform 420ms ease, box-shadow 420ms ease, filter 420ms ease !important;
}

body .start-here-visual:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 34px 90px rgba(31, 49, 53, 0.24) !important;
  filter: saturate(1.06) !important;
}

body .start-here-visual > div:last-child {
  padding: 0 clamp(26px, 6vw, 84px) !important;
}

body .start-here-visual > div:last-child > div > div:last-child {
  max-width: min(88vw, 820px) !important;
  white-space: nowrap !important;
  font-size: clamp(1.35rem, 3.15vw, 2.35rem) !important;
  line-height: 1.04 !important;
}

body .start-here-visual em {
  display: inline !important;
}

@media (max-width: 1120px) {
  body .helps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .helps-item[style] {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 760px) {
  body :where(.section-h, .section-title, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
    font-size: clamp(1.28rem, 7vw, 1.72rem) !important;
  }

  body :where(.hero h1, .hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    font-size: clamp(1.9rem, 10vw, 2.8rem) !important;
  }

  body .helps-grid {
    grid-template-columns: 1fr !important;
  }

  body .start-here-visual {
    height: clamp(238px, 55vw, 340px) !important;
    border-radius: 16px !important;
  }

  body .start-here-visual > div:last-child {
    align-items: center !important;
    padding: 0 clamp(22px, 6vw, 34px) !important;
  }

  body .start-here-visual > div:last-child > div > div:last-child {
    max-width: 100% !important;
    white-space: nowrap !important;
    font-size: clamp(1.18rem, 5.2vw, 1.7rem) !important;
  }
}

body :where(section h2, section h3) {
  font-size: clamp(1.18rem, 1.85vw, 1.95rem) !important;
  line-height: 1.14 !important;
}

body :where(.svc-title, .scenario-title, .result-title, .form-title, .challenge-face h3) {
  font-size: clamp(0.98rem, 1.25vw, 1.24rem) !important;
  line-height: 1.18 !important;
}


/* AVC final typography, footer, pricing, and single-line heading cleanup */
body {
  --avc-heading-max: min(94vw, 1360px);
}

body :where(.page-hero-inner, .hero-inner, .section-head, .pricing-guide-copy, .challenge-intro-section .section-head, .challenge-close-section .section-head) {
  max-width: var(--avc-heading-max) !important;
}

body :where(.hero h1, .hero-h, h1.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
  display: block !important;
  width: 100% !important;
  max-width: var(--avc-heading-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(1.35rem, 3.1vw, 2.55rem) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
}

body :where(.section-h, .section-title, section h2, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
  display: block !important;
  width: 100% !important;
  max-width: var(--avc-heading-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(1.02rem, 1.7vw, 1.55rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
}

body :where(section h3, .svc-title, .scenario-title, .result-title, .form-title, .challenge-face h3, .package-guide-card h3, .pricing-fit-step h3) {
  font-size: clamp(0.88rem, 1vw, 1.08rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

body :where(.section-label, .hero-label-pill, .challenge-label) {
  font-size: clamp(0.52rem, 0.65vw, 0.68rem) !important;
  letter-spacing: 0.16em !important;
}

body :where(.hero-p, .section-p, .body-copy, section p, .package-guide-card p, .pricing-promise-list li) {
  font-size: clamp(0.76rem, 0.86vw, 0.92rem) !important;
  line-height: 1.52 !important;
}

body .pricing-guide {
  padding: clamp(42px, 6vw, 72px) clamp(18px, 4vw, 56px) !important;
  overflow: hidden !important;
}

body .pricing-guide-inner {
  width: min(100%, 1240px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
  align-items: start !important;
}

body .pricing-guide-copy {
  position: static !important;
  max-width: 500px !important;
}

body .package-guide-grid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  gap: 14px !important;
}

body .package-guide-card {
  min-height: auto !important;
  padding: 18px !important;
  gap: 8px !important;
  overflow: hidden !important;
}

body .package-guide-card h3 {
  font-size: clamp(0.92rem, 1.05vw, 1.08rem) !important;
  line-height: 1.16 !important;
  white-space: normal !important;
}

body footer {
  background: #1c2b2f !important;
}

body footer .footer-grid {
  width: min(92vw, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto clamp(24px, 4vw, 44px) !important;
  display: grid !important;
  grid-template-columns: minmax(190px, 1.05fr) minmax(130px, 0.55fr) minmax(240px, 0.9fr) !important;
  gap: clamp(24px, 7vw, 110px) !important;
  align-items: start !important;
}

body footer .footer-grid > *,
body footer .ft-col {
  min-width: 0 !important;
}

body footer .ft-col h5 {
  font-family: 'Montserrat', sans-serif !important;
  color: rgba(216, 210, 189, 0.82) !important;
  font-size: 0.66rem !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
}

body footer :where(.ft-copy, .ft-col a, .ft-contact-link, .ft-contact-text, .footer-bottom) {
  font-family: 'Montserrat', sans-serif !important;
  color: rgba(236, 239, 235, 0.68) !important;
  font-size: 0.76rem !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body footer .ft-copy {
  max-width: 260px !important;
}

body footer .ft-col ul {
  gap: 7px !important;
}

body footer .ft-contact-item,
body footer .ft-contact-link {
  display: grid !important;
  grid-template-columns: 16px minmax(0, 1fr) !important;
  gap: 9px !important;
  align-items: center !important;
}

body footer .ft-contact-link svg,
body footer .ft-contact-item svg {
  width: 14px !important;
  height: 14px !important;
  color: rgba(216, 210, 189, 0.82) !important;
  fill: rgba(216, 210, 189, 0.82) !important;
  flex: none !important;
}

body footer .footer-bottom {
  width: min(92vw, 1180px) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 18px !important;
}

@media (max-width: 980px) {
  body .pricing-guide-inner {
    grid-template-columns: 1fr !important;
  }

  body .pricing-guide-copy {
    max-width: 760px !important;
  }
}

@media (max-width: 760px) {
  body :where(.hero h1, .hero-h, h1.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    font-size: clamp(0.95rem, 4.1vw, 1.5rem) !important;
  }

  body :where(.section-h, .section-title, section h2, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
    font-size: clamp(0.92rem, 3.9vw, 1.22rem) !important;
  }

  body .package-guide-grid {
    grid-template-columns: 1fr !important;
  }

  body footer .footer-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(92px, 0.62fr) minmax(130px, 1fr) !important;
    gap: clamp(14px, 4vw, 24px) !important;
  }

  body footer :where(.ft-copy, .ft-col a, .ft-contact-link, .ft-contact-text, .footer-bottom) {
    font-size: clamp(0.54rem, 1.72vw, 0.68rem) !important;
    line-height: 1.42 !important;
  }

  body footer .ft-col h5 {
    font-size: clamp(0.46rem, 1.35vw, 0.56rem) !important;
    letter-spacing: 0.12em !important;
  }

  body footer .footer-bottom {
    flex-direction: row !important;
    align-items: center !important;
  }
}

@media (max-width: 430px) {
  body :where(.hero h1, .hero-h, h1.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    font-size: clamp(0.78rem, 3.8vw, 1rem) !important;
  }

  body :where(.section-h, .section-title, section h2, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
    font-size: clamp(0.78rem, 3.65vw, 1rem) !important;
  }

  body footer .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(76px, 0.58fr) minmax(112px, 0.98fr) !important;
    gap: 12px !important;
  }

  body footer .footer-bottom {
    font-size: 0.52rem !important;
  }
}


/* AVC final no-wrap card and subsection titles */
body :where(section h3, .svc-title, .scenario-title, .result-title, .form-title, .challenge-face h3, .package-guide-card h3, .pricing-fit-step h3, .guide-card h3, .industry-card h3) {
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  font-size: clamp(0.82rem, 0.9vw, 1rem) !important;
  line-height: 1.14 !important;
}

@media (max-width: 760px) {
  body :where(section h3, .svc-title, .scenario-title, .result-title, .form-title, .challenge-face h3, .package-guide-card h3, .pricing-fit-step h3, .guide-card h3, .industry-card h3) {
    font-size: clamp(0.72rem, 3vw, 0.9rem) !important;
  }
}

@media (max-width: 430px) {
  body :where(section h3, .svc-title, .scenario-title, .result-title, .form-title, .challenge-face h3, .package-guide-card h3, .pricing-fit-step h3, .guide-card h3, .industry-card h3) {
    font-size: clamp(0.62rem, 2.75vw, 0.78rem) !important;
  }
}


/* AVC final overlap safety for single-line headers */
body :where(.hero h1, .hero-h, h1.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
  font-size: clamp(1.18rem, 2.55vw, 2.18rem) !important;
  line-height: 1.06 !important;
  max-width: min(96vw, 1500px) !important;
}

body :where(.section-h, .section-title, section h2, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
  font-size: clamp(0.9rem, 1.28vw, 1.32rem) !important;
  line-height: 1.12 !important;
  max-width: min(96vw, 1500px) !important;
}

body :where(section h3, .svc-title, .scenario-title, .result-title, .form-title, .challenge-face h3, .package-guide-card h3, .pricing-fit-step h3, .guide-card h3, .industry-card h3) {
  font-size: clamp(0.76rem, 0.78vw, 0.92rem) !important;
  line-height: 1.12 !important;
}

body :where(.page-hero-inner, .hero-inner, .section-head, .pricing-guide-copy, .challenge-intro-section .section-head, .challenge-close-section .section-head) {
  width: min(96vw, 1500px) !important;
}

@media (max-width: 760px) {
  body :where(.hero h1, .hero-h, h1.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    font-size: clamp(0.76rem, 3.35vw, 1.16rem) !important;
  }

  body :where(.section-h, .section-title, section h2, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
    font-size: clamp(0.7rem, 3.05vw, 0.98rem) !important;
  }

  body :where(section h3, .svc-title, .scenario-title, .result-title, .form-title, .challenge-face h3, .package-guide-card h3, .pricing-fit-step h3, .guide-card h3, .industry-card h3) {
    font-size: clamp(0.58rem, 2.55vw, 0.72rem) !important;
  }
}

@media (max-width: 430px) {
  body :where(.hero h1, .hero-h, h1.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    font-size: clamp(0.66rem, 3.05vw, 0.86rem) !important;
  }

  body :where(.section-h, .section-title, section h2, .problem h2, .solution-text h2, .helps h2, .scenarios h2, .diff h2, .founder-story h2, .cta-final h2, .cta-inner h2, .video-cta h2, .video-cta .section-h, .challenge-intro-section h2, .challenge-close-section h3, .results-scenarios .section-h) {
    font-size: clamp(0.62rem, 2.85vw, 0.78rem) !important;
  }
}


/* AVC final footer contact stacking fix */
body footer .ft-contact-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
}

body footer .ft-contact-link {
  display: grid !important;
  grid-template-columns: 16px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
}

body footer .ft-contact-text {
  display: block !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

body footer .footer-grid {
  grid-template-columns: minmax(220px, 1.05fr) minmax(140px, 0.55fr) minmax(300px, 1fr) !important;
}

@media (max-width: 760px) {
  body footer .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 0.58fr) minmax(150px, 1fr) !important;
  }

  body footer .ft-contact-item {
    gap: 8px !important;
  }

  body footer .ft-contact-link {
    grid-template-columns: 13px minmax(0, 1fr) !important;
    gap: 7px !important;
  }
}

@media (max-width: 430px) {
  body footer .footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}


/* AVC final services card readability and rhythm */
body .svc-grid {
  width: min(94vw, 1320px) !important;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(420px, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  padding-top: clamp(44px, 5vw, 72px) !important;
  padding-bottom: clamp(56px, 6vw, 86px) !important;
}

body .svc-card {
  min-height: clamp(230px, 20vw, 315px) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 52px rgba(15, 31, 34, 0.14) !important;
}

body .svc-card::before {
  filter: saturate(0.92) contrast(0.98) brightness(0.74) !important;
}

body .svc-card::after {
  background: linear-gradient(180deg, rgba(10, 17, 18, 0.1), rgba(10, 17, 18, 0.48)) !important;
}

body .svc-card .svc-n {
  width: 34px !important;
  height: 34px !important;
  top: 16px !important;
  left: 16px !important;
  border-radius: 9px !important;
  font-size: 0.58rem !important;
}

body .svc-card .svc-title {
  width: auto !important;
  max-width: calc(100% - 34px) !important;
  margin: 0 17px 14px !important;
  padding: 13px 18px !important;
  border-radius: 10px !important;
  background: rgba(22, 32, 33, 0.78) !important;
  color: #f7f5ee !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.78rem, 1.02vw, 1.02rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  backdrop-filter: blur(8px) !important;
}

body .svc-card .svc-desc {
  left: 28px !important;
  right: 28px !important;
  bottom: 24px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.64rem, 0.72vw, 0.78rem) !important;
  line-height: 1.42 !important;
  text-align: left !important;
  max-width: 74% !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32) !important;
}

@media (min-width: 1500px) {
  body .svc-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: min(94vw, 1680px) !important;
  }

  body .svc-card .svc-title {
    font-size: clamp(0.64rem, 0.66vw, 0.82rem) !important;
    padding-inline: 14px !important;
  }

  body .svc-card .svc-desc {
    max-width: 88% !important;
    font-size: clamp(0.56rem, 0.52vw, 0.66rem) !important;
  }
}

@media (max-width: 980px) {
  body .svc-grid {
    grid-template-columns: 1fr !important;
    width: min(92vw, 720px) !important;
  }

  body .svc-card {
    min-height: clamp(210px, 42vw, 300px) !important;
  }
}

@media (max-width: 520px) {
  body .svc-card .svc-title {
    max-width: calc(100% - 24px) !important;
    margin: 0 12px 12px !important;
    padding: 12px 14px !important;
    font-size: clamp(0.62rem, 3vw, 0.78rem) !important;
  }

  body .svc-card .svc-desc {
    left: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    max-width: 86% !important;
    font-size: clamp(0.58rem, 2.7vw, 0.7rem) !important;
  }
}


/* AVC final services editorial panels with unique imagery */
body .svc-grid {
  width: min(94vw, 1380px) !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2.4vw, 34px) !important;
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(60px, 6vw, 92px) !important;
}

body .svc-card {
  min-height: clamp(240px, 20vw, 320px) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  box-shadow: 0 18px 54px rgba(15, 31, 34, 0.13) !important;
}

body .svc-card::before {
  filter: saturate(0.95) contrast(0.98) brightness(0.78) !important;
  transform: scale(1.01) !important;
}

body .svc-card::after {
  background:
    linear-gradient(90deg, rgba(10, 17, 18, 0.62), rgba(10, 17, 18, 0.16) 62%, rgba(10, 17, 18, 0.05)),
    linear-gradient(180deg, rgba(10, 17, 18, 0.04), rgba(10, 17, 18, 0.38)) !important;
}

body .svc-card:nth-child(1)::before { background-image: url("images/library-pexels-mohamed-hamdi-510308652-16282306.jpg") !important; }
body .svc-card:nth-child(2)::before { background-image: url("images/library-pexels-karola-g-5717717.jpg") !important; }
body .svc-card:nth-child(3)::before { background-image: url("images/library-pexels-diva-33443222.jpg") !important; }
body .svc-card:nth-child(4)::before { background-image: url("images/library-pexels-ann-h-45017-33105050.jpg") !important; }
body .svc-card:nth-child(5)::before { background-image: url("images/library-marketresearch-img.png") !important; }
body .svc-card:nth-child(6)::before { background-image: url("images/library-workforcemanagement-img.png") !important; }
body .svc-card:nth-child(7)::before { background-image: url("images/library-alignvision-img8.png") !important; }
body .svc-card:nth-child(8)::before { background-image: url("images/library-strategicplanning-img.png") !important; }

body .svc-card .svc-n {
  width: 32px !important;
  height: 32px !important;
  top: 18px !important;
  left: 18px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.56rem !important;
}

body .svc-card .svc-title {
  position: absolute !important;
  left: 22px !important;
  right: auto !important;
  bottom: 76px !important;
  width: auto !important;
  max-width: calc(100% - 44px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.84rem, 1.05vw, 1.08rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42) !important;
  backdrop-filter: none !important;
}

body .svc-card .svc-desc {
  position: absolute !important;
  left: 22px !important;
  right: auto !important;
  bottom: 24px !important;
  max-width: min(78%, 560px) !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  background: rgba(22, 32, 33, 0.72) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.62rem, 0.68vw, 0.76rem) !important;
  line-height: 1.35 !important;
  text-align: left !important;
  text-shadow: none !important;
}

@media (min-width: 1500px) {
  body .svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(92vw, 1500px) !important;
  }

  body .svc-card {
    min-height: clamp(260px, 18vw, 340px) !important;
  }
}

@media (max-width: 980px) {
  body .svc-grid {
    grid-template-columns: 1fr !important;
    width: min(92vw, 760px) !important;
  }
}

@media (max-width: 560px) {
  body .svc-card {
    min-height: 250px !important;
  }

  body .svc-card .svc-title {
    left: 18px !important;
    bottom: 82px !important;
    font-size: clamp(0.68rem, 3.35vw, 0.86rem) !important;
    max-width: calc(100% - 36px) !important;
  }

  body .svc-card .svc-desc {
    left: 18px !important;
    bottom: 20px !important;
    max-width: calc(100% - 36px) !important;
    font-size: clamp(0.58rem, 2.65vw, 0.68rem) !important;
  }
}


/* AVC final mobile menu contrast and unique image polish */
body .mobile-menu {
  background: #0b1517 !important;
}

body .mobile-menu-video {
  filter: blur(1.4px) saturate(1.04) contrast(1.14) brightness(0.72) !important;
}

body .mobile-menu::before {
  display: none !important;
}

body .mobile-menu a:not(.m-cta) {
  color: #fffaf1 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1rem, 4.6vw, 1.34rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.95),
    0 0 22px rgba(255, 250, 241, 0.42) !important;
  opacity: 0;
  transform: translateY(14px);
}

body .mobile-menu.open a:not(.m-cta) {
  animation: mobileMenuTextIn .62s cubic-bezier(.18,.85,.25,1) forwards,
             mobileMenuGlow 2.6s ease-in-out infinite alternate !important;
}

body .mobile-menu a:not(.m-cta)::before {
  background: rgba(255, 250, 241, 0.12) !important;
  box-shadow: 0 0 32px rgba(255, 250, 241, 0.24) !important;
}

body .mobile-menu a:not(.m-cta)::after {
  background: linear-gradient(90deg, transparent, rgba(255, 250, 241, 0.92), transparent) !important;
}

body .mobile-menu a:not(.m-cta):hover,
body .mobile-menu a:not(.m-cta):focus-visible {
  color: #ffffff !important;
  text-shadow:
    0 3px 10px rgba(0, 0, 0, 1),
    0 0 30px rgba(255, 250, 241, 0.62) !important;
}

body .mobile-menu .m-cta {
  color: #ffffff !important;
  background: rgba(54, 93, 106, 0.94) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34) !important;
}

body .mobile-menu .mobile-menu-close {
  color: #fffaf1 !important;
  border-color: rgba(255, 250, 241, 0.46) !important;
  background: rgba(5, 12, 14, 0.42) !important;
}

/* AVC final restrained body headings */
body main :where(
  section:not(.hero):not(.page-hero) h1,
  section:not(.hero):not(.page-hero) h2,
  .section-h,
  .section-title,
  .problem h2,
  .solution-text h2,
  .helps h2,
  .scenarios h2,
  .diff h2,
  .founder-story h2,
  .cta-final h2,
  .cta-inner h2,
  .video-cta h2,
  .video-cta .section-h,
  .challenge-intro-section h2,
  .challenge-close-section h3,
  .results-scenarios .section-h
) {
  font-size: clamp(1.02rem, 1.12vw, 1.42rem) !important;
  line-height: 1.14 !important;
  letter-spacing: 0.005em !important;
  max-width: none !important;
}

body main :where(
  section:not(.hero):not(.page-hero) h3,
  .svc-title,
  .scenario-title,
  .result-title,
  .form-title,
  .challenge-face h3,
  .package-guide-card h3,
  .pricing-fit-step h3,
  .guide-card h3,
  .industry-card h3
) {
  font-size: clamp(0.74rem, 0.78vw, 0.94rem) !important;
  line-height: 1.18 !important;
  letter-spacing: 0.005em !important;
}

@media (max-width: 700px) {
  body main :where(
    section:not(.hero):not(.page-hero) h1,
    section:not(.hero):not(.page-hero) h2,
    .section-h,
    .section-title,
    .cta-final h2,
    .cta-inner h2,
    .video-cta h2,
    .video-cta .section-h
  ) {
    font-size: clamp(0.9rem, 4.35vw, 1.12rem) !important;
    line-height: 1.16 !important;
  }
}

/* AVC final layout polish: centered headers, compact service cards */
body :where(
  .section-head,
  .section-header,
  .results-section-heading,
  .scenario-heading,
  .scenarios-heading,
  .scenarios-head,
  .client-scenarios-head,
  .pricing-head,
  .services-head,
  .contact-head,
  .founder-heading,
  .challenge-intro-section,
  .challenge-close-section
) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 0.52rem !important;
  max-width: min(980px, calc(100% - 36px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body :where(
  .section-head,
  .section-header,
  .results-section-heading,
  .scenario-heading,
  .scenarios-heading,
  .scenarios-head,
  .client-scenarios-head,
  .pricing-head,
  .services-head,
  .contact-head,
  .founder-heading,
  .challenge-intro-section,
  .challenge-close-section
) > * {
  grid-column: 1 / -1 !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body main :where(
  section:not(.hero):not(.page-hero) h1,
  section:not(.hero):not(.page-hero) h2,
  .section-h,
  .section-title,
  .results-section-heading .section-h,
  .scenario-heading h2,
  .scenario-heading .section-h,
  .client-scenarios-head h2,
  .pricing-head h2,
  .services-head h2,
  .contact-head h2,
  .founder-heading h2,
  .video-cta h2,
  .video-cta .section-h,
  .cta-inner h2,
  .cta-final h2
) {
  font-size: clamp(0.96rem, 1vw, 1.24rem) !important;
  line-height: 1.14 !important;
  letter-spacing: 0.004em !important;
  text-align: center !important;
  max-width: 920px !important;
  overflow-wrap: normal !important;
}

body main :where(
  section:not(.hero):not(.page-hero) h3,
  .svc-title,
  .scenario-title,
  .result-title,
  .form-title,
  .challenge-face h3,
  .package-guide-card h3,
  .pricing-fit-step h3,
  .guide-card h3,
  .industry-card h3
) {
  font-size: clamp(0.7rem, 0.7vw, 0.86rem) !important;
  line-height: 1.18 !important;
}

body main :where(.section-h em, .section-title em, section:not(.hero):not(.page-hero) h2 em) {
  font-size: 0.96em !important;
}

body .svc-grid {
  width: min(92vw, 1280px) !important;
  max-width: none !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.7vw, 24px) !important;
  padding-top: clamp(34px, 3.4vw, 54px) !important;
  padding-bottom: clamp(44px, 4.4vw, 72px) !important;
}

body .svc-card {
  min-height: clamp(176px, 15vw, 235px) !important;
  border-radius: 12px !important;
  padding: 0 !important;
  overflow: hidden !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  box-shadow: 0 14px 38px rgba(15, 31, 34, 0.12) !important;
}

body .svc-card::before {
  filter: saturate(0.88) contrast(0.98) brightness(0.72) !important;
  transform: scale(1.01) !important;
}

body .svc-card::after {
  background:
    linear-gradient(180deg, rgba(7, 14, 16, 0.38), rgba(7, 14, 16, 0.18) 42%, rgba(7, 14, 16, 0.52)),
    linear-gradient(90deg, rgba(7, 14, 16, 0.44), rgba(7, 14, 16, 0.08) 58%) !important;
}

body .svc-card .svc-n {
  width: 26px !important;
  height: 26px !important;
  top: 14px !important;
  left: 14px !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #2e474c !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.48rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  z-index: 3 !important;
}

body .svc-card .svc-title {
  position: absolute !important;
  top: 15px !important;
  left: 52px !important;
  right: 18px !important;
  bottom: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.62rem, 0.74vw, 0.84rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.002em !important;
  text-align: left !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.64) !important;
  backdrop-filter: none !important;
}

body .svc-card .svc-desc {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border-radius: 7px !important;
  background: rgba(16, 27, 29, 0.72) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.55rem, 0.58vw, 0.68rem) !important;
  line-height: 1.28 !important;
  text-align: left !important;
}

body .pricing-guide-inner {
  grid-template-columns: minmax(380px, 0.95fr) minmax(520px, 1.45fr) !important;
  gap: clamp(28px, 4vw, 66px) !important;
  width: min(94vw, 1420px) !important;
  max-width: none !important;
}

body .pricing-guide-copy .section-h {
  font-size: clamp(1rem, 1.55vw, 1.48rem) !important;
  line-height: 1.16 !important;
  text-align: left !important;
  max-width: none !important;
}

@media (max-width: 980px) {
  body .svc-grid {
    grid-template-columns: 1fr !important;
    width: min(92vw, 760px) !important;
  }

  body .svc-card {
    min-height: 220px !important;
  }

  body .pricing-guide-inner {
    grid-template-columns: 1fr !important;
    width: min(92vw, 760px) !important;
  }

  body .pricing-guide-copy .section-h {
    text-align: center !important;
  }
}

@media (max-width: 700px) {
  body :where(
    .section-head,
    .section-header,
    .results-section-heading,
    .scenario-heading,
    .scenarios-heading,
    .scenarios-head,
    .client-scenarios-head,
    .pricing-head,
    .services-head,
    .contact-head,
    .founder-heading,
    .challenge-intro-section,
    .challenge-close-section
  ) {
    max-width: min(100% - 28px, 620px) !important;
  }

  body main :where(section:not(.hero):not(.page-hero) h1, section:not(.hero):not(.page-hero) h2, .section-h, .section-title, .video-cta h2, .video-cta .section-h, .cta-inner h2, .cta-final h2) {
    font-size: clamp(0.82rem, 4vw, 1.04rem) !important;
    line-height: 1.16 !important;
  }

  body .svc-card {
    min-height: 210px !important;
  }

  body .svc-card .svc-title {
    top: 14px !important;
    left: 48px !important;
    right: 14px !important;
    font-size: clamp(0.66rem, 3.2vw, 0.86rem) !important;
  }

  body .svc-card .svc-desc {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    font-size: clamp(0.54rem, 2.55vw, 0.66rem) !important;
  }
}

/* AVC screenshot cleanup: hero fit and results stage */
body .page-hero {
  overflow: hidden !important;
}

body .page-hero-inner {
  max-width: min(1080px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
  text-align: center !important;
}

body .page-hero .hero-h,
body h1.hero-h,
body .hero-h {
  font-size: clamp(1.72rem, 2.65vw, 2.72rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-align: center !important;
}

body .page-hero .hero-p {
  max-width: 760px !important;
  margin-inline: auto !important;
  font-size: clamp(0.82rem, 1.02vw, 0.96rem) !important;
  line-height: 1.5 !important;
}

body .challenge-intro-section {
  padding: clamp(58px, 6vw, 86px) 6vw clamp(28px, 3.5vw, 48px) !important;
  background: #fff !important;
}

body .challenge-intro-section .challenge-heading {
  max-width: min(780px, 92vw) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body .challenge-intro-section .challenge-kicker {
  color: rgba(47, 73, 78, 0.62) !important;
  font-size: clamp(0.54rem, 0.78vw, 0.68rem) !important;
  letter-spacing: 0.22em !important;
}

body .challenge-intro-section h2 {
  margin: 0 auto 0.55rem !important;
  max-width: 720px !important;
  font-size: clamp(1.22rem, 1.8vw, 1.7rem) !important;
  line-height: 1.08 !important;
  color: #30474d !important;
}

body .challenge-intro-section h2 em {
  color: #7d7767 !important;
}

body .challenge-intro-section p {
  max-width: 700px !important;
  margin-inline: auto !important;
  font-size: clamp(0.76rem, 0.92vw, 0.9rem) !important;
  line-height: 1.48 !important;
  color: rgba(47, 73, 78, 0.72) !important;
}

body .challenge-video-stage.challenge-section {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 clamp(36px, 5vw, 70px) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(48px, 6vw, 78px) 6vw clamp(46px, 5vw, 70px) !important;
  border-radius: 0 !important;
  min-height: clamp(440px, 50vw, 680px) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

body .challenge-video-stage .challenge-bg-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: brightness(0.76) saturate(0.88) contrast(0.98) blur(0.25px) !important;
  transform: scale(1.015) !important;
}

body .challenge-video-stage .challenge-grid {
  position: relative !important;
  z-index: 2 !important;
  width: min(92vw, 620px) !important;
  max-width: 620px !important;
  height: clamp(290px, 32vw, 360px) !important;
  margin: 0 auto 1rem !important;
  overflow: visible !important;
  perspective: 1600px !important;
}

body .challenge-video-stage .challenge-card,
body .challenge-video-stage .challenge-card:nth-child(odd),
body .challenge-video-stage .challenge-card:nth-child(even),
body .challenge-video-stage .challenge-card:nth-child(5n + 1),
body .challenge-video-stage .challenge-card:nth-child(5n + 2),
body .challenge-video-stage .challenge-card:nth-child(5n + 3),
body .challenge-video-stage .challenge-card:nth-child(5n + 4),
body .challenge-video-stage .challenge-card:nth-child(5n + 5) {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  right: auto !important;
  width: min(100%, 590px) !important;
  max-width: 590px !important;
  min-height: clamp(245px, 28vw, 310px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: visible !important;
  transform: translate3d(-50%, 40px, 0) scale(0.86) rotate(0deg) !important;
  transform-origin: center bottom !important;
}

body .challenge-video-stage .challenge-card.is-active,
body .challenge-video-stage .challenge-card:nth-child(odd).is-active,
body .challenge-video-stage .challenge-card:nth-child(even).is-active {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 20 !important;
  transform: translate3d(-50%, 38px, 0) scale(1) rotate(0deg) !important;
}

body .challenge-video-stage .challenge-card.is-next-1,
body .challenge-video-stage .challenge-card:nth-child(odd).is-next-1,
body .challenge-video-stage .challenge-card:nth-child(even).is-next-1 {
  opacity: 0.72 !important;
  z-index: 10 !important;
  transform: translate3d(-50%, 16px, 0) scale(0.93) rotate(-0.8deg) !important;
}

body .challenge-video-stage .challenge-card.is-next-2,
body .challenge-video-stage .challenge-card:nth-child(odd).is-next-2,
body .challenge-video-stage .challenge-card:nth-child(even).is-next-2 {
  opacity: 0.44 !important;
  z-index: 5 !important;
  transform: translate3d(-50%, -2px, 0) scale(0.87) rotate(0.8deg) !important;
}

body .challenge-video-stage .challenge-card-inner,
body .challenge-video-stage .challenge-face {
  min-height: clamp(245px, 28vw, 310px) !important;
}

body .challenge-video-stage .challenge-face {
  border: 10px solid rgba(18, 29, 31, 0.88) !important;
  border-radius: 22px !important;
  background: rgba(248, 248, 244, 0.94) !important;
  box-shadow: 0 24px 70px rgba(4, 10, 11, 0.36) !important;
}

body .challenge-video-stage .challenge-front {
  background: linear-gradient(135deg, rgba(249, 249, 245, 0.98), rgba(229, 232, 226, 0.97)) !important;
}

body .challenge-video-stage .challenge-back {
  background: linear-gradient(135deg, rgba(47, 73, 78, 0.98), rgba(83, 103, 89, 0.98)) !important;
}

body .challenge-video-stage .challenge-face-content {
  padding: clamp(18px, 3vw, 32px) !important;
  gap: 0.56rem !important;
  justify-content: center !important;
  background: rgba(255,255,255,0.48) !important;
}

body .challenge-video-stage .challenge-face .challenge-number {
  width: 28px !important;
  height: 28px !important;
  top: 18px !important;
  left: 18px !important;
  border-radius: 8px !important;
  font-size: 0.56rem !important;
}

body .challenge-video-stage .challenge-face h3 {
  width: min(100%, 480px) !important;
  margin: 0 0 0.24rem 44px !important;
  font-size: clamp(0.98rem, 1.5vw, 1.28rem) !important;
  line-height: 1.08 !important;
  color: #30474d !important;
}

body .challenge-video-stage .challenge-face ul {
  width: min(100%, 500px) !important;
  margin: 0 0 0 44px !important;
  gap: 0.22rem !important;
}

body .challenge-video-stage .challenge-face li {
  font-size: clamp(0.62rem, 0.78vw, 0.74rem) !important;
  line-height: 1.32 !important;
}

body .challenge-video-stage .challenge-back p {
  font-size: clamp(0.98rem, 1.7vw, 1.32rem) !important;
  line-height: 1.28 !important;
  max-width: 500px !important;
}

body .challenge-video-stage .deck-controls {
  position: relative !important;
  z-index: 3 !important;
  margin: 0 auto !important;
}

body .challenge-close-section {
  padding: clamp(38px, 5vw, 72px) 6vw clamp(46px, 6vw, 86px) !important;
  background: #fff !important;
}

body .challenge-close-section .challenge-close {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: clamp(18px, 2.3vw, 28px) clamp(20px, 3.4vw, 44px) !important;
  border-radius: 10px !important;
  background: rgba(248, 248, 245, 0.96) !important;
  color: #30474d !important;
  box-shadow: 0 18px 52px rgba(15, 31, 34, 0.11) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 44px) !important;
  text-align: left !important;
}

body .challenge-close-section .challenge-close-copy {
  max-width: none !important;
}

body .challenge-close-section .challenge-close-eyebrow {
  margin-bottom: 0.42rem !important;
  font-size: 0.54rem !important;
  letter-spacing: 0.2em !important;
}

body .challenge-close-section .challenge-close h3 {
  margin: 0 !important;
  font-size: clamp(1.02rem, 1.55vw, 1.38rem) !important;
  line-height: 1.08 !important;
  color: #30474d !important;
}

body .challenge-close-section .challenge-close p {
  margin: 0.45rem 0 0 !important;
  max-width: 650px !important;
  font-size: clamp(0.72rem, 0.9vw, 0.84rem) !important;
  line-height: 1.42 !important;
  color: rgba(47, 73, 78, 0.72) !important;
}

body .challenge-close-section .challenge-close .btn-primary {
  min-width: 220px !important;
  justify-self: end !important;
}

@media (max-width: 700px) {
  body .page-hero {
    padding-left: 22px !important;
    padding-right: 22px !important;
    min-height: auto !important;
  }

  body .page-hero-inner {
    max-width: calc(100vw - 44px) !important;
  }

  body .page-hero .hero-h,
  body h1.hero-h,
  body .hero-h {
    font-size: clamp(1.22rem, 6.2vw, 1.72rem) !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    text-wrap: balance !important;
  }

  body .page-hero .hero-p {
    font-size: clamp(0.76rem, 3.2vw, 0.9rem) !important;
    line-height: 1.45 !important;
  }

  body .page-hero .hero-btns {
    width: min(100%, 420px) !important;
    margin-inline: auto !important;
  }

  body .challenge-video-stage.challenge-section {
    padding-inline: 20px !important;
    min-height: 520px !important;
  }

  body .challenge-video-stage .challenge-grid {
    width: min(100%, 420px) !important;
    height: 385px !important;
  }

  body .challenge-video-stage .challenge-card,
  body .challenge-video-stage .challenge-card-inner,
  body .challenge-video-stage .challenge-face {
    min-height: 315px !important;
  }

  body .challenge-video-stage .challenge-card,
  body .challenge-video-stage .challenge-card:nth-child(odd),
  body .challenge-video-stage .challenge-card:nth-child(even) {
    width: min(100%, 400px) !important;
  }

  body .challenge-video-stage .challenge-card.is-active,
  body .challenge-video-stage .challenge-card:nth-child(odd).is-active,
  body .challenge-video-stage .challenge-card:nth-child(even).is-active {
    transform: translate3d(-50%, 36px, 0) scale(1) rotate(0deg) !important;
  }

  body .challenge-video-stage .challenge-face {
    border-width: 8px !important;
    border-radius: 18px !important;
  }

  body .challenge-video-stage .challenge-face .challenge-number {
    position: static !important;
  }

  body .challenge-video-stage .challenge-face h3,
  body .challenge-video-stage .challenge-face ul,
  body .challenge-video-stage .flip-hint {
    margin-left: 0 !important;
  }

  body .challenge-video-stage .challenge-face h3 {
    font-size: clamp(0.92rem, 4vw, 1.12rem) !important;
  }

  body .challenge-close-section .challenge-close {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
  }

  body .challenge-close-section .challenge-close .btn-primary {
    width: min(100%, 360px) !important;
    justify-self: center !important;
  }
}

/* AVC pricing how it works alignment fix */
body .pricing-fit-section {
  padding: clamp(58px, 6vw, 92px) max(5vw, 30px) clamp(64px, 7vw, 104px) !important;
  background: #ffffff !important;
  overflow: visible !important;
}

body .pricing-fit-inner {
  width: min(1180px, 92vw) !important;
  max-width: none !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr) !important;
  gap: clamp(52px, 7vw, 108px) !important;
  align-items: start !important;
}

body .pricing-fit-inner > div:first-child {
  max-width: 430px !important;
  min-width: 0 !important;
}

body .pricing-fit-section .section-label {
  display: block !important;
  margin-bottom: 0.82rem !important;
  color: rgba(47, 73, 78, 0.62) !important;
}

body .pricing-fit-section .section-h {
  width: auto !important;
  max-width: 430px !important;
  margin: 0 0 1.05rem !important;
  text-align: left !important;
  white-space: normal !important;
  text-wrap: balance !important;
  font-size: clamp(1.08rem, 1.55vw, 1.48rem) !important;
  line-height: 1.16 !important;
  letter-spacing: 0.004em !important;
}

body .pricing-fit-section .section-p {
  max-width: 410px !important;
  margin: 0 !important;
  color: rgba(47, 73, 78, 0.68) !important;
  font-size: clamp(0.78rem, 0.84vw, 0.9rem) !important;
  line-height: 1.52 !important;
}

body .pricing-fit-steps {
  display: grid !important;
  gap: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
}

body .pricing-fit-step {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: clamp(16px, 2vw, 24px) !important;
  align-items: start !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid rgba(47, 73, 78, 0.12) !important;
}

body .pricing-fit-step:first-child {
  padding-top: 0 !important;
}

body .pricing-fit-step span {
  width: 44px !important;
  height: 44px !important;
  border-radius: 8px !important;
  display: inline-grid !important;
  place-items: center !important;
  background: #f0eee9 !important;
  color: #7d7767 !important;
  font: 700 0.72rem/1 Montserrat, sans-serif !important;
  letter-spacing: 0.06em !important;
}

body .pricing-fit-step h3 {
  margin: 0 0 0.35rem !important;
  color: #30474d !important;
  font: 800 clamp(0.78rem, 0.88vw, 0.94rem)/1.18 Montserrat, sans-serif !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

body .pricing-fit-step p {
  max-width: 720px !important;
  margin: 0 !important;
  color: rgba(47, 73, 78, 0.66) !important;
  font-size: clamp(0.75rem, 0.82vw, 0.86rem) !important;
  line-height: 1.45 !important;
}

body .pricing-fit-section + .closing-section {
  padding-top: clamp(56px, 6vw, 88px) !important;
}

@media (max-width: 920px) {
  body .pricing-fit-section {
    padding-inline: max(5vw, 22px) !important;
  }

  body .pricing-fit-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    width: min(720px, 92vw) !important;
  }

  body .pricing-fit-inner > div:first-child,
  body .pricing-fit-section .section-h,
  body .pricing-fit-section .section-p {
    max-width: 640px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

@media (max-width: 560px) {
  body .pricing-fit-section {
    padding-top: 46px !important;
    padding-bottom: 58px !important;
  }

  body .pricing-fit-section .section-h {
    font-size: clamp(1rem, 5.1vw, 1.34rem) !important;
    line-height: 1.18 !important;
  }

  body .pricing-fit-step {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 17px 0 !important;
  }

  body .pricing-fit-step span {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.64rem !important;
  }
}

/* AVC results deck and about panel readability fix */
body .challenge-video-stage .challenge-grid {
  width: min(88vw, 650px) !important;
  max-width: 650px !important;
  height: clamp(300px, 34vw, 370px) !important;
  margin: 0 auto 1.1rem !important;
  perspective: 1500px !important;
}

body .challenge-video-stage .challenge-card,
body .challenge-video-stage .challenge-card:nth-child(odd),
body .challenge-video-stage .challenge-card:nth-child(even),
body .challenge-video-stage .challenge-card:nth-child(5n + 1),
body .challenge-video-stage .challenge-card:nth-child(5n + 2),
body .challenge-video-stage .challenge-card:nth-child(5n + 3),
body .challenge-video-stage .challenge-card:nth-child(5n + 4),
body .challenge-video-stage .challenge-card:nth-child(5n + 5) {
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  min-height: clamp(250px, 29vw, 320px) !important;
  transform: translate3d(-50%, 40px, 0) scale(0.86) rotate(0deg) !important;
}

body .challenge-video-stage .challenge-card.is-active,
body .challenge-video-stage .challenge-card:nth-child(odd).is-active,
body .challenge-video-stage .challenge-card:nth-child(even).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 1).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 2).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 3).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 4).is-active,
body .challenge-video-stage .challenge-card:nth-child(5n + 5).is-active {
  transform: translate3d(-50%, 38px, 0) scale(1) rotate(0deg) !important;
}

body .challenge-video-stage .challenge-card.is-next-1,
body .challenge-video-stage .challenge-card:nth-child(odd).is-next-1,
body .challenge-video-stage .challenge-card:nth-child(even).is-next-1 {
  transform: translate3d(-50%, 16px, 0) scale(0.93) rotate(-0.7deg) !important;
}

body .challenge-video-stage .challenge-card.is-next-2,
body .challenge-video-stage .challenge-card:nth-child(odd).is-next-2,
body .challenge-video-stage .challenge-card:nth-child(even).is-next-2 {
  transform: translate3d(-50%, -3px, 0) scale(0.87) rotate(0.7deg) !important;
}

body .challenge-video-stage .challenge-card-inner {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: inherit !important;
  transform-style: preserve-3d !important;
  transition: transform 520ms cubic-bezier(.2,.8,.2,1) !important;
}

body .challenge-video-stage .challenge-card.is-flipped .challenge-card-inner {
  transform: rotateY(180deg) !important;
}

body .challenge-video-stage .challenge-face {
  position: absolute !important;
  inset: 0 !important;
  min-height: inherit !important;
  backface-visibility: hidden !important;
  transform-style: preserve-3d !important;
  border: 9px solid rgba(19, 31, 34, 0.88) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(4, 10, 11, 0.34) !important;
}

body .challenge-video-stage .challenge-front {
  background: linear-gradient(135deg, rgba(252, 252, 249, 0.98), rgba(234, 237, 232, 0.97)) !important;
}

body .challenge-video-stage .challenge-back {
  transform: rotateY(180deg) !important;
  background: linear-gradient(135deg, rgba(47, 73, 78, 0.98), rgba(81, 101, 87, 0.98)) !important;
  color: #fff !important;
}

body .challenge-video-stage .challenge-face-content {
  min-height: inherit !important;
  padding: clamp(20px, 3vw, 34px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  text-align: left !important;
  background: transparent !important;
}

body .challenge-video-stage .challenge-face .challenge-number {
  position: static !important;
  flex: 0 0 auto !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 0 0.1rem !important;
  border-radius: 8px !important;
}

body .challenge-video-stage .challenge-face h3 {
  width: 100% !important;
  max-width: 470px !important;
  margin: 0 !important;
  color: #30474d !important;
  font-size: clamp(0.94rem, 1.38vw, 1.18rem) !important;
  line-height: 1.16 !important;
  white-space: normal !important;
  text-wrap: balance !important;
  overflow: visible !important;
}

body .challenge-video-stage .challenge-face ul {
  width: 100% !important;
  max-width: 480px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0.22rem !important;
}

body .challenge-video-stage .challenge-face li {
  font-size: clamp(0.64rem, 0.78vw, 0.76rem) !important;
  line-height: 1.34 !important;
  color: rgba(47, 73, 78, 0.7) !important;
}

body .challenge-video-stage .challenge-back .challenge-face-content {
  align-items: flex-start !important;
  text-align: left !important;
}

body .challenge-video-stage .challenge-back-label {
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.58rem !important;
  letter-spacing: 0.18em !important;
}

body .challenge-video-stage .challenge-back p {
  max-width: 450px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(0.94rem, 1.35vw, 1.18rem) !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
  text-align: left !important;
}

body .challenge-video-stage .flip-hint {
  display: block !important;
  align-self: flex-end !important;
  margin-top: 0.4rem !important;
  color: rgba(47, 73, 78, 0.45) !important;
  font-size: 0.52rem !important;
  letter-spacing: 0.12em !important;
}

body .founder-section {
  max-width: min(1280px, 92vw) !important;
  grid-template-columns: minmax(380px, 460px) minmax(0, 1fr) !important;
  gap: clamp(44px, 5vw, 72px) !important;
}

body .founder-panel {
  padding: clamp(28px, 2.8vw, 36px) !important;
}

body .founder-panel h2 {
  font-size: clamp(1.08rem, 1.45vw, 1.34rem) !important;
  line-height: 1.12 !important;
  margin-bottom: 0.5rem !important;
}

body .credential-list {
  gap: 13px !important;
  margin-bottom: 24px !important;
}

body .credential-item {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  gap: 12px !important;
}

body .credential-item h3 {
  font-size: clamp(0.72rem, 0.84vw, 0.82rem) !important;
  line-height: 1.18 !important;
  margin: 0 0 0.2rem !important;
  color: rgba(255, 255, 255, 0.96) !important;
  letter-spacing: 0 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body .credential-item p {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.64rem, 0.74vw, 0.72rem) !important;
  line-height: 1.42 !important;
  letter-spacing: 0 !important;
}

body .cert-block {
  padding-top: 20px !important;
}

body .cert-block h3,
body .cert-group h4 {
  color: rgba(231, 235, 226, 0.76) !important;
  font-family: Montserrat, sans-serif !important;
  letter-spacing: 0.13em !important;
}

body .cert-group h4 {
  font-size: clamp(0.64rem, 0.72vw, 0.72rem) !important;
  line-height: 1.2 !important;
}

body .cert-pills {
  gap: 7px !important;
}

body .cert-pills span {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(0.58rem, 0.68vw, 0.66rem) !important;
  line-height: 1.05 !important;
  white-space: normal !important;
}

@media (max-width: 760px) {
  body .challenge-video-stage .challenge-grid {
    width: min(100%, 430px) !important;
    height: 380px !important;
  }

  body .challenge-video-stage .challenge-card,
  body .challenge-video-stage .challenge-card:nth-child(odd),
  body .challenge-video-stage .challenge-card:nth-child(even) {
    width: min(100%, 400px) !important;
    min-height: 315px !important;
  }

  body .challenge-video-stage .challenge-card-inner,
  body .challenge-video-stage .challenge-face {
    min-height: 315px !important;
  }

  body .founder-section {
    grid-template-columns: 1fr !important;
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 500px) {
  body .challenge-video-stage .challenge-grid {
    height: 410px !important;
  }

  body .challenge-video-stage .challenge-card,
  body .challenge-video-stage .challenge-card:nth-child(odd),
  body .challenge-video-stage .challenge-card:nth-child(even) {
    min-height: 340px !important;
  }

  body .challenge-video-stage .challenge-card-inner,
  body .challenge-video-stage .challenge-face {
    min-height: 340px !important;
  }
}


/* AVC Services and Pricing hero title size sync */
body.services-page .page-hero-inner,
body.pricing-page .page-hero-inner {
  width: min(94vw, 1160px) !important;
  max-width: 1160px !important;
}

body.services-page .page-hero .hero-h,
body.pricing-page .page-hero .hero-h {
  max-width: min(94vw, 1160px) !important;
  font-size: clamp(1.7rem, 2.55vw, 2.45rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.02em !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

@media (min-width: 1180px) {
  body.services-page .page-hero .hero-h,
  body.pricing-page .page-hero .hero-h {
    white-space: nowrap !important;
  }
}

@media (max-width: 720px) {
  body.services-page .page-hero .hero-h,
  body.pricing-page .page-hero .hero-h {
    font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
    line-height: 1.12 !important;
    white-space: normal !important;
  }
}

/* AVC pricing guide compact readability pass */
body.pricing-page .pricing-guide {
  padding: clamp(42px, 5vw, 66px) clamp(24px, 5vw, 72px) clamp(52px, 6vw, 78px) !important;
}

body.pricing-page .pricing-guide-inner {
  width: min(94vw, 1280px) !important;
  max-width: none !important;
  grid-template-columns: minmax(360px, 0.92fr) minmax(560px, 1.08fr) !important;
  gap: clamp(28px, 4.2vw, 60px) !important;
  align-items: start !important;
}

body.pricing-page .pricing-guide-copy {
  position: static !important;
  max-width: 540px !important;
}

body.pricing-page .pricing-guide-copy .section-h {
  max-width: 540px !important;
  font-size: clamp(1.04rem, 1.35vw, 1.34rem) !important;
  line-height: 1.16 !important;
  white-space: normal !important;
  text-wrap: balance !important;
}

body.pricing-page .pricing-guide-copy .section-p {
  max-width: 510px !important;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem) !important;
  line-height: 1.5 !important;
}

body.pricing-page .pricing-promise-list {
  margin-top: 20px !important;
  gap: 8px !important;
}

body.pricing-page .pricing-promise-list li {
  padding: 10px 0 10px 14px !important;
  border-left-width: 2px !important;
  font-size: clamp(0.68rem, 0.76vw, 0.78rem) !important;
  line-height: 1.42 !important;
}

body.pricing-page .package-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

body.pricing-page .package-guide-card {
  min-height: 0 !important;
  padding: 16px 18px !important;
  gap: 7px !important;
  border-radius: 8px !important;
}

body.pricing-page .package-guide-card h3 {
  font-size: clamp(0.78rem, 0.86vw, 0.92rem) !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

body.pricing-page .package-guide-card p {
  font-size: clamp(0.66rem, 0.73vw, 0.76rem) !important;
  line-height: 1.42 !important;
  margin: 0 !important;
}

body.pricing-page .package-kicker {
  font-size: 0.52rem !important;
  letter-spacing: 0.14em !important;
}

@media (max-width: 980px) {
  body.pricing-page .pricing-guide-inner {
    grid-template-columns: 1fr !important;
    width: min(92vw, 760px) !important;
  }

  body.pricing-page .pricing-guide-copy,
  body.pricing-page .pricing-guide-copy .section-h,
  body.pricing-page .pricing-guide-copy .section-p {
    max-width: 760px !important;
  }
}

@media (max-width: 640px) {
  body.pricing-page .package-guide-grid {
    grid-template-columns: 1fr !important;
  }

  body.pricing-page .pricing-guide {
    padding-inline: 22px !important;
  }
}

/* AVC challenge card tap affordance */
body .challenge-video-stage .challenge-card {
  cursor: pointer !important;
}

body .challenge-video-stage .challenge-card.is-active:hover .challenge-card-inner {
  filter: drop-shadow(0 0 20px rgba(126, 162, 176, 0.22)) !important;
}

body .challenge-video-stage .flip-hint {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.34rem !important;
  align-self: flex-end !important;
  color: rgba(74, 102, 111, 0.72) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.56rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  text-shadow: 0 0 18px rgba(94, 127, 138, 0.22) !important;
  animation: avcTapPulse 1.8s ease-in-out infinite !important;
}

body .challenge-video-stage .flip-hint::after {
  content: ">";
  display: inline-block;
  transform: translateX(0);
  animation: avcTapArrow 1.8s ease-in-out infinite;
}

body .challenge-video-stage .challenge-back .flip-hint {
  color: rgba(255, 255, 255, 0.72) !important;
}

body .challenge-video-stage .challenge-card.is-flipped .challenge-front .flip-hint {
  opacity: 0 !important;
}

@keyframes avcTapPulse {
  0%, 100% {
    opacity: 0.62;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

@keyframes avcTapArrow {
  0%, 100% { transform: translateX(0); opacity: 0.5; }
  50% { transform: translateX(4px); opacity: 1; }
}

/* AVC results tap reveal instead of reverse flip */
body .challenge-video-stage .challenge-card-inner {
  transform: none !important;
  transition: filter 260ms ease, transform 260ms ease !important;
}

body .challenge-video-stage .challenge-card.is-flipped .challenge-card-inner {
  transform: none !important;
}

body .challenge-video-stage .challenge-face {
  transform: none !important;
  transition: opacity 300ms ease, transform 300ms ease, filter 300ms ease !important;
}

body .challenge-video-stage .challenge-front {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
}

body .challenge-video-stage .challenge-back {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(12px) scale(0.985) !important;
}

body .challenge-video-stage .challenge-card.is-flipped .challenge-front {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-12px) scale(0.985) !important;
}

body .challenge-video-stage .challenge-card.is-flipped .challenge-back {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}

body .challenge-video-stage .challenge-card.is-active .challenge-face::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.2) 42%, transparent 62%);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
}

body .challenge-video-stage .challenge-card.is-active:hover .challenge-face::after,
body .challenge-video-stage .challenge-card.is-flipped .challenge-face::after {
  animation: avcResultSheen 820ms ease both;
}

@keyframes avcResultSheen {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }
  35% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

/* AVC results intro and tap cue polish */
body .challenge-intro-section {
  padding: clamp(58px, 7vw, 92px) clamp(24px, 6vw, 80px) clamp(34px, 4vw, 48px) !important;
}

body .challenge-intro-section .challenge-heading {
  width: min(92vw, 780px) !important;
  max-width: 780px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.68rem !important;
}

body .challenge-intro-section .challenge-kicker {
  margin: 0 !important;
  color: rgba(132, 136, 124, 0.82) !important;
  font-size: clamp(0.58rem, 0.7vw, 0.68rem) !important;
  letter-spacing: 0.22em !important;
}

body .challenge-intro-section h2 {
  margin: 0 !important;
  color: #30474d !important;
  font-size: clamp(1.45rem, 2.3vw, 2.05rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em !important;
}

body .challenge-intro-section h2 em {
  color: #7d806f !important;
}

body .challenge-intro-section .challenge-lead {
  margin: 0.2rem 0 0 !important;
  color: #31484e !important;
  font-size: clamp(0.82rem, 0.96vw, 0.96rem) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body .challenge-intro-section .challenge-summary {
  max-width: 700px !important;
  margin: 0 !important;
  color: rgba(78, 92, 96, 0.78) !important;
  font-size: clamp(0.78rem, 0.9vw, 0.9rem) !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

body .challenge-video-stage .flip-hint {
  padding: 0.38rem 0.58rem !important;
  border: 1px solid rgba(74, 102, 111, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.46) !important;
  box-shadow: 0 10px 24px rgba(18, 28, 31, 0.08) !important;
}

body .challenge-video-stage .challenge-back .flip-hint {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

@media (max-width: 640px) {
  body .challenge-intro-section {
    padding: 58px 28px 32px !important;
  }

  body .challenge-intro-section .challenge-heading {
    gap: 0.58rem !important;
  }

  body .challenge-intro-section h2 {
    font-size: clamp(1.28rem, 6.2vw, 1.64rem) !important;
    line-height: 1.1 !important;
  }

  body .challenge-intro-section .challenge-summary {
    max-width: 34rem !important;
    font-size: 0.8rem !important;
    line-height: 1.58 !important;
  }
}

/* AVC unified nav tabs and contact CTA alignment */
body nav .nav-links {
  align-items: center !important;
  gap: clamp(1rem, 1.55vw, 1.9rem) !important;
}

body nav .nav-links a:not(.nav-cta) {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0.1rem 0.04rem 0 !important;
  color: rgba(30, 68, 78, 0.88) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(0.72rem, 0.72vw, 0.82rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.035em !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: translateZ(0) !important;
  transition: color 0.24s ease, transform 0.24s ease, text-shadow 0.24s ease !important;
}

body nav .nav-links a:not(.nav-cta)::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 4px !important;
  width: 100% !important;
  height: 1px !important;
  background: currentColor !important;
  opacity: 0 !important;
  transform: translateX(-50%) scaleX(0.35) !important;
  transform-origin: center !important;
  transition: opacity 0.24s ease, transform 0.24s ease !important;
}

body nav .nav-links a:not(.nav-cta)::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 5px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: rgba(132, 136, 124, 0.72) !important;
  opacity: 0 !important;
  transform: translate(-50%, -4px) scale(0.35) !important;
  transition: opacity 0.24s ease, transform 0.24s ease !important;
}

body nav .nav-links a:not(.nav-cta):hover,
body nav .nav-links a:not(.nav-cta):focus-visible,
body nav .nav-links a:not(.nav-cta).active {
  color: #1e444e !important;
  transform: translateY(-2px) !important;
  text-shadow: 0 10px 24px rgba(30, 68, 78, 0.14) !important;
}

body nav .nav-links a:not(.nav-cta):hover::after,
body nav .nav-links a:not(.nav-cta):focus-visible::after,
body nav .nav-links a:not(.nav-cta).active::after {
  opacity: 0.85 !important;
  transform: translateX(-50%) scaleX(1) !important;
}

body nav .nav-links a:not(.nav-cta):hover::before,
body nav .nav-links a:not(.nav-cta):focus-visible::before,
body nav .nav-links a:not(.nav-cta).active::before {
  opacity: 1 !important;
  transform: translate(-50%, 0) scale(1) !important;
}

body nav .nav-links a:not(.nav-cta).active::before {
  animation: avcNavDotPulse 2.8s ease-in-out infinite !important;
}

body nav .nav-cta {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 0 1.45rem !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #1e444e !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.025em !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  box-shadow: 0 10px 20px rgba(30, 68, 78, 0.12) !important;
  transform: translateZ(0) !important;
  transition: background 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease !important;
}

body nav .nav-cta::after {
  display: none !important;
}

body nav .nav-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.28) 48%, transparent 74%) !important;
  opacity: 0.72 !important;
  transform: translateX(-130%) !important;
  transition: transform 0.68s ease !important;
  pointer-events: none !important;
}

body nav .nav-cta:hover,
body nav .nav-cta:focus-visible {
  background: #2f5863 !important;
  box-shadow: 0 16px 30px rgba(30, 68, 78, 0.22) !important;
  transform: translateY(-2px) !important;
}

body nav .nav-cta:hover::before,
body nav .nav-cta:focus-visible::before {
  transform: translateX(130%) !important;
}

@keyframes avcNavDotPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(132, 136, 124, 0.28);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(132, 136, 124, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body nav .nav-links a:not(.nav-cta),
  body nav .nav-links a:not(.nav-cta)::before,
  body nav .nav-links a:not(.nav-cta)::after,
  body nav .nav-cta,
  body nav .nav-cta::before {
    animation: none !important;
    transition: none !important;
  }
}

/* AVC final logo lockup and matched page tabs */
body nav#nav {
  display: flex !important;
  align-items: center !important;
  height: 78px !important;
}

body nav#nav .nav-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.82rem !important;
  min-width: 0 !important;
  height: 58px !important;
  padding: 0.16rem 0.85rem !important;
  background: #fff !important;
  color: #203e46 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body nav#nav .nav-logo-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  overflow: visible !important;
  flex: 0 0 44px !important;
  background: #fff !important;
}

body nav#nav #nav-logo-img {
  display: block !important;
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fff !important;
  transform: none !important;
}

body nav#nav .nav-wordmark {
  display: inline-block !important;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: clamp(0.74rem, 0.82vw, 0.9rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  color: #203e46 !important;
  white-space: nowrap !important;
  text-transform: none !important;
}

body nav#nav .nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(1rem, 1.45vw, 1.75rem) !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body nav#nav .nav-links > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 0.02rem !important;
  color: rgba(32, 62, 70, 0.9) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: clamp(0.72rem, 0.7vw, 0.8rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.018em !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  transform: translateY(0) !important;
  transition: color 0.24s ease, transform 0.24s ease, opacity 0.24s ease !important;
}

body nav#nav .nav-links > a:not(.nav-cta)::before {
  content: "" !important;
  position: absolute !important;
  top: 7px !important;
  left: 50% !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: rgba(132, 136, 124, 0.78) !important;
  opacity: 0 !important;
  transform: translate(-50%, -4px) scale(0.42) !important;
  transition: opacity 0.24s ease, transform 0.24s ease !important;
}

body nav#nav .nav-links > a:not(.nav-cta)::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 5px !important;
  width: min(100%, 30px) !important;
  height: 1px !important;
  background: currentColor !important;
  opacity: 0 !important;
  transform: translateX(-50%) scaleX(0.3) !important;
  transform-origin: center !important;
  transition: opacity 0.24s ease, transform 0.24s ease !important;
}

body nav#nav .nav-links > a:not(.nav-cta):hover,
body nav#nav .nav-links > a:not(.nav-cta):focus-visible,
body nav#nav .nav-links > a:not(.nav-cta).active {
  color: #18343b !important;
  transform: translateY(-1px) !important;
}

body nav#nav .nav-links > a:not(.nav-cta):hover::before,
body nav#nav .nav-links > a:not(.nav-cta):focus-visible::before,
body nav#nav .nav-links > a:not(.nav-cta).active::before {
  opacity: 1 !important;
  transform: translate(-50%, 0) scale(1) !important;
}

body nav#nav .nav-links > a:not(.nav-cta):hover::after,
body nav#nav .nav-links > a:not(.nav-cta):focus-visible::after,
body nav#nav .nav-links > a:not(.nav-cta).active::after {
  opacity: 0.82 !important;
  transform: translateX(-50%) scaleX(1) !important;
}

body nav#nav .nav-links > a.nav-cta {
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 1.38rem !important;
  border-radius: 8px !important;
  background: #284851 !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.015em !important;
  line-height: 1 !important;
  text-align: center !important;
  overflow: hidden !important;
  box-shadow: 0 10px 20px rgba(30, 68, 78, 0.12) !important;
}

body nav#nav .nav-links > a.nav-cta::after {
  display: none !important;
  content: none !important;
}

body nav#nav .nav-links > a.nav-cta::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.26) 48%, transparent 74%) !important;
  opacity: 0.72 !important;
  transform: translateX(-130%) !important;
  transition: transform 0.68s ease !important;
  pointer-events: none !important;
}

body nav#nav .nav-links > a.nav-cta:hover,
body nav#nav .nav-links > a.nav-cta:focus-visible {
  background: #335e6b !important;
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(30, 68, 78, 0.22) !important;
  transform: translateY(-1px) !important;
}

body nav#nav .nav-links > a.nav-cta:hover::before,
body nav#nav .nav-links > a.nav-cta:focus-visible::before {
  transform: translateX(130%) !important;
}

@media (max-width: 980px) {
  body nav#nav .nav-wordmark {
    font-size: 0.68rem !important;
    max-width: 11rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}

@media (max-width: 760px) {
  body nav#nav {
    height: 64px !important;
  }

  body nav#nav .nav-brand {
    height: 52px !important;
    gap: 0.54rem !important;
    padding-left: 0.65rem !important;
  }

  body nav#nav .nav-logo-mark {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  body nav#nav #nav-logo-img {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
  }

  body nav#nav .nav-wordmark {
    font-size: 0.62rem !important;
    max-width: 9.5rem !important;
  }
}


/* AVC nav and contact CTA recovery 2026-04-15 */
body nav#nav {
  justify-content: space-between !important;
  padding-inline: clamp(1.1rem, 6vw, 6rem) !important;
}

body nav#nav .nav-brand {
  height: 68px !important;
  gap: 0.9rem !important;
}

body nav#nav .nav-logo-mark,
body nav#nav #nav-logo-img {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  flex-basis: 60px !important;
}

body nav#nav .nav-wordmark {
  font-size: clamp(0.82rem, 0.92vw, 1rem) !important;
  color: #203e46 !important;
}

body nav#nav ul.nav-links,
body nav#nav .nav-links {
  align-items: center !important;
}

body nav#nav .nav-links > li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  list-style: none !important;
}

body nav#nav .nav-links a,
body nav#nav .nav-links > li > a,
body nav#nav .nav-links > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  color: rgba(32, 62, 70, 0.9) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: clamp(0.72rem, 0.7vw, 0.82rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.018em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body nav#nav .nav-links a:not(.nav-cta)::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 5px !important;
  width: 30px !important;
  height: 1px !important;
  background: currentColor !important;
  opacity: 0 !important;
  transform: translateX(-50%) scaleX(0.3) !important;
  transform-origin: center !important;
  transition: opacity 0.24s ease, transform 0.24s ease !important;
}

body nav#nav .nav-links a:not(.nav-cta):hover::after,
body nav#nav .nav-links a:not(.nav-cta):focus-visible::after,
body nav#nav .nav-links a:not(.nav-cta).active::after {
  opacity: 0.82 !important;
  transform: translateX(-50%) scaleX(1) !important;
}

body nav#nav .nav-links a.nav-cta {
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 1.45rem !important;
  border-radius: 8px !important;
  background: #284851 !important;
  color: #fff !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

body nav#nav .hamburger {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 6px !important;
  width: 46px !important;
  height: 46px !important;
  margin-left: auto !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
}

body nav#nav .hamburger span {
  display: block !important;
  width: 28px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #284851 !important;
}

@media (min-width: 901px) {
  body nav#nav .hamburger {
    display: none !important;
  }

  body .video-cta .cta-inner,
  body .video-cta .cta-final-inner {
    max-width: min(1080px, 94vw) !important;
  }

  body .video-cta .cta-inner > p.reveal.d1 {
    max-width: none !important;
    width: auto !important;
    white-space: nowrap !important;
    font-size: clamp(0.86rem, 0.86vw, 0.98rem) !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 900px) {
  body nav#nav {
    height: 76px !important;
    padding-inline: 1rem !important;
  }

  body nav#nav .nav-links,
  body nav#nav ul.nav-links {
    display: none !important;
  }

  body nav#nav .hamburger {
    display: inline-flex !important;
  }

  body nav#nav .nav-brand {
    height: 64px !important;
    max-width: calc(100vw - 86px) !important;
    padding-inline: 0.25rem !important;
  }

  body nav#nav .nav-logo-mark,
  body nav#nav #nav-logo-img {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    flex-basis: 54px !important;
  }

  body nav#nav .nav-wordmark {
    display: inline-block !important;
    max-width: 13rem !important;
    font-size: 0.78rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body .video-cta .cta-inner > p.reveal.d1 {
    white-space: normal !important;
    max-width: 92vw !important;
  }
}

@media (max-width: 430px) {
  body nav#nav .nav-logo-mark,
  body nav#nav #nav-logo-img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    flex-basis: 48px !important;
  }

  body nav#nav .nav-wordmark {
    font-size: 0.7rem !important;
    max-width: 10.8rem !important;
  }
}


/* AVC wordmark serif alignment 2026-04-15 */
body nav#nav .nav-wordmark {
  font-family: 'Cinzel', 'DM Serif Display', Georgia, 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.045em !important;
  font-size: clamp(0.78rem, 0.88vw, 0.98rem) !important;
  color: #284851 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  body nav#nav .nav-wordmark {
    font-family: 'Cinzel', 'DM Serif Display', Georgia, 'Times New Roman', serif !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.035em !important;
    max-width: 14rem !important;
  }
}

@media (max-width: 430px) {
  body nav#nav .nav-wordmark {
    font-size: 0.68rem !important;
    max-width: 11.25rem !important;
  }
}

/* AVC pricing card motion and logo alignment 2026-04-15 */
body nav#nav .nav-brand {
  align-items: center !important;
}

body nav#nav .nav-wordmark {
  display: inline-flex !important;
  align-items: center !important;
  height: 60px !important;
  line-height: 1 !important;
  padding-top: 0.12em !important;
  transform: translateY(1px) !important;
}

body.pricing-page .package-guide-grid {
  perspective: 1200px !important;
}

body.pricing-page .package-guide-card {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(244,246,245,0.9)) !important;
  border: 1px solid rgba(40, 72, 81, 0.12) !important;
  box-shadow:
    0 18px 42px rgba(20, 34, 38, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.95) !important;
  transform: translateY(0) rotateX(0) !important;
  transition:
    transform 360ms ease,
    box-shadow 360ms ease,
    border-color 360ms ease,
    background 360ms ease !important;
  animation: pricingCardRise 720ms ease both !important;
}

body.pricing-page .package-guide-card:nth-child(2) { animation-delay: 70ms !important; }
body.pricing-page .package-guide-card:nth-child(3) { animation-delay: 140ms !important; }
body.pricing-page .package-guide-card:nth-child(4) { animation-delay: 210ms !important; }
body.pricing-page .package-guide-card:nth-child(5) { animation-delay: 280ms !important; }
body.pricing-page .package-guide-card:nth-child(6) { animation-delay: 350ms !important; }

body.pricing-page .package-guide-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    radial-gradient(circle at 18% 12%, rgba(120, 146, 136, 0.18), transparent 34%),
    linear-gradient(115deg, transparent 8%, rgba(255,255,255,0.72) 34%, transparent 58%) !important;
  opacity: 0 !important;
  transform: translateX(-16%) !important;
  transition: opacity 360ms ease, transform 520ms ease !important;
}

body.pricing-page .package-guide-card::after {
  content: "" !important;
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 0 !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, rgba(120, 146, 136, 0.75), transparent) !important;
  opacity: 0 !important;
  transform: scaleX(0.35) !important;
  transition: opacity 320ms ease, transform 420ms ease !important;
}

body.pricing-page .package-guide-card:hover,
body.pricing-page .package-guide-card:focus-within {
  transform: translateY(-6px) rotateX(1deg) !important;
  border-color: rgba(40, 72, 81, 0.24) !important;
  box-shadow:
    0 28px 58px rgba(20, 34, 38, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.95) !important;
}

body.pricing-page .package-guide-card:hover::before,
body.pricing-page .package-guide-card:focus-within::before {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

body.pricing-page .package-guide-card:hover::after,
body.pricing-page .package-guide-card:focus-within::after {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}

body.pricing-page .package-guide-card.featured {
  background:
    linear-gradient(145deg, #284851, #203d45 62%, #183037) !important;
  border-color: rgba(201, 211, 202, 0.28) !important;
  box-shadow:
    0 24px 56px rgba(20, 34, 38, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
}

body.pricing-page .package-guide-card.featured::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(221, 229, 217, 0.18), transparent 36%),
    linear-gradient(115deg, transparent 8%, rgba(255,255,255,0.16) 34%, transparent 58%) !important;
}

body.pricing-page .package-guide-card .package-note {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  margin-top: 5px !important;
  padding: 0.46rem 0.66rem !important;
  border-radius: 999px !important;
  background: rgba(40, 72, 81, 0.08) !important;
  color: #284851 !important;
  font-size: clamp(0.58rem, 0.64vw, 0.68rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.055em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.pricing-page .package-guide-card .free-note {
  background: rgba(120, 146, 136, 0.18) !important;
}

body.pricing-page .package-guide-card.featured .package-note {
  background: rgba(255,255,255,0.13) !important;
  color: rgba(255,255,255,0.9) !important;
}

body.pricing-page .pricing-next-title {
  max-width: min(1080px, calc(100vw - 2rem)) !important;
  margin-inline: auto !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
  font-size: clamp(1.15rem, 4.6vw, 1.95rem) !important;
  line-height: 1.06 !important;
  letter-spacing: 0.01em !important;
}

@keyframes pricingCardRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  body nav#nav .nav-wordmark {
    height: 54px !important;
    padding-top: 0.08em !important;
    transform: translateY(0) !important;
  }

  body.pricing-page .pricing-next-title {
    font-size: clamp(1rem, 5vw, 1.35rem) !important;
    white-space: nowrap !important;
  }

  body.pricing-page .package-guide-card {
    animation-delay: 0ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pricing-page .package-guide-card {
    animation: none !important;
    transition: none !important;
  }

  body.pricing-page .package-guide-card::before,
  body.pricing-page .package-guide-card::after {
    transition: none !important;
  }
}

/* AVC pricing promise line refinement 2026-04-15 */
body.pricing-page .pricing-guide-copy {
  max-width: 620px !important;
}

body.pricing-page .pricing-promise-list {
  width: min(620px, 100%) !important;
}

body.pricing-page .pricing-promise-list li {
  position: relative !important;
  padding: 12px 18px 12px 20px !important;
  border-left: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, rgba(40,72,81,0.055), rgba(120,146,136,0.035)) !important;
  color: #49636a !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  box-shadow: inset 0 0 0 1px rgba(40,72,81,0.055) !important;
  transform: translateX(0) !important;
  transition: transform 280ms ease, background 280ms ease, color 280ms ease !important;
}

body.pricing-page .pricing-promise-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 3px !important;
  border-radius: 99px !important;
  background: #789288 !important;
}

body.pricing-page .pricing-promise-list li:hover {
  transform: translateX(5px) !important;
  background: linear-gradient(90deg, rgba(40,72,81,0.08), rgba(120,146,136,0.055)) !important;
  color: #284851 !important;
}

@media (max-width: 760px) {
  body.pricing-page .pricing-promise-list li {
    white-space: normal !important;
  }
}

/* AVC home mobile heading and pricing promise polish 2026-04-15 */
@media (min-width: 761px) {
  body.pricing-page .pricing-promise-list {
    width: min(680px, 100%) !important;
  }

  body.pricing-page .pricing-promise-list li {
    white-space: nowrap !important;
  }
}

@media (max-width: 760px) {
  body .problem .section-h,
  body .solution-text .section-h,
  body .helps .section-h,
  body .diff .section-h,
  body .scenarios .section-h,
  body .cta-final .section-h {
    max-width: 100% !important;
    width: 100% !important;
    font-size: clamp(1.18rem, 6.2vw, 1.48rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-wrap: balance !important;
  }

  body .problem .section-h em,
  body .solution-text .section-h em,
  body .helps .section-h em,
  body .diff .section-h em,
  body .scenarios .section-h em,
  body .cta-final .section-h em {
    display: inline !important;
    white-space: normal !important;
    font-size: 0.94em !important;
    line-height: inherit !important;
  }

  body .problem,
  body .solution,
  body .helps,
  body .diff,
  body .scenarios {
    overflow-x: hidden !important;
  }

  body .problem .section-p,
  body .solution-text p {
    max-width: 100% !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 430px) {
  body .problem .section-h,
  body .solution-text .section-h,
  body .helps .section-h,
  body .diff .section-h,
  body .scenarios .section-h,
  body .cta-final .section-h {
    font-size: clamp(1.08rem, 6vw, 1.32rem) !important;
  }
}

/* AVC global heading safety and responsive fit 2026-04-15 */
body main :where(.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
  display: block !important;
  width: min(1180px, 92vw) !important;
  max-width: min(1180px, 92vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  font-size: clamp(1.72rem, 3vw, 2.78rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em !important;
  white-space: normal !important;
  text-wrap: balance !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
}

body main :where(.hero-h em, .hero-title em, .page-hero h1 em, .page-hero .hero-title em) {
  display: inline !important;
  font-size: 0.94em !important;
  line-height: inherit !important;
  white-space: normal !important;
}

body main :where(.section-h, .section-title, section:not(.hero):not(.page-hero) h1, section:not(.hero):not(.page-hero) h2, .video-cta h2, .video-cta .section-h, .cta-inner h2, .cta-final h2, .pricing-next-title) {
  display: block !important;
  width: min(1120px, 92vw) !important;
  max-width: min(1120px, 92vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: clamp(1.05rem, 1.55vw, 1.56rem) !important;
  line-height: 1.14 !important;
  letter-spacing: 0.01em !important;
  white-space: normal !important;
  text-wrap: balance !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
}

body main :where(.section-h em, .section-title em, section:not(.hero):not(.page-hero) h1 em, section:not(.hero):not(.page-hero) h2 em, .video-cta h2 em, .video-cta .section-h em, .cta-inner h2 em, .cta-final h2 em) {
  display: inline !important;
  font-size: 0.94em !important;
  line-height: inherit !important;
  white-space: normal !important;
}

body main :where(.section-head, .section-header, .results-section-heading, .problem .section-head, .solution-text, .pricing-guide-copy, .challenge-intro-section .section-head, .challenge-close-section .section-head) {
  width: min(1180px, 92vw) !important;
  max-width: min(1180px, 92vw) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

body .problem .section-h,
body.home-page .solution-text .section-h,
body.home-page .helps .section-h,
body.home-page .diff .section-h,
body.home-page .cta-final .section-h {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

body.home-page .scenarios .section-h,
body.home-page .video-cta .section-h {
  text-align: center !important;
}

body.pricing-page .pricing-guide-copy .section-h,
body.pricing-page .pricing-fit-section .section-h,
body.pricing-page .pricing-next-title {
  font-size: clamp(1.02rem, 1.35vw, 1.36rem) !important;
  line-height: 1.16 !important;
}

@media (min-width: 901px) {
  body main :where(.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    white-space: normal !important;
  }

  body main :where(.section-h, .section-title, section:not(.hero):not(.page-hero) h1, section:not(.hero):not(.page-hero) h2, .video-cta h2, .video-cta .section-h, .cta-inner h2, .cta-final h2) {
    white-space: normal !important;
  }
}

@media (max-width: 760px) {
  body main :where(.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: min(100%, calc(100vw - 40px)) !important;
    font-size: clamp(1.38rem, 7vw, 1.92rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-wrap: balance !important;
    overflow-wrap: break-word !important;
  }

  body main :where(.section-h, .section-title, section:not(.hero):not(.page-hero) h1, section:not(.hero):not(.page-hero) h2, .video-cta h2, .video-cta .section-h, .cta-inner h2, .cta-final h2, .pricing-next-title) {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: min(100%, calc(100vw - 40px)) !important;
    font-size: clamp(1rem, 5.2vw, 1.28rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    text-wrap: balance !important;
    overflow-wrap: break-word !important;
  }

  body main :where(.hero-h em, .hero-title em, .page-hero h1 em, .page-hero .hero-title em, .section-h em, .section-title em, section:not(.hero):not(.page-hero) h1 em, section:not(.hero):not(.page-hero) h2 em) {
    display: inline !important;
    white-space: normal !important;
    font-size: 0.94em !important;
  }

  body main :where(.section-head, .section-header, .results-section-heading, .problem .section-head, .solution-text, .pricing-guide-copy, .challenge-intro-section .section-head, .challenge-close-section .section-head) {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: min(100%, calc(100vw - 40px)) !important;
  }

  body .problem .section-h,
  body.home-page .solution-text .section-h,
  body.home-page .helps .section-h,
  body.home-page .diff .section-h,
  body.home-page .scenarios .section-h,
  body.home-page .cta-final .section-h {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 430px) {
  body main :where(.hero-h, .hero-title, .page-hero h1, .page-hero .hero-title) {
    font-size: clamp(1.2rem, 6.7vw, 1.62rem) !important;
  }

  body main :where(.section-h, .section-title, section:not(.hero):not(.page-hero) h1, section:not(.hero):not(.page-hero) h2, .video-cta h2, .video-cta .section-h, .cta-inner h2, .cta-final h2, .pricing-next-title) {
    font-size: clamp(0.94rem, 5vw, 1.16rem) !important;
  }
}


/* AVC pricing alignment and clickable package notes 2026-04-15 */
body.pricing-page .pricing-guide-inner {
  align-items: start !important;
  grid-template-columns: minmax(420px, 0.92fr) minmax(560px, 1.08fr) !important;
  gap: clamp(3.2rem, 6vw, 7rem) !important;
}

body.pricing-page .pricing-guide-copy {
  width: 100% !important;
  max-width: 660px !important;
  justify-self: end !important;
  text-align: left !important;
  padding-top: 0.35rem !important;
}

body.pricing-page .pricing-guide-copy .section-label,
body.pricing-page .pricing-guide-copy .section-h,
body.pricing-page .pricing-guide-copy .section-p,
body.pricing-page .pricing-promise-list {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

body.pricing-page .pricing-guide-copy .section-h {
  max-width: 610px !important;
  font-size: clamp(1.18rem, 1.42vw, 1.55rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0.01em !important;
}

body.pricing-page .pricing-guide-copy .section-p {
  max-width: 640px !important;
  font-size: 0.86rem !important;
  line-height: 1.55 !important;
}

body.pricing-page .pricing-promise-list {
  max-width: 680px !important;
}

body.pricing-page .pricing-promise-list li {
  display: flex !important;
  align-items: center !important;
  min-height: 44px !important;
  font-size: 0.82rem !important;
  line-height: 1.25 !important;
  white-space: normal !important;
}

body.pricing-page .package-guide-card .package-note,
body.pricing-page .package-guide-card .package-note-link {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: rgba(40, 72, 81, 0.08) !important;
  color: #284851 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.58rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px rgba(40, 72, 81, 0.08) !important;
  transition: transform 240ms ease, background 240ms ease, color 240ms ease, box-shadow 240ms ease !important;
}

body.pricing-page .package-guide-card .package-note-link:hover,
body.pricing-page .package-guide-card .package-note-link:focus-visible {
  transform: translateY(-2px) !important;
  background: #284851 !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(40, 72, 81, 0.14) !important;
  outline: none !important;
}

body.pricing-page .package-guide-card .free-note {
  background: rgba(120, 146, 136, 0.18) !important;
  color: #284851 !important;
}

body.pricing-page .package-guide-card.featured .package-note,
body.pricing-page .package-guide-card.featured .package-note-link {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12) !important;
}

body.pricing-page .package-guide-card.featured .package-note-link:hover,
body.pricing-page .package-guide-card.featured .package-note-link:focus-visible {
  background: #ffffff !important;
  color: #284851 !important;
}

@media (max-width: 980px) {
  body.pricing-page .pricing-guide-inner {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  body.pricing-page .pricing-guide-copy {
    justify-self: stretch !important;
    max-width: min(680px, calc(100vw - 40px)) !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 560px) {
  body.pricing-page .pricing-guide-copy .section-h,
  body.pricing-page .pricing-guide-copy .section-p {
    max-width: 100% !important;
  }

  body.pricing-page .pricing-promise-list li {
    min-height: auto !important;
    padding: 11px 14px 11px 18px !important;
    font-size: 0.76rem !important;
  }

  body.pricing-page .package-guide-card .package-note,
  body.pricing-page .package-guide-card .package-note-link {
    font-size: 0.54rem !important;
    letter-spacing: 0.08em !important;
  }
}

/* AVC about mobile panel and home challenge heading polish 2026-04-15 */
@media (max-width: 760px) {
  body .problem {
    width: 100% !important;
    max-width: 100% !important;
    padding-inline: clamp(24px, 6vw, 34px) !important;
    overflow: hidden !important;
  }

  body .problem .section-head {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  body .problem .section-h {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.02rem, 5.05vw, 1.28rem) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
  }

  body .problem .section-h em {
    display: inline !important;
    white-space: normal !important;
    font-size: 0.9em !important;
    line-height: inherit !important;
  }
}

@media (max-width: 640px) {
  body .founder-section {
    width: min(100% - 32px, 560px) !important;
    max-width: min(100% - 32px, 560px) !important;
    padding-inline: 0 !important;
    gap: 28px !important;
  }

  body .founder-panel {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 20px !important;
    border-radius: 14px !important;
  }

  body .founder-panel h2 {
    font-size: 1rem !important;
    line-height: 1.18 !important;
  }

  body .credential-list {
    gap: 16px !important;
  }

  body .credential-item {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
  }

  body .credential-icon {
    display: flex !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
  }

  body .credential-item > div:last-child {
    min-width: 0 !important;
    width: 100% !important;
  }

  body .credential-item h3 {
    font-size: 0.78rem !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body .credential-item p {
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body .cert-pills span {
    font-size: 0.62rem !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 380px) {
  body .credential-item {
    grid-template-columns: 1fr !important;
  }

  body .credential-icon {
    display: none !important;
  }
}

