.hero:before{
content:"";
position:absolute;
inset:0;
background:
linear-gradient(90deg,rgba(4,20,38,.28) 0%,rgba(4,20,38,.12) 44%,rgba(4,20,38,.02) 100%),
url('./img/drain.jpg') center/cover no-repeat!important;
}

:root{
 --navy:#071c33; --blue:#0c55bf; --blue2:#0a84e8; --red:#ef3b32; --green:#118a3a;
 --ink:#101828; --muted:#667085; --line:#e7ebf1; --soft:#f5f8fc; --white:#fff;
 --shadow:0 16px 40px rgba(6,28,51,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,"Malgun Gothic","Noto Sans KR",sans-serif;color:var(--ink);line-height:1.65;background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(1180px,calc(100% - 34px));margin:auto}
.topbar{background:var(--navy);color:#dbe7f5;font-size:13px}
.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;gap:28px}
.logo{display:flex;align-items:center;gap:10px;font-weight:950;font-size:25px;letter-spacing:-1.4px;color:var(--navy)}
.logo-mark{width:42px;height:42px;border-radius:11px;background:linear-gradient(145deg,var(--navy),var(--blue2));display:grid;place-items:center;color:#fff;font-weight:950}
.menu{display:flex;gap:23px;margin-left:auto;font-weight:800;font-size:14px}
.head-phone{font-size:27px;font-weight:950;color:var(--blue);white-space:nowrap}
.hero{position:relative;min-height:590px;background:var(--navy);overflow:hidden}

.hero .wrap{position:relative;z-index:2;padding:86px 0 70px;color:#fff}
.badge{display:inline-flex;padding:8px 12px;border-radius:8px;background:#0d4ea7;color:#fff;font-size:14px;font-weight:900}
.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.06;letter-spacing:-3px;margin:22px 0 20px;max-width:760px}
.hero h1 em{font-style:normal;color:#37a3ff}
.hero p{font-size:18px;color:#dce8f5;max-width:720px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:29px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 21px;border-radius:12px;font-weight:950}
.btn-call{background:var(--red);color:#fff}.btn-sms{background:#fff;color:var(--navy)}
.hero-strip{position:relative;z-index:3;margin-top:-52px}
.strip-card{background:rgba(8,29,54,.97);border:1px solid rgba(255,255,255,.14);border-radius:18px;color:#fff;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr)}
.strip-item{padding:22px 18px;border-right:1px solid rgba(255,255,255,.12)}
.strip-item:last-child{border-right:0}.strip-item b{display:block;font-size:17px}.strip-item span{color:#b7c9da;font-size:13px}
section{padding:76px 0}
.section-head{text-align:center;margin-bottom:34px}
.section-head .eyebrow{color:var(--blue);font-weight:900;font-size:14px}
.section-head h2{font-size:36px;line-height:1.22;margin:7px 0 10px;letter-spacing:-1.5px}
.section-head p{margin:0 auto;color:var(--muted);max-width:730px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 26px rgba(16,24,40,.05)}
.service-photo{
height:220px;
background-position:center;
background-size:cover;
background-repeat:no-repeat;
}


.service-body{padding:23px}.service-body h3{margin:0 0 8px;font-size:23px}.service-body p{margin:0;color:var(--muted)}
.trust{background:var(--navy);color:#fff}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.trust-photo{border-radius:22px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.28)}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:24px}
.check{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:16px}
.regions{background:var(--soft)}
.region-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.region-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 8px 24px rgba(16,24,40,.05)}
.region-card h3{font-size:25px;margin:0 0 8px}.region-card p{color:var(--muted)}
.region-card a{display:inline-block;margin-top:12px;color:var(--blue);font-weight:900}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.step{padding:24px;border:1px solid var(--line);border-radius:18px}
.step-num{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;font-weight:900}
.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{font-weight:900;cursor:pointer}
.cta{background:linear-gradient(135deg,#0a4eb0,#0c82df);border-radius:24px;color:#fff;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta h2{font-size:34px;margin:0 0 8px}.cta p{margin:0;color:#d9ecff}
.footer{background:#071421;color:#9fb0c2;padding:45px 0 115px}.footer b{color:#fff}
.mobile-bar{display:none}
@media(max-width:900px){
 .topbar,.menu{display:none}.nav{height:64px}.logo{font-size:21px}.head-phone{font-size:18px;margin-left:auto}
 .hero{min-height:540px}
 .hero .wrap{padding-top:67px}.hero h1{font-size:45px}
 .hero-strip{margin-top:-28px}.strip-card{grid-template-columns:1fr 1fr}.strip-item:nth-child(2){border-right:0}.strip-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}
 .services,.region-grid,.process,.trust-grid{grid-template-columns:1fr}.checks{grid-template-columns:1fr 1fr}
 .cta{display:block}.cta .hero-cta{margin-top:18px}
 body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}
 .footer{padding-bottom:130px}
 .mobile-bar{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:fixed;z-index:999;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));padding:8px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border:1px solid rgba(8,29,54,.12);border-radius:17px;box-shadow:0 14px 38px rgba(8,29,54,.22)}
 .mobile-bar a{height:54px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:16px}
 .mobile-bar .call{background:#0b4eb0;color:#fff}.mobile-bar .sms{background:#15953e;color:#fff}
}
@media(max-width:560px){
 .wrap{width:min(100% - 24px,1180px)}.head-phone{display:none}
 .hero h1{font-size:38px}.hero p{font-size:16px}.hero-cta .btn{width:100%}
 .strip-card{grid-template-columns:1fr}.strip-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.strip-item:last-child{border-bottom:0}
 .checks{grid-template-columns:1fr}.section-head h2{font-size:30px}
}

.service-card:nth-child(1) .service-photo{background-image:url('./img/sink.jpg')}
.service-card:nth-child(2) .service-photo{background-image:url('./img/toilet.jpg')}
.service-card:nth-child(3) .service-photo{background-image:url('./img/drain.jpg')}
.btn-sms{background:#ffd400!important;color:#151515!important;border:1px solid #e5bd00}
.mobile-bar .sms{background:#ffd400!important;color:#111!important}
.trust-photo img{width:100%;height:100%;min-height:390px;object-fit:cover;object-position:center}
@media(max-width:900px){
 .service-photo{height:240px}
 .trust-photo img{min-height:280px}
}

/* v4 layout cleanup */
.section-head{
  text-align:left!important;
  max-width:840px;
  margin:0 0 34px!important;
}
.section-head h2{margin-left:0!important}
.section-head p{margin-left:0!important;margin-right:0!important}
#service .section-head,#region .section-head,#process .section-head,#faq .section-head{margin-left:0!important}
.services{align-items:stretch}
.service-card{display:flex;flex-direction:column}
.service-body{flex:1}
.trust-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr)}
.trust-photo img{width:100%;height:440px;object-fit:cover;object-position:center}
.process{
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.step{
  padding:0!important;
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.step-image{
  height:175px;
  width:100%;
  object-fit:cover;
  display:block;
  border-bottom:1px solid var(--line);
}
.step-content{padding:22px}
.step-num{margin-bottom:14px}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 28px;
}
.faq details{padding:17px 0}
.geo-note{
  margin-top:16px;
  padding:15px 17px;
  background:#f4f8ff;
  border:1px solid #dbe9ff;
  border-radius:14px;
  color:#41556d;
  font-size:14px;
}
@media(max-width:900px){
 .section-head{text-align:left!important}
 .trust-grid{grid-template-columns:1fr}
 .trust-photo img{height:300px}
 .process{grid-template-columns:1fr 1fr}
 .faq-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
 .process{grid-template-columns:1fr}
 .step{display:grid;grid-template-columns:135px 1fr}
 .step-image{height:100%;min-height:165px}
 .step-content{padding:18px}
}

/* v5 approved desktop fixes */

.process .step-image{
  width:100%;
  height:210px;
  object-fit:cover;
  object-position:center;
  image-rendering:auto;
}
.desktop-consult{
  position:fixed;
  z-index:998;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.desktop-consult a{
  width:118px;
  min-height:126px;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px 10px;
  font-weight:950;
  line-height:1.35;
  box-shadow:0 14px 32px rgba(8,29,54,.24);
  border:1px solid rgba(255,255,255,.4);
}
.desktop-consult .d-call{background:#0b4eb0;color:#fff}
.desktop-consult .d-sms{background:#ffd400;color:#111}
.desktop-consult .iconbig{font-size:28px;margin-bottom:8px}
.desktop-consult .num{font-size:14px;margin-top:4px}
@media(max-width:1100px){
  .desktop-consult a{width:102px;min-height:116px;font-size:14px}
}
@media(max-width:900px){
  .desktop-consult{display:none}
  .process .step-image{height:230px}
}

/* v6: ensure hero copy is rendered only once */
.hero .wrap{position:relative;z-index:2}
.hero h1,.hero p,.hero .badge,.hero .hero-cta{position:relative;z-index:3}

/* v7 mobile CTA cleanup:
   모바일에서는 하단 고정 상담바가 있으므로 히어로 내부 전화/문자 버튼은 숨김 */
@media(max-width:900px){
  .hero .hero-cta{display:none!important;}
  .hero .wrap{padding-bottom:58px!important;}
}

/* v8: 고객 화면에서 설명용 보조 카드 완전 제거 */
.hero-strip,
.strip-card,
.strip-item,
.checks,
.check {
  display:none!important;
}

/* v9 detail pages */
.detail-hero{
  position:relative;overflow:hidden;background:#071c33;color:#fff;
  min-height:460px;display:flex;align-items:center;
}
.detail-hero:before{
  content:"";position:absolute;inset:0;
  background:
  linear-gradient(90deg,rgba(3,18,34,.95) 0%,rgba(3,18,34,.80) 48%,rgba(3,18,34,.25) 100%),
  var(--detail-image) center/cover no-repeat;
}
.detail-hero .wrap{position:relative;z-index:2;padding:72px 0}
.detail-hero h1{font-size:clamp(38px,5vw,62px);line-height:1.08;letter-spacing:-2px;margin:15px 0}
.detail-hero p{max-width:720px;color:#dce7f3;font-size:17px}
.breadcrumbs{font-size:13px;color:#667085;padding:17px 0}
.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px}
.detail-box{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}
.detail-box h2{font-size:30px;letter-spacing:-1px;margin:0 0 12px}
.detail-box h3{font-size:22px;margin:28px 0 8px}
.detail-box p{color:#4f5f70}
.detail-points{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0}
.detail-point{border:1px solid var(--line);border-radius:14px;padding:16px;background:#f9fbfd}
.detail-side{position:sticky;top:96px;align-self:start}
.detail-side .side-call{display:block;background:#0b4eb0;color:#fff;border-radius:13px;padding:15px;text-align:center;font-weight:950;margin-top:12px}
.detail-side .side-sms{display:block;background:#ffd400;color:#111;border-radius:13px;padding:15px;text-align:center;font-weight:950;margin-top:8px}
.related-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.related-links a{border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-weight:800;background:#fff}
.detail-faq details{border-top:1px solid var(--line);padding:16px 0}
.detail-faq summary{font-weight:900;cursor:pointer}
.detail-process{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.detail-process .mini{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff}
.detail-process .mini b{display:block;margin:8px 0}
@media(max-width:900px){
 .detail-layout{grid-template-columns:1fr}
 .detail-side{position:static}
 .detail-points{grid-template-columns:1fr}
 .detail-process{grid-template-columns:1fr 1fr}
 .detail-hero{min-height:410px}
 .detail-hero .hero-cta{display:none!important}
}
@media(max-width:560px){
 .detail-process{grid-template-columns:1fr}
 .detail-hero h1{font-size:36px}
}

/* v10 detail process cards with high-resolution images */
.detail-process .mini{
  padding:0!important;
  overflow:hidden;
  background:#fff;
  display:flex;
  flex-direction:column;
}
.detail-process .mini img{
  width:100%;
  height:150px;
  display:block;
  object-fit:cover;
  object-position:center;
  image-rendering:auto;
  border-bottom:1px solid var(--line);
}
.detail-process .mini-body{
  padding:18px;
}
.detail-process .mini .step-num{
  margin-bottom:12px;
}
@media(max-width:900px){
  .detail-process .mini img{height:180px}
}
@media(max-width:560px){
  .detail-process .mini{
    display:grid;
    grid-template-columns:128px 1fr;
    min-height:150px;
  }
  .detail-process .mini img{
    height:100%;
    min-height:150px;
    border-bottom:0;
    border-right:1px solid var(--line);
  }
  .detail-process .mini-body{padding:16px}
}

/* v11 capital-area expansion */
.breadcrumb{font-size:14px;color:#667085;margin:0 0 18px}.link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.pill{display:block;padding:12px 14px;border:1px solid #e4e7ec;border-radius:12px;background:#fff;font-weight:800;color:#14213d}.pill:hover{border-color:#1769c2}.service-card img{width:100%;height:190px;object-fit:cover;display:block}.region-hero{background:linear-gradient(90deg,rgba(3,25,48,.94),rgba(3,25,48,.65)),url('./img/drain.jpg') center/cover no-repeat;color:white;padding:90px 0}.region-hero h1{font-size:clamp(34px,5vw,62px);margin:10px 0 16px}.region-hero p{max-width:760px;font-size:18px;line-height:1.75}.seo-copy{max-width:900px;line-height:1.9;color:#475467}.faq-grid details{margin-bottom:10px}.capital-index{padding:70px 0}.city-card{padding:22px;border:1px solid #e4e7ec;border-radius:18px;background:#fff}.city-card h3{margin-top:0}.stats{display:flex;gap:12px;flex-wrap:wrap}.stat{padding:10px 14px;border-radius:999px;background:#eef6ff;font-weight:800;color:#0b5db7}@media(max-width:900px){.link-grid{grid-template-columns:repeat(2,1fr)}.region-hero{padding:60px 0}.service-card img{height:160px}}@media(max-width:560px){.link-grid{grid-template-columns:1fr}.region-hero{padding:44px 0}.region-hero p{font-size:16px}}


/* v12 public-site polish */
.hero:before{
  background:
  linear-gradient(90deg,rgba(4,20,38,.92) 0%,rgba(4,20,38,.74) 38%,rgba(4,20,38,.20) 61%,rgba(4,20,38,.03) 100%),
  url('./img/drain.jpg') 64% center/cover no-repeat!important;
}
.hero .wrap{padding:82px 0 76px}
.hero h1{max-width:650px;font-size:clamp(44px,5.15vw,68px);letter-spacing:-2.7px}
.hero p{max-width:590px;font-size:17px;line-height:1.75}
.hero-cta{margin-top:26px}
.home-services{grid-template-columns:repeat(4,1fr);gap:16px}
.home-services .service-photo{height:190px}
.home-services .service-body{padding:20px}
.home-services .service-body h3{font-size:21px}
.service-card:nth-child(4) .service-photo{background-image:url('./img/service-showcase.jpg')}
.trust{padding:88px 0}
.trust-grid{align-items:center;gap:58px}
.trust-eyebrow{color:#5cb8ff;font-weight:900}
.trust-title{font-size:40px;line-height:1.24;margin:8px 0 14px;letter-spacing:-1.8px}
.trust-copy{color:#c4d4e4;max-width:560px;margin:0}
.capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}
.capability{padding:15px 16px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:14px}
.capability b{display:block;color:#fff;margin-bottom:3px}.capability span{display:block;color:#aebfd0;font-size:13px}
.trust-photo img{height:430px;min-height:0}
.region-kicker{display:block;color:var(--blue);font-size:12px;font-weight:950;letter-spacing:.08em;margin-bottom:4px}
.region-card{padding:28px}.region-card p{min-height:82px}
.all-region-link{text-align:right;margin-top:20px}.all-region-link a{display:inline-flex;color:var(--blue);font-weight:950}
#process,#faq,#region,#service{scroll-margin-top:98px}
.cta-section{padding-top:52px;padding-bottom:76px}
.cta{padding:40px 42px}.cta-kicker{display:block;font-size:13px;font-weight:900;color:#d8edff;margin-bottom:5px}
.cta-call{background:#ffd400;color:#111;font-size:17px;min-width:174px}.cta-sms{background:#fff;color:#0b4eb0;font-size:17px;min-width:120px}
.footer{padding:48px 0 38px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1.2fr .8fr 1fr;gap:34px}
.footer-grid p{margin:8px 0 0;font-size:14px;line-height:1.75}.footer-grid a{color:#fff;font-size:20px;font-weight:950}
.footer-brand{display:flex;gap:12px;align-items:center}.footer-brand b{font-size:20px}.footer-brand small{display:block;font-size:10px;letter-spacing:.08em;margin-top:2px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:28px;padding-top:20px;font-size:12px;color:#72869a}
.desktop-consult{right:22px}.desktop-consult a{width:108px;min-height:116px;border-radius:20px}

@media(max-width:1100px){
  .home-services{grid-template-columns:repeat(2,1fr)}
  .region-card p{min-height:0}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .hero:before{background:linear-gradient(180deg,rgba(4,20,38,.64) 0%,rgba(4,20,38,.86) 100%),url('./img/drain.jpg') 66% center/cover no-repeat!important}
  .hero{min-height:500px}.hero .wrap{padding-top:58px;padding-bottom:58px}
  .hero h1{font-size:42px;max-width:580px}.hero p{max-width:570px}
  .home-services{grid-template-columns:1fr 1fr!important}
  .trust{padding:66px 0}.trust-grid{gap:30px}.trust-photo img{height:300px}
  .region-grid{grid-template-columns:1fr!important}.region-card p{min-height:0}
  .all-region-link{text-align:left}
  .cta{padding:32px}.cta .hero-cta{display:flex!important}
  .footer-grid{grid-template-columns:1fr 1fr}.footer{padding-bottom:120px}
}
@media(max-width:560px){
  section{padding:58px 0}
  .nav{height:62px}.logo-mark{width:38px;height:38px}.logo{font-size:20px}
  .hero{min-height:455px}.hero .wrap{padding-top:48px;padding-bottom:44px}
  .hero h1{font-size:36px;letter-spacing:-1.8px;margin:18px 0 16px}.hero p{font-size:15px;line-height:1.7}
  .home-services{grid-template-columns:1fr!important}.home-services .service-photo{height:220px}
  .trust-title{font-size:32px}.capability-grid{grid-template-columns:1fr}.trust-photo img{height:260px}
  .process .step{grid-template-columns:118px 1fr}.process .step-image{min-height:155px}
  .cta{padding:26px 22px}.cta h2{font-size:28px}.cta .hero-cta{gap:9px}.cta .hero-cta .btn{width:100%;min-width:0}
  .footer-grid{grid-template-columns:1fr;gap:24px}.footer-grid a{font-size:19px}
}

/* v13 SEO/GEO/AIO long-tail content */
.intent-section{padding-top:34px}.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.intent-card{border:1px solid #dbe6f0;border-radius:16px;padding:18px;background:#fff;box-shadow:0 8px 25px rgba(20,50,80,.05)}.intent-card b{display:block;font-size:17px;color:#0d2945}.intent-card span{display:block;margin-top:7px;font-size:14px;line-height:1.6;color:#63758a}.longtail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:34px;align-items:center}.longtail-photo img{width:100%;height:330px;object-fit:cover;border-radius:22px}.seo-copy{font-size:17px;line-height:1.85;color:#42566c}.faq details{border-bottom:1px solid #e1e8ef;padding:4px 0}.faq summary{font-weight:800;padding:17px 0;cursor:pointer}.faq details p{padding:0 0 16px;margin:0;color:#55697e;line-height:1.75}@media(max-width:800px){.intent-grid{grid-template-columns:1fr}.longtail-grid{grid-template-columns:1fr}.longtail-photo img{height:240px}}

/* v15 explicit service images + FAQ/internal-link polish */
.service-photo-img{width:100%;height:190px;display:block;object-fit:cover;object-position:center}
.context-links{margin:26px 0 0;padding:20px 22px;border:1px solid var(--line);border-radius:16px;background:#f7faff;line-height:1.9}
.context-links a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:900px){.service-photo-img{height:220px}.faq-grid{grid-template-columns:1fr!important}.context-links{padding:17px 18px}}

/* v19-registration-quality */
.hero h1,.detail-hero h1{word-break:keep-all;overflow-wrap:normal;}
.quality-section{padding:56px 0;background:#fff;border-top:1px solid #edf1f5}.quality-section.soft{background:#f7f9fc}.quality-section h2{font-size:32px;letter-spacing:-1.2px;margin:0 0 10px;color:#10243a}.quality-intro{color:#657386;max-width:920px;margin:0 0 24px;line-height:1.75}.quality-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.quality-card{border:1px solid #e3e9f0;border-radius:16px;padding:21px;background:#fff;box-shadow:0 6px 20px rgba(20,45,75,.04)}.quality-card h3{font-size:19px;margin:0 0 9px;color:#13263d;letter-spacing:-.5px}.quality-card p{margin:0;color:#5d6b7c;line-height:1.7}.quality-link{display:inline-block;margin-top:12px;font-weight:700;color:#1166cc;text-decoration:none}.local-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:20px}.local-link-grid a{padding:12px 14px;border:1px solid #dbe4ed;border-radius:12px;text-decoration:none;color:#173452;background:#fff;font-weight:700}@media(max-width:760px){.quality-section{padding:42px 0}.quality-section h2{font-size:26px}.quality-grid{grid-template-columns:1fr}.local-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
