body.has-lh11-landing .entry-title,
body.has-lh11-landing .page-title,
body.has-lh11-landing .archive-title,
body.has-lh11-landing .entry-header,
body.has-lh11-landing .post .entry-title,
body.has-lh11-landing .page .entry-title,
body.has-lh11-landing .title-post,
body.has-lh11-landing .single-post-header,
body.has-lh11-landing .page-header,
body:has(.lh11-page) .entry-title,
body:has(.lh11-page) .page-title,
body:has(.lh11-page) .archive-title,
body:has(.lh11-page) .entry-header,
body:has(.lh11-page) .post .entry-title,
body:has(.lh11-page) .page .entry-title,
body:has(.lh11-page) .title-post,
body:has(.lh11-page) .single-post-header,
body:has(.lh11-page) .page-header {
  display: none !important;
}

body.has-lh11-landing .entry-content,
body.has-lh11-landing .post-content,
body.has-lh11-landing article,
body.has-lh11-landing .content-wrapper,
body.has-lh11-landing .site-content,
body.has-lh11-landing .content-area,
body.has-lh11-landing #primary,
body.has-lh11-landing #main,
body:has(.lh11-page) .entry-content,
body:has(.lh11-page) .post-content,
body:has(.lh11-page) article,
body:has(.lh11-page) .content-wrapper,
body:has(.lh11-page) .site-content,
body:has(.lh11-page) .content-area,
body:has(.lh11-page) #primary,
body:has(.lh11-page) #main {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.lh11-page {
  --lh11-gold: #e5a93d;
  --lh11-gold-dark: #d4982c;
  --lh11-cream: #f9f8f6;
  --lh11-brown: #4a3b32;
  --lh11-dark: #1c1917;
  --lh11-text: #292524;
  --lh11-muted: #57534e;
  --lh11-border: #e7e5e4;
  color: var(--lh11-text);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #fff;
}

.lh11-page * {
  box-sizing: border-box;
}

.lh11-page a {
  text-decoration: none;
}

.lh11-container {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
}

.lh11-center {
  text-align: center;
}

.lh11-icon {
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
}

.lh11-icon-18 { width: 18px; height: 18px; }
.lh11-icon-20 { width: 20px; height: 20px; }
.lh11-icon-22 { width: 22px; height: 22px; }
.lh11-icon-24 { width: 24px; height: 24px; }
.lh11-icon-30 { width: 30px; height: 30px; }
.lh11-icon-32 { width: 32px; height: 32px; }
.lh11-gold { color: var(--lh11-gold); }
.lh11-muted { color: #a8a29e; }

.lh11-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.lh11-btn:hover {
  transform: translateY(-1px);
}

.lh11-btn-gold {
  background: var(--lh11-gold);
  color: #fff;
}

.lh11-btn-gold:hover {
  background: var(--lh11-gold-dark);
  color: #fff;
}

.lh11-btn-full {
  width: 100%;
}

.lh11-btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.lh11-btn-whatsapp:hover {
  background: #1ebd57;
  color: #fff;
}

.lh11-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0,0,0,.06), 0 2px 10px rgba(0,0,0,.03);
}

.lh11-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lh11-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lh11-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid var(--lh11-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lh11-gold);
  font-weight: 700;
  font-size: 20px;
}

.lh11-logo-text {
  display: flex;
  flex-direction: column;
}

.lh11-logo-title {
  color: #1c1917;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
}

.lh11-logo-sub {
  color: #78716c;
  font-size: 10px;
  letter-spacing: .32em;
  margin-top: 4px;
}

.lh11-mobile-menu {
  display: none;
  background: transparent;
  border: 0;
  color: #57534e;
  padding: 8px;
}

.lh11-hero {
  position: relative;
  min-height: 760px;
  background: #1c1917;
  overflow: hidden;
}

.lh11-hero-slides,
.lh11-hero-slide,
.lh11-hero-slide img,
.lh11-hero-overlay {
  position: absolute;
  inset: 0;
}

.lh11-hero-slide {
  opacity: 0;
  transition: opacity 1s ease;
}

.lh11-hero-slide.is-active {
  opacity: 1;
}

.lh11-hero-slide img,
.lh11-showroom-image,
.lh11-bottom-cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh11-hero-overlay,
.lh11-showroom-bg,
.lh11-bottom-cta-overlay {
  background: rgba(0,0,0,.6);
}

.lh11-project-label {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  padding: 8px 12px;
  border-radius: 6px;
  background: rgba(0,0,0,.4);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.lh11-hero-content-wrap,
.lh11-showroom-inner,
.lh11-bottom-cta-grid {
  position: relative;
  z-index: 4;
}

.lh11-hero-content-wrap {
  padding: 64px 0 96px;
}

.lh11-hero-grid,
.lh11-support-grid,
.lh11-service-grid,
.lh11-bottom-cta-grid,
.lh11-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lh11-hero-copy {
  position: relative;
  min-height: 520px;
}

.lh11-hero-copy-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
  color: #fff;
}

.lh11-hero-copy-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.lh11-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(229,169,61,.2);
  border: 1px solid rgba(229,169,61,.3);
  color: var(--lh11-gold);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  margin-bottom: 24px;
  letter-spacing: .04em;
}

.lh11-hero h1,
.lh11-section-head h2,
.lh11-showroom h2,
.lh11-bottom-copy h2,
.lh11-support h2,
.lh11-service-areas h2,
.lh11-faq h2,
.lh11-reviews h2,
.lh11-projects h2,
.lh11-features h2,
.lh11-solutions h2,
.lh11-process h2,
.lh11-stages h2 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -.03em;
}

.lh11-hero h1 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.1;
  margin-bottom: 24px;
  color: #fff;
}

.lh11-hero-subtitle,
.lh11-section-head p,
.lh11-showroom p,
.lh11-bottom-text,
.lh11-support-copy,
.lh11-service-areas p,
.lh11-section-intro {
  font-size: 20px;
  line-height: 1.75;
}

.lh11-hero-subtitle {
  color: #e7e5e4;
  margin: 0 0 28px;
}

.lh11-hero-checks p,
.lh11-bottom-list li,
.lh11-support-list li,
.lh11-contact-lines p,
.lh11-footer-lines p,
.lh11-stage-card li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lh11-hero-checks p {
  font-weight: 600;
  margin: 0 0 28px;
}

.lh11-video-card {
  display: inline-block;
  padding: 16px;
  background: rgba(0,0,0,.5);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
}

.lh11-video-card p {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}

.lh11-video-thumb {
  position: relative;
  width: 192px;
  height: 112px;
  border-radius: 8px;
  overflow: hidden;
  background: #292524;
}

.lh11-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
  transition: opacity .2s ease;
}

.lh11-video-thumb:hover img {
  opacity: 1;
}

.lh11-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lh11-video-play::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 999px;
  background: rgba(255,255,255,.2);
  backdrop-filter: blur(4px);
}

.lh11-video-play .lh11-icon {
  color: #fff;
  position: relative;
  z-index: 2;
  transform: translateX(1px);
}

.lh11-hero-form-wrap,
.lh11-bottom-form-wrap {
  display: flex;
  justify-content: flex-end;
}

.lh11-form-card {
  width: 100%;
  max-width: 448px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0,0,0,.28);
  padding: 24px 24px 28px;
}

.lh11-form-card h3 {
  margin: 0 0 24px;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.2;
  text-align: center;
}

.lh11-form {
  display: grid;
  gap: 16px;
}

.lh11-form label {
  display: grid;
  gap: 6px;
}

.lh11-form label > span {
  font-size: 12px;
  font-weight: 500;
  color: #44403c;
}

.lh11-form input,
.lh11-form select {
  width: 100%;
  border: 1px solid #d6d3d1;
  border-radius: 4px;
  padding: 11px 12px;
  font-size: 14px;
  color: var(--lh11-text);
  background: #fff;
}

.lh11-form input:focus,
.lh11-form select:focus {
  outline: none;
  border-color: var(--lh11-gold);
  box-shadow: 0 0 0 1px var(--lh11-gold);
}

.lh11-checkbox {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px !important;
}

.lh11-checkbox input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.lh11-checkbox span {
  font-size: 10px !important;
  line-height: 1.45;
  color: #78716c !important;
}

.lh11-reviews,
.lh11-projects,
.lh11-features,
.lh11-solutions,
.lh11-process,
.lh11-stages,
.lh11-service-areas,
.lh11-faq {
  padding: 80px 0;
}

.lh11-reviews,
.lh11-features,
.lh11-footer,
.lh11-form-card,
.lh11-service-card,
.lh11-stage-card {
  background: var(--lh11-cream);
}

.lh11-partners-band,
.lh11-showroom,
.lh11-support,
.lh11-bottom-cta {
  position: relative;
  overflow: hidden;
}

.lh11-reviews h2,
.lh11-projects h2,
.lh11-features h2,
.lh11-solutions h2,
.lh11-process h2,
.lh11-stages h2,
.lh11-service-areas h2,
.lh11-faq h2,
.lh11-showroom h2,
.lh11-bottom-copy h2,
.lh11-support h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
}

.lh11-section-intro,
.lh11-section-head p,
.lh11-showroom p,
.lh11-service-areas p,
.lh11-support-copy,
.lh11-bottom-text {
  max-width: 760px;
  color: #57534e;
  margin: 16px auto 0;
}

.lh11-review-shell {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.lh11-review-card-wrap {
  position: relative;
  min-height: 280px;
}

.lh11-review-card {
  position: absolute;
  inset: 0;
  background: #fff;
  border: 1px solid #f5f5f4;
  border-radius: 12px;
  padding: 32px 48px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity .35s ease, transform .35s ease;
}

.lh11-review-card.is-active {
  opacity: 1;
  transform: translateX(0);
}

.lh11-stars {
  color: var(--lh11-gold);
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.lh11-review-text {
  margin: 0 0 24px;
  color: #44403c;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.6;
  font-style: italic;
}

.lh11-review-author {
  margin: 0;
  color: #1c1917;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
}

.lh11-review-location {
  margin: 6px 0 0;
  color: #78716c;
  font-size: 12px;
  letter-spacing: .24em;
}

.lh11-review-nav {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  transform: translateY(-50%);
  color: #57534e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.lh11-review-nav:hover {
  color: var(--lh11-gold);
}

.lh11-review-nav.prev { left: -48px; }
.lh11-review-nav.next { right: -48px; }

.lh11-review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.lh11-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #d6d3d1;
  transition: background .2s ease;
}

.lh11-dot.is-active {
  background: var(--lh11-gold);
}

.lh11-partners-band {
  background: #1c1917;
  padding: 64px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.lh11-mini-kicker,
.lh11-kicker {
  color: var(--lh11-gold);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .25em;
  font-weight: 600;
  margin: 0 0 16px;
}

.lh11-partners-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.lh11-partner-main,
.lh11-partner-list {
  display: flex;
  align-items: center;
}

.lh11-partner-main {
  flex-direction: column;
  gap: 8px;
}

.lh11-partner-label {
  color: #a8a29e;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .24em;
}

.lh11-partner-brand {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}

.lh11-partner-divider {
  width: 1px;
  height: 48px;
  background: #44403c;
}

.lh11-partner-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 64px;
}

.lh11-partner-list span {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.lh11-project-grid,
.lh11-feature-grid,
.lh11-solution-grid,
.lh11-stage-grid {
  display: grid;
  gap: 24px;
}

.lh11-project-grid,
.lh11-feature-grid,
.lh11-solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.lh11-stage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.lh11-project-card {
  position: relative;
  min-height: 256px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.lh11-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.lh11-project-card:hover img {
  transform: scale(1.1);
}

.lh11-project-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.2), transparent);
}

.lh11-project-overlay h3,
.lh11-developers-strip h3,
.lh11-feature-card h3,
.lh11-process-card h3,
.lh11-stage-card h3,
.lh11-support h3,
.lh11-footer h4,
.lh11-service-card h3 {
  margin: 0;
  font-weight: 700;
}

.lh11-project-overlay h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 6px;
}

.lh11-project-overlay p {
  margin: 0;
  color: #d6d3d1;
  font-size: 14px;
}

.lh11-developers-strip {
  text-align: center;
  border-top: 1px solid var(--lh11-border);
  margin-top: 64px;
  padding-top: 64px;
}

.lh11-developers-strip h3 {
  color: #1c1917;
  font-size: 30px;
  margin-bottom: 40px;
}

.lh11-developers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 48px;
  opacity: .7;
  filter: grayscale(1);
}

.lh11-developers-list span {
  color: #292524;
  font-size: 24px;
  font-weight: 700;
}

.lh11-features {
  background: var(--lh11-cream);
}

.lh11-feature-card,
.lh11-solution-card,
.lh11-process-card,
.lh11-stage-card,
.lh11-service-card {
  border-radius: 18px;
}

.lh11-feature-card {
  background: var(--lh11-brown);
  color: #fff;
  padding: 32px;
}

.lh11-feature-card p {
  margin: 12px 0 0;
  color: #d6d3d1;
  font-size: 14px;
  line-height: 1.75;
}

.lh11-feature-icon {
  margin-bottom: 24px;
  color: #fff;
}

.lh11-feature-card h3 {
  font-size: 24px;
}

.lh11-showroom {
  padding: 96px 0;
  background: #1c1917;
}

.lh11-showroom-bg,
.lh11-showroom-image,
.lh11-bottom-cta-image,
.lh11-bottom-cta-overlay {
  position: absolute;
  inset: 0;
}

.lh11-showroom-image {
  opacity: .4;
}

.lh11-showroom-inner {
  max-width: 900px;
}

.lh11-showroom h2,
.lh11-showroom p,
.lh11-bottom-copy h2,
.lh11-bottom-copy p,
.lh11-bottom-list span,
.lh11-support h2,
.lh11-support-copy,
.lh11-support-list span {
  color: #fff;
}

.lh11-showroom p {
  color: #e7e5e4;
  margin-bottom: 40px;
}

.lh11-showroom-btn {
  flex-direction: column;
  gap: 2px;
  padding-inline: 32px;
  text-align: center;
}

.lh11-showroom-btn span {
  font-size: 14px;
  font-weight: 400;
}

.lh11-solutions-image-wrap {
  margin: 0 0 48px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.lh11-solutions-image-wrap img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.lh11-solution-card {
  background: var(--lh11-brown);
  color: #fff;
  padding: 32px;
}

.lh11-solution-problem-title {
  color: var(--lh11-gold);
  font-size: 20px;
  margin: 0 0 12px;
}

.lh11-solution-label {
  font-weight: 700;
  margin: 0 0 8px;
}

.lh11-solution-label-top {
  margin-top: 24px;
}

.lh11-solution-copy {
  margin: 0;
  color: #d6d3d1;
  line-height: 1.75;
  font-size: 14px;
}

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

.lh11-process-card {
  background: #f5f1e9;
  padding: 32px;
}

.lh11-step-no {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(28,25,23,.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.lh11-process-card h3 {
  font-size: 20px;
  color: #1c1917;
  margin-bottom: 8px;
}

.lh11-process-card p,
.lh11-stage-card p,
.lh11-service-areas p,
.lh11-footer-copy,
.lh11-footer-meta,
.lh11-footer-lines span,
.lh11-contact-lines span,
.lh11-faq-answer p {
  color: #57534e;
  line-height: 1.7;
}

.lh11-support {
  padding: 80px 0;
  background: var(--lh11-brown);
}

.lh11-support h2 {
  margin-bottom: 16px;
}

.lh11-support h3 {
  color: var(--lh11-gold);
  font-size: 30px;
  margin-bottom: 24px;
}

.lh11-support-copy {
  margin: 0 0 32px;
  color: #d6d3d1;
}

.lh11-support-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 16px;
}

.lh11-support-list li {
  color: #fff;
}

.lh11-support-list strong {
  font-weight: 700;
}

.lh11-support-image-card {
  position: relative;
  min-height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,.3);
}

.lh11-support-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lh11-support-quote {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  background: linear-gradient(to top, rgba(0,0,0,.6), transparent);
}

.lh11-stage-card {
  border: 1px solid #e7e5e4;
  padding: 40px;
}

.lh11-stage-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(229,169,61,.1);
  color: var(--lh11-gold);
  margin-bottom: 24px;
}

.lh11-stage-card h3 {
  color: #1c1917;
  font-size: 32px;
  margin-bottom: 16px;
}

.lh11-stage-card p {
  margin: 0 0 24px;
}

.lh11-stage-card ul,
.lh11-bottom-list,
.lh11-support-list,
.lh11-contact-lines,
.lh11-footer-lines {
  list-style: none;
  padding: 0;
}

.lh11-stage-card ul {
  margin: 0;
  display: grid;
  gap: 12px;
}

.lh11-stage-card li {
  font-weight: 500;
  color: #44403c;
}

.lh11-service-grid {
  align-items: center;
}

.lh11-contact-lines {
  margin: 32px 0 0;
  display: grid;
  gap: 16px;
}

.lh11-contact-lines p {
  margin: 0;
}

.lh11-contact-lines span {
  font-size: 24px;
  color: #44403c;
}

.lh11-service-card {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  text-align: center;
}

.lh11-service-card h3 {
  font-size: 32px;
  color: #292524;
}

.lh11-faq {
  border-top: 1px solid #f5f5f4;
}

.lh11-faq-list {
  display: grid;
  gap: 8px;
}

.lh11-faq-item {
  border-bottom: 1px solid #e7e5e4;
}

.lh11-faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  color: #292524;
  font-weight: 600;
  font-size: 18px;
}

.lh11-faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  color: #a8a29e;
}

.lh11-faq-icon .lh11-icon {
  position: absolute;
  inset: 0;
}

.lh11-faq-up { opacity: 0; }
.lh11-faq-down { opacity: 1; }

.lh11-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s ease;
}

.lh11-faq-answer p {
  margin: 0 0 20px;
  font-size: 15px;
}

.lh11-faq-item.is-open .lh11-faq-answer {
  max-height: 300px;
}

.lh11-faq-item.is-open .lh11-faq-up { opacity: 1; }
.lh11-faq-item.is-open .lh11-faq-down { opacity: 0; }

.lh11-bottom-cta {
  padding: 80px 0;
  background: #1c1917;
}

.lh11-bottom-cta-image {
  opacity: .3;
}

.lh11-bottom-copy h2 {
  margin-bottom: 24px;
}

.lh11-bottom-text {
  margin: 0 0 32px;
  color: #d6d3d1;
}

.lh11-bottom-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.lh11-footer {
  padding: 48px 0;
  border-top: 1px solid var(--lh11-border);
}

.lh11-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}

.lh11-footer .lh11-logo {
  margin-bottom: 24px;
}

.lh11-footer-copy {
  max-width: 580px;
  margin: 0 0 24px;
}

.lh11-footer-meta {
  margin: 0;
  font-size: 14px;
}

.lh11-footer-meta a {
  text-decoration: underline;
  color: inherit;
}

.lh11-footer-contact {
  text-align: right;
}

.lh11-footer-contact h4 {
  color: #1c1917;
  font-size: 18px;
  margin-bottom: 16px;
}

.lh11-footer-lines {
  display: inline-grid;
  gap: 12px;
  text-align: left;
  margin: 0;
}

.lh11-footer-lines p {
  margin: 0;
}

.lh11-footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--lh11-border);
  color: #78716c;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .lh11-review-nav.prev { left: -16px; }
  .lh11-review-nav.next { right: -16px; }
  .lh11-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .lh11-hero-grid,
  .lh11-service-grid,
  .lh11-support-grid,
  .lh11-bottom-cta-grid,
  .lh11-faq-grid,
  .lh11-footer-grid {
    grid-template-columns: 1fr;
  }

  .lh11-project-grid,
  .lh11-feature-grid,
  .lh11-solution-grid,
  .lh11-stage-grid,
  .lh11-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lh11-hero-copy {
    min-height: 430px;
  }

  .lh11-hero-form-wrap,
  .lh11-bottom-form-wrap,
  .lh11-footer-contact {
    justify-content: flex-start;
    text-align: left;
  }

  .lh11-review-shell {
    max-width: 100%;
  }

  .lh11-review-nav.prev { left: 8px; }
  .lh11-review-nav.next { right: 8px; }
}

@media (max-width: 767px) {
  .lh11-container {
    width: min(100%, calc(100% - 24px));
  }

  .lh11-header-cta {
    display: none;
  }

  .lh11-mobile-menu {
    display: inline-flex;
  }

  .lh11-hero {
    min-height: auto;
  }

  .lh11-hero-content-wrap {
    padding: 40px 0 56px;
  }

  .lh11-hero-copy {
    min-height: 480px;
  }

  .lh11-hero-subtitle,
  .lh11-section-head p,
  .lh11-showroom p,
  .lh11-service-areas p,
  .lh11-support-copy,
  .lh11-section-intro,
  .lh11-bottom-text {
    font-size: 17px;
    line-height: 1.7;
  }

  .lh11-review-card {
    padding: 28px 24px;
    min-height: 340px;
  }

  .lh11-review-nav {
    display: none;
  }

  .lh11-partners-grid {
    flex-direction: column;
    gap: 24px;
  }

  .lh11-partner-divider {
    display: none;
  }

  .lh11-partner-brand {
    font-size: 42px;
  }

  .lh11-partner-list span,
  .lh11-developers-list span {
    font-size: 22px;
  }

  .lh11-project-grid,
  .lh11-feature-grid,
  .lh11-solution-grid,
  .lh11-stage-grid,
  .lh11-process-grid {
    grid-template-columns: 1fr;
  }

  .lh11-process-card,
  .lh11-feature-card,
  .lh11-solution-card,
  .lh11-stage-card,
  .lh11-service-card {
    padding: 28px;
  }

  .lh11-solutions-image-wrap img,
  .lh11-support-image-card {
    height: 320px;
    min-height: 320px;
  }

  .lh11-support-quote {
    font-size: 18px;
    padding: 24px;
  }

  .lh11-contact-lines span {
    font-size: 20px;
  }

  .lh11-footer {
    padding: 40px 0;
  }

  .lh11-footer-bottom {
    padding-top: 24px;
  }
}


/* V8 fixes */
.lh11-header, .lh11-footer { display: none !important; }
.lh11-project-grid, .lh11-feature-grid, .lh11-solution-grid, .lh11-stage-grid, .lh11-process-grid { display: grid !important; }
.lh11-project-grid > .wp-block-column, .lh11-feature-grid > .wp-block-column, .lh11-solution-grid > .wp-block-column, .lh11-stage-grid > .wp-block-column, .lh11-process-grid > .wp-block-column { margin: 0 !important; min-width: 0; }
.lh11-showroom .wp-block-cover__inner-container, .lh11-bottom-cta .wp-block-cover__inner-container { width: 100%; max-width: none; }
.lh11-showroom .wp-block-button__link, .lh11-bottom-cta .wp-block-button__link, a.wp-block-button__link.lh11-btn { background: var(--lh11-gold) !important; color: #fff !important; border-radius: 999px !important; padding: 14px 28px !important; border: 0 !important; box-shadow: none !important; }
.lh11-showroom .wp-block-button__link:hover, .lh11-bottom-cta .wp-block-button__link:hover, a.wp-block-button__link.lh11-btn:hover { background: var(--lh11-gold-dark) !important; color: #fff !important; }
.lh11-process-grid { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; align-items: stretch; }
.lh11-process-card { padding: 24px !important; }
.lh11-process-card h3 { font-size: 18px !important; line-height: 1.3 !important; word-break: normal !important; overflow-wrap: anywhere; }
.lh11-process-card p { font-size: 14px !important; }
@media (max-width: 1200px) { .lh11-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (max-width: 767px) { .lh11-process-grid { grid-template-columns: 1fr !important; } }


/* V10 layout centering and alignment fixes */
body.has-lh11-landing, body.has-lh11-landing .site, body.has-lh11-landing .site-content, body.has-lh11-landing .entry-content { overflow-x: clip !important; }
body.has-lh11-landing .entry-content > .alignfull.lh11-page, body.has-lh11-landing .entry-content > .wp-block-group.alignfull.lh11-page { width: 100vw !important; max-width: 100vw !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; }
.lh11-page, .lh11-page .wp-block-group, .lh11-page .wp-block-cover, .lh11-page .wp-block-columns, .lh11-page .wp-block-column { box-sizing: border-box; }
.lh11-page { width: 100%; max-width: 100%; overflow: hidden; }
.lh11-container { width: min(1280px, calc(100% - 40px)) !important; margin-left: auto !important; margin-right: auto !important; }
.lh11-page, .lh11-reviews, .lh11-projects, .lh11-features, .lh11-solutions, .lh11-process, .lh11-support, .lh11-stages, .lh11-service-areas, .lh11-faq, .lh11-bottom-cta { direction: ltr; }
.lh11-review-card, .lh11-process-card, .lh11-solution-card, .lh11-stage-card, .lh11-service-card, .lh11-footer, .lh11-project-overlay { text-align: left !important; }
.lh11-center, .lh11-section-head, .lh11-reviews .lh11-center, .lh11-showroom-inner { text-align: center !important; }
.lh11-review-shell { max-width: 980px !important; margin-left: auto !important; margin-right: auto !important; }
.lh11-review-card-wrap { min-height: 320px; }
.lh11-review-card { left: 0; right: 0; width: 100%; }
.lh11-project-grid, .lh11-feature-grid, .lh11-solution-grid, .lh11-stage-grid, .lh11-process-grid { justify-items: stretch; align-items: stretch; }
.lh11-project-card, .lh11-feature-card, .lh11-solution-card, .lh11-stage-card, .lh11-process-card, .lh11-service-card { width: 100%; }
.lh11-process-grid { grid-template-columns: repeat(5, minmax(180px, 1fr)) !important; gap: 20px !important; }
.lh11-process-card { min-height: 100%; }
.lh11-process-card h3 { font-size: 17px !important; line-height: 1.35 !important; }
.lh11-process-card p { font-size: 14px !important; line-height: 1.6 !important; }
.lh11-showroom .wp-block-button__link, .lh11-bottom-cta .wp-block-button__link, a.wp-block-button__link.lh11-btn, .lh11-btn { white-space: normal; text-align: center !important; }
.lh11-project-card img, .lh11-support-image-card img, .lh11-solutions-image-wrap img, .lh11-video-thumb img { display: block; }
@media (max-width: 1280px) { .lh11-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (max-width: 767px) { .lh11-container { width: min(100%, calc(100% - 24px)) !important; } .lh11-process-grid { grid-template-columns: 1fr !important; } }


/* V10 branding, logos, and readability polish */
.lh11-page {
  --lh11-gold: #d4a23a;
  --lh11-gold-dark: #b98623;
  --lh11-cream: #f7f3ee;
  --lh11-brown: #5b4638;
  --lh11-dark: #1a1715;
  --lh11-text: #2f261f;
  --lh11-muted: #6d6258;
  --lh11-border: #e7ddd2;
}
.lh11-light-title { color: #fff; }
.lh11-page h1, .lh11-page h2, .lh11-page h3, .lh11-page h4 { text-wrap: balance; }
.lh11-section-head p, .lh11-section-intro, .lh11-service-grid p, .lh11-stage-card p, .lh11-process-card p, .lh11-faq-answer p, .lh11-contact-lines span { color: var(--lh11-muted); }
.lh11-feature-card p, .lh11-solution-copy, .lh11-support-copy, .lh11-bottom-text, .lh11-showroom p { color: rgba(255,255,255,.88) !important; }
.lh11-partners-band { background: linear-gradient(180deg, #1a1715 0%, #241d19 100%); padding: 72px 0; }
.lh11-logo-grid { display: grid; gap: 22px; margin-top: 34px; }
.lh11-logo-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.lh11-logo-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 24px 28px; min-height: 116px; display:flex; align-items:center; justify-content:center; }
.lh11-logo-item img { max-width: 100%; max-height: 56px; object-fit: contain; display:block; }
.lh11-developers-list { gap: 20px 22px; opacity: 1; filter: none; }
.lh11-dev-logo { background: #fff; border: 1px solid var(--lh11-border); border-radius: 18px; padding: 18px 22px; min-width: 170px; min-height: 94px; display:flex; align-items:center; justify-content:center; box-shadow: 0 8px 24px rgba(26,23,21,.05); }
.lh11-dev-logo img { max-width: 100%; max-height: 52px; display:block; object-fit: contain; }
.lh11-company-badge { margin: 0 0 24px; }
.lh11-company-badge img { width: min(360px, 100%); height: auto; display:block; }
.lh11-feature-card, .lh11-solution-card { background: linear-gradient(180deg, #5b4638 0%, #49382d 100%); }
.lh11-feature-card h3, .lh11-solution-card h4, .lh11-support h3, .lh11-showroom h2, .lh11-bottom-cta h2 { color: #fff !important; }
.lh11-solution-problem-title { color: #f1c66a; }
.lh11-process-card { background: #f2ece4; border: 1px solid #e6dccf; }
.lh11-process-card h3 { color: var(--lh11-text) !important; }
.lh11-review-card { border-color: #eee4d8; box-shadow: 0 10px 28px rgba(26,23,21,.06); }
.lh11-review-text { color: #4a3f37; }
.lh11-service-card { min-height: 300px; display:flex; flex-direction:column; gap: 16px; text-align:center; }
.lh11-service-card p { margin: 0; color: var(--lh11-muted); line-height:1.7; }
.lh11-contact-lines span { font-weight: 600; }
@media (max-width: 900px) {
  .lh11-logo-row { grid-template-columns: 1fr; }
  .lh11-logo-card { min-height: 100px; }
  .lh11-dev-logo { min-width: 140px; width: calc(50% - 12px); }
}
@media (max-width: 640px) {
  .lh11-dev-logo { width: 100%; }
  .lh11-logo-item img { max-height: 44px; }
}


/* V11 full-width centering hotfix */
body.has-lh11-landing .entry-content > .alignfull.lh11-page,
body.has-lh11-landing .entry-content > .wp-block-group.alignfull.lh11-page,
body.has-lh11-landing .lh11-page {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  transform: none !important;
}

body.has-lh11-landing .lh11-page .alignfull,
body.has-lh11-landing .lh11-page .wp-block-group.alignfull,
body.has-lh11-landing .lh11-page .wp-block-cover.alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  left: auto !important;
  right: auto !important;
}

body.has-lh11-landing .lh11-page .lh11-container {
  width: min(1280px, calc(100% - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  body.has-lh11-landing .lh11-page .lh11-container {
    width: min(100%, calc(100% - 24px)) !important;
  }
}
