/* Global QA fixes for public page rhythm and responsive consistency. */
body:not(.page-home) .page-hero:not(.home-hero) {
  margin-bottom: 0 !important;
}

body:not(.page-home) .page-hero:not(.home-hero) + .page-section,
body:not(.page-home) .page-hero:not(.home-hero) + .work.page-section,
body:not(.page-home) .page-hero:not(.home-hero) + .pricing.page-section {
  padding-top: clamp(28px, 3.4vw, 44px) !important;
}

body:not(.page-home) .page-section {
  padding-top: clamp(38px, 4.4vw, 56px) !important;
  padding-bottom: clamp(38px, 4.4vw, 56px) !important;
}

body:not(.page-home) .section-header,
body:not(.page-home) .home-section-header {
  margin-bottom: clamp(22px, 2.8vw, 34px) !important;
}

body:not(.page-home) .section-title {
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body:not(.page-home) .section-sub {
  line-height: 1.65 !important;
}

body.page-services .services-grid .service-card__index {
  display: none !important;
}

body.page-services .services-grid .service-card__top {
  min-height: 118px !important;
}

body.page-services .services-grid .service-card__image img {
  opacity: 0.82 !important;
}

body.page-services .services-grid .service-card__content {
  padding-top: 18px !important;
}

body.page-service-detail .page-hero:not(.home-hero) {
  padding-top: clamp(36px, 4vw, 50px) !important;
  padding-bottom: clamp(34px, 4vw, 48px) !important;
}

body.page-service-detail .page-hero:not(.home-hero) .container {
  width: min(100% - 40px, 760px) !important;
}

body.page-service-detail .page-hero:not(.home-hero) .section-title {
  max-width: 760px !important;
  font-size: clamp(2.25rem, 4vw, 3.45rem) !important;
  line-height: 1.08 !important;
}

body.page-service-detail .page-hero:not(.home-hero) .section-sub {
  max-width: 720px !important;
}

body.page-service-detail .service-detail-media {
  width: min(680px, 100%) !important;
  height: clamp(190px, 22vw, 270px) !important;
  margin-top: 22px !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.22) !important;
}

body.page-service-detail .page-intro-strip {
  padding-top: 24px !important;
}

body.page-service-detail .mini-step {
  display: none !important;
}

body.page-service-detail .mini-card {
  padding: clamp(20px, 2.4vw, 28px) !important;
}

body.page-service-detail .split-cards,
body.page-service-detail .home-advantage-grid {
  gap: clamp(18px, 2.4vw, 24px) !important;
}

body.page-industry-detail .page-hero:not(.home-hero) {
  padding-top: clamp(36px, 4vw, 50px) !important;
  padding-bottom: clamp(34px, 4vw, 48px) !important;
}

body.page-industry-detail .page-hero:not(.home-hero) .container {
  width: min(100% - 40px, 760px) !important;
}

body.page-industry-detail .page-hero:not(.home-hero) .section-title {
  max-width: 760px !important;
  font-size: clamp(2.25rem, 4vw, 3.45rem) !important;
  line-height: 1.08 !important;
}

body.page-industry-detail .page-hero:not(.home-hero) .section-sub {
  max-width: 720px !important;
}

body.page-industry-detail .service-detail-media {
  width: min(680px, 100%) !important;
  height: clamp(190px, 22vw, 270px) !important;
  margin-top: 22px !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.22) !important;
}

body.page-industry-detail .page-intro-strip {
  padding-top: 24px !important;
}

body.page-industry-detail .mini-step {
  display: none !important;
}

body.page-industry-detail .mini-card {
  padding: clamp(20px, 2.4vw, 28px) !important;
}

body.page-industry-detail .split-cards,
body.page-industry-detail .home-advantage-grid,
body.page-industry-detail .industry-grid {
  gap: clamp(18px, 2.4vw, 24px) !important;
}

body.page-industry-detail .industry-card {
  min-height: 88px !important;
  padding: 18px !important;
}

body.page-project-detail .page-hero:not(.home-hero),
body.page-blog-detail .page-hero:not(.home-hero) {
  padding-top: clamp(38px, 4vw, 54px) !important;
  padding-bottom: clamp(36px, 4vw, 52px) !important;
}

body.page-project-detail .page-hero:not(.home-hero) .container,
body.page-blog-detail .page-hero:not(.home-hero) .container {
  width: min(100% - 40px, 860px) !important;
}

body.page-project-detail .page-hero:not(.home-hero) .section-title,
body.page-blog-detail .page-hero:not(.home-hero) .section-title {
  max-width: 860px !important;
  font-size: clamp(2.2rem, 4vw, 3.6rem) !important;
  line-height: 1.08 !important;
}

body.page-project-detail .page-hero:not(.home-hero) .section-sub,
body.page-blog-detail .page-hero:not(.home-hero) .section-sub {
  max-width: 780px !important;
}

body.page-project-detail .about-grid,
body.page-blog-detail .about-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.9fr) !important;
  gap: clamp(24px, 4vw, 58px) !important;
  align-items: start !important;
}

body.page-project-detail .about-left,
body.page-blog-detail .about-left {
  display: grid !important;
  gap: 16px !important;
}

body.page-project-detail .feature,
body.page-blog-detail .feature {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 20px 22px !important;
}

body.page-project-detail .feature-icon,
body.page-blog-detail .feature-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 12px !important;
  font-size: 0.86rem !important;
}

body.page-project-detail .about-right .mini-card,
body.page-blog-detail .about-right .mini-card {
  position: sticky !important;
  top: 110px !important;
}

@media (max-width: 1024px) {
  .nav-container.nav-shell--classic,
  .nav-shell--classic {
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .nav-shell--classic .logo--header,
  .logo--header {
    max-width: calc(100% - 58px) !important;
  }

  .nav-shell--classic .nav-cta-group--header,
  .nav-cta-group--header {
    display: flex !important;
    flex: 0 0 42px !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
  }

  .hamburger {
    position: fixed !important;
    top: 8px !important;
    right: 10px !important;
    z-index: 1400 !important;
    display: inline-flex !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 768px) {

  body:not(.page-home) .page-hero:not(.home-hero) {
    width: calc(100% - 20px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-radius: 18px !important;
  }

  body:not(.page-home) .page-hero:not(.home-hero) + .page-section,
  body:not(.page-home) .page-hero:not(.home-hero) + .work.page-section,
  body:not(.page-home) .page-hero:not(.home-hero) + .pricing.page-section {
    padding-top: 28px !important;
  }

  body:not(.page-home) .page-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body:not(.page-home) .section-header,
  body:not(.page-home) .home-section-header {
    margin-bottom: 22px !important;
  }

  body.page-services .services-grid .service-card__top {
    min-height: 104px !important;
  }

  body.page-services .services-grid .service-card__content {
    padding-top: 16px !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) .container {
    width: calc(100% - 28px) !important;
    max-width: 340px !important;
    margin-left: 14px !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) .section-title {
    max-width: 340px !important;
    font-size: clamp(1.72rem, 7.2vw, 2.18rem) !important;
    line-height: 1.12 !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) .section-sub {
    max-width: 340px !important;
    width: auto !important;
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
    overflow-wrap: break-word !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) .hero-actions {
    width: min(100%, 340px) !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) .hero-actions .btn-primary,
  body.page-service-detail .page-hero:not(.home-hero) .hero-actions .btn-outline {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
    text-align: center !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) .hero-actions .btn-primary {
    background: #155dfc !important;
    border-color: #155dfc !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.page-service-detail .page-hero:not(.home-hero) .hero-actions .btn-primary span,
  body.page-service-detail .page-hero:not(.home-hero) .hero-actions .btn-outline {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.page-service-detail .service-detail-media {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    height: 150px !important;
    margin-top: 18px !important;
    border-radius: 13px !important;
    overflow: hidden !important;
  }

  body.page-service-detail .page-intro-strip {
    padding-top: 24px !important;
  }

  body.page-service-detail .metric-strip {
    gap: 14px !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) .container {
    width: calc(100% - 28px) !important;
    max-width: 340px !important;
    margin-left: 14px !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) .section-title {
    max-width: 340px !important;
    font-size: clamp(1.72rem, 7.2vw, 2.18rem) !important;
    line-height: 1.12 !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) .section-sub {
    max-width: 340px !important;
    width: auto !important;
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
    overflow-wrap: break-word !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) .hero-actions {
    width: min(100%, 340px) !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) .hero-actions .btn-primary,
  body.page-industry-detail .page-hero:not(.home-hero) .hero-actions .btn-outline {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
    text-align: center !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) .hero-actions .btn-primary {
    background: #155dfc !important;
    border-color: #155dfc !important;
  }

  body.page-industry-detail .page-hero:not(.home-hero) .hero-actions .btn-primary span {
    color: #ffffff !important;
    opacity: 1 !important;
  }

  body.page-industry-detail .service-detail-media {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    height: 150px !important;
    margin-top: 18px !important;
    border-radius: 13px !important;
    overflow: hidden !important;
  }

  body.page-industry-detail .page-intro-strip {
    padding-top: 24px !important;
  }

  body.page-industry-detail .metric-strip {
    gap: 14px !important;
  }

  body.page-project-detail .page-hero:not(.home-hero),
  body.page-blog-detail .page-hero:not(.home-hero) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body.page-project-detail .page-hero:not(.home-hero) .container,
  body.page-blog-detail .page-hero:not(.home-hero) .container {
    width: calc(100% - 28px) !important;
    max-width: 340px !important;
    margin-left: 14px !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body.page-project-detail .page-hero:not(.home-hero) .section-title,
  body.page-blog-detail .page-hero:not(.home-hero) .section-title {
    max-width: 340px !important;
    font-size: clamp(1.7rem, 7vw, 2.15rem) !important;
    line-height: 1.12 !important;
  }

  body.page-project-detail .page-hero:not(.home-hero) .section-sub,
  body.page-blog-detail .page-hero:not(.home-hero) .section-sub {
    max-width: 340px !important;
    width: auto !important;
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
    overflow-wrap: break-word !important;
  }

  body.page-project-detail .about-grid,
  body.page-blog-detail .about-grid {
    grid-template-columns: 1fr !important;
    width: 340px !important;
    max-width: 340px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    gap: 18px !important;
  }

  body.page-project-detail .page-section > .container,
  body.page-blog-detail .page-section > .container {
    width: calc(100% - 28px) !important;
    max-width: 340px !important;
    margin-left: 14px !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body.page-project-detail .feature,
  body.page-blog-detail .feature {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    overflow: hidden !important;
  }

  body.page-project-detail .feature p,
  body.page-blog-detail .feature p,
  body.page-project-detail .feature strong,
  body.page-blog-detail .feature strong {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }

  body.page-project-detail .about-right .mini-card,
  body.page-blog-detail .about-right .mini-card {
    position: static !important;
    max-width: 100% !important;
  }

  body.page-blog-detail .about-left > .section-title {
    max-width: 100% !important;
    font-size: clamp(1.7rem, 7vw, 2.1rem) !important;
  }
}

@media (max-width: 520px) {
  .hamburger {
    right: auto !important;
    left: min(calc(100vw - 50px), 338px) !important;
  }
}

/* ---- PORTFOLIO + BLOG LISTING PAGE QA FIXES ---- */
body.page-portfolio:not(.page-project-detail) .page-hero:not(.home-hero),
body.page-blog:not(.page-blog-detail) .page-hero:not(.home-hero) {
  padding-top: clamp(40px, 4vw, 58px) !important;
  padding-bottom: clamp(40px, 4vw, 58px) !important;
}

body.page-portfolio:not(.page-project-detail) .section-header,
body.page-blog:not(.page-blog-detail) .section-header {
  margin-bottom: 32px !important;
}

body.page-portfolio:not(.page-project-detail) .work-grid,
body.page-blog:not(.page-blog-detail) .blog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

body.page-portfolio:not(.page-project-detail) .work-card,
body.page-blog:not(.page-blog-detail) .insight-card {
  min-width: 0 !important;
}

body.page-portfolio:not(.page-project-detail) .work-info h3,
body.page-blog:not(.page-blog-detail) .insight-card h3 {
  overflow-wrap: break-word !important;
}

@media (max-width: 1024px) {
  body.page-portfolio:not(.page-project-detail) .work-grid,
  body.page-blog:not(.page-blog-detail) .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.page-portfolio:not(.page-project-detail) .page-hero:not(.home-hero),
  body.page-blog:not(.page-blog-detail) .page-hero:not(.home-hero) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body.page-portfolio:not(.page-project-detail) .page-hero:not(.home-hero) .container,
  body.page-blog:not(.page-blog-detail) .page-hero:not(.home-hero) .container,
  body.page-portfolio:not(.page-project-detail) .page-section > .container,
  body.page-blog:not(.page-blog-detail) .page-section > .container {
    width: calc(100% - 28px) !important;
    max-width: 340px !important;
    margin-left: 14px !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body.page-portfolio:not(.page-project-detail) .page-hero:not(.home-hero) .section-title,
  body.page-blog:not(.page-blog-detail) .page-hero:not(.home-hero) .section-title,
  body.page-portfolio:not(.page-project-detail) .section-header .section-title,
  body.page-blog:not(.page-blog-detail) .section-header .section-title {
    max-width: 340px !important;
    font-size: clamp(1.85rem, 8vw, 2.25rem) !important;
    line-height: 1.12 !important;
    overflow-wrap: break-word !important;
  }

  body.page-portfolio:not(.page-project-detail) .section-header .section-sub,
  body.page-blog:not(.page-blog-detail) .section-header .section-sub,
  body.page-portfolio:not(.page-project-detail) .page-hero:not(.home-hero) .section-sub,
  body.page-blog:not(.page-blog-detail) .page-hero:not(.home-hero) .section-sub {
    max-width: 340px !important;
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
    overflow-wrap: break-word !important;
  }

  body.page-portfolio:not(.page-project-detail) .work-filters {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 10px !important;
    margin-bottom: 26px !important;
  }

  body.page-portfolio:not(.page-project-detail) .filter-btn {
    width: 100% !important;
    min-width: 0 !important;
    padding: 10px 12px !important;
    justify-content: center !important;
  }

  body.page-portfolio:not(.page-project-detail) .work-grid,
  body.page-blog:not(.page-blog-detail) .blog-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 340px !important;
    gap: 18px !important;
  }

  body.page-portfolio:not(.page-project-detail) .work-card,
  body.page-blog:not(.page-blog-detail) .insight-card {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  body.page-portfolio:not(.page-project-detail) .work-img,
  body.page-blog:not(.page-blog-detail) .insight-thumb {
    height: 160px !important;
    max-width: 100% !important;
  }

  body.page-portfolio:not(.page-project-detail) .work-info,
  body.page-blog:not(.page-blog-detail) .insight-card {
    min-width: 0 !important;
  }

  body.page-portfolio:not(.page-project-detail) .work-info h3,
  body.page-blog:not(.page-blog-detail) .insight-card h3 {
    font-size: 1.08rem !important;
    line-height: 1.22 !important;
  }

  body.page-portfolio:not(.page-project-detail) .work-info p,
  body.page-blog:not(.page-blog-detail) .insight-card p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
}

/* ---- CORE INNER PAGE MOBILE CONTAINMENT ---- */
@media (max-width: 640px) {
  body.page-pricing .page-hero:not(.home-hero),
  body.page-testimonials .page-hero:not(.home-hero),
  body.page-about .page-hero:not(.home-hero),
  body.page-contact .page-hero:not(.home-hero),
  body.page-locations .page-hero:not(.home-hero) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body.page-pricing .page-hero:not(.home-hero) .container,
  body.page-testimonials .page-hero:not(.home-hero) .container,
  body.page-about .page-hero:not(.home-hero) .container,
  body.page-contact .page-hero:not(.home-hero) .container,
  body.page-locations .page-hero:not(.home-hero) .container,
  body.page-pricing .page-section > .container,
  body.page-testimonials .page-section > .container,
  body.page-about .page-section > .container,
  body.page-contact .page-section > .container,
  body.page-locations .page-section > .container {
    width: calc(100% - 28px) !important;
    max-width: 340px !important;
    margin-left: 14px !important;
    margin-right: auto !important;
    overflow: hidden !important;
  }

  body.page-pricing .page-hero:not(.home-hero) .section-title,
  body.page-testimonials .page-hero:not(.home-hero) .section-title,
  body.page-about .page-hero:not(.home-hero) .section-title,
  body.page-contact .page-hero:not(.home-hero) .section-title,
  body.page-locations .page-hero:not(.home-hero) .section-title,
  body.page-pricing .section-header .section-title,
  body.page-testimonials .section-header .section-title,
  body.page-about .section-header .section-title,
  body.page-contact .section-header .section-title,
  body.page-locations .section-header .section-title {
    max-width: 340px !important;
    font-size: clamp(1.85rem, 8vw, 2.25rem) !important;
    line-height: 1.12 !important;
    overflow-wrap: break-word !important;
  }

  body.page-pricing .section-sub,
  body.page-testimonials .section-sub,
  body.page-about .section-sub,
  body.page-contact .section-sub,
  body.page-locations .section-sub {
    max-width: 340px !important;
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
    overflow-wrap: break-word !important;
  }

  body.page-pricing .metric-strip,
  body.page-about .metric-strip,
  body.page-locations .metric-strip,
  body.page-pricing .pricing-grid,
  body.page-testimonials .testi-grid,
  body.page-testimonials .expanded-grid,
  body.page-about .about-grid,
  body.page-about .split-cards,
  body.page-locations .location-grid,
  body.page-locations .home-advantage-grid,
  body.page-locations .split-cards {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 340px !important;
    gap: 16px !important;
  }

  body.page-pricing .info-band,
  body.page-pricing .pricing-card,
  body.page-testimonials .testi-card,
  body.page-about .metric-card,
  body.page-about .mini-card,
  body.page-contact .contact-item,
  body.page-contact .contact-right,
  body.page-locations .metric-card,
  body.page-locations .location-card,
  body.page-locations .mini-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  body.page-pricing .info-band {
    display: grid !important;
    gap: 8px !important;
    padding: 18px !important;
  }

  body.page-pricing .plan-price {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    font-size: clamp(2.1rem, 11vw, 3rem) !important;
  }

  body.page-pricing .popular-badge {
    position: static !important;
    align-self: flex-start !important;
    margin-bottom: 18px !important;
  }

  body.page-testimonials .testi-card {
    padding: 20px !important;
  }

  body.page-testimonials .testi-card p,
  body.page-about .about-left p,
  body.page-about .mini-card p,
  body.page-contact .contact-item p,
  body.page-contact .contact-item span,
  body.page-contact .contact-right p,
  body.page-locations .location-card p,
  body.page-locations .mini-card p,
  body.page-pricing .pricing-card p,
  body.page-pricing .info-band span {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.page-testimonials .testi-author {
    align-items: center !important;
    min-width: 0 !important;
  }

  body.page-testimonials .testi-author > div {
    min-width: 0 !important;
  }

  body.page-about .about-left {
    min-width: 0 !important;
  }

  body.page-about .about-left .section-title {
    font-size: clamp(1.95rem, 9vw, 2.35rem) !important;
    max-width: 340px !important;
  }

  body.page-locations .hero-actions,
  body.page-pricing .page-cta .hero-actions,
  body.page-testimonials .page-cta .hero-actions,
  body.page-about .page-cta .hero-actions,
  body.page-contact .page-cta .hero-actions {
    width: 100% !important;
    gap: 10px !important;
  }

  body.page-locations .hero-actions .btn-primary,
  body.page-locations .hero-actions .btn-outline,
  body.page-pricing .page-cta .hero-actions .btn-primary,
  body.page-pricing .page-cta .hero-actions .btn-outline,
  body.page-testimonials .page-cta .hero-actions .btn-primary,
  body.page-testimonials .page-cta .hero-actions .btn-outline,
  body.page-about .page-cta .hero-actions .btn-primary,
  body.page-about .page-cta .hero-actions .btn-outline,
  body.page-contact .page-cta .hero-actions .btn-primary,
  body.page-contact .page-cta .hero-actions .btn-outline {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.page-pricing .page-cta,
  body.page-testimonials .page-cta,
  body.page-about .page-cta,
  body.page-contact .page-cta,
  body.page-locations .page-cta {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  body.page-pricing .page-cta__inner,
  body.page-testimonials .page-cta__inner,
  body.page-about .page-cta__inner,
  body.page-contact .page-cta__inner,
  body.page-locations .page-cta__inner {
    width: 100% !important;
    max-width: 340px !important;
    padding: 20px 18px !important;
    border-radius: 16px !important;
    gap: 18px !important;
    overflow: hidden !important;
  }

  body.page-pricing .page-cta .section-tag,
  body.page-testimonials .page-cta .section-tag,
  body.page-about .page-cta .section-tag,
  body.page-contact .page-cta .section-tag,
  body.page-locations .page-cta .section-tag {
    max-width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  body.page-pricing .page-cta .section-title,
  body.page-testimonials .page-cta .section-title,
  body.page-about .page-cta .section-title,
  body.page-contact .page-cta .section-title,
  body.page-locations .page-cta .section-title {
    max-width: 100% !important;
    font-size: clamp(1.65rem, 7.4vw, 2rem) !important;
    line-height: 1.1 !important;
    overflow-wrap: break-word !important;
  }

  body.page-pricing .page-cta .section-sub,
  body.page-testimonials .page-cta .section-sub,
  body.page-about .page-cta .section-sub,
  body.page-contact .page-cta .section-sub,
  body.page-locations .page-cta .section-sub {
    max-width: 100% !important;
    font-size: 0.93rem !important;
    line-height: 1.58 !important;
    overflow-wrap: break-word !important;
  }

  body.page-pricing .page-cta .hero-actions,
  body.page-testimonials .page-cta .hero-actions,
  body.page-about .page-cta .hero-actions,
  body.page-contact .page-cta .hero-actions,
  body.page-locations .page-cta .hero-actions {
    margin-top: 0 !important;
  }
}
