@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* IMC contrast safeguards */
.imc-page .imc-hero-zero-focus,
.imc-page .imc-zero-emphasis__number,
.imc-page .imc-section--ink {
  background-color:#061927 !important;
  color:#ffffff !important;
}
.imc-page .imc-section--ink .imc-title,
.imc-page .imc-section--ink .imc-title *,
.imc-page .imc-section--ink .imc-lead,
.imc-page .imc-section--ink .imc-lead *,
.imc-page .imc-hero-zero-focus > div:not(.imc-hero-zero-focus__amount),
.imc-page .imc-hero-zero-focus > div:not(.imc-hero-zero-focus__amount) *,
.imc-page .imc-zero-emphasis__number,
.imc-page .imc-zero-emphasis__number strong,
.imc-page .imc-zero-emphasis__number small,
.imc-page .imc-fee-box .imc-title,
.imc-page .imc-fee-box .imc-title *,
.imc-page .imc-proof-list strong,
.imc-page .imc-proof-list dd strong,
.imc-page .imc-fee-stat strong {
  color:#ffffff !important;
}
.imc-page .imc-hero-zero-focus span,
.imc-page .imc-zero-emphasis__number span {
  background:rgba(255,255,255,.16) !important;
  color:#ffe6a3 !important;
  border:1px solid rgba(255,255,255,.24) !important;
}
.imc-page .imc-hero-zero-focus__amount {
  background:#ffffff !important;
  color:#0a2742 !important;
}
.imc-page .imc-hero-zero-focus__amount strong,
.imc-page .imc-hero-zero-focus__amount b {
  color:#0a736e !important;
  background:transparent !important;
}
.imc-page .imc-hero-zero-focus__amount em,
.imc-page .imc-hero-zero-focus__amount small,
.imc-page .imc-hero-zero-focus__amount span,
.imc-page .imc-hero-zero-focus__amount .imc-nowrap {
  color:#0a2742 !important;
  background:transparent !important;
  border-color:transparent !important;
}
.imc-page .imc-fee-box .imc-title {
  background:#04384c !important;
}
.imc-page .imc-required {
  background:#8a1f1f !important;
  color:#ffffff !important;
  border-color:#8a1f1f !important;
}
.imc-page .imc-optional {
  background:#e8f4f1 !important;
  color:#0a5c59 !important;
}
.c-pagination__dot {
  color:#5f6b78 !important;
}


/* IMC header polish */
body:has(.imc-page) .l-header,
body:has(.imc-page) .p-breadcrumb,
body:has(.imc-page) .c-pageTitle,
body:has(.imc-page) .l-topTitleArea {
  display: none !important;
}
body:has(.imc-page) #content,
body:has(.imc-page) .l-content,
body:has(.imc-page) .l-mainContent,
body:has(.imc-page) .l-mainContent__inner,
body:has(.imc-page) .post_content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
body:has(.imc-page) .l-mainContent {
  padding-top: 0 !important;
}
.imc-page .imc-site-top {
  min-height: 38px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 18px !important;
  background: linear-gradient(90deg, #061927 0%, #0a3e55 54%, #075b57 100%) !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.18);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.08);
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.5;
  text-align: center;
}
.imc-page .imc-site-top::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d4b15f;
  box-shadow: 0 0 0 4px rgba(212,177,95,.18);
  flex: 0 0 auto;
}
.imc-page .imc-nav {
  position: sticky !important;
  top: 0;
  z-index: 70 !important;
  background: rgba(255,255,255,.97) !important;
  border-bottom: 1px solid rgba(8,35,60,.1) !important;
  box-shadow: 0 14px 34px rgba(8,35,60,.09) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.admin-bar .imc-page .imc-nav {
  top: 32px !important;
}
.imc-page .imc-nav__inner {
  width: min(1160px, calc(100% - 40px)) !important;
  min-height: 78px !important;
  margin: 0 auto;
  gap: 18px !important;
}
.imc-page .imc-logo,
.imc-page .imc-logo--image {
  min-width: 0;
  color: #09253b !important;
}
.imc-page .imc-logo-img {
  height: 54px !important;
  max-width: min(360px, 32vw) !important;
  filter: drop-shadow(0 6px 12px rgba(8,35,60,.08));
}
.imc-page .imc-links {
  gap: 4px !important;
  padding: 5px !important;
  border: 1px solid rgba(8,35,60,.08);
  border-radius: 999px;
  background: #f6faf9;
  color: #17344f !important;
  font-size: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
}
.imc-page .imc-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.imc-page .imc-links a:hover,
.imc-page .imc-links a:focus-visible {
  background: #e7f2ef;
  color: #075b57 !important;
  transform: translateY(-1px);
}
.imc-page .imc-actions {
  gap: 9px !important;
}
.imc-page .imc-actions .imc-btn,
.imc-page .imc-nav .imc-btn {
  min-height: 46px !important;
  border-radius: 8px !important;
  padding: 0 17px !important;
  box-shadow: none;
}
.imc-page .imc-actions .imc-btn--ghost[href^="tel"] {
  min-width: 134px;
  background: #fff !important;
  color: #09253b !important;
  border-color: rgba(8,35,60,.13) !important;
}
.imc-page .imc-actions .imc-btn--ghost[href^="tel"]::before {
  content: "TEL";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #edf5f3;
  color: #075b57;
  font-size: 10px;
  font-weight: 900;
}
.imc-page .imc-actions .imc-btn--primary,
.imc-page .imc-nav .imc-btn--primary {
  background: #075b57 !important;
  border-color: #075b57 !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(7,91,87,.22);
}
.imc-page .imc-actions .imc-btn--primary:hover,
.imc-page .imc-nav .imc-btn--primary:hover {
  background: #064d4a !important;
}
.imc-page .imc-promo {
  background: #075b57 !important;
  border-bottom: 0 !important;
  color: #fff !important;
}
.imc-page .imc-promo__inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 42px !important;
  margin: 0 auto;
  justify-content: center !important;
  gap: 8px 18px !important;
  line-height: 1.55;
  text-align: center;
}
.imc-page .imc-promo a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.imc-page .imc-mobile-menu {
  border-radius: 10px !important;
  border-color: rgba(8,35,60,.15) !important;
  box-shadow: 0 8px 18px rgba(8,35,60,.08);
}
.imc-page .imc-mobile-panel {
  border-bottom: 1px solid rgba(8,35,60,.09);
  box-shadow: 0 18px 34px rgba(8,35,60,.12) !important;
}
.imc-page .imc-mobile-panel__inner {
  width: min(420px, calc(100% - 28px));
  margin: 0 auto;
  padding: 12px 0 18px !important;
}
.imc-column-topbar {
  background: linear-gradient(90deg, #061927 0%, #0a3e55 58%, #075b57 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.imc-column-header {
  z-index: 70 !important;
  background: rgba(255,255,255,.97) !important;
  border-bottom: 1px solid rgba(8,35,60,.1) !important;
  box-shadow: 0 14px 34px rgba(8,35,60,.09) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.admin-bar .imc-column-header {
  top: 32px !important;
}
.imc-column-header__inner {
  min-height: 82px !important;
}
.imc-column-brand {
  color: #09253b !important;
  font-size: 1rem;
}
.imc-column-brand__mark {
  width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
  background: #edf7f5 !important;
  border-color: rgba(7,91,87,.2) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 8px 18px rgba(8,35,60,.08);
}
.imc-column-nav {
  gap: 4px !important;
  padding: 5px;
  border: 1px solid rgba(8,35,60,.08);
  border-radius: 999px;
  background: #f6faf9;
}
.imc-column-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.imc-column-nav a:hover,
.imc-column-nav a:focus-visible {
  background: #e7f2ef;
  color: #075b57 !important;
  transform: translateY(-1px);
}
.imc-column-header .imc-column-btn--primary {
  min-height: 48px !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 24px rgba(7,91,87,.22);
}
.l-header {
  border-bottom: 1px solid rgba(8,35,60,.1) !important;
  box-shadow: 0 10px 28px rgba(8,35,60,.06);
}
.l-header .c-headLogo__link {
  color: #09253b !important;
  font-weight: 900;
}
.l-header .c-gnav a {
  font-weight: 800;
}
@media (max-width: 1080px) {
  .imc-page .imc-links {
    gap: 2px !important;
    font-size: 13px !important;
  }
  .imc-page .imc-links a {
    padding: 0 9px;
  }
  .imc-page .imc-logo-img {
    max-width: min(310px, 30vw) !important;
  }
}
@media (max-width: 900px) {
  .imc-page .imc-site-top {
    min-height: 34px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
  }
  .imc-page .imc-nav__inner {
    width: min(100% - 24px, 720px) !important;
    min-height: 66px !important;
  }
  .imc-page .imc-logo-img {
    height: 42px !important;
    max-width: min(250px, 64vw) !important;
  }
  .imc-page .imc-links,
  .imc-page .imc-actions {
    display: none !important;
  }
  .imc-page .imc-mobile-menu {
    display: flex !important;
  }
  .imc-page .imc-promo__inner {
    width: min(100% - 24px, 720px);
    min-height: 0 !important;
    padding: 8px 0;
    font-size: 12px;
  }
  .imc-page .imc-promo a {
    display: none !important;
  }
  .imc-column-header__inner {
    min-height: 70px !important;
  }
  .imc-column-nav {
    display: none !important;
  }
  .imc-column-brand__mark {
    width: 42px !important;
    height: 42px !important;
  }
}
@media (max-width: 640px) {
  .imc-column-topbar .imc-column-shell {
    min-height: 36px !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .imc-column-topbar span:last-child {
    display: none;
  }
  .imc-column-header .imc-column-btn--primary {
    min-height: 44px !important;
    padding: 0 14px !important;
  }
}
/* IMC header polish end */

/* IMC footer polish */
body:has(.imc-footer) .l-footer,
body:has(.imc-column-footer) .l-footer {
  display: none !important;
}

.imc-footer,
.imc-column-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(203, 155, 60, .14) 0%, rgba(203, 155, 60, 0) 34%),
    linear-gradient(118deg, #051824 0%, #082b3f 52%, #07605c 100%) !important;
  color: #f8fbfd !important;
  border-top: 4px solid #c99b3c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.imc-footer::before,
.imc-column-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 38%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, rgba(255, 255, 255, 0) 1px 16px);
  opacity: .58;
}

.imc-footer {
  padding: 56px 0 30px !important;
}

.imc-footer .imc-shell {
  width: min(1160px, calc(100% - 40px)) !important;
  margin-inline: auto !important;
}

.imc-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.12fr) minmax(220px, .75fr) minmax(300px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.imc-footer__brand,
.imc-footer__grid > div:not(.imc-footer__brand):not(.imc-footer__cta),
.imc-footer__cta,
.imc-footer > .imc-shell[style] > div {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .065);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .16);
}

.imc-footer__brand,
.imc-footer__grid > div:not(.imc-footer__brand):not(.imc-footer__cta),
.imc-footer__cta {
  padding: 24px;
}

.imc-footer__brand strong,
.imc-footer > .imc-shell[style] strong,
.imc-column-footer strong {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
  font-weight: 900;
  line-height: 1.45;
}

.imc-footer__brand strong,
.imc-footer > .imc-shell[style] strong {
  font-size: 1.16rem;
}

.imc-footer__brand strong::before,
.imc-footer > .imc-shell[style] strong::before,
.imc-column-footer strong::before {
  content: "";
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c99b3c;
  box-shadow: 0 0 0 5px rgba(201, 155, 60, .18);
}

.imc-footer__brand span,
.imc-footer__brand small,
.imc-footer__cta p,
.imc-footer > .imc-shell[style] span,
.imc-column-footer span {
  color: rgba(248, 251, 253, .84) !important;
  line-height: 1.85;
}

.imc-footer__brand span,
.imc-footer__brand small,
.imc-footer__cta p {
  display: block;
  margin-top: 12px;
}

.imc-footer__brand small {
  font-size: .9rem;
}

.imc-footer__heading {
  margin: 0 0 14px;
  color: #f3dfaf !important;
  font-size: .9rem;
  font-weight: 900;
}

.imc-footer__links,
.imc-footer > .imc-shell[style] > div:last-child,
.imc-column-footer__links {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 12px !important;
}

.imc-footer__links a,
.imc-footer > .imc-shell[style] > div:last-child a,
.imc-column-footer__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #ffffff !important;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.imc-footer__links a::before,
.imc-footer > .imc-shell[style] > div:last-child a::before,
.imc-column-footer__links a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: #c99b3c;
  flex: 0 0 auto;
}

.imc-footer__links a:hover,
.imc-footer > .imc-shell[style] > div:last-child a:hover,
.imc-column-footer__links a:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(243, 223, 175, .7);
  transform: translateY(-1px);
}

.imc-footer__links a:focus-visible,
.imc-footer > .imc-shell[style] > div:last-child a:focus-visible,
.imc-column-footer__links a:focus-visible,
.l-footer a:focus-visible {
  outline: 3px solid #f3dfaf;
  outline-offset: 3px;
}

.imc-footer__cta {
  display: grid;
  align-content: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .055));
}

.imc-footer .imc-btn--gold {
  width: fit-content;
  min-height: 44px;
  padding-inline: 20px;
  color: #061927 !important;
  background: #f0cf73 !important;
  border-color: #f0cf73 !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}

.imc-footer__bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.imc-footer__bottom .imc-footer__links {
  justify-content: flex-start;
}

.imc-footer > .imc-shell[style] {
  display: grid !important;
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  gap: 22px !important;
  align-items: stretch;
}

.imc-footer > .imc-shell[style] > div {
  margin: 0 !important;
  padding: 24px;
}

.imc-footer > .imc-shell[style] > div:first-child {
  display: grid;
  align-content: center;
  gap: 8px;
}

.imc-footer > .imc-shell[style] > div:last-child {
  align-content: center;
}

.imc-column-footer {
  padding: 54px 0 58px !important;
}

.imc-column-footer .imc-column-shell {
  width: min(1060px, calc(100% - 40px));
  display: grid;
  justify-items: center;
  gap: 13px;
  text-align: center;
}

.imc-column-footer strong {
  font-size: 1.14rem;
}

.imc-column-footer span {
  max-width: 780px;
}

.imc-column-footer__links {
  justify-content: center !important;
  margin-top: 10px !important;
}

body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer {
  margin-top: 72px;
  background:
    linear-gradient(135deg, rgba(203, 155, 60, .12), rgba(203, 155, 60, 0) 36%),
    linear-gradient(118deg, #051824 0%, #082b3f 54%, #07605c 100%) !important;
  color: #f8fbfd !important;
  border-top: 4px solid #c99b3c;
}

body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer__foot {
  padding: 32px 0 28px;
}

body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer .l-container {
  width: min(1120px, calc(100% - 40px));
  display: grid;
  gap: 18px;
  justify-items: center;
}

body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
}

body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .075);
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none !important;
}

body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer__nav a:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(243, 223, 175, .7);
}

body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer .copyright {
  margin: 0;
  color: rgba(248, 251, 253, .78) !important;
  font-size: .86rem;
}

@media (prefers-reduced-motion: reduce) {
  .imc-footer__links a,
  .imc-footer > .imc-shell[style] > div:last-child a,
  .imc-column-footer__links a {
    transition: none;
  }
}

@media (max-width: 900px) {
  .imc-footer__grid,
  .imc-footer > .imc-shell[style] {
    grid-template-columns: 1fr;
  }

  .imc-footer__bottom .imc-footer__links,
  .imc-footer > .imc-shell[style] > div:last-child,
  .imc-column-footer__links {
    justify-content: flex-start !important;
  }
}

@media (max-width: 600px) {
  .imc-footer {
    padding: 42px 0 28px !important;
  }

  .imc-footer .imc-shell,
  .imc-column-footer .imc-column-shell,
  body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer .l-container {
    width: min(100% - 28px, 1120px) !important;
  }

  .imc-footer__brand,
  .imc-footer__grid > div:not(.imc-footer__brand):not(.imc-footer__cta),
  .imc-footer__cta,
  .imc-footer > .imc-shell[style] > div {
    padding: 20px;
  }

  .imc-footer__links a,
  .imc-footer > .imc-shell[style] > div:last-child a,
  .imc-column-footer__links a,
  body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer__nav a {
    min-height: 42px;
    padding: 9px 12px;
    font-size: .88rem;
  }

  .imc-footer__links,
  .imc-footer > .imc-shell[style] > div:last-child,
  .imc-column-footer__links,
  body:not(:has(.imc-footer)):not(:has(.imc-column-footer)) .l-footer__nav {
    gap: 9px !important;
  }

  .imc-footer .imc-btn--gold {
    width: 100%;
    justify-content: center;
  }

  .imc-column-footer {
    padding-bottom: calc(86px + env(safe-area-inset-bottom)) !important;
  }
}
/* IMC footer polish end */

/* IMC contrast final pass */
.imc-page .imc-btn--gold,
.imc-page a.imc-btn--gold,
.imc-site-top .imc-btn--gold,
.imc-footer .imc-btn--gold {
  background: #f0cf73 !important;
  border-color: #f0cf73 !important;
  color: #061927 !important;
  text-shadow: none !important;
}

.imc-page .imc-btn--gold:hover,
.imc-page a.imc-btn--gold:hover,
.imc-site-top .imc-btn--gold:hover,
.imc-footer .imc-btn--gold:hover {
  background: #f5d985 !important;
  border-color: #f5d985 !important;
  color: #061927 !important;
}

.imc-column-page .imc-column-section .imc-column-eyebrow {
  color: #5f4a16 !important;
}

.imc-column-page .imc-column-section .imc-column-eyebrow::before {
  background: #8a6a22 !important;
}

body:not(:has(.imc-page)):not(:has(.imc-column-page)) .wp-block-group.has-background a {
  color: #075b57 !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .16em;
  text-decoration-thickness: 1.5px;
}

body:not(:has(.imc-page)):not(:has(.imc-column-page)) .wp-block-group.has-background a:hover {
  color: #043f3b !important;
}


.imc-column-page .imc-column-section--ink .imc-column-eyebrow {
  color: #f3dfaf !important;
}

.imc-column-page .imc-column-section--ink .imc-column-eyebrow::before {
  background: #f3dfaf !important;
}
/* IMC contrast final pass end */

/* IMC homepage bright trust refresh */
body:has(.imc-hero-zero-focus) .imc-page {
  background:
    linear-gradient(180deg, #f8fcfb 0%, #f4faf8 46%, #fbfcfb 100%) !important;
  color: #10253b;
}

body:has(.imc-hero-zero-focus) .imc-site-top {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px !important;
  background: linear-gradient(90deg, #075b57 0%, #0a746d 54%, #0c8a7a 100%) !important;
  color: #ffffff !important;
  font-weight: 850;
  letter-spacing: 0 !important;
  box-shadow: none !important;
}

body:has(.imc-hero-zero-focus) .imc-nav {
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid #dbece9;
  box-shadow: 0 10px 26px rgba(12, 55, 65, .08) !important;
}

body:has(.imc-hero-zero-focus) .imc-nav__inner {
  min-height: 78px;
}

body:has(.imc-hero-zero-focus) .imc-logo--image {
  padding: 8px 10px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(9, 37, 59, .08);
}

body:has(.imc-hero-zero-focus) .imc-links {
  padding: 6px;
  border: 1px solid #dcebe8;
  border-radius: 999px;
  background: #f7fbfa;
}

body:has(.imc-hero-zero-focus) .imc-links a {
  min-height: 36px;
  padding: 8px 15px !important;
  border-radius: 999px;
  color: #0a2742 !important;
  font-weight: 850;
}

body:has(.imc-hero-zero-focus) .imc-links a:hover {
  background: #e8f6f3 !important;
  color: #064c49 !important;
}

body:has(.imc-hero-zero-focus) .imc-actions .imc-btn--ghost {
  background: #ffffff !important;
  border: 1px solid #d7e8e5 !important;
  color: #09253b !important;
  box-shadow: 0 8px 22px rgba(9, 37, 59, .07);
}

body:has(.imc-hero-zero-focus) .imc-actions .imc-btn--ghost::before {
  background: #e8f6f3 !important;
  color: #075b57 !important;
}

body:has(.imc-hero-zero-focus) .imc-actions .imc-btn--primary,
body:has(.imc-hero-zero-focus) .imc-mobile-panel .imc-btn--primary {
  background: #075b57 !important;
  color: #ffffff !important;
  border-color: #075b57 !important;
  box-shadow: 0 10px 24px rgba(7, 91, 87, .18);
}

body:has(.imc-hero-zero-focus) .imc-promo {
  padding: 9px 0 !important;
  background: linear-gradient(90deg, #eefbf8 0%, #f8fffd 100%) !important;
  color: #073b44 !important;
  border-top: 1px solid #cde8e2;
  border-bottom: 1px solid #cde8e2;
  box-shadow: none !important;
}

body:has(.imc-hero-zero-focus) .imc-promo__inner {
  gap: 16px;
  justify-content: center;
}

body:has(.imc-hero-zero-focus) .imc-promo span,
body:has(.imc-hero-zero-focus) .imc-promo .imc-nowrap {
  color: #073b44 !important;
}

body:has(.imc-hero-zero-focus) .imc-promo a {
  background: #075b57 !important;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 7px 14px;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(7, 91, 87, .16);
}

body:has(.imc-hero-zero-focus) .imc-hero {
  min-height: auto !important;
  padding: 54px 0 42px !important;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, .985) 0%, rgba(255, 255, 255, .94) 44%, rgba(255, 255, 255, .68) 72%, rgba(255, 255, 255, .34) 100%),
    url("https://import-ma-center.jp/wp-content/uploads/2026/06/import-ma-hero-fast.webp") !important;
  background-position: 0 0, 100% 48% !important;
  background-size: auto, cover !important;
  border-bottom: 1px solid #d7e9e4;
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-shell {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 1fr);
  min-height: 0 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-animate {
  display: flex !important;
  flex-direction: column;
  gap: 17px;
  width: min(760px, 100%);
  padding: 34px 0 12px;
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-badge {
  order: 1;
  width: fit-content;
  max-width: 100%;
  padding: 11px 17px !important;
  background: #ffffff !important;
  border: 1px solid #d7e8e5 !important;
  color: #0a2742 !important;
  box-shadow: 0 10px 26px rgba(9, 37, 59, .08);
}

body:has(.imc-hero-zero-focus) .imc-hero h1 {
  order: 2;
  margin: 0 !important;
  color: #08253d !important;
  font-size: clamp(2.85rem, 4.8vw, 4.35rem) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-h1-line {
  min-height: 0 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > p {
  order: 3;
  max-width: 680px;
  margin: 0 !important;
  color: #334b62 !important;
  font-size: 1.05rem !important;
  line-height: 1.95 !important;
  font-weight: 650;
}

body:has(.imc-hero-zero-focus) .imc-hero-trust {
  order: 4;
  display: flex !important;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero-trust span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #cde8e2;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92) !important;
  color: #075b57 !important;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(9, 37, 59, .05);
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > div:last-child {
  order: 5;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > div:last-child .imc-btn {
  min-height: 48px;
  padding: 12px 18px !important;
  font-weight: 900;
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus {
  order: 6;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 4px 0 0 !important;
  padding: 22px !important;
  min-height: 0 !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #0a2742 !important;
  border: 1px solid #d4e8e4 !important;
  border-left: 5px solid #c99b3c !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 42px rgba(9, 37, 59, .11) !important;
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus * {
  color: inherit !important;
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus .imc-kicker,
body:has(.imc-hero-zero-focus) .imc-hero-zero-focus [class*="kicker"] {
  color: #075b57 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus p {
  color: #334b62 !important;
  line-height: 1.8 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus .imc-nowrap {
  background: #eef8f5 !important;
  color: #075b57 !important;
  border: 1px solid #cde8e2;
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus__amount {
  min-width: 148px;
  padding: 16px 18px !important;
  background: linear-gradient(180deg, #eefbf8, #ffffff) !important;
  color: #075b57 !important;
  border: 1px solid #cde8e2;
  border-radius: 8px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9);
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus__amount strong,
body:has(.imc-hero-zero-focus) .imc-hero-zero-focus__amount b {
  color: #075b57 !important;
}

body:has(.imc-hero-zero-focus) .imc-hero .imc-hero-fee-contrast,
body:has(.imc-hero-zero-focus) .imc-hero .imc-fee-hero-strip {
  display: none !important;
}

body:has(.imc-hero-zero-focus) .imc-hero-chips {
  transform: translateY(-8px);
}

body:has(.imc-hero-zero-focus) .imc-hero-point {
  border: 1px solid #dcebe8 !important;
  box-shadow: 0 14px 30px rgba(9, 37, 59, .06) !important;
}

body:has(.imc-hero-zero-focus) .imc-hero-contact {
  border: 1px solid #d6e9e4 !important;
  box-shadow: 0 16px 34px rgba(9, 37, 59, .08) !important;
}

body:has(.imc-hero-zero-focus) .imc-section:first-of-type {
  padding-top: 72px !important;
}

body:has(.imc-hero-zero-focus) .imc-section:first-of-type .imc-panel,
body:has(.imc-hero-zero-focus) .imc-section:first-of-type .imc-zero-compare,
body:has(.imc-hero-zero-focus) .imc-section:first-of-type .imc-card {
  box-shadow: 0 14px 34px rgba(9, 37, 59, .07) !important;
}

body:has(.imc-hero-zero-focus) .imc-footer {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(118deg, #073044 0%, #0b5f63 54%, #0a8275 100%) !important;
  border-top-color: #e0b85a !important;
}

body:has(.imc-hero-zero-focus) .imc-footer__brand,
body:has(.imc-hero-zero-focus) .imc-footer__grid > div:not(.imc-footer__brand):not(.imc-footer__cta),
body:has(.imc-hero-zero-focus) .imc-footer__cta {
  background: rgba(255, 255, 255, .095) !important;
  border-color: rgba(255, 255, 255, .2) !important;
}

body:has(.imc-hero-zero-focus) .imc-footer__links a {
  background: rgba(255, 255, 255, .11) !important;
  border-color: rgba(255, 255, 255, .22) !important;
}

@media (max-width: 900px) {
  body:has(.imc-hero-zero-focus) .imc-nav__inner {
    min-height: 76px;
  }

  body:has(.imc-hero-zero-focus) .imc-promo__inner {
    justify-content: flex-start;
    text-align: left;
  }

  body:has(.imc-hero-zero-focus) .imc-hero {
    padding: 34px 0 34px !important;
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, .97) 0%, rgba(255, 255, 255, .91) 58%, rgba(255, 255, 255, .84) 100%),
      url("https://import-ma-center.jp/wp-content/uploads/2026/06/import-ma-hero-fast.webp") !important;
    background-position: 0 0, 62% 50% !important;
  }

  body:has(.imc-hero-zero-focus) .imc-hero .imc-shell {
    grid-template-columns: 1fr;
  }

  body:has(.imc-hero-zero-focus) .imc-hero .imc-animate {
    padding-top: 18px;
    gap: 15px;
  }

  body:has(.imc-hero-zero-focus) .imc-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.2rem) !important;
    line-height: 1.16 !important;
  }

  body:has(.imc-hero-zero-focus) .imc-hero-zero-focus {
    grid-template-columns: 1fr;
  }

  body:has(.imc-hero-zero-focus) .imc-hero-zero-focus__amount {
    width: 100%;
  }

  body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > div:last-child .imc-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  body:has(.imc-hero-zero-focus) .imc-site-top {
    font-size: .78rem;
    line-height: 1.5;
    text-align: center;
  }

  body:has(.imc-hero-zero-focus) .imc-promo {
    padding: 8px 0 !important;
  }

  body:has(.imc-hero-zero-focus) .imc-promo__inner > span {
    line-height: 1.55;
  }

  body:has(.imc-hero-zero-focus) .imc-promo a {
    width: 100%;
    justify-content: center;
  }

  body:has(.imc-hero-zero-focus) .imc-hero .imc-badge {
    border-radius: 8px;
    line-height: 1.55;
  }

  body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > p {
    font-size: 1rem !important;
    line-height: 1.85 !important;
  }

  body:has(.imc-hero-zero-focus) .imc-hero-trust span {
    width: 100%;
  }

  body:has(.imc-hero-zero-focus) .imc-hero-zero-focus {
    padding: 18px !important;
  }
}
/* IMC homepage CTA lift */

body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > div:last-child {
  order: 4;
}

body:has(.imc-hero-zero-focus) .imc-hero-trust {
  order: 5;
}

body:has(.imc-hero-zero-focus) .imc-hero-zero-focus {
  order: 6;
}

@media (max-width: 900px) {
  body:has(.imc-hero-zero-focus) .imc-hero .imc-animate {
    gap: 12px;
  }

  body:has(.imc-hero-zero-focus) .imc-hero h1 {
    font-size: clamp(2rem, 9vw, 2.85rem) !important;
    line-height: 1.14 !important;
  }

  body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > p {
    font-size: .96rem !important;
    line-height: 1.72 !important;
  }

  body:has(.imc-hero-zero-focus) .imc-hero .imc-animate > div:last-child .imc-btn {
    min-height: 46px;
  }
}
/* IMC homepage CTA lift end */
/* IMC homepage bright trust refresh end */

/* IMC spacing rhythm pass */
.imc-page .imc-section .imc-title,
.imc-column-page .imc-column-section .imc-column-title {
  margin-top: 10px !important;
  margin-bottom: clamp(18px, 2vw, 28px) !important;
}

.imc-page .imc-section .imc-title + .imc-lead,
.imc-column-page .imc-column-section .imc-column-title + .imc-column-lead {
  margin-top: 0 !important;
}

.imc-page:has(.imc-hero-zero-focus) .imc-section {
  padding-top: clamp(54px, 5vw, 64px) !important;
  padding-bottom: clamp(54px, 5vw, 64px) !important;
}

.imc-page:has(.imc-hero-zero-focus) .imc-section:has(+ .imc-footer) {
  padding-bottom: clamp(38px, 4vw, 52px) !important;
}

body:has(.imc-hero-zero-focus) .imc-page .imc-section:first-of-type {
  padding-top: clamp(54px, 5vw, 64px) !important;
}

.imc-page:not(:has(.imc-hero-zero-focus)) .imc-section {
  padding-top: clamp(50px, 4.8vw, 64px) !important;
  padding-bottom: clamp(50px, 4.8vw, 64px) !important;
}

.imc-page:not(:has(.imc-hero-zero-focus)) .imc-section--ink {
  padding-top: clamp(56px, 5.2vw, 68px) !important;
  padding-bottom: clamp(56px, 5.2vw, 68px) !important;
}

.imc-page:not(:has(.imc-hero-zero-focus)) .imc-lower-hero + .imc-section,
.imc-page:not(:has(.imc-hero-zero-focus)) .imc-section--ink + .imc-section {
  padding-top: clamp(46px, 4.4vw, 58px) !important;
}

.imc-page:not(:has(.imc-hero-zero-focus)) .imc-section:has(+ .imc-footer) {
  padding-bottom: clamp(34px, 3.8vw, 50px) !important;
}

.imc-page:not(:has(.imc-hero-zero-focus)) .imc-split,
.imc-page:not(:has(.imc-hero-zero-focus)) .imc-grid,
.imc-page:not(:has(.imc-hero-zero-focus)) .imc-card-grid,
.imc-page:not(:has(.imc-hero-zero-focus)) .imc-step-grid {
  gap: clamp(22px, 3vw, 38px) !important;
}

.imc-page:not(:has(.imc-hero-zero-focus)) .imc-split,
.imc-column-page .imc-column-split {
  align-items: start !important;
}

.imc-page:not(:has(.imc-hero-zero-focus)) .imc-section figure,
.imc-page:not(:has(.imc-hero-zero-focus)) .imc-section img {
  margin-top: 0 !important;
}

.imc-column-page .imc-column-section {
  padding-top: clamp(50px, 4.6vw, 62px) !important;
  padding-bottom: clamp(50px, 4.6vw, 62px) !important;
}

.imc-column-page .imc-column-hero + .imc-column-section {
  padding-top: clamp(46px, 4.4vw, 58px) !important;
}

.imc-column-page .imc-column-section:has(+ .imc-column-footer) {
  padding-bottom: clamp(34px, 3.8vw, 50px) !important;
}

.imc-column-page .imc-column-grid,
.imc-column-page .imc-column-cards,
.imc-column-page .imc-column-split {
  gap: clamp(22px, 3vw, 38px) !important;
}

@media (max-width: 768px) {
  .imc-page .imc-section .imc-title,
  .imc-column-page .imc-column-section .imc-column-title {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
  }

  .imc-page:has(.imc-hero-zero-focus) .imc-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  .imc-page:has(.imc-hero-zero-focus) .imc-section:has(+ .imc-footer) {
    padding-bottom: 30px !important;
  }

  body:has(.imc-hero-zero-focus) .imc-page .imc-section:first-of-type {
    padding-top: 42px !important;
  }

  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-section--ink {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-lower-hero + .imc-section,
  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-section--ink + .imc-section {
    padding-top: 36px !important;
  }

  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-section:has(+ .imc-footer) {
    padding-bottom: 28px !important;
  }

  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-split,
  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-grid,
  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-card-grid,
  .imc-page:not(:has(.imc-hero-zero-focus)) .imc-step-grid {
    gap: 18px !important;
  }

  .imc-column-page .imc-column-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .imc-column-page .imc-column-hero + .imc-column-section {
    padding-top: 36px !important;
  }

  .imc-column-page .imc-column-section:has(+ .imc-column-footer) {
    padding-bottom: 28px !important;
  }

  .imc-column-page .imc-column-grid,
  .imc-column-page .imc-column-cards,
  .imc-column-page .imc-column-split {
    gap: 18px !important;
  }
}
/* End IMC spacing rhythm pass */

/* IMC responsive touch polish */
@media (min-width: 901px) and (max-width: 1100px) {
  body .imc-page .imc-nav .imc-logo:not(.imc-logo--image) {
    display: none !important;
  }

  body .imc-page .imc-nav__inner {
    gap: 18px !important;
  }
}

@media (max-width: 1100px) {
  body .imc-page .imc-nav .imc-links a,
  body .imc-nav a,
  body .imc-column-header a,
  body .imc-promo a {
    min-height: 40px !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  body .imc-footer a,
  body .imc-column-footer a,
  body .imc-page a[href*="privacy-policy"],
  body .imc-page a[href*="information-security-policy"],
  body .imc-page a[href*="conflict-of-interest-policy"],
  body .imc-page a[href*="sme-ma-guideline"],
  body .imc-page a[href*="complaints-contact"] {
    min-height: 40px !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body .imc-page a[href^="tel:"],
  body .imc-page a[href^="mailto:"] {
    min-height: 36px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .imc-footer,
  .imc-column-footer {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }
}
/* End IMC responsive touch polish */

/* IMC section cleanup */
.imc-page .imc-section,
.imc-column-page .imc-column-section {
  position: relative;
  overflow: hidden;
}

.imc-page .imc-section + .imc-section,
.imc-column-page .imc-column-section + .imc-column-section {
  border-top: 1px solid rgba(11, 79, 76, .1);
}

.imc-page .imc-section:not(.imc-section--ink):not(.imc-section--white),
.imc-column-page .imc-column-section:not(.imc-column-section--ink):not(.imc-column-section--paper) {
  background:
    linear-gradient(180deg, rgba(244, 250, 248, .96), rgba(255, 255, 255, .98)),
    radial-gradient(circle at 12% 0%, rgba(7, 111, 105, .07), transparent 34%);
}

.imc-page .imc-section--white,
.imc-column-page .imc-column-section--paper,
.imc-column-page .imc-column-section:not(.imc-column-section--ink) {
  background-color: #fffdfa;
}

.imc-page .imc-section > .imc-shell,
.imc-column-page .imc-column-section > .imc-column-shell {
  position: relative;
  z-index: 1;
}

.imc-page .imc-section .imc-title,
.imc-column-page .imc-column-section .imc-column-title {
  border-left: 5px solid #c99b3c !important;
  box-shadow: 0 14px 28px rgba(6, 40, 58, .08) !important;
}

.imc-page .imc-section .imc-lead,
.imc-column-page .imc-column-section .imc-column-lead {
  max-width: 760px;
  color: #394f5a;
}

.imc-page .imc-split,
.imc-column-page .imc-column-split {
  align-items: start !important;
}

.imc-page .imc-grid,
.imc-page .imc-card-grid,
.imc-page .imc-step-grid,
.imc-page .imc-area-grid,
.imc-page .imc-local-grid,
.imc-column-page .imc-column-grid,
.imc-column-page .imc-column-cards {
  align-items: stretch;
}

.imc-page .imc-card,
.imc-page .imc-mini-card,
.imc-page .imc-insider-card,
.imc-page .imc-field-card,
.imc-page .imc-map-card,
.imc-page .imc-industry-card,
.imc-page .imc-area-card,
.imc-page .imc-local-card,
.imc-page .imc-route-card,
.imc-page .imc-form-card,
.imc-page .imc-privacy-notice,
.imc-column-page .imc-column-card {
  height: 100%;
  border: 1px solid rgba(11, 79, 76, .13) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 32px rgba(9, 45, 59, .07) !important;
}

.imc-page .imc-card:hover,
.imc-page .imc-mini-card:hover,
.imc-page .imc-insider-card:hover,
.imc-page .imc-field-card:hover,
.imc-page .imc-map-card:hover,
.imc-page .imc-industry-card:hover,
.imc-page .imc-area-card:hover,
.imc-page .imc-local-card:hover,
.imc-page .imc-route-card:hover,
.imc-column-page .imc-column-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(9, 45, 59, .11) !important;
}

.imc-page .imc-card h3,
.imc-page .imc-mini-card h3,
.imc-page .imc-insider-card h3,
.imc-page .imc-field-card h3,
.imc-page .imc-map-card h3,
.imc-page .imc-industry-card h3,
.imc-page .imc-area-card h3,
.imc-page .imc-local-card h3,
.imc-page .imc-route-card h3,
.imc-column-page .imc-column-card h3 {
  margin-top: 8px;
}

.imc-page .imc-section img,
.imc-column-page .imc-column-section img {
  box-shadow: 0 16px 34px rgba(8, 44, 58, .12);
}

.imc-page .imc-section .imc-visual-frame img,
.imc-column-page .imc-column-card img,
.imc-column-page .imc-column-section picture img {
  box-shadow: none;
}

.imc-page .imc-section--ink .imc-card,
.imc-page .imc-section--ink .imc-area-card,
.imc-page .imc-section--ink .imc-local-card,
.imc-column-page .imc-column-section--ink .imc-column-card {
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .18) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .16) !important;
}

.imc-page .imc-form-card {
  background: #ffffff !important;
}

.imc-page .imc-form-card h3,
.imc-page .imc-form-card h4 {
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .imc-page .imc-section .imc-title,
  .imc-column-page .imc-column-section .imc-column-title {
    border-left-width: 4px !important;
    box-shadow: 0 10px 22px rgba(6, 40, 58, .07) !important;
  }

  .imc-page .imc-card,
  .imc-page .imc-mini-card,
  .imc-page .imc-insider-card,
  .imc-page .imc-field-card,
  .imc-page .imc-map-card,
  .imc-page .imc-industry-card,
  .imc-page .imc-area-card,
  .imc-page .imc-local-card,
  .imc-page .imc-route-card,
  .imc-page .imc-form-card,
  .imc-page .imc-privacy-notice,
  .imc-column-page .imc-column-card {
    box-shadow: 0 10px 24px rgba(9, 45, 59, .06) !important;
  }

  .imc-page .imc-section img,
  .imc-column-page .imc-column-section img {
    box-shadow: 0 10px 24px rgba(8, 44, 58, .1);
  }
}
/* End IMC section cleanup */

/* IMC readability guard 2026-06-24 */
.imc-page,
.imc-column-page {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}
.imc-page h1,
.imc-page h2,
.imc-page h3,
.imc-column-page h1,
.imc-column-page h2,
.imc-column-page h3 {
  line-break: strict;
  text-wrap: balance;
  overflow-wrap: normal;
}
.imc-page p,
.imc-page li,
.imc-page label,
.imc-page .imc-card,
.imc-page .imc-faq-item,
.imc-column-page p,
.imc-column-page li {
  line-break: strict;
  text-wrap: pretty;
  overflow-wrap: break-word;
}
.imc-page .imc-btn,
.imc-page .imc-links a,
.imc-page .imc-mobile-panel a,
.imc-column-page .imc-column-btn,
.imc-column-page .imc-column-mobile-bar a {
  line-height: 1.35;
  text-align: center;
  line-break: strict;
  text-wrap: balance;
  overflow-wrap: normal;
}
@supports (word-break: auto-phrase) {
  .imc-page h1,
  .imc-page h2,
  .imc-page h3,
  .imc-page p,
  .imc-page li,
  .imc-page label,
  .imc-page .imc-btn,
  .imc-page .imc-links a,
  .imc-page .imc-mobile-panel a,
  .imc-column-page h1,
  .imc-column-page h2,
  .imc-column-page h3,
  .imc-column-page p,
  .imc-column-page li,
  .imc-column-page .imc-column-btn,
  .imc-column-page .imc-column-mobile-bar a {
    word-break: auto-phrase;
  }
}
.imc-page .imc-nowrap,
.imc-column-page .imc-nowrap {
  white-space: nowrap;
}
.imc-page a[href^="tel"],
.imc-column-page a[href^="tel"] {
  white-space: nowrap;
}
@media (max-width: 900px) {
  .imc-page .imc-nav__inner {
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }
  .imc-page .imc-nav__inner > .imc-logo:not(.imc-logo--image) {
    display: none !important;
  }
  .imc-page .imc-nav__inner > .imc-logo--image {
    flex: 0 1 min(250px, calc(100vw - 92px)) !important;
    width: min(250px, calc(100vw - 92px)) !important;
    max-width: calc(100% - 54px) !important;
    min-width: 0 !important;
    overflow: visible !important;
    justify-content: flex-start !important;
  }
  .imc-page .imc-logo-img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }
  .imc-page .imc-mobile-menu {
    flex: 0 0 42px !important;
    width: 42px !important;
    min-width: 42px !important;
  }
}
@media (max-width: 640px) {
  .imc-column-page {
    padding-bottom: 92px !important;
  }
  .imc-column-mobile-bar {
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }
  .p-fixBtnWrap {
    bottom: 74px !important;
  }
}
@media (max-width: 420px) {
  .imc-page .imc-nav__inner {
    width: calc(100% - 20px) !important;
  }
  .imc-page .imc-logo-img {
    height: 38px !important;
  }
  .imc-page .imc-promo__inner {
    line-height: 1.6 !important;
  }
  .imc-page .imc-hero__actions .imc-btn {
    min-height: 50px;
  }
}
/* /IMC readability guard 2026-06-24 */

/* IMC typography balance 2026-06-24 */
.imc-page,
.imc-column-page {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.imc-page :where(h1,h2,h3,p,li,a,button,label,input,textarea,small,span),
.imc-column-page :where(h1,h2,h3,p,li,a,button,label,input,textarea,small,span) {
  letter-spacing: 0 !important;
}
.imc-page :where(p,li,dd),
.imc-column-page :where(p,li,dd) {
  font-size: clamp(15px, 1.05vw, 16px) !important;
  line-height: 1.84 !important;
  font-weight: 500 !important;
}
.imc-page :where(.imc-lead, .imc-hero p),
.imc-column-page :where(.imc-column-lead, .imc-column-hero__lead) {
  font-size: clamp(15.5px, 1.2vw, 17px) !important;
  line-height: 1.82 !important;
  font-weight: 550 !important;
}
.imc-page h1,
.imc-page .imc-title--hero {
  font-size: clamp(34px, 4.35vw, 56px) !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
}
body:has(.imc-hero-zero-focus) .imc-page .imc-hero h1 {
  font-size: clamp(34px, 4.1vw, 56px) !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
}
.imc-page .imc-section--ink .imc-title--hero {
  font-size: clamp(34px, 4.35vw, 56px) !important;
  line-height: 1.2 !important;
  font-weight: 830 !important;
}
.imc-column-page h1,
.imc-column-page .imc-column-hero h1 {
  font-size: clamp(32px, 5.2vw, 64px) !important;
  line-height: 1.16 !important;
  font-weight: 850 !important;
}
.imc-page h2,
.imc-column-page h2,
.imc-column-page .imc-column-title {
  font-size: clamp(24px, 2.55vw, 36px) !important;
  line-height: 1.36 !important;
  font-weight: 800 !important;
}
.imc-page .imc-section--ink h2.imc-title {
  font-size: clamp(22px, 2.25vw, 31px) !important;
  line-height: 1.4 !important;
  font-weight: 780 !important;
}
.imc-page .imc-fee-lead-title {
  font-size: clamp(23px, 2.35vw, 32px) !important;
}
.imc-page h3,
.imc-column-page h3 {
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.48 !important;
  font-weight: 750 !important;
}
.imc-page :where(.imc-btn, .imc-links a, .imc-mobile-panel a),
.imc-column-page :where(.imc-column-btn, .imc-column-nav a, .imc-column-mobile-bar a) {
  font-size: clamp(13px, .95vw, 14.5px) !important;
  line-height: 1.38 !important;
  font-weight: 800 !important;
}
.imc-page :where(.imc-site-top, .imc-promo__inner, .imc-kicker, .imc-eyebrow),
.imc-column-page :where(.imc-column-eyebrow, .imc-column-card__label) {
  font-size: clamp(11.5px, .9vw, 13px) !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
}
.imc-page :where(label, .imc-field label, .wpcf7-list-item-label),
.imc-page :where(input, textarea, select) {
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.imc-page :where(input, textarea, select) {
  font-weight: 500 !important;
}
.imc-page :where(strong, b),
.imc-column-page :where(strong, b) {
  font-weight: 780 !important;
}
@media (max-width: 640px) {
  .imc-page h1,
  .imc-page .imc-title--hero,
  body:has(.imc-hero-zero-focus) .imc-page .imc-hero h1 {
    font-size: clamp(30px, 8.7vw, 34px) !important;
    line-height: 1.2 !important;
  }
  .imc-column-page h1,
  .imc-column-page .imc-column-hero h1 {
    font-size: clamp(29px, 8.6vw, 34px) !important;
    line-height: 1.22 !important;
  }
  .imc-page h2,
  .imc-column-page h2,
  .imc-column-page .imc-column-title {
    font-size: clamp(21px, 6vw, 27px) !important;
    line-height: 1.42 !important;
  }
  .imc-page .imc-section--ink h2.imc-title {
    font-size: clamp(20px, 5.8vw, 24px) !important;
    line-height: 1.45 !important;
  }
  .imc-page h3,
  .imc-column-page h3 {
    font-size: clamp(16.5px, 4.7vw, 19px) !important;
    line-height: 1.5 !important;
  }
  .imc-page :where(p,li,dd),
  .imc-column-page :where(p,li,dd) {
    font-size: 14.75px !important;
    line-height: 1.82 !important;
  }
  .imc-page :where(.imc-lead, .imc-hero p),
  .imc-column-page :where(.imc-column-lead, .imc-column-hero__lead) {
    font-size: 15px !important;
    line-height: 1.82 !important;
  }
  .imc-page :where(.imc-btn, .imc-links a, .imc-mobile-panel a),
  .imc-column-page :where(.imc-column-btn, .imc-column-nav a, .imc-column-mobile-bar a) {
    font-size: 13.5px !important;
    line-height: 1.38 !important;
  }
}
/* /IMC typography balance 2026-06-24 */
