/* NAKAJP Phase68 visual regression fix5
   Scoped visual rules only. No form, attribution, tracking or submit behavior. */

/* Footer horizontal logo normalization across the page families in this package. */
.brand-home-page .footer-brand-col,
.lp002 .footer-brand-col,
.nakajp-lp003 .footer-brand-col,
.lp004 .footer-brand-col,
.quote-review .footer-brand-col,
.seo-interior-page .footer-brand-col {
  min-width:0;
}

.brand-home-page .footer-logo,
.lp002 .footer-logo,
.nakajp-lp003 .footer-logo,
.lp004 .footer-logo,
.quote-review .footer-logo,
.seo-interior-page .footer-logo {
  display:block;
  width:min(172px, 100%);
  max-width:172px;
  height:auto;
  max-height:64px;
  object-fit:contain;
  object-position:left center;
  flex:0 0 auto;
  margin:0 0 18px;
  filter:brightness(0) invert(1);
}

/* Keep fixed contact controls clear of mobile form actions. */
.brand-home-page .form-section,
.lp002 .form-section,
.nakajp-lp003 #form,
.lp004 .form-section,
.quote-review .slide-form,
.seo-interior-page .form-section {
  scroll-margin-top:96px;
}

@media (max-width:640px) {
  .brand-home-page .footer-logo,
  .lp002 .footer-logo,
  .nakajp-lp003 .footer-logo,
  .lp004 .footer-logo,
  .quote-review .footer-logo,
  .seo-interior-page .footer-logo {
    width:min(156px, 100%);
    max-width:156px;
    max-height:56px;
  }
}


/* Component: mobile sticky guard across approved LP page families.
   Honor the existing JS aria-hidden state while a lead form is visible. */
@media (max-width: 980px) {
  .brand-home-page .mobile-sticky[aria-hidden="true"],
  .lp002 .mobile-sticky[aria-hidden="true"],
  .lp002 .mobile-sticky-cta[aria-hidden="true"],
  .nakajp-lp003 .mobile-sticky-cta[aria-hidden="true"],
  .lp004 .mobile-sticky[aria-hidden="true"],
  .quote-review .mobile-sticky-cta[aria-hidden="true"],
  .seo-interior-page .mobile-sticky[aria-hidden="true"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* Form UX — all NAKAJP lead forms
   Keeps the submit action clear of the card border and mobile safe area. */
form[data-nakajp-lead-form] {
  padding-block-end: max(24px, env(safe-area-inset-bottom));
}

form[data-nakajp-lead-form] button[type="submit"],
form[data-nakajp-lead-form] .form-submit {
  margin-block-start: 8px;
  margin-block-end: 4px;
  min-height: 52px;
}

@media (max-width: 767px) {
  form[data-nakajp-lead-form] {
    padding-block-end: max(28px, env(safe-area-inset-bottom));
  }

  form[data-nakajp-lead-form] button[type="submit"],
  form[data-nakajp-lead-form] .form-submit {
    min-height: 56px;
  }
}

