/*
Theme Name: 누하고 랜딩
Theme URI: https://example.com/nuhago
Author: 누하고
Description: 파워링크 랜딩과 현장형 콘텐츠 발행을 함께 고려한 누수·하수구·고압세척 전문업체용 워드프레스 테마입니다.
Version: 2.17.34
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: nuhago
*/

:root {
  --nh-font: "Pretendard", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nh-ink: #071a3d;
  --nh-muted: #5d6d89;
  --nh-green: #0759e8;
  --nh-green-dark: #061b51;
  --nh-lime: #4ed5ff;
  --nh-mint: #eaf4ff;
  --nh-cream: #f4f8ff;
  --nh-white: #fff;
  --nh-line: #d8e4f5;
  --nh-shadow: 0 20px 60px rgba(5, 41, 112, .18);
  --nh-radius: 22px;
  --nh-width: 1180px;
  --nh-guide-banner-height: 144px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--nh-ink);
  background: var(--nh-white);
  font-family: var(--nh-font);
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--nh-width)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }
.skip-link:focus { z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 14px; clip: auto; background: #fff; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(220, 230, 225, .8);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 104px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; }
.brand-lockup { display: grid; justify-items: center; }
.brand-wordmark { width: 162px; height: auto; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-height: 52px; }
.site-nav { justify-self: center; z-index: 3; }
.site-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: 15px; font-weight: 750; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--nh-green); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-action { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 13px; border: 1px solid var(--nh-line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 850; white-space: nowrap; transition: .2s ease; }
.header-action:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(5,41,112,.12); }
.header-action b { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #fff; font-size: 11px; }
.action-phone { color: #fff; border-color: #0759e8; background: #0759e8; }
.action-phone b { background: rgba(255,255,255,.18); }
.action-naver { color: #087d37; border-color: #b9e8ca; }
.action-naver b { background: #03c75a; }
.action-youtube { color: #b91c1c; border-color: #f3c5c5; }
.action-youtube b { background: #ff0033; font-size: 9px; }
.header-action.is-disabled { cursor: help; opacity: .48; }
.menu-toggle { display: none; place-items: center; justify-self: end; width: 40px; height: 40px; padding: 0; border: 1px solid var(--nh-line); border-radius: 50%; background: #fff; color: var(--nh-ink); cursor: pointer; }
.menu-icon { display: block; width: 20px; height: 20px; }
.menu-toggle:hover, .menu-toggle[aria-expanded="true"] { color: var(--nh-green); background: var(--nh-mint); border-color: #a9c9f5; }
.menu-toggle:focus-visible { outline: 2px solid var(--nh-green); outline-offset: 3px; }

.hero { overflow: hidden; position: relative; padding: 92px 0 82px; color: #fff; background: radial-gradient(ellipse at 50% 48%, rgba(3, 15, 49, .72) 0%, rgba(3, 15, 49, .58) 28%, rgba(3, 15, 49, .24) 52%, transparent 76%), linear-gradient(180deg, rgba(3, 15, 49, .08), rgba(3, 15, 49, .24)), url("assets/images/hero-field-diagonal-accent-v3.webp") center / cover no-repeat, #030f31; }
.hero::before, .hero::after { content: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; text-align: center; }
.hero-grid > * { min-width: 0; width: min(100%, 820px); }
.hero-monitor-row { position: absolute; z-index: 2; top: calc(100% + 12px); left: 0; right: 0; display: flex; justify-content: flex-end; pointer-events: none; }
.hero-monitor { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; max-width: 100%; margin: 0; padding: 8px 12px; border: 1px solid rgba(255, 115, 115, .35); border-radius: 6px; color: #f4e8ed; background: rgba(3, 15, 49, .72); font-size: 12px; line-height: 1.5; }
.hero-monitor strong { color: #ff7070; font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.hero-monitor-dot { flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; background: #ff5252; box-shadow: 0 0 9px rgba(255, 82, 82, .6); animation: nh-rec-blink 1.8s ease-in-out infinite; }
@keyframes nh-rec-blink { 0%, 100% { opacity: 1; } 50% { opacity: .2; } }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(42px, 5.8vw, 74px); line-height: 1.08; letter-spacing: -.065em; }
.hero h1 em { color: #62dcff; font-style: normal; text-shadow: 0 0 28px rgba(51, 195, 255, .32); }
.hero-headline-art { display: block; width: min(100%, 670px); margin: 0 auto -4px; filter: drop-shadow(0 20px 28px rgba(0, 7, 31, .18)); }
.hero-copy { max-width: 650px; margin: 24px auto 0; color: #cbd9f3; font-size: clamp(17px, 2vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-weight: 850; transition: .2s ease; }
.button-primary { color: #fff; background: var(--nh-green); box-shadow: 0 10px 28px rgba(7, 89, 232, .28); }
.button-primary:hover { transform: translateY(-2px); background: var(--nh-green-dark); }
.button-secondary { border-color: #bfd5f2; background: rgba(255,255,255,.72); }
.diag-primary,
.insurance-recovery .insurance-faq-button,
.contact-compact .cta-box .contact-call,
.hero .button-primary { position: relative; isolation: isolate; overflow: hidden; color: #fff; border-color: rgba(115, 227, 255, .85); text-shadow: 0 1px 3px rgba(0, 12, 52, .65); background: linear-gradient(110deg, #031946 0%, #064abe 25%, #08718b 48%, #0753ca 68%, #031946 100%); background-size: 300% 100%; box-shadow: 0 12px 36px rgba(0, 127, 255, .45); animation: nh-call-glow 2.4s ease-in-out infinite; }
.diag-primary::before,
.insurance-recovery .insurance-faq-button::before,
.contact-compact .cta-box .contact-call::before,
.hero .button-primary::before { content: ""; position: absolute; z-index: -1; pointer-events: none; top: -60%; left: -55%; width: 42%; height: 220%; background: linear-gradient(90deg, transparent, rgba(117, 238, 255, .3) 35%, rgba(255, 255, 255, .38) 50%, rgba(117, 238, 255, .3) 65%, transparent); transform: translateX(0) rotate(18deg); animation: nh-call-shine 2.2s ease-in-out infinite; }
.hero .button-primary:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
@keyframes nh-call-glow { 0%, 100% { background-position: 0% 50%; box-shadow: 0 0 0 0 rgba(98,222,255,0), 0 10px 24px rgba(0, 93, 255, .28), inset 0 1px 0 rgba(255,255,255,.3); } 50% { background-position: 100% 50%; box-shadow: 0 0 0 4px rgba(98,222,255,.16), 0 16px 48px rgba(0, 183, 255, .65), inset 0 1px 0 rgba(255,255,255,.65); } }
@keyframes nh-call-shine { 0% { transform: translateX(0) rotate(18deg); opacity: 0; } 15%, 38% { opacity: 1; } 65%, 100% { transform: translateX(410%) rotate(18deg); opacity: 0; } }
.hero .button-secondary { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.hero-note { margin-top: 18px; color: #9eb1d5; font-size: 13px; }
.blog-search-strip { padding: 40px 0; border-bottom: 1px solid var(--nh-line); background: #f2f6fd; }
.blog-search-inner { max-width: 760px; }
.blog-search-intro { margin-bottom: 22px; }
.blog-search-intro h2 { margin: 0 0 14px; font-size: clamp(32px, 3.3vw, 42px); font-weight: 800; line-height: 1.18; letter-spacing: -.05em; color: var(--nh-ink); word-break: keep-all; }
.blog-search-intro h2 span { display: block; color: #0752b6; }
.blog-search-intro p { margin: 0; font-size: 16px; line-height: 1.7; color: var(--nh-muted); word-break: keep-all; }
.blog-search-intro p span { display: block; }
.blog-search-caption { display: grid; width: 36px; height: 44px; place-items: center; color: #03cf00; line-height: 1; }
.blog-search-n { display: block; flex: none; width: 32px; height: 32px; }
.blog-search-form { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; width: 100%; min-width: 0; min-height: 72px; margin: 0; padding: 10px 18px 10px 24px; border: 2px solid #03cf00; border-radius: 999px; background: #fff; }
.blog-search-field { display: flex; min-width: 0; height: 44px; }
.blog-search-form input[type="search"] { appearance: none; -webkit-appearance: none; flex: 1; width: 100%; min-width: 0; height: 100%; padding: 0 4px; border: 0; border-radius: 0; color: var(--nh-ink); background: transparent; font: inherit; font-size: 16px; }
.blog-search-form input::placeholder { color: #65738a; opacity: 1; }
.blog-search-form button[type="submit"] { position: relative; isolation: isolate; overflow: hidden; display: grid; place-items: center; width: 48px; height: 48px; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: linear-gradient(125deg, #03c75a 8%, #08d878 40%, #16cbbf 75%, #03c75a); background-size: 220% 220%; cursor: pointer; text-shadow: none; appearance: none; -webkit-appearance: none; animation: nh-search-glow 3.6s ease-in-out infinite; }
.blog-search-ring { position: relative; z-index: 1; width: 17px; height: 17px; border-radius: 50%; background: #fff; pointer-events: none; }
.blog-search-form button[type="submit"]::before { content: ""; position: absolute; inset: -40% auto -40% -70%; width: 45%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.6), transparent); transform: rotate(25deg); animation: nh-search-shine 3.2s ease-in-out infinite; }
.blog-search-form button[type="submit"]:hover { filter: brightness(1.08); }
@keyframes nh-search-glow { 0%, 100% { background-position: 0% 50%; box-shadow: 0 0 0 0 rgba(3,199,90,0); } 50% { background-position: 100% 50%; box-shadow: 0 0 0 3px rgba(3,199,90,.09), 0 0 15px rgba(8,216,120,.24); } }
@keyframes nh-search-shine { 0%, 12% { transform: translateX(0) rotate(25deg); opacity: 0; } 22%, 42% { opacity: .8; } 62%, 100% { transform: translateX(440%) rotate(25deg); opacity: 0; } }
.blog-search-form:focus-within { border-color: #029b47; box-shadow: 0 0 0 3px rgba(3,199,90,.10); }
.blog-search-form button:focus-visible { outline: 2px solid #087c3d; outline-offset: 3px; }
.blog-search-form input[type="search"]:focus,
.blog-search-form input[type="search"]:focus-visible { outline: none; border: 0; box-shadow: none; }
@media (max-width: 680px) {
  .blog-search-strip { padding: 28px 0; }
  .blog-search-intro { margin-bottom: 18px; padding-inline: 4px; }
  .blog-search-intro h2 { margin-bottom: 10px; font-size: clamp(20px, 5.6vw, 26px); line-height: 1.3; }
  .blog-search-intro p { font-size: clamp(12px, 3.3vw, 14px); line-height: 1.6; }
  .blog-search-strip .blog-search-inner { width: calc(100% - 24px); }
  .blog-search-caption { width: 28px; height: 44px; }
  .blog-search-n { width: 28px; height: 28px; }
  .blog-search-form { min-height: 58px; gap: 8px; padding: 5px 7px 5px 18px; }
  .blog-search-form input[type="search"] { padding-inline: 0; }
  .blog-search-form input::placeholder { font-size: 13px; letter-spacing: -.04em; }
  .blog-search-form button[type="submit"] { width: 44px; height: 44px; }
  .blog-search-ring { width: 15px; height: 15px; }
}
.hero-panel { overflow: hidden; position: relative; min-height: 405px; padding: 36px; border: 1px solid rgba(120, 221, 255, .35); border-radius: 28px; background: linear-gradient(155deg, rgba(3, 18, 54, .88), rgba(7, 89, 232, .74)), url("assets/images/field/background-service-signal.jpg") center / cover no-repeat; box-shadow: 0 28px 80px rgba(0, 9, 40, .42); transform: rotate(.6deg); backdrop-filter: blur(12px); }
.hero-panel::before { content: ""; position: absolute; width: 230px; height: 230px; right: -70px; top: -60px; border: 2px solid rgba(92, 218, 255, .28); border-radius: 50%; box-shadow: 0 0 0 32px rgba(92, 218, 255, .055), 0 0 0 64px rgba(92, 218, 255, .035); }
.signal-kicker { position: relative; z-index: 1; color: #62dcff; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.signal-title { position: relative; z-index: 1; display: block; margin-top: 18px; font-size: clamp(28px, 3.3vw, 40px); line-height: 1.25; letter-spacing: -.05em; }
.signal-services { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 34px; }
.signal-services span { padding: 13px 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.08); text-align: center; font-size: 14px; font-weight: 850; }
.signal-services .is-primary { color: #061b51; border-color: #6ee3ff; background: #69e1ff; box-shadow: 0 8px 22px rgba(48, 198, 255, .2); }
.signal-line { display: flex; align-items: center; gap: 9px; height: 46px; margin-top: 26px; }
.signal-line::before { content: ""; flex: 1; height: 2px; background: linear-gradient(90deg, transparent, #54d9ff); }
.signal-line i { width: 9px; height: 9px; border: 2px solid #62dcff; border-radius: 50%; box-shadow: 0 0 13px rgba(98, 220, 255, .7); }
.brand-call { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 8px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.brand-call span { color: #a9bcdf; font-size: 12px; font-weight: 800; }
.brand-call strong { color: var(--nh-green); font-size: clamp(22px, 2.8vw, 32px); font-style: italic; letter-spacing: -.04em; white-space: nowrap; }
.hero .brand-call strong { color: #69e1ff; }

.trust-strip { border-bottom: 1px solid var(--nh-line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 20px; border-right: 1px solid var(--nh-line); text-align: center; }
.trust-item:first-child { border-left: 1px solid var(--nh-line); }
.trust-item strong { display: block; font-size: 16px; }
.trust-item span { color: var(--nh-muted); font-size: 13px; }

.focus-section { overflow: hidden; padding: 82px 0 78px; color: #fff; background: radial-gradient(circle at 88% 4%, rgba(8, 113, 255, .28), transparent 30%), #030f2d; }
.focus-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 56px; align-items: end; margin-bottom: 38px; }
.focus-heading h2 { margin: 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.17; letter-spacing: -.055em; }
.focus-heading p:last-child { margin: 0 0 5px; color: #aebfdf; font-size: 15px; }
.focus-section .eyebrow { color: #67dfff; }
.focus-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.focus-card { overflow: hidden; position: relative; min-height: 390px; padding: 34px 38px; border: 1px solid rgba(116, 215, 255, .24); border-radius: 26px; background: linear-gradient(110deg, rgba(3, 20, 58, .97) 0%, rgba(6, 39, 98, .91) 58%, rgba(7, 48, 118, .70) 100%), url("assets/images/field/background-leak-detection.jpg") center / cover no-repeat; box-shadow: 0 22px 62px rgba(0,0,0,.28); }
.focus-pressure { background: linear-gradient(110deg, rgba(3, 18, 54, .97) 0%, rgba(6, 42, 105, .90) 58%, rgba(7, 89, 232, .62) 100%), url("assets/images/field/background-high-pressure.jpg") center / cover no-repeat; }
.focus-index { position: relative; z-index: 2; color: #69e1ff; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.focus-card h3 { position: relative; z-index: 2; max-width: 520px; margin: 32px 0 14px; font-size: clamp(29px, 3.4vw, 43px); line-height: 1.2; letter-spacing: -.055em; }
.focus-card p { position: relative; z-index: 2; max-width: 500px; margin: 0; color: #bac9e5; font-size: 15px; }
.focus-tags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.focus-tags span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(255,255,255,.07); color: #e8f4ff; font-size: 12px; font-weight: 750; }
.focus-card > a { position: absolute; z-index: 2; left: 38px; bottom: 34px; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 850; }
.focus-card > a b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #04183f; background: #69e1ff; }
.focus-visual { position: absolute; right: -30px; bottom: -50px; width: 250px; height: 250px; opacity: .25; }
.focus-visual .drop { position: absolute; z-index: 1; left: 88px; top: 38px; width: 72px; height: 96px; border: 3px solid #69e1ff; border-radius: 55% 45% 58% 42% / 68% 42% 58% 32%; background: rgba(105,225,255,.09); transform: rotate(45deg); box-shadow: 0 0 40px rgba(54, 201, 255, .25); }
.focus-visual > i { position: absolute; left: 50%; top: 55%; width: 70px; height: 24px; border: 2px solid rgba(105,225,255,.58); border-top: 0; border-radius: 50%; transform: translate(-50%,-50%); }
.focus-visual > i:nth-of-type(2) { width: 138px; height: 52px; opacity: .55; }
.focus-visual > i:nth-of-type(3) { width: 210px; height: 84px; opacity: .28; }
.pressure-rings { right: -22px; bottom: -22px; border: 2px solid rgba(105,225,255,.22); border-radius: 50%; box-shadow: 0 0 0 34px rgba(105,225,255,.055), 0 0 0 68px rgba(105,225,255,.03); }
.pressure-rings span { position: absolute; left: 40px; right: 40px; top: 50%; height: 4px; background: linear-gradient(90deg, transparent, #7de8ff); box-shadow: 0 -16px 0 rgba(125,232,255,.28), 0 16px 0 rgba(125,232,255,.28); transform: rotate(-18deg); }
.pressure-rings > i { display: none; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.review-grid blockquote { margin: 0; padding: 22px; border: 1px solid rgba(112, 215, 255, .22); border-radius: 16px; background: rgba(255,255,255,.055); }
.review-grid span { color: #64ddff; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.review-grid p { margin: 8px 0 0; color: #edf6ff; font-size: 14px; }

.field-proof { padding: 88px 0; background: #f4f8ff; }
.field-gallery { display: flex; gap: 16px; overflow-x: auto; padding: 4px 2px 18px; cursor: grab; scrollbar-width: none; -ms-overflow-style: none; overscroll-behavior-inline: contain; }
.field-gallery::-webkit-scrollbar { display: none; }
.field-gallery:active { cursor: grabbing; }
.field-gallery figure { overflow: hidden; position: relative; flex: 0 0 clamp(260px, 29vw, 360px); aspect-ratio: 4 / 3; margin: 0; border-radius: 20px; background: #09285e; box-shadow: 0 14px 38px rgba(5,41,112,.13); }
.field-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.field-gallery figure:hover img { transform: scale(1.035); }
.gallery-blog-link { position: absolute; inset: 0; z-index: 2; display: block; border-radius: inherit; cursor: pointer; -webkit-user-drag: none; }
.gallery-blog-link:focus-visible { outline: 3px solid #65deff; outline-offset: -4px; }
.field-gallery figcaption::after { content: '↗'; position: absolute; right: 10px; bottom: 12px; color: #fff; font-size: 16px; }
.field-gallery figcaption strong { padding-right: 18px; }
.field-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: grid; gap: 2px; padding: 44px 20px 17px; color: #fff; background: linear-gradient(180deg, transparent, rgba(2,15,45,.92)); }
.field-gallery figcaption span { color: #72e4ff; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.field-gallery figcaption strong { font-size: 16px; letter-spacing: -.025em; }

.section { padding: 96px 0; }
#services { padding-block: 76px; }
#services .section-head { margin-bottom: 30px; }
.section-soft { background: var(--nh-mint); }
.section-dark { overflow: hidden; position: relative; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(7, 89, 232, .48), transparent 32%), #061537; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 40px; }
.section-head h2 { max-width: 700px; margin: 0; font-size: clamp(32px, 4.4vw, 50px); line-height: 1.2; letter-spacing: -.055em; }
.section-head p { max-width: 460px; margin: 0; color: var(--nh-muted); }
.section-dark .section-head p { color: #b8c6c1; }
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.symptom-card { overflow: hidden; position: relative; min-height: 154px; padding: 20px 62px 20px 22px; border: 1px solid var(--nh-line); border-radius: 18px; background: #fff; transition: .2s ease; }
.symptom-card:hover { transform: translateY(-3px); border-color: #91baff; box-shadow: 0 16px 42px rgba(5,41,112,.12); }
.symptom-card > span { display: inline-block; margin-bottom: 13px; color: var(--nh-green); font-size: 12px; font-weight: 900; }
.symptom-card > strong { display: block; max-width: 260px; font-size: 19px; line-height: 1.35; letter-spacing: -.04em; }
.symptom-card > small { display: block; margin-top: 10px; color: var(--nh-muted); font-size: 13px; }
.symptom-card > b { position: absolute; right: 24px; top: 24px; color: #d8e6fb; font-size: 25px; font-style: italic; }
.symptom-card.is-accent { color: #fff; border-color: #0b70f2; background: linear-gradient(140deg, #052962, #0872ff); }
.symptom-card.is-accent > span, .symptom-card.is-accent > small { color: #bfeeff; }
.symptom-card.is-accent > b { color: rgba(255,255,255,.22); }
.symptom-card.is-contact { color: #061b51; border-color: #6fdfff; background: linear-gradient(140deg, #dcf8ff, #75e2ff); }
.symptom-card.is-contact > span, .symptom-card.is-contact > small { color: #07509c; }
.symptom-card.is-contact > b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: #0759e8; font-size: 18px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-item { position: relative; min-height: 176px; padding: 24px 22px; border-radius: 18px; background: rgba(255,255,255,.07); }
.process-item::before { counter-increment: process; content: "0" counter(process); display: block; margin-bottom: 22px; color: var(--nh-lime); font-size: 13px; font-weight: 900; }
.process-item h3 { margin: 0 0 8px; font-size: 20px; }
.process-item p { margin: 0; color: #b8c6c1; font-size: 14px; }

.comparison-section { background: #fff; }
.comparison-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; align-items: stretch; }
.comparison-table { overflow: hidden; border: 1px solid var(--nh-line); border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(5,41,112,.08); }
.comparison-row { display: grid; grid-template-columns: .72fr 1fr 1.2fr; min-height: 84px; border-top: 1px solid var(--nh-line); }
.comparison-row:first-child { border-top: 0; }
.comparison-row > * { display: flex; flex-direction: column; justify-content: center; padding: 18px 20px; border-left: 1px solid var(--nh-line); }
.comparison-row > *:first-child { border-left: 0; }
.comparison-row strong { color: var(--nh-ink); font-size: 15px; }
.comparison-row span { color: #7b889f; font-size: 14px; font-weight: 750; }
.comparison-row i { display: none; margin-bottom: 5px; color: var(--nh-muted); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .06em; }
.comparison-row .is-nuhago { color: #053d99; background: #eff6ff; font-weight: 850; }
.comparison-header { min-height: 58px; color: #fff; background: #061b51; }
.comparison-header span { color: #fff; font-size: 13px; font-weight: 850; }
.comparison-header span:last-child { color: #75e3ff; }
.cost-banner { background: #06163c url("assets/images/nuhago-trust-visual-blue-v2.webp") center / cover no-repeat; }
.cost-banner-action { display: block; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.cost-banner-action:hover { background: #ffffff20; }
.cost-banner-inner { min-height: var(--nh-guide-banner-height); display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-block: 12px; }
.cost-banner-copy, .cost-dialog { font-family: var(--nh-font); }
.cost-banner-copy { display: block; width: 67%; padding-bottom: 0; }
.cost-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 8px; color: #274773; font-size: 11px; line-height: 1.4; font-weight: 700; letter-spacing: .025em; }
.cost-eyebrow::before { content: ""; width: 34px; height: 2px; background: #467bad; }
.cost-banner-title { display: block; margin: 0 0 6px; color: #fff; font-size: 26px; font-weight: 800; line-height: 1.2; letter-spacing: -.055em; text-shadow: 0 2px 16px rgba(0,0,0,.32); }
.cost-banner-title > span { color: #65d8ff; }
.cost-banner-description { display: block; margin: 0; font-size: 13px; line-height: 1.5; color: #dbeaff; }
.cost-banner-description br { display: none; }
.guide-banner-arrow { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; padding: 0; border: 0; border-radius: 0; background: transparent; color: #e0eeff; box-shadow: none; font-family: inherit; font-size: 13px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
.guide-banner-chevron { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 36px; height: 36px; padding-bottom: 2px; border: 1px solid #ffffff70; border-radius: 50%; background: transparent; font-family: Arial, sans-serif; font-size: 26px; font-weight: 400; line-height: 1; transition: transform .18s ease, background-color .18s ease; }
.cost-banner-action .guide-banner-arrow { color: #eaf6ff; }
.cost-banner-action .guide-banner-chevron { border-color: #80dcffb0; background: #073e91c9; box-shadow: 0 0 18px rgba(40,190,255,.24); }
.cost-banner-action:hover .guide-banner-chevron, .faq-banner:hover .guide-banner-chevron,
.cost-banner-action:focus-visible .guide-banner-chevron, .faq-banner:focus-visible .guide-banner-chevron { transform: translateX(3px); background-color: #ffffff26; }
.cost-banner-action:hover .guide-banner-chevron, .cost-banner-action:focus-visible .guide-banner-chevron { background-color: #fff; }
@media (max-width: 640px) {
  .guide-banner-arrow { flex-direction: column-reverse; width: 54px; gap: 7px; font-size: 11px; }
  .guide-banner-chevron { width: 32px; height: 32px; font-size: 24px; }
  .cost-banner-copy, .faq-banner-copy { min-width: 0; flex: 1 1 auto; }
}
@media (prefers-reduced-motion: reduce) {
  .guide-banner-chevron { transition: none; }
  .cost-banner-action:hover .guide-banner-chevron, .faq-banner:hover .guide-banner-chevron,
  .cost-banner-action:focus-visible .guide-banner-chevron, .faq-banner:focus-visible .guide-banner-chevron { transform: none; }
}
.cost-banner-action:focus-visible, .cost-dialog button:focus-visible, .cost-dialog a:focus-visible { outline: 3px solid #24c3fa; outline-offset: -3px; }
.cost-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100dvh - 40px); margin: auto; padding: 0; border: 0; border-radius: 18px; background: #f5f8fc; color: #0c2445; box-shadow: 0 24px 100px #00133166; overflow-y: auto; overscroll-behavior: contain; }
.cost-dialog:not([open]) { display: none; }
.cost-dialog::backdrop { background: #020e29b3; backdrop-filter: blur(4px); }
html.cost-guide-is-open, html.cost-guide-is-open body { overflow: hidden; }
.cost-dialog-header { position: relative; padding: 38px 40px 32px; color: #fff; background: linear-gradient(120deg, #071a3d, #1155b5); }
.cost-dialog-header > p:first-of-type { margin: 0 0 7px; color: #83dcff; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.cost-dialog-header h2 { margin: 0 40px 14px 0; font-size: 32px; line-height: 1.35; letter-spacing: -.04em; }
.cost-dialog-header p:last-child { margin: 0; color: #d5e6fa; font-size: 15px; line-height: 1.8; }
.cost-dialog-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 1px solid #ffffff80; border-radius: 50%; background: #071a3d; color: white; font-size: 30px; line-height: 1; cursor: pointer; }
.cost-dialog-body { display: grid; gap: 12px; padding: 28px 32px; }
.cost-guide-item { padding: 22px 24px; border: 1px solid #d9e5f4; border-radius: 10px; background: #fff; }
.cost-guide-item > span { display: inline-grid; width: 30px; height: 30px; place-items: center; border-radius: 6px; background: #eaf3ff; color: #085bcc; font-size: 12px; font-weight: 800; }
.cost-guide-item h3, .cost-guide-note h3 { margin: 10px 0 8px; font-size: 18px; line-height: 1.45; }
.cost-guide-item p, .cost-guide-note p { margin: 0; font-size: 14px; line-height: 1.85; }
.cost-guide-note { padding: 20px 24px; border-radius: 10px; color: #ddeaff; background: #102c53; }
.cost-guide-note h3 { margin-top: 0; color: #8ddeff; }
.cost-dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 32px; border-top: 1px solid #d9e5f4; background: #fff; }
.cost-dialog-footer p { margin: 0; font-size: 14px; font-weight: 700; }
.cost-dialog-footer a { flex-shrink: 0; display: inline-flex; align-items: center; gap: 16px; min-height: 46px; padding: 10px 18px; border-radius: 7px; color: white; background: #0759e8; font-size: 14px; font-weight: 700; }
.insurance-recovery { padding: 58px 0; background: #eef5ff; }
.insurance-recovery-inner { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; }
.insurance-recovery-copy { max-width: 880px; }
.insurance-recovery-copy h2 { margin: 0 0 18px; color: #0b2145; font-size: clamp(26px, 3vw, 38px); line-height: 1.35; letter-spacing: -.045em; }
.insurance-recovery-copy h2 span { color: #0959cd; }
.insurance-recovery-copy > p { margin: 0 0 22px; color: #405977; font-size: 15px; line-height: 1.85; word-break: keep-all; }
.insurance-faq-button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 46px; padding: 12px 18px; border: 0; border-radius: 8px; color: white; background: #0759e8; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.insurance-faq-button:hover { filter: brightness(1.08); }
.insurance-faq-button:focus-visible { outline: 3px solid #13bced; outline-offset: 4px; }
.diag-primary,
.insurance-recovery .insurance-faq-button { animation-duration: 4.8s; box-shadow: 0 8px 22px rgba(0, 102, 210, .25); }
.diag-primary::before,
.insurance-recovery .insurance-faq-button::before { animation-duration: 4.4s; opacity: .55; }
.insurance-recovery-note { grid-column: 1 / -1; margin: 0; color: #64758c; font-size: 12px; line-height: 1.8; }
@media (max-width: 640px) {
  .insurance-recovery { padding: 32px 0; }
  .insurance-recovery-inner { grid-template-columns: 1fr; gap: 20px; }
  .insurance-recovery-copy h2 { font-size: 27px; }
  .insurance-recovery-copy > p { font-size: 13px; margin-bottom: 18px; }
  .insurance-faq-button { width: 100%; font-size: 13px; }
  .insurance-recovery-note { font-size: 11px; }
}
.faq-banner-section { padding: 0; background: #0c438e; }
.faq-banner { position: relative; display: flex; align-items: center; width: 100%; min-height: var(--nh-guide-banner-height); margin: 0; padding: 12px 0; overflow: hidden; border: 0; border-radius: 0; color: #fff; background: linear-gradient(110deg, #071c40 0%, #0c438e 58%, #287bdd 100%); box-shadow: none; text-align: left; font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif; cursor: pointer; }
.faq-banner-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.faq-banner-copy { position: relative; z-index: 1; display: grid; gap: 8px; }
.faq-banner-copy > strong { font-size: 28px; font-weight: 800; line-height: 1.3; letter-spacing: -.04em; }
.faq-banner-copy > span { font-size: 14px; color: #e0eeff; line-height: 1.5; word-break: keep-all; }
.faq-banner-copy .faq-banner-link { display: flex; align-items: center; gap: 20px; margin-top: 3px; color: #80e1ff; font-size: 14px; font-weight: 700; }
.faq-banner-mark { position: absolute; right: 60px; color: #ffffff20; font-size: 70px; font-weight: 900; letter-spacing: -.07em; line-height: 1; }
.faq-banner:hover { border-color: #7fe0ff; background: linear-gradient(110deg, #0b2854 0%, #1053ad 58%, #2888e7 100%); }
.faq-banner:focus-visible, .faq-dialog button:focus-visible, .faq-dialog summary:focus-visible, .faq-dialog a:focus-visible { outline: 3px solid #16b8ec; outline-offset: 4px; }
.faq-dialog { width: min(820px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 0; margin: auto; border: 0; border-radius: 20px; color: #102647; background: #f5f8fd; box-shadow: 0 24px 100px #00133166; overflow-y: auto; overscroll-behavior: contain; font-family: "Malgun Gothic", "Apple SD Gothic Neo", sans-serif; }
.faq-dialog:not([open]) { display: none; }
.faq-dialog::backdrop { background: #020e29b3; backdrop-filter: blur(4px); }
html.faq-guide-is-open, html.faq-guide-is-open body { overflow: hidden; }
.faq-dialog-topbar { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 60px; padding: 8px 24px; color: #31506f; background: #fff; border-bottom: 1px solid #e2eafa; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.faq-dialog-topbar button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-width: 78px; min-height: 44px; border: 1px solid #cfdef0; border-radius: 24px; color: #17375e; background: #f4f8ff; font: inherit; cursor: pointer; }
.faq-dialog-topbar button span { font-size: 24px; line-height: 1; }
.faq-dialog-header { position: relative; padding: 32px 36px; overflow: hidden; color: #fff; background: linear-gradient(115deg, #071c40, #1259b6); }
.faq-dialog-header h2 { position: relative; z-index: 1; margin: 8px 0 16px; font-size: 34px; line-height: 1.35; letter-spacing: -.04em; }
.faq-dialog-header p { position: relative; z-index: 1; margin: 0; color: #d4e8ff; font-size: 14px; line-height: 1.75; }
.faq-dialog-header p:first-child { color: #88e4ff; font-size: 12px; font-weight: 700; }
.faq-dialog-header > span { position: absolute; right: 32px; bottom: 20px; font-size: 92px; font-weight: 900; color: #ffffff12; line-height: 1; }
.faq-dialog-body { padding: 28px 32px; }
.faq-group + .faq-group { margin-top: 30px; }
.faq-group h3 { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-size: 18px; line-height: 1.5; letter-spacing: -.035em; }
.faq-group h3 > span { color: #1764c8; font-size: 12px; letter-spacing: .04em; }
.faq-item { margin: 10px 0 0; border: 1px solid #dce6f4; border-radius: 12px; background: #fff; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 60px; padding: 17px 20px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; line-height: 1.6; word-break: keep-all; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; flex-shrink: 0; color: #1662c1; font-size: 24px; font-weight: 400; line-height: 1; }
.faq-item[open] { border-color: #92bbee; }
.faq-item[open] summary { color: #0953b6; }
.faq-item[open] summary::after { content: '−'; }
.faq-answer { padding: 0 20px 20px; }
.faq-answer p { margin: 0; padding-top: 15px; border-top: 1px solid #e5edf7; font-size: 14px; line-height: 1.9; color: #40556e; word-break: keep-all; overflow-wrap: anywhere; }
.faq-disclaimer { margin: 26px 0 0; padding: 16px 18px; border-radius: 10px; background: #eaf1fb; color: #516983; font-size: 12px; line-height: 1.8; }
.faq-dialog-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 32px; border-top: 1px solid #dce6f4; background: #fff; }
.faq-dialog-footer p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.7; }
.faq-dialog-footer p > span { display: block; color: #63758a; font-size: 12px; font-weight: 400; }
.faq-dialog-footer a { display: inline-flex; align-items: center; justify-content: center; gap: 18px; flex-shrink: 0; min-height: 48px; padding: 12px 18px; border-radius: 8px; color: #fff; background: #0759e8; font-size: 14px; font-weight: 700; }
@media (max-width: 640px) {
  :root { --nh-guide-banner-height: 136px; }
  .faq-banner { min-height: 96px; padding: 12px 0; border-radius: 0; }
  .faq-banner-inner { gap: 12px; }
  .faq-banner-copy { gap: 7px; max-width: 100%; }
  .faq-banner-copy > strong { font-size: 24px; }
  .faq-banner-copy > span { max-width: 255px; font-size: 12px; }
  .faq-banner-copy .faq-banner-link { font-size: 12px; }
  .faq-banner-mark { right: 36px; bottom: 0; font-size: 48px; color: #ffffff12; }
  .faq-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 24px); border-radius: 14px; }
  .faq-dialog-topbar { padding: 6px 14px; min-height: 56px; }
  .faq-dialog-header { padding: 24px 20px; }
  .faq-dialog-header h2 { font-size: 28px; }
  .faq-dialog-header > span { font-size: 66px; right: 16px; }
  .faq-dialog-body { padding: 24px 14px; }
  .faq-group h3 { font-size: 16px; gap: 8px; }
  .faq-item summary { padding: 15px; font-size: 14px; }
  .faq-answer { padding: 0 15px 17px; }
  .faq-answer p { font-size: 13px; }
  .faq-dialog-footer { align-items: stretch; flex-direction: column; padding: 20px; }
}
.company-logo-strip { overflow: hidden; padding: 22px 0; border-block: 1px solid #dce6f2; background: #fff; }
.company-logo-track { display: flex; width: max-content; animation: nuhago-marquee 32s linear infinite; will-change: transform; }
.company-logo-group { display: flex; flex: none; align-items: center; gap: 16px; padding: 0 8px; }
.company-wordmark { display: grid; min-width: 196px; height: 66px; padding: 0 22px; place-items: center; border: 1px solid #dbe5f1; border-radius: 10px; white-space: nowrap; color: #6d7c92; background: #fff; box-shadow: 0 5px 16px rgba(4,31,79,.05); font-size: 21px; font-weight: 900; letter-spacing: -.045em; }
.company-wordmark.style-2 { color: #0759e8; font-style: italic; }
.company-wordmark.style-3 { color: #0b8d78; letter-spacing: -.075em; }
.company-wordmark.style-4 { color: #d92f45; font-family: Georgia, serif; }
.company-wordmark.style-5 { color: #162d5c; font-size: 18px; letter-spacing: .08em; }
.company-wordmark.style-6 { color: #7545c7; font-weight: 800; }
@keyframes nuhago-marquee { to { transform: translateX(-50%); } }

.sms-consult-section { color: #fff; background: radial-gradient(circle at 8% 10%, rgba(77,213,255,.25), transparent 30%), linear-gradient(125deg, #030f2d, #0759e8); }
.sms-consult-wrap { display: grid; grid-template-columns: .78fr 1.22fr; gap: 62px; align-items: center; }
.sms-consult-copy h2 { margin: 0 0 20px; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.18; letter-spacing: -.055em; }
.sms-consult-copy p { margin: 0; color: #bfd0ec; font-size: 15px; }
.sms-consult-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 26px; background: rgba(255,255,255,.96); box-shadow: 0 26px 70px rgba(0,9,40,.28); }
.sms-consult-form label { display: grid; gap: 7px; }
.sms-consult-form label.is-wide, .sms-consult-form button, .sms-consult-form small { grid-column: 1 / -1; }
.sms-consult-form label > span { color: #1c3156; font-size: 13px; font-weight: 850; }
.sms-consult-form input, .sms-consult-form select, .sms-consult-form textarea { width: 100%; border: 1px solid #cddbed; border-radius: 13px; outline: 0; color: var(--nh-ink); background: #fff; font-size: 15px; }
.sms-consult-form input, .sms-consult-form select { height: 50px; padding: 0 14px; }
.sms-consult-form textarea { min-height: 105px; padding: 13px 14px; resize: vertical; }
.sms-consult-form input:focus, .sms-consult-form select:focus, .sms-consult-form textarea:focus { border-color: #0872ff; box-shadow: 0 0 0 3px rgba(8,114,255,.12); }
.sms-consult-form button { min-height: 56px; border: 0; border-radius: 14px; color: #04183f; background: #5edcff; font-weight: 900; cursor: pointer; }
.sms-consult-form small { color: #6c7c96; font-size: 11px; line-height: 1.6; }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { overflow: hidden; border: 1px solid var(--nh-line); border-radius: var(--nh-radius); background: #fff; }
.post-thumb { display: block; position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, var(--nh-green-dark), var(--nh-green)); }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.post-card:hover .post-thumb img { transform: scale(1.035); }
.post-photo-label { position: absolute; left: 14px; bottom: 14px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: #fff; background: rgba(3,15,45,.72); backdrop-filter: blur(7px); font-size: 11px; font-weight: 850; }
.post-placeholder { display: grid; height: 100%; place-items: center; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 850; }
.post-content { padding: 21px 22px 23px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--nh-green); font-size: 13px; font-weight: 800; }
.post-card h3 { margin: 11px 0 10px; font-size: 21px; line-height: 1.4; letter-spacing: -.035em; }
.post-card p { margin: 0; color: var(--nh-muted); font-size: 14px; line-height: 1.65; }

.cta-box { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 54px; border-radius: 30px; color: #fff; background: linear-gradient(120deg, #05245f, #0872ff); box-shadow: 0 24px 65px rgba(7, 89, 232, .24); }
.cta-box h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.05em; }
.cta-box p { margin: 0; color: rgba(255,255,255,.78); }
.cta-box .button { color: var(--nh-green-dark); background: #69e1ff; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cta-box .button-outline-light { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); }

.content-header { padding: 72px 0 46px; background: var(--nh-cream); }
.content-header h1 { max-width: 850px; margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.2; letter-spacing: -.055em; }
.content-header p { max-width: 700px; margin: 18px 0 0; color: var(--nh-muted); }
.breadcrumbs { margin-bottom: 16px; color: var(--nh-muted); font-size: 13px; }
.breadcrumbs a { color: var(--nh-green); }
.content-layout { display: grid; grid-template-columns: minmax(0, 780px) 300px; gap: 64px; padding: 64px 0 100px; }
.article-body { font-size: 18px; }
.article-body > *:first-child { margin-top: 0; }
.article-body h2 { margin: 2.2em 0 .75em; font-size: 31px; line-height: 1.35; letter-spacing: -.045em; }
.article-body h3 { margin: 2em 0 .6em; font-size: 24px; }
.article-body p { margin: 0 0 1.35em; }
.article-body a { color: var(--nh-green); text-decoration: underline; text-underline-offset: 3px; }
.article-body img { border-radius: 16px; }
.article-body blockquote { margin: 32px 0; padding: 24px 28px; border-left: 4px solid var(--nh-green); background: var(--nh-mint); }
.article-body ul, .article-body ol { padding-left: 1.35em; }
.article-info { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; color: var(--nh-muted); font-size: 14px; }
.sidebar-box { position: sticky; top: 108px; padding: 25px; border: 1px solid var(--nh-line); border-radius: 20px; }
.sidebar-box h2 { margin: 0 0 10px; font-size: 21px; }
.sidebar-box p { color: var(--nh-muted); font-size: 14px; }
.sidebar-box .button { width: 100%; min-height: 48px; padding-inline: 14px; font-size: 14px; }
.related { margin-top: 64px; padding-top: 44px; border-top: 1px solid var(--nh-line); }
.related h2 { margin: 0 0 24px; font-size: 28px; }
.archive-wrap { padding: 64px 0 100px; }
.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--nh-line); border-radius: 12px; }
.pagination .current { color: #fff; border-color: var(--nh-green); background: var(--nh-green); }
.empty-state { padding: 50px; border: 1px dashed #b5c7c0; border-radius: 20px; text-align: center; }

.site-footer { padding: 28px 0 30px; border-top: 1px solid #dce6f2; color: #14264a; background: #f8fafc; text-align: center; }
.footer-grid { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 12px; }
.footer-wordmark { display: block; width: 138px; height: auto; margin-inline: auto; }
.footer-info { display: grid; gap: 3px; margin: 0; color: #233654; font-size: 13px; font-style: normal; line-height: 1.65; }
.footer-info-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 2px 14px; }
.footer-info-row > * { position: relative; max-width: 100%; overflow-wrap: anywhere; }
.footer-info-row > * + *::before { content: ""; position: absolute; top: .45em; left: -7px; height: .9em; border-left: 1px solid #cbd6e4; }
.footer-info strong { margin: 0; color: #071c44; font-size: inherit; font-weight: 600; }
.footer-info a { color: inherit; }
.footer-info a:hover { color: #0759e8; }
.footer-note { margin: 6px 0 0; color: #63728b; font-size: 12px; line-height: 1.6; }
.mobile-cta { display: none; }

@media (max-width: 960px) {
  body.admin-bar .site-header { top: 46px; }
  .menu-toggle { display: grid; }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 16px; }
  .site-nav { display: none; position: absolute; top: 104px; left: 20px; right: 20px; padding: 18px; border: 1px solid var(--nh-line); border-radius: 18px; background: #fff; box-shadow: var(--nh-shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: grid; gap: 4px; }
  .site-nav a { display: block; padding: 10px; }
  .header-actions { justify-self: end; }
  .header-action { width: 40px; min-height: 40px; justify-content: center; padding: 0; }
  .header-action span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero-grid, .content-layout { grid-template-columns: 1fr; }
  .hero-panel { min-height: auto; transform: none; }
  .symptom-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .focus-heading { grid-template-columns: 1fr; gap: 18px; }
  .focus-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .field-gallery figure { flex-basis: clamp(250px, 39vw, 330px); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-layout, .sms-consult-wrap { grid-template-columns: 1fr; }
  .sms-consult-wrap { gap: 32px; }
  .sidebar-box { position: static; }
}

@media (max-width: 680px) {
  body { font-size: 16px; padding-bottom: 70px; }
  .container { width: min(calc(100% - 28px), var(--nh-width)); }
  .header-inner { min-height: 86px; gap: 8px; }
  .brand-wordmark { width: 128px; }
  .custom-logo { max-height: 45px; }
  .site-nav { top: 86px; left: 14px; right: 14px; }
  .header-actions { gap: 5px; }
  .header-action { width: 35px; min-height: 35px; }
  .header-action b { width: 21px; height: 21px; }
  .hero { padding: 58px 0 50px; }
  .hero-grid { gap: 24px; }
  .hero h1 { font-size: 42px; }
  .hero-actions .button { width: 100%; }
  .hero-headline-art { width: 100%; margin: -8px 0 0; }
  .hero-panel { min-height: auto; padding: 21px 18px; border-radius: 20px; }
  .signal-kicker { font-size: 10px; }
  .signal-title { margin-top: 9px; font-size: 23px; }
  .signal-services { margin-top: 15px; }
  .signal-services span { padding: 9px 5px; font-size: 12px; }
  .signal-line { display: none; }
  .brand-call { margin-top: 14px; padding: 13px 4px 0; }
  .brand-call strong { font-size: 22px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid var(--nh-line); }
  .section { padding: 72px 0; }
  #services { padding-block: 58px; }
  .focus-section { padding: 62px 0 58px; }
  .focus-card { min-height: 370px; padding: 26px 24px; border-radius: 20px; }
  .focus-card h3 { margin-top: 26px; }
  .focus-card > a { left: 24px; bottom: 26px; }
  .focus-visual { right: -70px; opacity: .55; }
  .field-proof { padding: 62px 0; }
  .field-gallery { gap: 10px; }
  .field-gallery figure { border-radius: 15px; }
  .field-gallery figcaption { padding: 34px 12px 12px; }
  .field-gallery figcaption strong { font-size: 13px; line-height: 1.35; }
  .section-head { display: block; }
  .section-head p { margin-top: 16px; }
  .symptom-grid, .posts-grid, .process-grid { grid-template-columns: 1fr; }
  .symptom-card { min-height: 142px; }
  .process-item { min-height: 0; }
  .comparison-row { grid-template-columns: 1fr; min-height: 0; margin: 12px; border: 1px solid var(--nh-line); border-radius: 15px; }
  .comparison-row > * { min-height: 64px; padding: 13px 16px; border-top: 1px solid var(--nh-line); border-left: 0; }
  .comparison-row > *:first-child { border-top: 0; }
  .comparison-header { display: none; }
  .comparison-row i { display: block; }
  .comparison-table { border-radius: 18px; }
  .company-logo-strip { padding: 16px 0; }
  .company-logo-group { gap: 10px; padding: 0 5px; }
  .company-wordmark { min-width: 152px; height: 56px; padding: 0 16px; font-size: 17px; }
  .sms-consult-form { grid-template-columns: 1fr; padding: 22px 18px; border-radius: 20px; }
  .sms-consult-form label.is-wide, .sms-consult-form button, .sms-consult-form small { grid-column: auto; }
  .cta-box { grid-template-columns: 1fr; padding: 34px 24px; }
  .cta-actions { display: grid; justify-content: stretch; }
  .cta-box .button { width: 100%; }
  .content-header { padding: 48px 0 34px; }
  .content-layout { gap: 42px; padding: 44px 0 80px; }
  .article-body { font-size: 17px; }
  .footer-grid { gap: 10px; }
  .footer-info { text-align: center; }
  .mobile-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); gap: 8px; border-top: 1px solid var(--nh-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
  .mobile-cta a { display: grid; min-height: 48px; place-items: center; border-radius: 12px; font-size: 14px; font-weight: 850; }
  .mobile-cta a:first-child { color: #fff; background: var(--nh-green); }
  .mobile-cta a:last-child { color: var(--nh-green-dark); background: var(--nh-lime); }

  /* Mobile-first conversion layout: shorter, swipeable, and free of repeated blocks. */
  .header-inner { min-height: 72px; }
  .brand-wordmark { width: 112px; }
  .site-nav { top: 72px; }
  .header-action { width: 32px; min-height: 32px; }
  .menu-toggle { width: 32px; height: 32px; }
  .menu-icon { width: 18px; height: 18px; }
  .header-action b { width: 19px; height: 19px; font-size: 10px; }

  .hero { padding: 72px 0 38px; }
  .hero-monitor { padding: 6px 9px; gap: 6px; font-size: 11px; }
  .hero-monitor strong { font-size: 12px; }
  .hero-grid { gap: 0; text-align: left; }
  .hero-panel, .hero-note { display: none; }
  .hero-headline-art { margin: 0; }
  .hero-copy { margin-top: 18px; font-size: 15px; line-height: 1.75; }
  .hero-actions { margin-top: 25px; gap: 9px; }
  .hero-actions .button { min-height: 50px; }
  .hero-actions .button-primary { width: min(100%, 210px); min-height: 56px; padding: 10px 18px; font-size: 16px; line-height: 1.4; text-align: center; }
  .trust-strip { display: none; }

  .section { padding: 54px 0; }
  .section-head { margin-bottom: 25px; }
  .section-head h2 { font-size: 34px; }
  .section-head p { margin-top: 12px; font-size: 14px; line-height: 1.65; }

  .focus-section { padding: 50px 0; }
  .focus-heading { gap: 10px; margin-bottom: 24px; }
  .focus-heading h2 { font-size: 35px; }
  .focus-heading p:last-child { display: none; }
  .focus-grid { gap: 12px; }
  .focus-card { min-height: 250px; padding: 22px 21px; border-radius: 18px; }
  .focus-card h3 { margin-top: 22px; font-size: 28px; }
  .focus-card p, .focus-tags { display: none; }
  .focus-card > a { left: 21px; bottom: 20px; }
  .focus-visual { right: -85px; bottom: -72px; opacity: .38; }

  .field-proof { padding: 50px 0; }
  .field-gallery figure { flex-basis: min(78vw, 300px); }

  #services { padding-block: 50px; }
  .symptom-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .symptom-card { min-height: 126px; padding: 15px 34px 15px 15px; border-radius: 15px; }
  .symptom-card > span { margin-bottom: 8px; font-size: 10px; }
  .symptom-card > strong { font-size: 15px; line-height: 1.35; }
  .symptom-card > small { display: none; }
  .symptom-card > b { right: 13px; top: 14px; font-size: 16px; }
  .symptom-card.is-accent { grid-column: 1 / -1; min-height: 105px; }
  .symptom-card.is-contact { display: none; }

  .process-grid { display: flex; gap: 12px; overflow-x: auto; padding: 0 14px 8px 0; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
  .process-grid::-webkit-scrollbar { display: none; }
  .process-item { flex: 0 0 82%; min-height: 210px; padding: 22px; scroll-snap-align: start; }
  .process-item::before { margin-bottom: 18px; }

  .comparison-layout { gap: 14px; }
  .comparison-table { display: grid; gap: 8px; padding: 8px; border-radius: 16px; }
  .comparison-row { grid-template-columns: .72fr 1.28fr; min-height: 78px; margin: 0; border-radius: 12px; }
  .comparison-row > * { min-height: 0; padding: 12px 13px; border-top: 0; border-left: 1px solid var(--nh-line); }
  .comparison-row > *:first-child { border-left: 0; }
  .comparison-row > span:not(.is-nuhago) { display: none; }
  .comparison-row i { margin-bottom: 4px; }
  .section-soft { overflow: hidden; }
  .posts-grid { display: flex; gap: 13px; overflow-x: auto; padding: 0 14px 10px 0; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
  .posts-grid::-webkit-scrollbar { display: none; }
  .post-card { flex: 0 0 84%; scroll-snap-align: start; }
  .post-content { padding: 18px; }
  .post-card h3 { font-size: 19px; }

  .sms-consult-section { padding: 56px 0; }
  .sms-consult-wrap { gap: 25px; }
  .sms-consult-copy h2 { margin-bottom: 14px; font-size: 34px; }
  .sms-consult-copy p { font-size: 14px; }
  .sms-consult-form { gap: 11px; padding: 20px 17px; }
  .sms-consult-form input, .sms-consult-form select { height: 46px; }
  .sms-consult-form textarea { min-height: 88px; }
  .sms-consult-form button { min-height: 51px; }

  .site-footer { padding: 22px 0 calc(84px + env(safe-area-inset-bottom)); }
  .footer-wordmark { width: 112px; }
  .footer-info { font-size: 12px; gap: 2px; }
  .footer-registration { flex-basis: 100%; }
  .footer-registration::before, .footer-contacts > *::before { display: none; }
  .footer-note { margin-top: 5px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .company-logo-track { animation: none; }
  .hero-monitor-dot { animation: none; }
  .hero .button-primary, .hero .button-primary::before { animation: none; }
  .hero .button-primary::before { display: none; }
  .contact-compact .cta-box .contact-call, .contact-compact .cta-box .contact-call::before { animation: none; }
  .contact-compact .cta-box .contact-call::before { display: none; }
  .diag-primary, .diag-primary::before,
  .insurance-recovery .insurance-faq-button, .insurance-recovery .insurance-faq-button::before { animation: none; }
  .diag-primary::before, .insurance-recovery .insurance-faq-button::before { display: none; }
  .blog-search-form button[type="submit"], .blog-search-form button[type="submit"]::before { animation: none; }
  .blog-search-form button[type="submit"]::before { display: none; }
}

/* Three compact rows of real field photographs, directly below the hero. */
.field-proof-wall { padding: 64px 0 48px; overflow: hidden; background: #f2f6fd; }
.field-wall-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.field-wall-heading h2 { margin: 0; font-size: clamp(30px, 3.3vw, 46px); line-height: 1.18; letter-spacing: -.05em; }
.field-wall-copy { flex: 0 1 390px; margin: 0 0 3px; color: var(--nh-muted); font-size: clamp(13px, 1.25vw, 16px); line-height: 1.7; word-break: keep-all; }
.field-proof-wall .field-gallery:focus-visible { outline: 3px solid #0759e8; outline-offset: -3px; }
.field-gallery-wall { display: grid; gap: 12px; }
.field-proof-wall .field-gallery { position: relative; gap: 12px; padding: 0; touch-action: pan-x pan-y; }
.field-proof-wall .field-gallery figure { flex: 0 0 clamp(240px, 24vw, 340px); height: clamp(160px, 16vw, 220px); aspect-ratio: auto; border-radius: 14px; box-shadow: none; }
.field-proof-wall .field-gallery figcaption { padding: 35px 16px 13px; }
.field-proof-wall .field-gallery figcaption strong { font-size: 14px; line-height: 1.35; }
@media (max-width: 640px) {
  .field-proof-wall { padding: 32px 0 30px; }
  .field-wall-heading { display: block; margin-bottom: 18px; }
  .field-wall-heading h2 { font-size: 30px; margin-bottom: 12px; }
  .field-wall-copy { margin: 0; font-size: 13px; line-height: 1.6; }
  .field-gallery-wall { gap: 8px; }
  .field-proof-wall .field-gallery { gap: 8px; }
  .field-proof-wall .field-gallery figure { flex-basis: 190px; height: 128px; border-radius: 10px; }
  .field-proof-wall .field-gallery figcaption { padding: 26px 10px 9px; }
  .field-proof-wall .field-gallery figcaption span { font-size: 9px; }
  .field-proof-wall .field-gallery figcaption strong { font-size: 11px; }
  .cost-banner { background-image: linear-gradient(90deg, #041230f5 0%, #071b45db 50%, #06183a18 100%), url("assets/images/nuhago-trust-visual-blue-v2.webp"); background-position: 66% center; }
  .cost-banner-inner { min-height: var(--nh-guide-banner-height); padding-block: 12px; }
  .cost-banner-copy { width: 100%; padding-bottom: 0; }
  .cost-eyebrow { font-size: 11px; gap: 8px; margin-bottom: 8px; }
  .cost-eyebrow::before { width: 22px; }
  .cost-banner-title { margin-bottom: 6px; font-size: 22px; line-height: 1.25; }
  .cost-banner-description { margin-bottom: 0; max-width: 285px; font-size: 12px; }
  .cost-banner-description br { display: block; }
  .cost-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 24px); border-radius: 12px; }
  .cost-dialog-header { padding: 26px 22px 24px; }
  .cost-dialog-header h2 { font-size: 25px; }
  .cost-dialog-header p:last-child { font-size: 13px; }
  .cost-dialog-header br { display: none; }
  .cost-dialog-body { padding: 16px; gap: 10px; }
  .cost-guide-item, .cost-guide-note { padding: 18px; }
  .cost-guide-item h3, .cost-guide-note h3 { font-size: 16px; }
  .cost-guide-item p, .cost-guide-note p { font-size: 13px; }
  .cost-dialog-footer { flex-direction: column; align-items: stretch; padding: 18px; }
  .cost-dialog-footer a { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .field-proof-wall .field-gallery img { transition: none; }
  .field-proof-wall .field-gallery figure:hover img { transform: none; }
}

/* Compact, evidence-led service guidance and direct SMS enquiry. */
.recovery-records { grid-column: 1 / -1; min-width: 0; display: grid; gap: 12px; }
.recovery-gallery { position: relative; display: flex; gap: 16px; min-width: 0; overflow-x: auto; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
.recovery-gallery::-webkit-scrollbar { display: none; }
.recovery-gallery:focus-visible { outline: 3px solid #0759e8; outline-offset: 3px; }
.recovery-records figure { position: relative; flex: 0 0 300px; margin: 0; overflow: hidden; border-radius: 12px; background: #fff; }
.recovery-records img { display: block; width: 100%; height: 200px; object-fit: cover; }
.recovery-records figcaption { display: grid; gap: 4px; padding: 14px 16px; }
.recovery-records figcaption strong { font-size: 16px; }
.recovery-records figcaption strong::after { content: '↗'; float: right; color: #0959cd; }
.recovery-records figcaption span, .recovery-records > p { color: #526984; font-size: 13px; }
.recovery-records > p { grid-column: 1 / -1; margin: 0; }
.symptom-grid { align-items: start; }
.symptom-detail { min-width: 0; border: 1px solid var(--nh-line); border-radius: 18px; overflow: hidden; background: white; }
.symptom-detail > summary { display: block; border: 0; border-radius: 0; cursor: pointer; list-style: none; }
.symptom-detail > summary::-webkit-details-marker { display: none; }
.symptom-detail > summary:hover { transform: none; box-shadow: none; background: #eff6ff; }
.symptom-detail > summary.is-accent:hover { background: #064cab; }
.symptom-detail > summary > b { color: #1764c5; font-style: normal; }
.symptom-detail > summary.is-accent > b { color: #a7e9ff; }
.symptom-detail[open] > summary > b { transform: rotate(45deg); }
.symptom-detail > summary:focus-visible { outline: 3px solid #1886ee; outline-offset: -4px; }
.symptom-answer { padding: 0 20px 20px; color: #294564; font-size: 14px; line-height: 1.75; }
.symptom-answer p { margin: 16px 0; }
.symptom-answer img { display: block; width: 100%; height: 155px; object-fit: cover; border-radius: 8px; }
.symptom-answer small { display: block; margin-top: 6px; color: #526984; font-size: 11px; }
.symptom-answer a { display: flex; align-items: center; min-height: 44px; margin-top: 12px; color: #0752b6; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.process-compact { padding-block: 40px; }
.process-compact .section-head { margin-bottom: 22px; }
.process-compact .section-head h2 { font-size: clamp(25px, 3vw, 36px); }
.process-compact .process-item { min-height: 0; padding: 18px; }
.process-compact .process-item::before { margin-bottom: 10px; }
.process-compact .process-item h3 { font-size: 17px; }
.contact-compact { padding-block: 28px; background: #f8fafc; }
.contact-compact .cta-box { padding: 26px 30px; color: var(--nh-ink); background: #f8fafc; box-shadow: none; }
.contact-compact .cta-box p { color: var(--nh-muted); }
.contact-compact .cta-box .button { color: #fff; background-color: var(--nh-green); }
.contact-compact .cta-box .button-outline-light { color: var(--nh-green-dark); border-color: #bfd5f2; background: #eaf4ff; }
.contact-compact h2 { margin: 0 0 14px; font-family: inherit; font-size: clamp(32px, 3.3vw, 42px); font-weight: 800; line-height: 1.18; letter-spacing: -.05em; color: var(--nh-ink); word-break: keep-all; }
.contact-compact h2 span { display: block; color: #0752b6; }
.contact-compact .contact-call:focus-visible { outline: 3px solid #0752b6; outline-offset: 4px; }
.service-availability { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-block: 12px; color: #405977; font-size: 13px; }
#services, #contact, #sms-consult { scroll-margin-top: 140px; }
.service-area-strip { padding: 32px 0 18px; background: #f2f6fd; border-block: 1px solid #dce8f4; }
.service-area-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; }
.service-area-copy h2 { margin: 0 0 14px; font-family: inherit; font-size: clamp(32px, 3.3vw, 42px); font-weight: 800; line-height: 1.18; letter-spacing: -.05em; color: var(--nh-ink); word-break: keep-all; }
.service-area-copy h2 span { display: block; color: #0752b6; }
.service-area-copy p { margin: 4px 0 0; color: var(--nh-muted); font-size: 15px; line-height: 1.7; }
.place-links { display: flex; flex-shrink: 0; gap: 8px; }
.place-links[hidden] { display: none; }
.place-links a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; padding: 8px 12px; border: 1px solid #d3e4dc; border-radius: 8px; background: #fff; color: #193a32; font-size: 13px; font-weight: 700; white-space: nowrap; }
.place-links a > span:first-child { color: #008b42; font-weight: 900; font-size: 16px; }
.place-links a b { font-weight: 400; color: #597269; }
.place-links a:hover { background: #edf9f1; border-color: #009d4d; }
.place-map-wrap { margin-top: 16px; }
.place-map-heading { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 14px; margin-bottom: 10px; }
.place-map-heading strong { font-size: 15px; color: #102d53; }
.place-map-heading > span, .place-map-note { font-size: 12px; color: #536a83; }
.place-map { position: relative; isolation: isolate; z-index: 0; height: 330px; overflow: hidden; border: 1px solid #cfdeea; border-radius: 14px; background: #e9f1f5; font-family: inherit; }
.place-map-status { position: absolute; z-index: 650; inset: auto 12px 24px; width: fit-content; max-width: calc(100% - 24px); margin: 0 auto; padding: 8px 12px; border-radius: 6px; color: #173654; background: #ffffffed; font-size: 12px; pointer-events: none; }
.place-map-status[hidden] { display: none; }
.place-map .place-map-marker { border: 0; background: none; }
.place-map-pin { position: relative; display: flex; align-items: center; justify-content: center; gap: 7px; width: 126px; height: 44px; border: 2px solid #fff; border-radius: 22px; background: #087f48; color: #fff; box-shadow: 0 4px 12px #153d3a38; pointer-events: auto; text-decoration: none; white-space: nowrap; }
.place-map-pin::after { content: ''; position: absolute; top: 40px; left: 55px; width: 10px; height: 10px; background: #087f48; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); }
.place-map .place-map-pin { color: #fff; }
.place-map-pin > span { font-weight: 900; font-size: 19px; line-height: 1; }
.place-map-pin > strong { font-size: 12px; }
.place-map-pin:hover { background: #056638; transform: translateY(-2px); }
.place-map-pin:focus-visible { outline: 3px solid #1260d7; outline-offset: 4px; }
.place-map.leaflet-container .leaflet-control-zoom a { width: 44px; height: 44px; line-height: 44px; color: #173654; }
.place-map .leaflet-control-attribution { font-size: 10px; background: #fffffff0; }
.place-map-note { margin: 8px 0 0; line-height: 1.6; }
@media (max-width: 600px) {
  .place-map { height: 280px; border-radius: 10px; }
  .place-map-wrap { margin-top: 12px; }
  .place-map-heading { display: grid; gap: 3px; }
  .place-map-heading strong { font-size: 13px; }
  .place-map-heading > span, .place-map-note { font-size: 11px; }
}
.place-links a:focus-visible, .consult-copy-actions button:focus-visible { outline: 3px solid #1674da; outline-offset: 3px; }
.consult-photo-help { margin-top: 16px; padding: 10px 12px; border: 1px solid rgba(168, 211, 255, .34); border-radius: 10px; background: rgba(255,255,255,.06); }
.consult-photo-help summary { color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.sms-consult-copy .consult-photo-help p { font-size: 13px; margin: 6px 0; }
.consult-photo-help small { display: block; font-size: 12px; color: #bfd0ec; line-height: 1.6; }
.consult-copy-actions { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.consult-copy-actions[hidden] { display: none !important; }
.sms-consult-form .consult-copy-actions button { grid-column: auto; width: 100%; min-height: 44px; padding: 10px 6px; border: 1px solid #b8cce3; border-radius: 8px; background: #fff; color: #124b89; font-size: 13px; font-weight: 700; box-shadow: none; }
.consult-copy-actions button:disabled { opacity: .65; cursor: wait; }
.consult-copy-fallback { grid-column: 1 / -1; }
.consult-copy-fallback[hidden] { display: none; }
.sms-consult-form .consult-copy-fallback label { display: grid; gap: 8px; font-size: 13px; }
.consult-selection-status:empty { display: none; }
.sms-consult-form .consult-selection-status { color: #0752b6; }
@media (max-width: 680px) {
  .recovery-records { gap: 10px; }
  .service-area-strip { padding: 24px 0 14px; }
  .service-area-inner { display: grid; gap: 10px; }
  .service-area-copy h2 { margin-bottom: 10px; font-size: clamp(20px, 5.6vw, 26px); line-height: 1.3; }
  .service-area-copy p { font-size: clamp(12px, 3.3vw, 14px); line-height: 1.6; }
  .place-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .place-links a { padding: 8px 4px; gap: 4px; font-size: 11px; }
  .place-links a > span:first-child { font-size: 14px; }
  .recovery-gallery { gap: 10px; }
  .recovery-records figure { flex-basis: 230px; }
  .recovery-records img { height: 154px; }
  .recovery-records figcaption { padding: 10px; }
  .recovery-records figcaption strong { font-size: 14px; }
  .recovery-records figcaption span { font-size: 12px; line-height: 1.5; }
  .recovery-records > p { font-size: 11px; }
  .symptom-grid { grid-template-columns: 1fr; gap: 8px; }
  .symptom-detail { border-radius: 12px; }
  .symptom-detail > summary.symptom-card { min-height: 82px; padding: 13px 44px 13px 16px; }
  .symptom-detail > summary > span { margin-bottom: 5px; }
  .symptom-detail > summary > strong { max-width: none; font-size: 16px; }
  .symptom-detail > summary > b { top: 25px; right: 16px; font-size: 22px; }
  .symptom-answer { padding: 0 16px 16px; }
  .symptom-answer img { height: 170px; }
  .process-compact { padding-block: 28px; }
  .process-compact .process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; overflow: visible; padding: 0; }
  .process-compact .process-item { min-width: 0; min-height: 0; padding: 14px; }
  .process-compact .process-item h3 { font-size: 15px; }
  .process-compact .process-item p { font-size: 12px; line-height: 1.6; }
  .contact-compact .cta-box { padding: 22px 20px; }
  .contact-compact h2 { margin-bottom: 10px; font-size: clamp(20px, 5.6vw, 26px); line-height: 1.3; }
  .contact-compact .cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }
  .contact-compact .cta-actions .button { min-height: 44px; padding: 10px 16px; font-size: 14px; }
  .sms-consult-section { padding-block: 32px; }
  .sms-consult-copy h2 { font-size: 28px; }
  .sms-consult-form input, .sms-consult-form select, .sms-consult-form textarea { font-size: 16px; }
}

/* Isolated six-step cause guide; no photos or remote requests. */
.diagnosis-section#services { background: #f4f8ff; padding-block: 32px; }
[data-diagnosis] [hidden] { display: none !important; }
.diag-intro { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; align-items: center; }
.diagnosis-section#services .diag-intro .section-head { display: block; margin: 0; }
.diag-intro .section-head h2 span { color: #0752b6; }
.diag-intro .section-head p { max-width: 560px; margin: 16px 0 0; font-size: 15px; }
.diag-start-card { padding: 0; background: transparent; border: 0; border-radius: 0; }
.diag-modal-open { overflow: hidden; }
.diag-dialog { position: fixed; inset: 0; z-index: 10020; display: grid; place-items: center; padding: 24px; background: rgba(3,15,39,.74); backdrop-filter: blur(7px); }
.diag-dialog-shell { position: relative; width: min(880px,100%); max-height: min(88vh,900px); overflow: auto; padding: 28px; border: 1px solid rgba(255,255,255,.55); border-radius: 24px; background: #f4f8ff; box-shadow: 0 28px 90px rgba(0,18,55,.35); overscroll-behavior: contain; }
.diag-dialog-close { position: sticky; top: 0; z-index: 2; display: grid; place-items: center; width: 44px; height: 44px; margin: 0 0 -44px auto; border: 1px solid #c8d7ea; border-radius: 50%; background: #fff; color: #092b61; font-size: 28px; line-height: 1; cursor: pointer; box-shadow: 0 8px 22px rgba(5,31,73,.12); }
.diag-dialog-close:hover { color: #fff; background: #0759e8; border-color: #0759e8; }
[data-diagnosis] :is(button,a,input,textarea) { -webkit-tap-highlight-color: transparent; }
[data-diagnosis] :is(button,a,input,textarea):focus-visible { outline: 3px solid #1784ec; outline-offset: 4px; }
.diag-primary { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; min-height: 46px; padding: 10px 18px; border: 0; border-radius: 8px; color: #fff; font-weight: 800; font-size: 14px; line-height: 1.45; cursor: pointer; text-align: center; }
.diag-primary:hover { filter: brightness(1.12); }
.diag-primary:disabled { animation: none; background: #e4ebf5; color: #566780; box-shadow: none; cursor: not-allowed; filter: none; }
.diag-panel { max-width: 820px; margin-inline: auto; padding: 30px; background: #fff; border: 1px solid #d8e4f5; border-radius: 20px; }
.diag-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #0759e8; font-size: 12px; font-weight: 800; }
.diag-reset { min-height: 44px; border: 0; background: transparent; color: #576784; font-size: 13px; text-decoration: underline; cursor: pointer; }
.diag-panel progress { display: block; width: 100%; height: 6px; accent-color: #0759e8; margin: 12px 0 24px; border: 0; border-radius: 4px; overflow: hidden; }
.diag-panel progress::-webkit-progress-bar { background: #e6edf7; }
.diag-panel progress::-webkit-progress-value { background: #0759e8; }
.diag-title { margin: 14px 0 12px; font-size: clamp(22px,3vw,30px); font-weight: 800; letter-spacing: -.045em; line-height: 1.3; scroll-margin-top: 145px; }
.diag-hint { margin: 0 0 22px; font-size: 14px; line-height: 1.7; color: #5d6d89; }
.diag-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 0; margin: 0; border: 0; min-width: 0; }
.diag-option { display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 12px 14px; border: 1px solid #d6e1f1; border-radius: 12px; font-size: 15px; font-weight: 650; line-height: 1.5; cursor: pointer; }
.diag-option:has(input:checked) { color: #0752b6; background: #eaf4ff; border-color: #0759e8; box-shadow: inset 0 0 0 1px #0759e8; }
.diag-option input { width: 18px; height: 18px; flex-shrink: 0; margin: 0; accent-color: #0759e8; }
.diag-actions { display: flex; align-items: stretch; gap: 10px; margin-top: 20px; }
.diag-actions > * { flex: 1; min-width: 0; }
.diag-secondary { display: flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 15px; background: #fff; color: #163966; border: 1px solid #c5d6ed; border-radius: 10px; font-weight: 700; font-size: 14px; cursor: pointer; text-align: center; }
.diag-ranks { display: grid; gap: 12px; list-style: none; padding: 0; margin: 20px 0; }
.diag-ranks li { padding: 20px; border: 1px solid #dae5f4; border-radius: 14px; background: #f7faff; }
.diag-ranks li:first-child { border-color: #94bcf5; background: #edf5ff; }
.diag-rank { display: inline-block; padding: 3px 10px; border-radius: 6px; background: #0752b6; color: #fff; font-size: 12px; font-weight: 800; }
.diag-ranks h4 { margin: 10px 0 8px; font-size: 19px; line-height: 1.4; letter-spacing: -.03em; }
.diag-ranks p { margin: 0 0 8px; font-size: 14px; }
.diag-ranks small { display: block; color: #5d6d89; line-height: 1.6; font-size: 12px; }
.diag-empty { padding: 20px; background: #edf5ff; border-radius: 12px; font-size: 14px; }
.diag-summary { margin: 22px 0; border-top: 1px solid #e1e9f5; border-bottom: 1px solid #e1e9f5; }
.diag-summary summary, .diag-message summary { min-height: 46px; padding: 10px 0; font-size: 14px; font-weight: 700; cursor: pointer; }
.diag-summary dl { display: grid; gap: 6px; margin: 0 0 18px; font-size: 13px; }
.diag-summary dt { color: #5d6d89; }
.diag-summary dd { margin: 0 0 10px; font-weight: 700; }
.diag-enquiry { display: grid; gap: 14px; padding: 20px; margin-bottom: 20px; border-radius: 14px; background: #f4f8ff; }
.diag-enquiry label { display: grid; gap: 5px; font-size: 13px; font-weight: 700; }
.diag-enquiry :is(input,textarea) { width: 100%; min-width: 0; padding: 11px; border: 1px solid #c5d6ed; border-radius: 8px; background: #fff; color: #071a3d; font-size: 16px; line-height: 1.6; }
.diag-enquiry textarea { resize: vertical; }
.diag-enquiry > small { font-size: 12px; color: #5d6d89; line-height: 1.7; }
.diag-enquiry .diag-actions { margin: 0; }
.diag-status { color: #0752b6; font-size: 13px; margin: 0; }
.diag-status:empty { display: none; }
@media (max-width: 680px) {
  .diagnosis-section#services { padding-block: 18px; }
  .diag-intro { grid-template-columns: 1fr; gap: 10px; }
  .diag-intro .section-head p { font-size: 13px; margin-top: 8px; }
  .diag-start-card { padding: 0; }
  .diag-dialog { align-items: end; padding: 0; }
  .diag-dialog-shell { width: 100%; max-height: 92dvh; padding: 12px 10px 18px; border-radius: 22px 22px 0 0; }
  .diag-dialog-close { top: 4px; width: 42px; height: 42px; margin-right: 4px; }
  .diag-panel { padding: 18px 14px; border-radius: 14px; }
  .diag-options { grid-template-columns: 1fr; gap: 8px; }
  .diag-option { min-height: 48px; font-size: 14px; padding: 10px 12px; }
  .diag-hint { font-size: 12px; margin-bottom: 16px; }
  .diag-primary { min-height: 44px; font-size: 13px; gap: 8px; padding: 9px 12px; }
  .diag-ranks li { padding: 15px; }
  .diag-ranks h4 { font-size: 17px; }
  .diag-ranks p { font-size: 13px; }
  .diag-enquiry { padding: 14px; }
  .diag-secondary { padding-inline: 8px; font-size: 13px; }
}

/* Shared landing typography: match the search intro without changing banner heights or colors. */
.faq-banner, .faq-dialog { font-family: var(--nh-font); }
#main :is(.blog-search-intro h2, .service-area-copy h2, .field-wall-heading h2,
  .insurance-recovery-copy h2, .section-head h2,
  .sms-consult-copy h2, .contact-compact h2, .faq-banner-copy > strong, .cost-banner-title),
:is(.faq-dialog-header, .cost-dialog-header) h2 {
  font-family: var(--nh-font);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.18;
  word-break: keep-all;
}
#main :is(.field-wall-heading h2, .insurance-recovery-copy h2, .section-head h2, .sms-consult-copy h2) {
  font-size: clamp(32px, 3.3vw, 42px);
}
#main :is(.process-item h3, .symptom-card > strong),
:is(.faq-group, .cost-guide-item, .cost-guide-note) h3 {
  font-family: var(--nh-font);
  font-weight: 800;
  letter-spacing: -.035em;
}
@media (max-width: 680px) {
  #main :is(.blog-search-intro h2, .service-area-copy h2, .field-wall-heading h2,
    .insurance-recovery-copy h2, .section-head h2,
    .sms-consult-copy h2, .contact-compact h2, .faq-banner-copy > strong, .cost-banner-title) {
    font-size: clamp(20px, 5.6vw, 26px);
    line-height: 1.3;
  }
}

/* 2.17.24: tighter landing rhythm after the conversion-flow reorder. */
@media (min-width: 681px) {
  .blog-search-strip { padding-block: 30px; }
  .blog-search-inner { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: end; gap: 34px; max-width: var(--nh-container); }
  .blog-search-intro { margin: 0; }
  .blog-search-intro h2 { margin-bottom: 8px; font-size: clamp(27px, 2.3vw, 34px); }
  .blog-search-intro p { font-size: 14px; }
  .blog-search-form { min-height: 64px; }
  .service-area-strip { padding-block: 24px 14px; }
  .service-area-copy h2 { font-size: clamp(27px, 2.3vw, 34px); }
  .place-map { height: 250px; }
  .insurance-recovery { padding-block: 44px; }
  .insurance-recovery-inner { gap: 14px; }
  .insurance-recovery-copy > p { margin-bottom: 16px; line-height: 1.7; }
  .recovery-records figure { flex-basis: 270px; }
  .recovery-records img { height: 170px; }
  .recovery-records figcaption { padding: 11px 14px; }
}
@media (max-width: 680px) {
  .blog-search-strip { padding-block: 22px; }
  .blog-search-intro { margin-bottom: 14px; }
  .service-area-strip { padding-block: 18px 12px; }
  .place-map { height: 220px; }
  .insurance-recovery { padding-block: 24px; }
  .insurance-recovery-inner { gap: 14px; }
  .recovery-records img { height: 138px; }
}
