#logo img,
.footer-brand {
  width: auto;
  height: 70px;
  object-fit: contain;
}

#logo .logo,
#logo .logo-2 {
  background: transparent;
}

#logo .logo {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.h-phone {
  font-size: 14px;
}

.h-phone i {
  font-size: 18px;
}

#topbar .topbar-widget a,
#mainmenu a,
footer a {
  text-transform: none;
}

#hero-static {
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px;
  background:
    radial-gradient(circle at top right, rgba(184, 156, 117, 0.2), transparent 35%),
    linear-gradient(135deg, #140f0c 0%, #1d1510 52%, #2a1f18 100%);
}

#hero-static .hero-surface {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 8, 6, 0.22) 0%, rgba(12, 8, 6, 0) 60%);
  pointer-events: none;
}

#hero-static .container,
#section-public .container,
#section-info-public .container {
  position: relative;
  z-index: 2;
}

#hero-static h1 {
  margin-bottom: 22px;
}

#hero-static .lead {
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn-secondary-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-secondary-ghost:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-photo-frame {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  padding: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.hero-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.mask img,
.post-image img {
  width: 100%;
  object-fit: cover;
  background: #e4d8ca;
}

.post-image img {
  height: 260px;
}

.section-dark-veil {
  position: absolute;
  inset: 0;
  background: rgba(15, 10, 8, 0.46);
  z-index: 1;
}

#section-public,
#section-info-public {
  position: relative;
}

#section-public .jarallax-img,
#section-info-public .jarallax-img,
#section-how .jarallax-img {
  object-fit: cover;
}

.bloglist .post-text h4 a,
.bloglist .p-author,
.bloglist .p-tagline {
  word-break: break-word;
}

.contact-detail-row {
  margin-top: 26px;
  align-items: stretch;
}

.contact-form-panel,
.contact-side-panel {
  height: 100%;
  padding: 42px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(33, 24, 20, 0.08);
}

.contact-form-grid input,
.contact-form-grid textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #ddd2c5;
  background: #faf7f3;
  color: #231914;
}

.contact-form-grid input:focus,
.contact-form-grid textarea:focus {
  border-color: #b89c75;
  outline: none;
  background: #fff;
}

.contact-channel {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #ede5dc;
}

.contact-channel:last-of-type {
  border-bottom: 0;
}

.contact-channel i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5ede4;
  color: #b89c75;
  font-size: 18px;
}

.contact-channel strong,
.contact-channel a {
  display: block;
}

.contact-channel a {
  color: #231914;
}

.de_testi blockquote p {
  min-height: 110px;
}

@media only screen and (max-width: 992px) {
  #logo img,
  .footer-brand {
    height: 56px;
  }

  .h-phone {
    display: none;
  }

  #hero-static {
    padding: 116px 0 70px;
  }

  .hero-meta {
    gap: 10px 14px;
  }

  .contact-form-panel,
  .contact-side-panel {
    padding: 28px;
  }
}

@media only screen and (max-width: 992px) {
  header.header-mobile #logo {
    width: 200px;
  }

  header.header-mobile #logo .logo {
    display: none !important;
  }

  header.header-mobile #logo .logo-2 {
    display: inline-block !important;
    width: 200px !important;
    height: auto !important;
    max-width: 200px !important;
  }
}

#preloader {
  display: none !important;
}


@media only screen and (max-width: 767px) {
  #topbar {
    display: none;
  }

  #logo {
    width: 140px !important;
  }

  #logo .logo {
    display: none !important;
  }

  #logo .logo-2 {
    display: inline-block !important;
    width: 140px !important;
    height: auto !important;
    max-width: 140px !important;
  }

  #hero-static {
    padding-top: 90px;
  }
}


@media only screen and (max-width: 767px) {
  header {
    background: #17110d;
  }

  header .de-flex {
    min-height: 72px;
    align-items: center;
  }

  #logo {
    display: flex;
    align-items: center;
    height: 52px;
    overflow: hidden;
  }

  #logo img {
    max-height: 52px !important;
    width: auto !important;
  }

  #menu-btn {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  #hero-static .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  #hero-static h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  #hero-static .lead {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn-main,
  .hero-actions .btn-secondary-ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .container,
  .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  [class*="col-"],
  [class*="offset-"] {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-left: 0 !important;
  }

  #section-how .image-container {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 280px;
    margin: 0 !important;
    float: none !important;
    left: auto !important;
    right: auto !important;
  }

  #section-how .image-container img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }

  #section-how .nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  #section-how .nav-pills .nav-item,
  #section-how .nav-pills .nav-link {
    margin: 0;
    white-space: normal;
  }

  #section-practice-areas h2,
  #section-how h2,
  #section-contact h2,
  #section-public h2,
  #section-info-public h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .bloglist,
  .post-content,
  .post-text,
  .contact-form-panel,
  .contact-side-panel {
    max-width: 100%;
    overflow: hidden;
  }

  .contact-form-panel,
  .contact-side-panel {
    padding: 26px 22px;
  }

  .contact-form-grid input,
  .contact-form-grid textarea {
    min-width: 0;
  }
}
#section-services .wow,
#section-practice-areas .wow,
#section-public .wow {
  visibility: visible !important;
}
#section-services .wow,
#section-practice-areas .wow,
#section-public .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation-name: none !important;
}
@media only screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  p,
  li,
  a,
  span {
    max-width: 100%;
  }

  h2,
  #section-practice-areas h2,
  #section-how h2,
  #section-contact h2,
  #section-public h2,
  #section-info-public h2 {
    display: block;
    overflow: visible;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 1.18;
  }

  #section-welcome h2,
  #section-how h2 {
    font-size: 28px;
  }

  #hero-static h1 {
    font-size: 34px;
  }

  #hero-static .lead,
  #section-welcome p,
  #section-how p,
  #section-practice-areas p,
  #section-public p,
  .bloglist .post-text p {
    overflow-wrap: anywhere;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  #wrapper,
  #content,
  section,
  footer,
  .subfooter,
  .container,
  .row,
  [class*="col-"] {
    max-width: 100vw !important;
  }

  h1,
  h2,
  h3,
  p,
  li,
  a,
  span,
  strong {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  #hero-static h1 {
    font-size: 30px !important;
    line-height: 1.16 !important;
  }

  #section-highlight h2,
  #section-how h2,
  #section-contact h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  .bg-color h3 {
    font-size: 21px !important;
    line-height: 1.28 !important;
  }

  .btn-custom,
  .btn-secondary-ghost {
    max-width: 100% !important;
    white-space: normal !important;
  }

  .contact-detail-row,
  .contact-form-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #hero-static .container,
  section .container,
  footer .container,
  .subfooter .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #hero-static h1 {
    max-width: calc(100vw - 40px) !important;
    font-size: 28px !important;
  }

  #hero-static .lead,
  #section-highlight p,
  #section-how p,
  .contact-form-panel p {
    max-width: calc(100vw - 40px) !important;
  }

  .bg-color h3,
  #section-highlight h2,
  #section-how h2,
  #section-contact h2 {
    max-width: calc(100vw - 40px) !important;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  #hero-static h1 {
    display: block !important;
    width: auto !important;
    max-width: 280px !important;
    overflow: visible !important;
    white-space: normal !important;
    font-size: 32px !important;
    line-height: 1.12 !important;
  }

  #hero-static .lead,
  #section-highlight p,
  #section-how p,
  .contact-form-panel p {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }
}
#page-top,
#section-highlight,
#section-services,
#section-how,
#section-contact,
#contact-form {
  scroll-margin-top: 132px;
}

.topbar-widget i {
  color: #b89c75;
  margin-right: 7px;
}

.service-detail-stack {
  margin-top: 90px;
}

.service-detail-row {
  padding: 64px 0;
  border-top: 1px solid rgba(184, 156, 117, 0.18);
}

.service-detail-row:first-child {
  border-top: 0;
  padding-top: 20px;
}

.service-detail-row h2 {
  margin-bottom: 20px;
}

.service-detail-row p {
  font-size: 17px;
  line-height: 1.8;
  color: #3c332e;
}

.service-benefits {
  margin-top: 22px;
}

.rounded-soft {
  border-radius: 2px;
  box-shadow: 0 22px 55px rgba(32, 23, 18, 0.12);
}

.privacy-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 4px 0 8px;
  color: #5d5149;
  font-size: 14px;
  line-height: 1.55;
}

.privacy-check input {
  width: auto;
  margin-top: 4px;
  accent-color: #b89c75;
}

.privacy-check a {
  color: #231914;
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  #page-top,
  #section-highlight,
  #section-services,
  #section-how,
  #section-contact,
  #contact-form {
    scroll-margin-top: 92px;
  }

  .service-detail-stack {
    margin-top: 48px;
  }

  .service-detail-row {
    padding: 42px 0;
  }
}

@media only screen and (max-width: 767px) {
  #page-top,
  #section-highlight,
  #section-services,
  #section-how,
  #section-contact,
  #contact-form {
    scroll-margin-top: 92px;
  }

  .service-detail-row h2 {
    font-size: 25px !important;
  }

  .service-detail-row p {
    font-size: 14px;
    line-height: 1.7;
  }

  .privacy-check {
    font-size: 13px;
  }
}


#topbar .topbar-right .topbar-widget {
  align-items: center;
  width: auto;
  min-width: 235px;
  justify-content: flex-start;
}

#topbar .topbar-right .topbar-widget i {
  flex: 0 0 auto;
  margin-top: 0;
  margin-right: 8px;
}

#topbar .topbar-right .topbar-widget a {
  display: inline-block;
  color: #ffffff !important;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #hero-static,
  #hero-static .container,
  #hero-static .row,
  #hero-static [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #hero-static .lead,
  #hero-static p,
  #section-highlight p,
  .service-detail-row p,
  #section-how p,
  .contact-form-panel p {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .hero-actions .btn-custom,
  .hero-actions .btn-secondary-ghost {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Service detail modules: fixed two-column editorial layout */
.service-detail-stack {
  width: 100%;
  max-width: 1220px;
  margin: 76px auto 0;
}

.service-detail-stack .service-detail-row {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  min-height: 0 !important;
  padding: 58px 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: transparent !important;
  border-top: 1px solid rgba(184, 156, 117, 0.16);
  overflow: visible !important;
}

.service-detail-stack .service-detail-row:first-child {
  border-top: 0;
  padding-top: 18px !important;
}

.service-detail-copy,
.service-detail-media {
  position: relative !important;
  z-index: 1 !important;
  float: none !important;
}

.service-detail-copy {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 28px 46px !important;
}

.service-detail-copy h2 {
  max-width: 620px;
  margin-bottom: 22px;
}

.service-detail-copy p {
  max-width: 640px;
  margin-bottom: 20px;
}

.service-detail-media {
  padding: 0 24px !important;
}

.service-detail-media img.rounded-soft {
  display: block !important;
  width: 100% !important;
  height: clamp(360px, 30vw, 430px) !important;
  max-height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 2px;
  box-shadow: 0 20px 48px rgba(32, 23, 18, 0.12);
}

.service-detail-row-alt .service-detail-media img.rounded-soft {
  object-position: center center !important;
}

.service-detail-row .service-benefits {
  max-width: 640px;
  margin-top: 18px;
}

@media only screen and (max-width: 1199px) {
  .service-detail-stack {
    max-width: 960px;
  }

  .service-detail-copy {
    padding: 24px 30px !important;
  }

  .service-detail-media {
    padding: 0 18px !important;
  }

  .service-detail-media img.rounded-soft {
    height: 360px !important;
  }
}

@media only screen and (max-width: 991px) {
  .service-detail-stack {
    margin-top: 54px;
  }

  .service-detail-stack .service-detail-row {
    padding: 42px 0 !important;
  }

  .service-detail-row-alt .service-detail-copy {
    order: 1;
  }

  .service-detail-row-alt .service-detail-media {
    order: 2;
  }

  .service-detail-copy {
    padding: 0 0 24px !important;
  }

  .service-detail-media {
    padding: 0 !important;
  }

  .service-detail-media img.rounded-soft {
    height: 320px !important;
  }
}

@media only screen and (max-width: 767px) {
  .service-detail-stack {
    margin-top: 40px;
  }

  .service-detail-stack .service-detail-row {
    padding: 36px 0 !important;
  }

  .service-detail-copy h2,
  .service-detail-copy p,
  .service-detail-row .service-benefits {
    max-width: 100% !important;
  }

  .service-detail-media img.rounded-soft {
    height: 260px !important;
  }
}



/* Native-sized privacy checkbox inside the contact form */
.privacy-check {
  cursor: pointer;
}

.contact-form-grid .privacy-check input[type="checkbox"] {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  flex: 0 0 16px !important;
  padding: 0 !important;
  margin: 3px 0 0 0 !important;
  border: initial !important;
  background: initial !important;
  box-shadow: none !important;
  accent-color: #b89c75;
}

.contact-form-grid .privacy-check input[type="checkbox"]:focus {
  outline: 2px solid rgba(184, 156, 117, 0.35) !important;
  outline-offset: 2px;
}
/* Extra breathing room between the mobile header/logo and the hero copy */
@media only screen and (max-width: 767px) {
  #hero-static {
    padding-top: 112px !important;
  }
}
/* Copy/CRO sections added after the audit pass */
.lead-copy {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4039;
  margin-bottom: 0;
}

.channel-cards {
  margin-top: 0;
}

.consult-grid {
  row-gap: 24px;
}

.consult-card,
.faq-item {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(184, 156, 117, 0.22);
  box-shadow: 0 18px 42px rgba(33, 24, 20, 0.06);
}

.consult-card {
  padding: 30px 26px;
}

.consult-card h3,
.faq-item h3,
.work-step h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.consult-card p,
.faq-item p {
  color: #4a4039;
  line-height: 1.75;
  margin-bottom: 18px;
}

.consult-card a {
  color: #b89c75;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.work-step-list {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  margin-bottom: 22px;
}

.work-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.work-step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.work-step > span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #b89c75;
  color: #111;
  font-weight: 800;
}

.work-step h3 {
  color: #fff;
}

.work-step p {
  margin-bottom: 0;
}

.bg-light-faq {
  background: #f8f4ef;
}

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

.faq-item {
  padding: 24px 28px;
}

.contact-form-grid select {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #ddd2c5;
  background: #faf7f3;
  color: #231914;
  min-height: 54px;
}

.contact-form-grid select:focus {
  border-color: #b89c75;
  outline: none;
  background: #fff;
}

.form-microcopy {
  max-width: 520px;
  margin: 14px 0 0;
  color: #6f625a;
  font-size: 13px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .lead-copy {
    font-size: 15px;
    line-height: 1.7;
  }

  .consult-card,
  .faq-item {
    padding: 24px 22px;
  }

  .consult-card h3,
  .faq-item h3,
  .work-step h3 {
    font-size: 18px;
  }

  .work-step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .work-step > span {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
}
.section-about-soft {
  background: #fffaf4;
}

.about-copy-card {
  background: #fff;
  border-left: 4px solid #b89c75;
  padding: 34px 38px;
  box-shadow: 0 18px 42px rgba(33, 24, 20, 0.07);
}

.about-copy-card p {
  color: #3c332e;
  font-size: 17px;
  line-height: 1.85;
}

.about-copy-card p:last-of-type {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .about-copy-card {
    padding: 26px 22px;
  }

  .about-copy-card p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* Reliable mobile menu button: CSS-only, no icon font dependency */
@media only screen and (max-width: 767px) {
  header.header-mobile .de-flex {
    position: relative;
  }

  header.header-mobile #menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 28px;
    width: 38px;
    height: 38px;
    margin: 0 !important;
    padding: 0 !important;
    background: #eda82f !important;
    color: #fff !important;
    border-radius: 0;
    z-index: 50;
  }

  header.header-mobile #menu-btn:before {
    content: "" !important;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
    font-family: inherit !important;
    font-size: 0 !important;
  }
}

/* Mobile viewport guard: avoid off-canvas content and keep menu visible */
@media only screen and (max-width: 767px) {
  html,
  body,
  #wrapper,
  #hero-static,
  #hero-static .container,
  #hero-static .row,
  #hero-static [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .container {
    max-width: 100% !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #hero-static .lead,
  #hero-static p,
  #hero-static h1 {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .hero-meta {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-actions .btn-main,
  .hero-actions .btn-secondary-ghost {
    width: 100% !important;
    max-width: 100% !important;
  }

  header.header-mobile #menu-btn {
    position: fixed !important;
    right: 20px !important;
    top: 28px !important;
  }
}

/* Final mobile correction: independent from JS-added header classes */
@media only screen and (max-width: 767px) {
  #menu-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: fixed !important;
    right: 20px !important;
    top: 28px !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #eda82f !important;
    color: #fff !important;
    z-index: 9999 !important;
  }

  #menu-btn:before {
    content: "" !important;
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    background: #fff !important;
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff !important;
    font-family: inherit !important;
    font-size: 0 !important;
  }

  #hero-static .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #hero-static .row {
    display: block !important;
    width: 100% !important;
  }

  #hero-static [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  #hero-static h1 {
    width: 100% !important;
    max-width: 330px !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  #hero-static .lead {
    width: 100% !important;
    max-width: 330px !important;
  }
}

/* Mobile QA fixes 2026-07-06: full-width sections, centered CTAs and safer spacing */
@media only screen and (max-width: 767px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
  }

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  #wrapper,
  header,
  section,
  footer,
  .subfooter {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
  }

  .container,
  .container-fluid,
  #hero-static .container,
  section .container,
  footer .container,
  .subfooter .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .row {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="col-"],
  [class*="offset-"] {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }

  .btn-custom,
  .hero-actions .btn-custom,
  .hero-actions .btn-secondary-ghost {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .hero-actions .btn-custom,
  .hero-actions .btn-secondary-ghost {
    width: 100% !important;
  }

  #section-how .btn-custom {
    margin-bottom: 34px !important;
  }

  #section-how .image-container {
    margin-top: 34px !important;
  }
}

/* Mobile white-gutter hard fix 2026-07-06 */
@media only screen and (max-width: 767px) {
  html {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #17110d !important;
  }

  body {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    background: #17110d !important;
  }

  #wrapper,
  #page-top,
  header,
  main,
  section,
  footer,
  .subfooter {
    position: relative;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    overflow-x: clip !important;
  }

  #wrapper::before,
  #wrapper::after,
  section::before,
  section::after {
    max-width: 100% !important;
  }

  .container,
  .container-fluid {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row > *,
  [class*="col-"],
  [class*="offset-"] {
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  img,
  video,
  iframe,
  canvas,
  svg {
    max-width: 100% !important;
  }
}
