.elementor-kit-9{--e-global-color-primary:#009189;--e-global-color-secondary:#005956;--e-global-color-text:#303434;--e-global-color-accent:#B6373B;--e-global-color-lhtealdk:#006D69;--e-global-color-lhtealdp:#005956;--e-global-color-lhtealso:#DCEFEE;--e-global-color-lhredbrd:#D9534F;--e-global-color-lhmuted:#56605F;--e-global-color-lhmist:#F4F6F6;--e-global-color-lhwarm:#FBFBF8;--e-global-color-lhwhite:#FFFFFF;--e-global-color-lhfocus:#FFBF47;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:700;--e-global-typography-lhbody-font-family:"Montserrat";--e-global-typography-lhbody-font-size:17px;--e-global-typography-lhbody-font-weight:400;--e-global-typography-lhbody-line-height:1.65em;--e-global-typography-lhheading-font-family:"Montserrat";--e-global-typography-lhheading-font-weight:700;--e-global-typography-lheye-font-family:"Montserrat";--e-global-typography-lheye-font-weight:700;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1080px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:720px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* LH MIGRATION MANAGED CSS START */
:root {
  --teal: #009189;
  --teal-dark: #006d69;
  --teal-deep: #005956;
  --teal-soft: #dcefee;
  --ink: #303434;
  --ink-soft: #56605f;
  --mist: #f4f6f6;
  --warm: #fbfbf8;
  --white: #ffffff;
  --red: #b6373b;
  --red-brand: #d9534f;
  --line: rgba(48, 52, 52, 0.14);
  --shadow: 0 24px 70px rgba(34, 65, 63, 0.12);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-montserrat), Montserrat, "Avenir Next", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a,
button,
summary {
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(48, 52, 52, 0.95);
  border-radius: 8px;
}

p {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(2.35rem, 5.1vw, 3.65rem);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.6vw, 2.65rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #a8e5df;
}

.section-intro,
.hero-lead {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.72;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(48, 52, 52, 0.08);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 8px 30px rgba(48, 52, 52, 0.04);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  width: min(1240px, calc(100% - 40px));
  min-height: 78px;
  margin-inline: auto;
  align-items: center;
  gap: 26px;
}

.brand-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 48px;
  text-decoration: none;
}

.brand {
  position: relative;
  display: block;
  width: 190px;
  height: 48px;
  overflow: hidden;
}

.brand-visual {
  position: absolute;
  inset: 0;
  background-image: none;
  background-position: 50% 48.3%;
  background-repeat: no-repeat;
  background-size: 340% auto;
}

.brand-light .brand-visual {
  background-image: none;
}

.desktop-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 24px;
}

.desktop-nav a {
  min-height: 44px;
  padding: 10px 0;
  font-size: 0.89rem;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--teal-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 20px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 2px solid var(--red);
  border-radius: 12px;
  background: var(--red);
  box-shadow: 0 10px 22px rgba(182, 55, 59, 0.2);
  color: var(--white);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #9f2f33;
  box-shadow: 0 14px 28px rgba(182, 55, 59, 0.25);
  text-decoration: none;
}

.button-small {
  min-height: 44px;
  padding: 10px 15px;
  font-size: 0.86rem;
}

.button-secondary {
  border-color: var(--teal-dark);
  background: transparent;
  box-shadow: none;
  color: var(--teal-dark);
}

.button-secondary:hover {
  background: var(--teal-dark);
  color: var(--white);
}

.button-light {
  border-color: var(--white);
  background: var(--white);
  box-shadow: none;
  color: var(--teal-deep);
}

.button-light:hover {
  background: var(--mist);
  color: var(--ink);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.mobile-nav {
  display: none;
  margin-left: auto;
}

.mobile-nav summary {
  min-width: 62px;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  list-style: none;
  text-align: center;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  display: grid;
  padding: 16px 24px 22px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 36px rgba(48, 52, 52, 0.12);
}

.mobile-nav nav a {
  min-height: 48px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 650;
  text-decoration: none;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 4%, rgba(0, 145, 137, 0.11), transparent 29%),
    linear-gradient(180deg, var(--warm), var(--white));
}

.hero-grid {
  display: grid;
  min-height: 690px;
  padding-top: 74px;
  padding-bottom: 74px;
  align-items: center;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(44px, 7vw, 92px);
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 30px;
}

.hero-copy .button-row {
  margin-bottom: 30px;
}

.outcome-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 9px;
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 600;
  list-style: none;
}

.outcome-list li {
  position: relative;
  padding-left: 28px;
}

.outcome-list li::before,
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--teal-dark);
  content: "\2713";
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 30px 30px 120px 30px;
  background: var(--teal-soft);
  box-shadow: var(--shadow);
}

.hero-media::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(24, 47, 46, 0.32));
  content: "";
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  padding: 15px 17px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 0.8rem;
  backdrop-filter: blur(10px);
}

.hero-stamp strong {
  color: var(--teal-dark);
  font-size: 0.93rem;
}

.proof-strip {
  background: var(--ink);
  color: var(--white);
}

.proof-strip-inner {
  display: grid;
  min-height: 72px;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  font-family: inherit;
}

.proof-strip-inner span {
  padding: 12px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.015em;
  text-align: center;
}

.proof-strip-inner span:last-child {
  border-right: 0;
}

.trust-bar {
  padding: 48px 0 54px;
  background: var(--mist);
}

.trust-bar .eyebrow {
  text-align: center;
}

.trust-bar ul {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  grid-template-columns: repeat(6, 1fr);
  list-style: none;
}

.trust-bar li {
  display: grid;
  min-height: 88px;
  padding: 12px 18px;
  align-content: start;
  border-right: 1px solid var(--line);
  text-align: center;
}

.trust-bar li:last-child {
  border-right: 0;
}

.trust-bar span {
  display: block;
}

.trust-bar strong {
  display: block;
  margin-bottom: 3px;
  color: var(--teal-dark);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.trust-bar span {
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.4;
}

.narrow-heading {
  max-width: 850px;
  margin-bottom: 46px;
  text-align: center;
}

.problem-grid {
  display: grid;
  margin-bottom: 36px;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.problem-grid article {
  position: relative;
  min-height: 164px;
  padding: 30px 32px 28px 84px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 32px rgba(48, 52, 52, 0.045);
}

.problem-grid article::after {
  position: absolute;
  right: -28px;
  bottom: -36px;
  width: 100px;
  height: 100px;
  border: 18px solid rgba(0, 145, 137, 0.08);
  border-radius: 50%;
  content: "";
}

.problem-grid article > span {
  position: absolute;
  top: 28px;
  left: 28px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.problem-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 0.99rem;
  font-weight: 600;
  line-height: 1.55;
}

.turn-line {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 30px;
  border-left: 5px solid var(--teal);
  background: var(--mist);
  color: var(--ink-soft);
  font-size: 1.03rem;
}

.turn-line strong {
  color: var(--ink);
}

.section-about {
  background: var(--mist);
}

.split-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 8vw, 108px);
}

.section-about p:not(.eyebrow) {
  color: var(--ink-soft);
}

.portrait-wrap {
  position: relative;
  max-width: 470px;
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  border-radius: 160px 160px 22px 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.portrait-frame::after {
  position: absolute;
  inset: auto 0 0;
  height: 16%;
  background: linear-gradient(transparent, rgba(0, 89, 86, 0.15));
  content: "";
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 2 / 2.7;
  object-fit: cover;
  object-position: 50% 18%;
}

.portrait-wrap > p {
  position: absolute;
  right: -20px;
  bottom: 26px;
  max-width: 220px;
  margin: 0;
  padding: 14px 17px;
  border-radius: 12px;
  background: var(--teal-deep);
  box-shadow: 0 10px 26px rgba(0, 89, 86, 0.2);
  color: var(--white) !important;
  font-size: 0.84rem;
  font-weight: 700;
}

.section-about blockquote {
  margin: 30px 0;
  padding: 0 0 0 24px;
  border-left: 4px solid var(--red-brand);
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.48;
}

.chip-list {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.chip-list li {
  padding: 9px 12px;
  border: 1px solid rgba(0, 109, 105, 0.2);
  border-radius: 999px;
  background: var(--white);
  color: var(--teal-deep);
  font-size: 0.76rem;
  font-weight: 650;
}

.section-livestream {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 100%, rgba(0, 145, 137, 0.34), transparent 33%),
    radial-gradient(circle at 95% 5%, rgba(217, 83, 79, 0.15), transparent 25%),
    #253433;
  color: rgba(255, 255, 255, 0.86);
}

.section-livestream h2,
.section-livestream .section-intro {
  color: var(--white);
}

.livestream-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.08fr 0.72fr;
  gap: clamp(46px, 9vw, 116px);
}

.topic-list {
  display: grid;
  max-width: 700px;
  margin: 32px 0;
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  list-style: none;
}

.topic-list li {
  display: flex;
  min-height: 80px;
  padding: 16px;
  align-items: center;
  gap: 13px;
  background: rgba(37, 52, 51, 0.87);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 650;
}

.topic-list span {
  color: #93d7d1;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--teal-dark);
  font-weight: 700;
}

.text-link-light {
  color: var(--white);
}

.micro-copy {
  margin: 22px 0 0;
  color: inherit;
  font-size: 0.78rem;
  opacity: 0.78;
}

.livestream-photo {
  position: relative;
  max-width: 420px;
  margin-left: auto;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: 180px 180px 28px 28px;
  background: var(--white);
}

.livestream-photo img {
  width: 100%;
  aspect-ratio: 3 / 4.3;
  object-fit: cover;
  object-position: 50% 16%;
}

.live-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  padding: 10px 13px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(48, 52, 52, 0.92);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.live-badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5d60;
  box-shadow: 0 0 0 4px rgba(255, 93, 96, 0.18);
}

.section-heading-row {
  display: grid;
  margin-bottom: 48px;
  align-items: end;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 48px;
}

.section-heading-row h2,
.section-heading-row p {
  margin-bottom: 0;
}

.section-heading-row > p {
  color: var(--ink-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 340px;
  padding: 34px 30px 30px;
  flex-direction: column;
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 38px rgba(48, 52, 52, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:nth-child(4),
.service-card:nth-child(5) {
  grid-column: span 3;
  min-height: 300px;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(48, 52, 52, 0.1);
}

.card-number {
  margin-bottom: 40px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.service-card h3 {
  max-width: 340px;
  margin-bottom: 16px;
}

.service-card p {
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.62;
}

.card-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--teal-dark);
  font-size: 0.87rem;
  font-weight: 750;
}

.section-clarity {
  background: var(--mist);
}

.clarity-grid {
  display: grid;
  margin-bottom: 84px;
  align-items: center;
  grid-template-columns: 0.96fr 1.04fr;
  gap: clamp(48px, 8vw, 96px);
}

.clarity-photo {
  position: relative;
  padding-bottom: 42px;
}

.clarity-photo > img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px 100px 28px 28px;
  box-shadow: var(--shadow);
}

.price-card {
  position: absolute;
  right: -18px;
  bottom: 0;
  display: grid;
  min-width: 190px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--ink);
  box-shadow: 0 18px 38px rgba(48, 52, 52, 0.24);
  color: var(--white);
}

.price-card > span {
  font-size: 0.72rem;
  opacity: 0.78;
}

.price-card strong {
  margin: 4px 0 1px;
  color: var(--white);
  font-size: 2.5rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.price-card small {
  margin-left: 4px;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.check-list {
  display: grid;
  margin: 26px 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink);
  font-size: 0.93rem;
  font-weight: 650;
}

.price-reassurance {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.session-path {
  display: grid;
  padding: 38px;
  border: 1px solid rgba(0, 109, 105, 0.18);
  border-radius: 24px;
  background: var(--white);
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
}

.session-path h3 {
  margin-bottom: 10px;
  font-size: 1.75rem;
}

.session-path ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
  list-style: none;
}

.session-path li {
  padding: 22px;
  background: var(--white);
}

.session-path li span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.session-path li strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.92rem;
  line-height: 1.4;
}

.session-path li p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.52;
}

.section-proof {
  overflow: hidden;
}

.section-proof > .section-shell > h2 {
  max-width: 780px;
}

.stats-grid {
  display: grid;
  margin: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.stats-grid > div {
  display: grid;
  min-height: 150px;
  padding: 28px;
  align-content: center;
  border-right: 1px solid var(--line);
}

.stats-grid > div:last-child {
  border-right: 0;
}

.stats-grid strong {
  color: var(--teal-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.stats-grid span {
  max-width: 190px;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.proof-content {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
}

.proof-image {
  min-height: 460px;
  overflow: hidden;
  border-radius: 24px;
}

.proof-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.testimonial-stack {
  display: grid;
  gap: 18px;
}

.testimonial-stack figure {
  display: grid;
  min-height: 220px;
  margin: 0;
  padding: 34px;
  align-content: space-between;
  border-radius: 20px;
  background: var(--teal-deep);
  color: var(--white);
}

.testimonial-stack figure:last-child {
  background: var(--ink);
}

.testimonial-stack blockquote {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.testimonial-stack figcaption {
  margin-top: 24px;
  font-size: 0.75rem;
  font-weight: 650;
  opacity: 0.74;
}

.section-resources {
  background: var(--mist);
}

.resource-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.resource-list > a {
  display: grid;
  min-height: 108px;
  padding: 20px 8px;
  align-items: center;
  grid-template-columns: 54px 1fr auto;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding 180ms ease, background 180ms ease;
}

.resource-list > a:hover {
  padding-right: 20px;
  padding-left: 20px;
  background: var(--white);
}

.resource-list > a > span {
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.resource-list h3,
.resource-list p {
  margin: 0;
}

.resource-list h3 {
  margin-bottom: 4px;
  font-size: 1.15rem;
}

.resource-list p {
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.resource-list > a > span:last-child {
  color: var(--teal-dark);
  font-size: 1.35rem;
}

.final-cta {
  padding: 94px 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(217, 83, 79, 0.24), transparent 30%),
    linear-gradient(135deg, var(--teal-deep), #244745);
  color: rgba(255, 255, 255, 0.86);
}

.final-cta h2 {
  color: var(--white);
}

.final-cta-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 76px;
}

.final-cta-inner > div > p {
  max-width: 640px;
}

.final-cta-inner > div:last-child p {
  margin: 20px 0 0;
  font-size: 0.8rem;
  line-height: 1.65;
  opacity: 0.78;
}

.final-cta a:not(.button) {
  color: var(--white);
  font-weight: 700;
}

.site-footer {
  padding: 72px 0 26px;
  background: #252b2b;
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1.15fr;
  gap: 54px;
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
  font-size: 0.78rem;
  line-height: 1.65;
}

.footer-grid > div,
.footer-grid nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.footer-grid a {
  color: rgba(255, 255, 255, 0.8);
  overflow-wrap: anywhere;
  word-break: normal;
}

.footer-bottom {
  display: flex;
  margin-top: 54px;
  padding-top: 22px;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.68rem;
  opacity: 0.62;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 15px;
  }

  .desktop-nav a {
    font-size: 0.78rem;
  }

  .phone-link span:last-child {
    display: none;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-media,
  .hero-media img {
    min-height: 480px;
  }

  .trust-bar ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
  }

  .trust-bar li {
    border: 0;
    background: var(--mist);
  }

  .session-path {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .hero-grid,
  .split-grid,
  .livestream-grid,
  .clarity-grid,
  .proof-content,
  .final-cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-media {
    min-height: 520px;
  }

  .proof-strip-inner {
    grid-template-columns: 1fr;
    padding: 10px 0;
  }

  .proof-strip-inner span {
    min-height: 44px;
    padding: 11px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-strip-inner span:last-child {
    border-bottom: 0;
  }

  .split-grid {
    align-items: start;
  }

  .portrait-wrap {
    width: min(70%, 470px);
    margin-inline: auto;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: span 3;
  }

  .clarity-photo {
    max-width: 760px;
  }

  .clarity-photo > img {
    min-height: 480px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid > div:nth-child(2) {
    border-right: 0;
  }

  .stats-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
    font-size: 16px;
  }

  .section-shell {
    width: min(100% - 32px, 1180px);
  }

  .section {
    padding: 78px 0;
  }

  .header-inner {
    width: calc(100% - 28px);
    min-height: 68px;
  }

  .brand {
    width: 166px;
    height: 43px;
  }

  .hero-grid {
    padding-top: 44px;
    padding-bottom: 48px;
  }

  h1 {
    font-size: clamp(2.25rem, 10vw, 3.05rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.3rem);
  }

  .button-row,
  .button {
    width: 100%;
  }

  .button-row {
    align-items: stretch;
  }

  .hero-media img {
    min-height: 390px;
  }

  .hero-media {
    min-height: 390px;
    border-radius: 22px 22px 70px 22px;
  }

  .hero-stamp {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .trust-bar ul {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .topic-list,
  .section-heading-row,
  .livestream-grid,
  .session-path ol {
    grid-template-columns: 1fr;
  }

  .problem-grid article {
    min-height: auto;
    padding: 24px 22px 24px 64px;
  }

  .problem-grid article > span {
    top: 24px;
    left: 22px;
  }

  .turn-line {
    padding: 22px;
  }

  .portrait-wrap {
    width: min(90%, 420px);
  }

  .portrait-wrap > p {
    right: -8px;
  }

  .topic-list li {
    min-height: 68px;
  }

  .livestream-photo {
    width: min(88%, 390px);
    margin: 20px auto 0;
  }

  .section-heading-row {
    align-items: start;
    gap: 18px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    min-height: auto;
    grid-column: auto;
  }

  .card-number {
    margin-bottom: 26px;
  }

  .clarity-photo > img {
    min-height: 390px;
    border-radius: 22px 60px 22px 22px;
  }

  .price-card {
    right: 12px;
  }

  .session-path {
    padding: 25px 20px;
    gap: 24px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid > div {
    min-height: 120px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stats-grid > div:last-child {
    border-bottom: 0;
  }

  .proof-image,
  .proof-image img {
    min-height: 360px;
  }

  .testimonial-stack figure {
    min-height: 190px;
    padding: 28px 24px;
  }

  .resource-list > a {
    grid-template-columns: 38px 1fr auto;
    gap: 10px;
  }

  .resource-list p {
    display: none;
  }

  .final-cta {
    padding: 76px 0;
  }

  .final-cta-inner {
    gap: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    grid-template-columns: 1.3fr 0.7fr;
    gap: 8px;
    border-top: 1px solid rgba(48, 52, 52, 0.13);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -12px 30px rgba(48, 52, 52, 0.11);
    backdrop-filter: blur(14px);
  }

  .mobile-action-bar a {
    display: inline-flex;
    min-height: 48px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 10px;
    background: var(--red);
    color: var(--white);
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    background: var(--teal-deep);
  }
}

@media (max-width: 420px) {
  .section-shell {
    width: calc(100% - 26px);
  }

  h1 {
    font-size: 2.2rem;
  }

  .hero-media,
  .hero-media img {
    min-height: 330px;
  }

  .brand {
    width: 148px;
  }

  .mobile-nav summary {
    min-width: 56px;
  }

  .price-card {
    min-width: 168px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* Review refinements: full logos, consistent type, proof, affiliations, imagery and testimonials. */

.brand {
  display: inline-flex;
  width: clamp(180px, 18vw, 224px);
  height: auto;
  aspect-ratio: 535 / 68;
  flex: 0 0 auto;
  align-items: center;
  overflow: visible;
}

.brand > img,
.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.footer-brand .brand,
.site-footer .brand {
  width: min(100%, 236px);
}

.proof-strip,
.trust-bar,
.trust-bar *,
.case-study-widget,
.case-study-widget button,
.case-study-widget select {
  font-family: inherit;
}

.proof-strip-inner span {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  line-height: 1.45;
}

.proof-strip-inner span::before {
  display: inline-grid;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  content: "\2713";
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}

.trust-bar .affiliation-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 0.9rem;
  place-items: center;
  border: 1px solid rgba(0, 109, 105, 0.2);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(220, 239, 238, 0.95));
  box-shadow: 0 12px 28px rgba(34, 65, 63, 0.1);
  color: var(--teal-deep);
  font-size: clamp(0.64rem, 0.8vw, 0.76rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.trust-bar li:nth-child(even) .affiliation-mark {
  border-color: rgba(182, 55, 59, 0.18);
  background: linear-gradient(145deg, #fff, #fff1f1);
  color: #a12d31;
}

.hero-media::before {
  background: linear-gradient(
    180deg,
    rgba(24, 47, 46, 0) 56%,
    rgba(24, 47, 46, 0.06) 74%,
    rgba(24, 47, 46, 0.29) 100%
  );
}

.hero-media img {
  object-position: 50% 32%;
}

.clarity-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  gap: clamp(2rem, 4vw, 4.5rem);
}

.clarity-photo {
  width: 100%;
}

.clarity-photo > img {
  width: 100%;
  min-height: 430px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 42%;
}

.stats-grid > div {
  min-height: 164px;
  grid-template-rows: 64px auto;
  align-content: start;
}

.stats-grid strong {
  display: flex;
  min-height: 64px;
  align-items: flex-end;
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.92;
  white-space: nowrap;
}

.stats-grid span {
  align-self: start;
  margin-top: 0.8rem;
}

.about-actions {
  display: flex;
  margin-top: 1.65rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.about-actions .button,
.about-actions .button-primary {
  min-height: 48px;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(182, 55, 59, 0.18);
}

.testimonial-more {
  width: 100%;
  margin-top: clamp(2.25rem, 5vw, 4.5rem);
}

.testimonial-more > header {
  max-width: 720px;
  margin-bottom: 1.4rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.2rem);
}

.testimonial-small {
  display: flex;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border: 1px solid rgba(48, 52, 52, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(34, 65, 63, 0.06);
}

.testimonial-small blockquote,
.testimonial-small > p:first-child {
  margin: 0;
  color: #244745;
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  font-weight: 650;
  line-height: 1.55;
}

.testimonial-small figcaption,
.testimonial-small cite,
.testimonial-small > p:last-child {
  margin: 0;
  color: var(--teal-deep);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .clarity-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .clarity-photo {
    max-width: 780px;
  }
}

@media (max-width: 720px) {
  .brand {
    width: clamp(166px, 47vw, 196px);
    height: auto;
  }

  .proof-strip-inner span {
    justify-content: flex-start;
    text-align: left;
  }

  .clarity-photo > img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 560px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid > div {
    min-height: 130px;
    grid-template-rows: 56px auto;
  }

  .stats-grid strong {
    min-height: 56px;
  }
}

@media (max-width: 420px) {
  .brand {
    width: 154px;
  }
}


/* Exact component hooks for the review update. */

.brand > .brand-visual {
  position: static;
  inset: auto;
  display: block;
  width: 100%;
  height: 100%;
  background-image: none;
  object-fit: contain;
  object-position: center;
}

.brand-light > .brand-visual {
  background-image: none;
}

.more-testimonials {
  width: 100%;
  margin-top: clamp(2.25rem, 5vw, 4.5rem);
}

.more-testimonials-heading {
  max-width: 720px;
  margin-bottom: 1.5rem;
}

.more-testimonials-heading h3 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.testimonial-grid figure {
  display: flex;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border: 1px solid rgba(48, 52, 52, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(34, 65, 63, 0.06);
}

.testimonial-grid blockquote {
  margin: 0;
  color: #244745;
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1.55;
}

.testimonial-grid figcaption {
  margin: 0;
  color: var(--teal-deep);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
}

/* Live case-study explorer. */

.case-study-widget {
  position: relative;
  isolation: isolate;
  margin-top: clamp(3rem, 7vw, 5.5rem);
  padding: clamp(1.4rem, 4vw, 3.25rem);
  overflow: hidden;
  border: 1px solid rgba(0, 109, 105, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 145, 137, 0.12), transparent 28rem),
    linear-gradient(145deg, #fff 0%, #fbfdfd 58%, #f0f7f6 100%);
  box-shadow: 0 28px 70px rgba(34, 65, 63, 0.11);
  color: var(--ink);
}

.case-study-widget::before {
  position: absolute;
  z-index: -1;
  top: -84px;
  right: -64px;
  width: 220px;
  height: 220px;
  border: 30px solid rgba(182, 55, 59, 0.055);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.case-study-header {
  max-width: 800px;
  margin: 0 auto clamp(1.8rem, 4vw, 2.8rem);
  text-align: center;
}

.case-study-kicker,
.case-modal-kicker {
  margin: 0 0 0.7rem;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.case-study-header h3 {
  max-width: 730px;
  margin: 0 auto 0.9rem;
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
}

.case-study-intro {
  max-width: 720px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 1.7;
}

.case-filter-panel {
  display: grid;
  margin-bottom: 2rem;
  padding: clamp(1rem, 2vw, 1.4rem);
  align-items: end;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto auto;
  gap: 0.9rem;
  border: 1px solid rgba(0, 109, 105, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.case-filter-field {
  display: grid;
  min-width: 0;
  gap: 0.45rem;
}

.case-filter-field > span {
  color: var(--teal-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.case-filter-field select {
  width: 100%;
  min-height: 46px;
  padding: 0.65rem 2.4rem 0.65rem 0.8rem;
  border: 1px solid rgba(48, 52, 52, 0.22);
  border-radius: 10px;
  background-color: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 650;
}

.case-filter-field select:hover {
  border-color: var(--teal-dark);
}

.case-filter-field select:focus-visible {
  border-color: var(--teal-dark);
  outline: 3px solid rgba(0, 145, 137, 0.2);
  outline-offset: 2px;
}

.case-filter-reset,
.case-study-retry {
  min-height: 46px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(182, 55, 59, 0.4);
  border-radius: 10px;
  background: #fff;
  color: var(--red);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.case-filter-reset:hover,
.case-study-retry:hover {
  transform: translateY(-1px);
  background: var(--red);
  color: #fff;
}

.case-study-status {
  min-width: 98px;
  margin: 0;
  align-self: center;
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.case-study-loading,
.case-study-error,
.case-study-empty {
  display: grid;
  min-height: 220px;
  padding: 2rem;
  place-items: center;
  align-content: center;
  gap: 1rem;
  border: 1px solid rgba(48, 52, 52, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink-soft);
  text-align: center;
}

.case-study-loading > span {
  font-size: 0.84rem;
  font-weight: 750;
}

.case-study-skeleton {
  position: relative;
  width: min(100%, 760px);
  height: 118px;
  overflow: hidden;
  border-radius: 14px;
  background: #e7efee;
}

.case-study-skeleton::after {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.75), transparent);
  animation: caseShimmer 1.4s infinite;
  content: "";
}

.case-study-error p,
.case-study-empty p {
  margin: 0;
}

.case-rail-header {
  display: flex;
  margin-bottom: 0.9rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.case-rail-heading {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.case-rail-controls {
  display: flex;
  gap: 0.5rem;
}

.case-rail-arrow {
  display: inline-grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(0, 109, 105, 0.25);
  border-radius: 50%;
  background: #fff;
  color: var(--teal-deep);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.case-rail-arrow:hover {
  transform: translateY(-2px);
  background: var(--teal-deep);
  color: #fff;
}

.case-rail-viewport {
  width: 100%;
  padding: 0.25rem 0 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(0, 109, 105, 0.5) rgba(0, 109, 105, 0.08);
  scrollbar-width: thin;
}

.case-rail-viewport:focus-visible {
  border-radius: 14px;
  outline: 3px solid #ffbf47;
  outline-offset: 4px;
}

.case-rail-viewport::-webkit-scrollbar {
  height: 9px;
}

.case-rail-viewport::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(0, 109, 105, 0.08);
}

.case-rail-viewport::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(0, 109, 105, 0.48);
  background-clip: padding-box;
}

.case-rail-track {
  display: grid;
  width: max-content;
  grid-auto-columns: minmax(286px, 318px);
  grid-auto-flow: column;
  gap: 1rem;
}

.case-card {
  display: grid;
  min-width: 0;
  min-height: 510px;
  padding: 0;
  overflow: hidden;
  grid-template-rows: 146px 1fr;
  border: 1px solid rgba(48, 52, 52, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(34, 65, 63, 0.08);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  scroll-snap-align: start;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 109, 105, 0.35);
  box-shadow: 0 20px 42px rgba(34, 65, 63, 0.14);
}

.case-card-art {
  position: relative;
  display: flex;
  min-height: 146px;
  padding: 1rem;
  overflow: hidden;
  align-items: flex-end;
  background: linear-gradient(135deg, #005956, #009189);
  color: #fff;
  isolation: isolate;
}

.case-card-art::after {
  position: absolute;
  z-index: -1;
  right: -30px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.case-card-art[data-theme="1"] {
  background: linear-gradient(135deg, #7e292c, #d9534f);
}

.case-card-art[data-theme="2"] {
  background: linear-gradient(135deg, #244745, #527b77);
}

.case-card-art[data-theme="3"] {
  background: linear-gradient(135deg, #303434, #5c6968);
}

.case-card-art[data-theme="4"] {
  background: linear-gradient(135deg, #006d69, #b6373b);
}

.case-card-art > span:last-child {
  position: relative;
  z-index: 2;
  max-width: 80%;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
}

.case-card-art-mark {
  position: absolute;
  top: -0.35rem;
  right: 0.65rem;
  color: rgba(255, 255, 255, 0.18);
  font-size: 5.4rem;
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
}

.case-card-body {
  display: flex;
  min-width: 0;
  padding: 1.25rem;
  flex-direction: column;
}

.case-card-meta,
.case-modal-meta {
  display: flex;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.case-chip {
  display: inline-flex;
  max-width: 100%;
  min-height: 25px;
  padding: 0.28rem 0.55rem;
  align-items: center;
  border: 1px solid rgba(0, 109, 105, 0.2);
  border-radius: 999px;
  background: rgba(0, 145, 137, 0.08);
  color: var(--teal-deep);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.25;
}

.case-chip-muted {
  border-color: rgba(48, 52, 52, 0.13);
  background: var(--mist);
  color: var(--ink-soft);
}

.case-card-title {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.case-card-summary {
  display: -webkit-box;
  margin-bottom: 1rem;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.case-card-outcome {
  display: grid;
  margin: auto 0 1rem;
  padding: 0.85rem;
  gap: 0.25rem;
  border-left: 3px solid var(--red);
  border-radius: 0 9px 9px 0;
  background: rgba(182, 55, 59, 0.06);
  color: var(--ink-soft);
  font-size: 0.72rem;
  line-height: 1.45;
}

.case-card-outcome strong {
  color: var(--red);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.case-card-link {
  display: block;
  margin-top: auto;
  color: var(--teal-deep);
  font-size: 0.76rem;
  font-weight: 850;
}

.case-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  padding: clamp(0.75rem, 3vw, 2rem);
  place-items: center;
}

.case-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(20, 31, 30, 0.74);
  cursor: default;
  backdrop-filter: blur(7px);
}

.case-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 790px);
  max-height: min(88vh, 860px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(15, 28, 27, 0.38);
}

.case-modal-close {
  position: sticky;
  z-index: 3;
  top: 0.85rem;
  float: right;
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin: 0.85rem 0.85rem -3.6rem 0;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(48, 52, 52, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(34, 65, 63, 0.1);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.case-modal-close:hover {
  background: var(--red);
  color: #fff;
}

.case-modal-header {
  padding: clamp(1.6rem, 4vw, 3rem);
  padding-right: clamp(4.8rem, 9vw, 6rem);
  border-bottom: 1px solid rgba(48, 52, 52, 0.12);
  background:
    radial-gradient(circle at 96% 0, rgba(0, 145, 137, 0.16), transparent 15rem),
    var(--mist);
}

.case-modal-title {
  max-width: 650px;
  margin-bottom: 1.1rem;
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
}

.case-modal-meta {
  margin-bottom: 0;
}

.case-modal-body {
  display: grid;
  padding: clamp(1.4rem, 4vw, 3rem);
  gap: 1rem;
}

.case-modal-section {
  display: grid;
  padding: clamp(1rem, 2vw, 1.35rem);
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 0.72fr);
  gap: 1.25rem;
  border: 1px solid rgba(48, 52, 52, 0.11);
  border-radius: 14px;
  background: #fff;
}

.case-modal-section p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.65;
}

.case-modal-section .case-modal-section-label {
  color: var(--teal-deep);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.case-modal-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.6;
  list-style: none;
}

.case-modal-list li {
  position: relative;
  padding-left: 1.55rem;
}

.case-modal-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--teal-dark);
  content: "\2713";
  font-weight: 900;
}

.case-modal-quote {
  margin: 0;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border-radius: 14px;
  background: var(--teal-deep);
  color: #fff;
}

.case-modal-quote p {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.55;
}

.case-modal-quote-response {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.5;
}

@keyframes caseShimmer {
  to {
    transform: translateX(100%);
  }
}

@media (max-width: 920px) {
  .case-filter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-status {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .case-study-widget {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    padding: 1.15rem;
    border-radius: 22px;
  }

  .case-study-header {
    text-align: left;
  }

  .case-study-header h3,
  .case-study-intro {
    margin-left: 0;
  }

  .case-filter-panel {
    grid-template-columns: 1fr;
  }

  .case-filter-reset,
  .case-study-status {
    width: 100%;
    text-align: left;
  }

  .case-rail-controls {
    display: none;
  }

  .case-rail-track {
    grid-auto-columns: minmax(270px, 84vw);
  }

  .case-card {
    min-height: 490px;
  }

  .case-modal {
    padding: 0;
    place-items: end center;
  }

  .case-modal-panel {
    width: 100%;
    max-height: 92vh;
    border-radius: 22px 22px 0 0;
  }

  .case-modal-header {
    padding: 1.5rem;
    padding-right: 4.4rem;
  }

  .case-modal-body {
    padding: 1.2rem;
  }

  .case-modal-section {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}


/* Mobile responsive hardening: tested source rules for phone and tablet widths. */

.case-card-title,
.case-card-summary,
.case-card-outcome,
.case-chip,
.case-modal-title,
.case-modal-section p,
.case-modal-list li,
.case-modal-quote,
.case-modal-quote-response {
  overflow-wrap: anywhere;
  word-break: normal;
}

.case-rail-arrow {
  width: 44px;
  height: 44px;
}

.case-card-outcome > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 900px) {
  .section {
    padding: 92px 0;
  }

  .livestream-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .livestream-photo {
    width: min(70%, 390px);
    margin: 20px auto 0;
  }

  .trust-bar ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .section {
    padding: 72px 0;
  }

  .header-inner {
    justify-content: space-between;
    gap: 12px;
  }

  .mobile-nav {
    margin-left: 0;
  }

  .hero-grid {
    gap: 2.25rem;
  }

  .hero-media {
    height: clamp(360px, 72vw, 520px);
    min-height: 0;
  }

  .hero-media img {
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 50% 25%;
  }

  .trust-bar {
    padding: 42px 0 46px;
  }

  .trust-bar ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar li {
    min-height: 140px;
    padding: 14px 10px;
  }

  .trust-bar li:last-child {
    grid-column: 1 / -1;
  }

  .proof-strip-inner span {
    font-size: 0.84rem;
  }

  .livestream-photo {
    width: min(88%, 390px);
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    padding: 30px 24px 26px;
  }

  .clarity-grid {
    margin-bottom: 60px;
  }

  .stats-grid {
    margin: 40px 0;
  }

  .stats-grid > div {
    min-height: 116px;
    padding: 24px;
  }

  .testimonial-stack figure {
    min-height: 170px;
  }

  .footer-grid a:not(.footer-brand) {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    font-size: 0.875rem;
  }

  .footer-grid p,
  .footer-grid > div > span {
    font-size: 0.875rem;
  }

  .footer-bottom {
    font-size: 0.78rem;
  }

  .mobile-action-bar a {
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .case-filter-field select {
    min-height: 48px;
    font-size: 1rem;
  }

  .case-filter-field > span {
    font-size: 0.75rem;
  }

  .case-filter-reset,
  .case-study-retry {
    min-height: 48px;
    font-size: 0.875rem;
  }

  .case-study-status {
    font-size: 0.8125rem;
  }

  .case-rail-viewport {
    scroll-padding-inline: 0.25rem;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .case-rail-track {
    grid-auto-columns: min(78vw, 318px);
    gap: 0.85rem;
  }

  .case-card {
    min-height: 470px;
  }

  .case-card-title {
    font-size: 1.08rem;
  }

  .case-card-summary {
    font-size: 0.875rem;
  }

  .case-card-outcome {
    font-size: 0.8125rem;
  }

  .case-chip {
    font-size: 0.7rem;
    white-space: normal;
  }

  .case-modal {
    padding-top: env(safe-area-inset-top);
  }

  .case-modal-panel {
    max-height: 92vh;
    max-height: 92dvh;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .case-modal-close {
    top: max(0.75rem, calc(0.25rem + env(safe-area-inset-top)));
  }

  .case-modal-header {
    padding-top: max(1.5rem, calc(0.8rem + env(safe-area-inset-top)));
  }

  .case-modal-body {
    padding-bottom: calc(1.2rem + env(safe-area-inset-bottom));
  }

  .case-modal-section p,
  .case-modal-list {
    font-size: 0.9375rem;
  }
}

@media (max-width: 560px) {
  .testimonial-grid {
    width: 100%;
    padding-bottom: 0.8rem;
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: min(84vw, 320px);
    grid-auto-flow: column;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0.15rem;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .testimonial-grid figure {
    scroll-snap-align: start;
  }

  .testimonial-grid:focus-visible {
    border-radius: 14px;
    outline: 3px solid #ffbf47;
    outline-offset: 4px;
  }
}

@media (max-width: 420px) {
  .section {
    padding: 64px 0;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    padding: 28px 22px 24px;
  }

  .stats-grid {
    margin: 36px 0;
  }

  .hero-stamp {
    padding: 12px 14px;
  }
}

@media (max-width: 360px) {
  .trust-bar ul {
    grid-template-columns: 1fr;
  }

  .trust-bar li:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-rail-viewport {
    scroll-behavior: auto;
  }
}

/* Supplied affiliation artwork and updated authority proof. */
.proof-strip-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-bar li {
  grid-template-rows: 74px auto 1fr;
  row-gap: 10px;
  align-items: start;
  min-width: 0;
  min-height: 182px;
}

.affiliation-logo-frame {
  display: grid;
  width: min(100%, 184px);
  height: 74px;
  margin: 0 auto;
  padding: 8px 10px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(11, 65, 82, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(34, 65, 63, 0.08);
}

.affiliation-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
  object-position: center;
}

.affiliation-text-link {
  display: inline-block;
  align-self: start;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.affiliation-text-link:hover {
  color: var(--teal-dark);
}

.affiliation-text-link:focus-visible {
  border-radius: 3px;
  outline: 2px solid var(--teal-dark);
  outline-offset: 4px;
}

.trust-bar strong {
  min-height: 2.5em;
  margin-bottom: 0;
  line-height: 1.25;
}

@media (min-width: 901px) and (max-width: 1080px) {
  .trust-bar ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .trust-bar li {
    grid-column: span 2;
    min-height: 176px;
    border-right: 0;
  }

}

@media (max-width: 900px) {
  .proof-strip-inner {
    grid-template-columns: 1fr;
  }

  .proof-strip-inner span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .proof-strip-inner span:last-child {
    border-bottom: 0;
  }

  .trust-bar ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar li {
    border-right: 0;
  }

  .trust-bar li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .trust-bar li {
    grid-template-rows: 70px auto 1fr;
    min-height: 166px;
  }

  .affiliation-logo-frame {
    width: min(100%, 170px);
    height: 70px;
    padding: 8px 10px;
  }

  .affiliation-logo {
    max-height: 52px;
  }
}

@media (max-width: 430px) {
  .trust-bar ul {
    grid-template-columns: 1fr;
  }

  .trust-bar li {
    min-height: 158px;
  }

  .trust-bar li:last-child {
    grid-column: auto;
  }

  .affiliation-logo-frame {
    width: min(100%, 184px);
  }
}

/* Elementor parity layer. Stable lh-* classes remain portable when Elementor
 * regenerates element IDs during Website Kit export/import. */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://lukehawley.au/wp-content/uploads/2026/07/montserrat-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("https://lukehawley.au/wp-content/uploads/2026/07/montserrat-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font-montserrat: "Montserrat";
  --teal: var(--e-global-color-primary, #009189);
  --teal-dark: var(--e-global-color-lhtealdk, #006d69);
  --teal-deep: var(--e-global-color-secondary, #005956);
  --teal-soft: var(--e-global-color-lhtealso, #dcefee);
  --ink: var(--e-global-color-text, #303434);
  --ink-soft: var(--e-global-color-lhmuted, #56605f);
  --mist: var(--e-global-color-lhmist, #f4f6f6);
  --warm: var(--e-global-color-lhwarm, #fbfbf8);
  --white: var(--e-global-color-lhwhite, #fff);
  --red: var(--e-global-color-accent, #b6373b);
  --red-brand: var(--e-global-color-lhredbrd, #d9534f);
}

body,
.elementor-kit-5,
.lh-site,
.lh-header,
.lh-footer {
  font-family: "Montserrat", "Avenir Next", Arial, sans-serif;
}

body.home .page-header,
body.home .entry-title {
  display: none;
}

#main-content:focus {
  outline: none;
}

.lh-site.e-con,
.lh-site .e-con,
.lh-header.e-con,
.lh-header .e-con,
.lh-footer.e-con,
.lh-footer .e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --widgets-spacing: 0;
  gap: 0;
}

.lh-site .elementor-widget,
.lh-header .elementor-widget,
.lh-footer .elementor-widget {
  margin-block-end: 0;
}

.lh-site .elementor-widget-container > :last-child,
.lh-header .elementor-widget-container > :last-child,
.lh-footer .elementor-widget-container > :last-child {
  margin-bottom: 0;
}

.lh-site .elementor-heading-title,
.lh-header .elementor-heading-title,
.lh-footer .elementor-heading-title {
  font-family: inherit;
}

.lh-site h2.elementor-heading-title {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(2rem, 3.6vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lh-site h3.elementor-heading-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lh-site .section-livestream h2.elementor-heading-title,
.lh-site .final-cta h2.elementor-heading-title {
  color: var(--white);
}

.lh-footer h2.elementor-heading-title {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lh-site,
.lh-header,
.lh-footer,
.lh-site * {
  min-width: 0;
}

.lh-site .section,
.lh-site .hero,
.lh-site .trust-bar,
.lh-site .proof-strip,
.lh-site .final-cta {
  width: 100%;
  max-width: none;
}

.lh-site .section-shell,
.lh-header .header-inner,
.lh-footer .section-shell {
  flex: 0 1 auto;
  max-width: none;
}

.lh-header.site-header {
  width: 100%;
}

.lh-header .header-inner {
  position: relative;
  width: min(1240px, calc(100% - 40px));
  max-width: 1240px;
  margin-inline: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.lh-header .brand-link {
  width: clamp(180px, 18vw, 224px);
}

.lh-header .brand-link .elementor-widget-container,
.lh-header .brand-link a,
.lh-header .brand-link img {
  display: block;
  width: 100%;
}

.lh-header .brand-link img {
  height: auto;
  object-fit: contain;
}

/* Elementor's linked-SVG widget rule forces a 48px width after Kit CSS loads. */
.lh-header .brand-link.elementor-widget-image a img[src$=".svg"] {
  width: 100%;
}

.lh-header .desktop-nav {
  position: static;
  width: auto;
  margin-left: auto;
}

.lh-header .desktop-nav .elementor-nav-menu--main .elementor-nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.lh-header .desktop-nav .elementor-item {
  min-height: 44px;
  padding: 10px 0;
  color: var(--ink);
  font-size: 0.89rem;
  font-weight: 600;
}

.lh-header .desktop-nav .elementor-item:hover,
.lh-header .desktop-nav .elementor-item:focus-visible {
  color: var(--teal-dark);
}

.lh-header .desktop-nav .elementor-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
}

.lh-header .desktop-nav .elementor-menu-toggle:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
  border-radius: 10px;
  box-shadow: 0 0 0 6px rgba(48, 52, 52, 0.95);
}

.lh-header .desktop-nav .elementor-nav-menu--dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  z-index: 110;
  width: min(330px, calc(100vw - 32px));
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.lh-header .desktop-nav .elementor-nav-menu--dropdown .elementor-item {
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 8px;
}

.lh-header .desktop-nav .elementor-nav-menu li.lh-mobile-only {
  display: none;
}

.lh-header .header-actions {
  width: auto;
  flex-direction: row;
  gap: 14px;
}

.lh-header .phone-link .elementor-button {
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.lh-button .elementor-button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 20px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 2px solid var(--red);
  border-radius: 12px;
  background: var(--red);
  box-shadow: 0 10px 22px rgba(182, 55, 59, 0.2);
  color: var(--white);
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lh-button .elementor-button:hover {
  transform: translateY(-2px);
  background: #9f2f33;
  box-shadow: 0 14px 28px rgba(182, 55, 59, 0.25);
}

.lh-button--small .elementor-button {
  min-height: 44px;
  padding: 10px 15px;
  font-size: 0.86rem;
}

.lh-site .lh-button--secondary.elementor-widget-button .elementor-button {
  border-color: var(--teal-dark);
  background: transparent;
  box-shadow: none;
  color: var(--teal-dark);
}

.lh-site .lh-button--secondary.elementor-widget-button .elementor-button:hover {
  background: var(--teal-dark);
  color: var(--white);
}

.lh-site .lh-button--light.elementor-widget-button .elementor-button {
  border-color: var(--white);
  background: var(--white);
  box-shadow: none;
  color: var(--teal-deep);
}

.lh-site .lh-button--light.elementor-widget-button .elementor-button:hover {
  background: var(--mist);
  color: var(--ink);
}

.lh-site .lh-text-link.elementor-widget-button .elementor-button,
.lh-footer .lh-text-link.elementor-widget-button .elementor-button {
  display: inline-flex;
  min-height: 44px;
  padding: 0;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--teal-dark);
  font-family: inherit;
  font-weight: 700;
}

.lh-site .lh-text-link--light.elementor-widget-button .elementor-button,
.lh-footer .lh-text-link--light.elementor-widget-button .elementor-button {
  color: var(--white);
}

.lh-site .button-row,
.lh-site .about-actions {
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.lh-site .hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lh-site .hero-copy > .eyebrow {
  margin-bottom: 18px;
}

.lh-site .hero-copy > .hero-lead.elementor-widget-text-editor {
  width: 100%;
  max-width: 700px;
  --container-widget-width: 700px;
  --container-widget-flex-grow: 0;
  align-self: flex-start;
  margin-bottom: 30px;
}

.lh-site .hero-lead p:last-child {
  margin-bottom: 0;
}

.lh-site .hero-title .elementor-heading-title {
  max-width: 760px;
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(2.35rem, 5.1vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.lh-site .hero-lead .elementor-widget-container,
.lh-site .section-intro .elementor-widget-container {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.72;
}

.lh-site .eyebrow,
.lh-site .eyebrow .elementor-widget-container,
.lh-site .eyebrow .elementor-heading-title {
  color: var(--teal-dark);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lh-site .eyebrow-light,
.lh-site .eyebrow-light .elementor-widget-container,
.lh-site .eyebrow-light .elementor-heading-title {
  color: #a8e5df;
}

.lh-site .hero-grid {
  gap: clamp(44px, 7vw, 92px);
}

.lh-site .hero-media {
  display: block;
}

.lh-site .hero-media .elementor-widget-image,
.lh-site .hero-media .elementor-widget-image .elementor-widget-container,
.lh-site .hero-media .elementor-widget-image a {
  height: 100%;
}

.lh-site .hero-media .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
}

.lh-site .hero-stamp {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  width: auto;
  padding: 15px 17px;
}

.lh-site .proof-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lh-site .proof-item {
  display: flex;
  min-width: 0;
  min-height: 70px;
  padding: 14px 18px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.lh-site .proof-item:last-child {
  border-right: 0;
}

.lh-site .proof-item .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.lh-site .proof-item .elementor-widget-container::before {
  display: inline-grid;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  content: "\2713";
  font-size: 0.75rem;
  line-height: 1;
}

.lh-site .affiliation-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(34, 65, 63, 0.07);
}

.lh-site .affiliation-item {
  display: grid;
  min-height: 176px;
  padding: 22px 14px;
  align-content: start;
  justify-items: center;
  border-right: 1px solid var(--line);
  text-align: center;
}

.lh-site .affiliation-item:last-child {
  border-right: 0;
}

.lh-site .affiliation-logo-frame {
  display: grid;
  width: min(100%, 184px);
  height: 74px;
  margin: 0 auto 14px;
  padding: 8px 12px;
  place-items: center;
  border: 1px solid rgba(0, 109, 105, 0.14);
  border-radius: 14px;
  background: #fff;
}

.lh-site .affiliation-logo-frame img {
  width: 100%;
  height: 100%;
  max-height: 56px;
  object-fit: contain;
}

.lh-site .affiliation-role {
  margin-bottom: 4px;
  color: var(--teal-deep);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
}

.lh-site .affiliation-copy {
  color: var(--ink-soft);
  font-size: 0.77rem;
  line-height: 1.45;
}

.lh-site .problem-grid {
  display: grid;
  gap: 18px;
}

.lh-site :is(.problem-card) {
  position: relative;
  display: flex;
  min-height: 190px;
  padding: 30px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.lh-site :is(.problem-card)::after {
  position: absolute;
  right: -24px;
  bottom: -36px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(0, 145, 137, 0.06);
  content: "";
}

.lh-site :is(.problem-number) {
  margin-bottom: 20px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lh-site .portrait-frame .elementor-widget-image,
.lh-site .portrait-frame .elementor-widget-container,
.lh-site .portrait-frame img,
.lh-site .livestream-photo .elementor-widget-image,
.lh-site .livestream-photo .elementor-widget-container,
.lh-site .livestream-photo img,
.lh-site .clarity-photo .elementor-widget-image,
.lh-site .clarity-photo .elementor-widget-container,
.lh-site .clarity-photo img,
.lh-site .proof-image .elementor-widget-image,
.lh-site .proof-image .elementor-widget-container,
.lh-site .proof-image img {
  width: 100%;
  height: 100%;
}

.lh-site .split-grid,
.lh-site .livestream-grid,
.lh-site .clarity-grid {
  align-items: stretch;
}

.lh-site .split-grid {
  gap: clamp(48px, 8vw, 108px);
}

.lh-site .livestream-grid {
  gap: clamp(46px, 9vw, 116px);
}

.lh-site .portrait-wrap,
.lh-site .portrait-frame,
.lh-site .livestream-photo,
.lh-site .clarity-photo {
  min-height: 100%;
  align-self: stretch;
}

.lh-site .portrait-wrap {
  display: flex;
  flex-direction: column;
}

.lh-site .portrait-frame {
  flex: 1 1 auto;
}

.lh-site .portrait-frame img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 18%;
}

.lh-site .portrait-label {
  position: absolute;
  right: -20px;
  bottom: 26px;
  z-index: 2;
  width: 220px;
  max-width: 220px;
  --container-widget-width: 220px;
  --container-widget-flex-grow: 0;
  align-self: auto;
  padding: 14px 17px;
  border-radius: 12px;
  background: var(--teal-deep);
  box-shadow: 0 10px 26px rgba(0, 89, 86, 0.2);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.65;
}

.lh-site .portrait-label .elementor-widget-container {
  color: var(--white);
}

.lh-site .topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lh-site .topic-item {
  display: flex;
  min-height: 88px;
  padding: 18px;
  align-items: center;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

.lh-site .livestream-photo img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 16%;
}

.lh-site .section-livestream .micro-copy,
.lh-site .section-livestream .micro-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.lh-site .livestream-photo .live-badge,
.lh-site .livestream-photo .live-badge .elementor-widget-container,
.lh-site .livestream-photo .live-badge span {
  color: var(--white);
}

.lh-site .livestream-photo .live-badge span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lh-site .livestream-photo .live-badge i {
  display: inline-block;
  flex: 0 0 auto;
}

.lh-site .service-grid {
  display: grid;
  gap: 18px;
}

.lh-site .service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lh-site .service-card .card-link {
  width: 100%;
  margin-top: auto;
}

.lh-site .service-card .card-link .elementor-button {
  width: 100%;
  justify-content: space-between;
}

.lh-site .service-card .card-link .elementor-button-content-wrapper {
  width: 100%;
  justify-content: space-between;
}

.lh-site .service-card h3.elementor-heading-title {
  margin-bottom: 16px;
}

.lh-site .clarity-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
}

.lh-site .clarity-photo {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.lh-site .clarity-photo img {
  min-height: 430px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 42%;
}

.lh-site .price-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  width: min(280px, calc(100% - 44px));
  gap: 0;
}

.lh-site .price-card .elementor-widget-container,
.lh-site .price-card p,
.lh-site .price-card small,
.lh-site .price-card strong {
  color: var(--white);
}

.lh-site .check-list > ul,
.lh-site .outcome-list > ul,
.lh-site .chip-list > ul,
.lh-site .check-list .elementor-widget-container > ul,
.lh-site .outcome-list .elementor-widget-container > ul,
.lh-site .chip-list .elementor-widget-container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lh-site .outcome-list > ul,
.lh-site .outcome-list .elementor-widget-container > ul {
  display: grid;
  gap: 9px;
}

.lh-site .session-path-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lh-site .session-path-card {
  padding: 20px;
  border: 1px solid rgba(0, 109, 105, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.lh-site .stats-grid {
  display: grid;
}

.lh-site .stat-card {
  display: grid;
  min-height: 164px;
  padding: 24px;
  grid-template-rows: 64px auto;
  align-content: start;
  border-right: 1px solid var(--line);
}

.lh-site .stat-card:last-child {
  border-right: 0;
}

.lh-site .stat-value .elementor-heading-title,
.lh-site .stat-value .elementor-widget-container > strong {
  display: flex;
  min-height: 64px;
  align-items: flex-end;
  margin: 0;
  color: var(--teal-deep);
  font-size: clamp(2rem, 3.7vw, 3rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.92;
  white-space: nowrap;
}

.lh-site .proof-content {
  display: grid;
  gap: 26px;
}

.lh-site .proof-image img {
  object-fit: cover;
  object-position: center;
}

.lh-site .testimonial-stack {
  display: flex;
  flex-direction: column;
}

.lh-site .testimonial-stack {
  gap: 18px;
}

.lh-site .testimonial-small {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  justify-content: space-between;
}

.lh-site .testimonial-card {
  display: flex;
  min-height: 220px;
  padding: 34px;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  border-radius: 20px;
  background: var(--teal-deep);
  color: var(--white);
}

.lh-site .testimonial-card:last-child {
  background: var(--ink);
}

.lh-site .testimonial-card .testimonial-quote,
.lh-site .testimonial-card .testimonial-quote blockquote,
.lh-site .testimonial-card .testimonial-author,
.lh-site .testimonial-card .testimonial-author p {
  color: var(--white);
}

.lh-site .testimonial-card .testimonial-quote blockquote {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.3;
}

.lh-site .testimonial-card .testimonial-author {
  margin-top: 24px;
  font-size: 0.75rem;
  font-weight: 650;
  opacity: 0.74;
}

.lh-site .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.8vw, 1.2rem);
}

.lh-site .testimonial-grid:focus-visible {
  outline: 3px solid var(--e-global-color-lhfocus, #ffbf47);
  outline-offset: 5px;
  border-radius: 20px;
}

.lh-site .testimonial-quote {
  color: #244745;
  font-size: clamp(0.9rem, 1.05vw, 0.98rem);
  font-weight: 650;
  line-height: 1.55;
}

.lh-site .testimonial-author {
  margin-top: auto;
  color: var(--teal-deep);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.4;
}

.lh-site .resource-list,
.lh-site .resource-item {
  width: 100%;
}

.lh-site .resource-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.lh-site .resource-item:last-child {
  border-bottom: 0;
}

.lh-site .resource-item .resource-link {
  justify-self: end;
}

.lh-site .final-cta-inner {
  flex-direction: row;
  gap: 76px;
}

.lh-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.2fr;
  gap: 42px;
}

.lh-footer .footer-brand-logo {
  width: min(100%, 236px);
}

.lh-footer .footer-brand-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Match the full-width linked logo used in the approved footer. */
.lh-footer .footer-brand-logo.elementor-widget-image a img[src$=".svg"] {
  width: 100%;
}

.lh-footer .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.lh-footer .footer-link .elementor-button {
  min-height: 40px;
  padding: 7px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.78);
  font-family: inherit;
  font-size: 0.88rem;
  justify-content: flex-start;
  text-align: left;
}

.lh-footer .footer-link .elementor-button:hover {
  color: var(--white);
  text-decoration: underline;
}

@media (min-width: 1081px) {
  .lh-footer .footer-link .elementor-button {
    font-size: 0.78rem;
    font-weight: 400;
    white-space: nowrap;
  }
}

.lh-footer .footer-bottom {
  flex-direction: row;
  gap: 30px;
}

.lh-footer .mobile-action-bar {
  display: none;
}

@media (max-width: 1080px) {
  .lh-header .brand-link {
    width: clamp(180px, 18vw, 224px);
    flex: 0 0 clamp(180px, 18vw, 224px);
  }

  .lh-header .desktop-nav .elementor-nav-menu--main .elementor-nav-menu {
    gap: 15px;
  }

  .lh-header .desktop-nav .elementor-item {
    font-size: 0.78rem;
  }

  .lh-header .phone-link {
    display: block;
  }

  .lh-header .phone-link .elementor-button {
    width: 44px;
    padding: 8px;
  }

  .lh-header .phone-link .elementor-button-text {
    font-size: 0;
  }

  .lh-header .phone-link .elementor-button::before {
    content: "☎";
    font-size: 0.95rem;
    line-height: 1;
  }

  .lh-site .hero-grid {
    gap: 44px;
  }

  .lh-site .affiliation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lh-site .affiliation-item {
    border-bottom: 1px solid var(--line);
  }

  .lh-site .affiliation-item:nth-child(3n) {
    border-right: 0;
  }

  .lh-site .affiliation-item:nth-last-child(-n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 980px) {
  .lh-site .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .lh-header .header-inner {
    min-height: 78px;
  }
}

@media (max-width: 900px) {
  .lh-header .desktop-nav .elementor-nav-menu--main,
  .lh-header .header-actions {
    display: none !important;
  }

  .lh-header .desktop-nav {
    display: block;
  }

  .lh-header .desktop-nav .elementor-menu-toggle {
    display: flex;
    width: auto;
    min-width: 62px;
    height: 44px;
    padding: 0 13px;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1;
  }

  .lh-header .desktop-nav .elementor-menu-toggle svg {
    display: none;
  }

  .lh-header .desktop-nav .elementor-menu-toggle::after {
    content: "Menu";
  }

  .lh-header .desktop-nav .elementor-menu-toggle[aria-expanded="true"] + .elementor-nav-menu--dropdown {
    display: block;
  }

  .lh-header .desktop-nav .elementor-nav-menu--dropdown li.lh-mobile-only {
    display: list-item;
  }

  .lh-site .proof-strip-inner,
  .lh-site .session-path-list {
    grid-template-columns: 1fr;
  }

  .lh-site .split-grid {
    align-items: start;
  }

  .lh-site .clarity-grid {
    gap: 2.25rem;
  }

  .lh-site .proof-item {
    min-height: 44px;
    padding: 11px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
  }

  .lh-site .proof-item:last-child {
    border-bottom: 0;
  }

  .lh-site .proof-item .elementor-widget-container {
    justify-content: flex-start;
  }

  .lh-site .affiliation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh-site .affiliation-item,
  .lh-site .affiliation-item:nth-child(3n) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .lh-site .affiliation-item:nth-child(2n) {
    border-right: 0;
  }

  .lh-site .affiliation-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .lh-site .final-cta-inner,
  .lh-footer .footer-bottom {
    flex-direction: column;
  }

  .lh-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .lh-site .hero > .hero-grid {
    gap: 36px;
  }

  .lh-header .brand-link {
    width: clamp(166px, 47vw, 196px);
    flex-basis: clamp(166px, 47vw, 196px);
  }

  .lh-site .hero-title .elementor-heading-title {
    font-size: clamp(2.25rem, 10vw, 3.05rem);
  }

  .lh-site .hero-stamp {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .lh-site .hero-media .elementor-widget-image img {
    height: clamp(360px, 72vw, 520px);
    object-position: 50% 25%;
  }

  .lh-site .button-row,
  .lh-site .about-actions {
    width: 100%;
    flex-direction: column;
  }

  .lh-site .section-heading-row {
    gap: 18px;
  }

  .lh-site .button-row > .elementor-element,
  .lh-site .about-actions > .elementor-element,
  .lh-site .button-row .elementor-button,
  .lh-site .about-actions .elementor-button {
    width: 100%;
  }

  .lh-site .lh-text-link.elementor-widget-button,
  .lh-site .lh-text-link.elementor-widget-button .elementor-button {
    width: auto;
  }

  .lh-site .affiliation-grid,
  .lh-site .topic-grid,
  .lh-site .testimonial-grid,
  .lh-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .lh-site .testimonial-card {
    min-height: 190px;
    padding: 28px 24px;
  }

  .lh-site .affiliation-item,
  .lh-site .affiliation-item:nth-child(2n),
  .lh-site .affiliation-item:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lh-site .affiliation-item:last-child {
    border-bottom: 0;
  }

  .lh-site .clarity-photo img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .lh-site .resource-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px 16px;
  }

  .lh-site .portrait-wrap,
  .lh-site .portrait-frame,
  .lh-site .livestream-photo,
  .lh-site .clarity-photo {
    min-height: 0;
  }

  .lh-site .portrait-frame img {
    height: auto;
    aspect-ratio: 2 / 2.7;
  }

  .lh-site .livestream-photo img {
    height: auto;
    aspect-ratio: 3 / 4.3;
  }

  .lh-site .resource-description {
    display: none;
  }

  .lh-footer .footer-link .elementor-button {
    min-height: 44px;
  }

  .lh-site .final-cta-inner {
    gap: 30px;
  }

  .lh-footer .footer-grid {
    gap: 38px;
  }

  .lh-footer .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: grid;
    width: 100%;
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    grid-template-columns: 1.3fr 0.7fr;
    gap: 8px;
    border-top: 1px solid rgba(48, 52, 52, 0.14);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -12px 30px rgba(34, 65, 63, 0.12);
    backdrop-filter: blur(14px);
  }

  .lh-footer .mobile-action-bar .elementor-button {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
  }
}

@media (max-width: 560px) {
  .lh-site .testimonial-grid {
    display: grid;
    width: 100%;
    padding: 4px 2px 16px;
    gap: clamp(0.85rem, 4vw, 1.2rem);
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: min(84vw, 320px);
    grid-auto-flow: column;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .lh-site .testimonial-grid > .elementor-element {
    width: auto;
    min-width: 0;
    scroll-snap-align: start;
  }

  .lh-site .stat-card {
    min-height: 130px;
    grid-template-rows: 56px auto;
  }

  .lh-site .stat-value .elementor-heading-title,
  .lh-site .stat-value .elementor-widget-container > strong {
    min-height: 56px;
  }
}

@media (max-width: 430px) {
  .lh-site .affiliation-grid {
    grid-template-columns: 1fr;
  }

  .lh-site .testimonial-card {
    min-height: 170px;
  }
}

@media (max-width: 420px) {
  .lh-header .brand-link {
    width: 154px;
    flex-basis: 154px;
  }

  .lh-site .hero-title .elementor-heading-title {
    font-size: 2.2rem;
  }

  .lh-site .hero-stamp {
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lh-site *,
  .lh-header *,
  .lh-footer * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Gate 10A shared-component parity corrections against the approved Sites build. */
.lh-site .problem-card {
  display: block;
  min-height: 164px;
  padding: 30px 32px 28px 84px;
}

.lh-site .problem-card::after {
  right: -28px;
  bottom: -36px;
  width: 100px;
  height: 100px;
  border-width: 18px;
}

.lh-site .problem-number {
  position: absolute;
  top: 28px;
  left: 28px;
  margin: 0;
  color: var(--teal);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.lh-site :is(.problem-card) > .elementor-widget-text-editor:not(.problem-number),
.lh-site :is(.problem-card) > .elementor-widget-text-editor:not(.problem-number) p {
  margin: 0;
  color: var(--ink);
  font-size: 0.99rem;
  font-weight: 600;
  line-height: 1.55;
}

.lh-site :is(.chip-list) > ul,
.lh-site :is(.chip-list) .elementor-widget-container > ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 9px;
}

.lh-site :is(.portrait-wrap, .portrait-frame) {
  height: 1080px;
  min-height: 1080px;
}

.lh-site .portrait-wrap > .portrait-label.elementor-widget {
  right: -20px;
  bottom: 26px;
  width: 220px;
  max-width: 220px;
  --container-widget-width: 220px;
  --container-widget-flex-grow: 0;
  align-self: auto;
  line-height: 1.65;
}

.lh-site :is(.livestream-photo) {
  height: 1096px;
  min-height: 1096px;
}

.lh-site :is(.clarity-photo) {
  height: 1122px;
  min-height: 1122px;
  overflow: visible;
  border-radius: 0;
}

.lh-site :is(.portrait-frame, .livestream-photo, .clarity-photo) :is(.elementor-widget-image, .elementor-widget-container, img) {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
}

.lh-site :is(.price-card) {
  right: -18px;
  bottom: 0;
  width: auto;
  min-width: 190px;
}

.lh-site :is(.livestream-grid, .clarity-grid) {
  align-items: center;
}

.lh-site :is(.session-path) {
  gap: 50px;
}

.lh-site :is(.session-path-list) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
}

.lh-site :is(.session-path-card) {
  display: block;
  min-height: 187.09px;
  padding: 22px;
  border: 0;
  border-radius: 0;
  background: var(--white);
}

.lh-site :is(.session-path-label) {
  display: block;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lh-site :is(.session-path-title) {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.4;
}

.lh-site :is(.session-path-title) strong {
  display: block;
  color: inherit;
  font: inherit;
}

.lh-site :is(.session-path-card) > .elementor-widget-text-editor:not(.session-path-label):not(.session-path-title),
.lh-site :is(.session-path-card) > .elementor-widget-text-editor:not(.session-path-label):not(.session-path-title) p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.52;
}

.lh-site :is(.affiliation-grid) {
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lh-site :is(.affiliation-item) {
  min-height: 182px;
  padding: 12px 18px;
  grid-template-rows: 74px auto 1fr;
  align-items: start;
  row-gap: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
}

.lh-site :is(.affiliation-logo-frame) {
  margin: 0 auto;
}

.lh-site :is(.affiliation-role) {
  margin-bottom: 0;
}

@media (max-width: 1080px) {
  .lh-site :is(.affiliation-grid) {
    gap: 1px;
    background: var(--line);
  }

  .lh-site :is(.affiliation-item),
  .lh-site :is(.affiliation-item:nth-child(2n)),
  .lh-site :is(.affiliation-item:nth-child(3n)) {
    border-right: 0;
    border-bottom: 0;
    background: var(--mist);
  }
}

@media (max-width: 900px) {
  .lh-site :is(.clarity-photo) {
    max-width: 760px;
  }
}

@media (min-width: 721px) and (max-width: 1080px) {
  .lh-site :is(.session-path-heading) {
    min-height: 107.89px;
  }
}

@media (max-width: 720px) {
  .lh-site :is(.problem-card) {
    min-height: auto;
    padding: 24px 22px 24px 64px;
  }

  .lh-site :is(.problem-number) {
    top: 24px;
    left: 22px;
  }

  .lh-site .portrait-wrap > .portrait-label.elementor-widget {
    right: -8px;
  }

  .lh-site :is(.price-card) {
    right: 12px;
  }

  .lh-site :is(.session-path) {
    gap: 24px;
  }

  .lh-site :is(.session-path-list) {
    grid-template-columns: 1fr;
  }

  .lh-site :is(.session-path-heading) {
    min-height: 175.78px;
  }

  .lh-site :is(.session-path-card) {
    min-height: 147.53px;
  }

  .lh-site :is(.affiliation-item) {
    min-height: 166px;
    grid-template-rows: 70px auto 1fr;
  }
}

@media (max-width: 430px) {
  .lh-site :is(.affiliation-item) {
    min-height: 166px;
  }
}

@media (max-width: 420px) {
  .lh-site :is(.price-card) {
    min-width: 168px;
  }
}

.lh-legal h1,
.lh-legal h1.elementor-heading-title {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 3.65rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lh-legal a {
  overflow-wrap: anywhere;
}

/* Elementor strips CSS escape slashes from Kit custom CSS; keep marker glyphs literal. */
.lh-site .outcome-list li::before,
.lh-site .check-list li::before,
.lh-site .proof-strip-inner span::before,
.lh-site .case-modal-list li::before,
.lh-site .proof-item .elementor-widget-container::before {
  content: "✓";
}

.lh-system-page {
  width: 100%;
  max-width: 1180px;
  min-height: 58vh;
  margin-inline: auto;
  padding: clamp(64px, 9vw, 120px) clamp(20px, 4vw, 48px);
  gap: 28px;
}

.lh-system-page h1 {
  margin: 0;
  color: var(--teal);
  font-size: clamp(2.4rem, 5vw, 3.65rem);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lh-search-results .elementor-widget-archive-title,
.lh-search-results .elementor-widget-archive-posts {
  width: 100%;
}

.lh-search-results .elementor-posts-container {
  row-gap: 28px;
}

.lh-search-results .elementor-post {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.lh-search-results .elementor-post__text {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.lh-search-results .elementor-post__title {
  margin: 0 0 10px;
}

.lh-search-results .elementor-post__meta-data {
  display: none;
}

.lh-search-results .elementor-post__excerpt {
  margin-bottom: 18px;
}

.lh-search-results .elementor-post__read-more {
  margin-top: auto;
}

.lh-error-404 {
  text-align: center;
}

.lh-error-404 .elementor-widget-heading,
.lh-error-404 .elementor-widget-text-editor,
.lh-error-404 .elementor-widget-button {
  max-width: 720px;
}

.lh-error-404 .elementor-widget-button {
  width: auto;
}

@media (max-width: 720px) {
  .lh-system-page {
    min-height: 52vh;
    padding-block: 56px;
  }

  .lh-search-results .elementor-post__text {
    padding: 20px;
  }
}

/* LH MIGRATION MANAGED CSS END *//* End custom CSS */