:root{--green:#193e31;--ink:#22382e;--paper:#f7f5ee;--line:#d7dbd1;--accent:#d6e8a6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Microsoft YaHei",sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}header{min-height:90px;padding:18px 6%;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:26px;letter-spacing:3px;line-height:1.2;font-weight:800}.brand span{display:block;font-size:10px;letter-spacing:2px;margin-top:7px}nav{display:flex;gap:30px;align-items:center;font-size:14px}nav button{border:1px solid var(--line);background:none;border-radius:30px;padding:7px 17px;color:var(--green)}.hero{position:relative;min-height:580px;display:flex;align-items:center;color:white;background:var(--green)}.hero>img,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(10,30,23,.86),rgba(10,30,23,.4) 60%,rgba(10,30,23,.12))}.hero-content{position:relative;padding:60px 6%;max-width:850px}.eyebrow{font-size:12px;font-weight:bold;letter-spacing:2px;margin:0 0 18px}h1{font-family:Georgia,"Microsoft YaHei",serif;font-size:clamp(42px,5.5vw,76px);line-height:1.08;letter-spacing:-2px;margin:0 0 24px;font-weight:normal}.hero-lead{font-size:23px;margin:0}.hero p:not(.eyebrow){max-width:580px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.button{display:inline-block;border:1px solid var(--green);background:var(--green);color:white;padding:14px 23px;font-weight:bold;font-size:14px;border-radius:3px}.hero .button{background:var(--accent);color:var(--green);border-color:var(--accent)}.hero .outline{background:transparent;color:white;border-color:#aebdb1}.image-note{position:absolute;right:20px;bottom:12px;font-size:12px;background:#143426b8;padding:3px 8px}.section{padding:75px 6%;max-width:1600px;margin:auto}h2{font-family:Georgia,"Microsoft YaHei",serif;font-size:clamp(30px,3.2vw,44px);font-weight:normal;line-height:1.22;letter-spacing:-.8px;margin:0 0 22px}p{margin:0 0 16px}.about{display:grid;grid-template-columns:1fr 1.25fr;gap:10%;border-bottom:1px solid var(--line)}.about p{max-width:660px}.experience{display:flex;align-items:center;gap:18px;margin-top:25px}.experience strong{font:54px Georgia,serif}.experience span{font-size:12px;letter-spacing:1.5px;max-width:210px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:25px}.section-heading p:last-child{color:#536659}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}article{padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.number{font-size:12px;color:#5e735c;letter-spacing:2px}h3{font-size:20px;font-weight:500;margin:14px 0 7px}article p{font-size:14px;color:#526255;margin:0}.estimate{display:grid;grid-template-columns:1fr 1.2fr;gap:9%;background:#e9ede3;max-width:none}.estimate>div>p{max-width:420px}.contact-number{font-size:25px;display:block;margin:25px 0}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}label{display:block;font-size:14px}input,select,textarea{display:block;width:100%;border:1px solid #aab6a5;border-radius:3px;background:#fafbf7;color:var(--ink);padding:10px;margin-top:6px;min-width:0}textarea{resize:vertical}form>.button{margin-top:20px}.form-note{font-size:13px;margin-top:16px;color:#4c5e50}#email-result{border-top:1px solid #aab6a5;margin-top:20px;padding-top:20px}.copy{background:transparent;border:1px solid var(--green);color:var(--green);padding:12px 20px;border-radius:3px}footer{padding:42px 6%;background:var(--green);color:#edf1e6;display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap}footer a{display:block;font-size:14px;overflow-wrap:anywhere}footer p{margin:0}footer small{font-size:12px;color:#c3cfbd}a:hover{text-decoration:underline}.button:hover{filter:brightness(1.08);text-decoration:none}:focus-visible{outline:3px solid #9a641a;outline-offset:4px}.skip{position:absolute;left:15px;top:-100px;z-index:5;background:white;padding:10px}.skip:focus{top:10px}[hidden]{display:none!important}@media(max-width:760px){header{padding:18px 5%;gap:16px;flex-wrap:wrap}.brand{font-size:22px}nav{gap:20px}.hero{min-height:560px}.hero-content{padding:55px 6%}h1{letter-spacing:-1px}.hero-lead{font-size:20px}.section{padding:48px 6%}.about,.estimate{grid-template-columns:1fr;gap:28px}.section-heading{display:block}.service-grid{grid-template-columns:repeat(2,1fr)}article{padding:22px 18px}h3{font-size:18px}footer{flex-direction:column}.image-note{font-size:11px}.hero-shade{background:linear-gradient(90deg,#0a1e17dd,#0a1e1770)}}@media(max-width:430px){nav{width:100%;justify-content:space-between}.fields{grid-template-columns:1fr}.service-grid{grid-template-columns:1fr}.hero{min-height:530px}.hero-content{padding-top:35px}.actions .button{padding:13px 18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Palette inspired by the supplied vehicle wrap. */
:root{--green:#333238;--ink:#333238;--paper:#fff;--line:#dedee0;--accent:#acd32e}header{padding-top:10px;padding-bottom:10px}.brand .logo-image{display:block;width:158px;height:76px;object-fit:contain}.brand:has(.logo-image) span{font-size:9px;letter-spacing:1px;margin-top:1px}.hero-shade{background:linear-gradient(90deg,rgba(30,29,34,.88),rgba(30,29,34,.45) 60%,rgba(30,29,34,.08))}.eyebrow{color:#617a12}.hero .eyebrow{color:#d1ec7b}.experience strong{color:#657f0d}.estimate{background:#f1f2ee}.button{background:var(--accent);border-color:var(--accent);color:#29282d}.service-photo{width:calc(100% + 54px);height:140px;object-fit:cover;display:block;margin:-27px -27px 20px}.number{color:#647b1d}.wechat{display:flex;align-items:center;gap:12px;font-size:14px}.wechat img{display:block;background:white;padding:5px}.service-grid article{overflow:hidden}footer{border-top:6px solid var(--accent)}@media(max-width:760px){.service-photo{width:calc(100% + 36px);margin:-22px -18px 18px}.hero-shade{background:linear-gradient(90deg,#222126e8,#22212666)}}

.honeypot{position:absolute;left:-9999px;width:1px;height:1px}#send-status{font-size:14px;margin-top:12px}header{background:#333238;color:white}.logo-image{filter:brightness(0) invert(1)}:root{--paper:#faf7f0}.hero .eyebrow{color:#e0bd79}.experience strong{color:#987329}h1,h2{font-family:Georgia,"Songti SC","SimSun",serif}footer .brand{color:white}

/* Balanced brand lockup and centered content sections. */
header{padding:20px 5%;gap:32px}
header .brand{display:flex;align-items:center;gap:24px;flex-shrink:0}
header .brand .logo-frame{display:block;position:relative;width:190px;height:92px;overflow:hidden;margin:0;flex-shrink:0}
header .brand .logo-image{position:absolute;width:306.37px;max-width:none;height:182.79px;left:-58.18px;top:-41.71px;object-fit:fill}
header .brand .brand-description{margin:0;padding:10px 0 10px 24px;border-left:1px solid #727177;letter-spacing:1.1px;font-size:14px;line-height:1.7;font-weight:500;max-width:310px}
header .brand .brand-description span{font-size:inherit;letter-spacing:inherit;margin:0}
nav button{color:white}
.about{display:block;text-align:center;padding-top:64px;padding-bottom:64px}
.about h2{margin-bottom:22px}
.about .eyebrow{max-width:none}
.about .about-copy{max-width:850px;margin:0 auto;font-size:18px;line-height:1.9}
.estimate{display:block;padding-top:64px;padding-bottom:64px}
.estimate-intro{text-align:center;max-width:800px;margin:0 auto 28px}
.estimate .estimate-intro>p{max-width:630px;margin-left:auto;margin-right:auto}
.estimate-intro h2{margin-bottom:16px}
.estimate-intro .contact-number{display:inline-block;font-size:20px;margin:2px 0 0;border-bottom:1px solid #a4ad96}
#quote-form{max-width:850px;margin:0 auto;padding:32px 36px;background:#fff;border:1px solid var(--line);border-radius:5px}
#quote-form .fields{gap:16px 24px}
#quote-form>.button{margin-top:24px}
#quote-form>.copy{margin-top:12px}
#send-status:empty{display:none}
.footer-brand>span,.footer-brand>span>span{font-size:12px;letter-spacing:.5px;line-height:1.7}
@media(max-width:1100px){header{flex-wrap:wrap}header nav{margin-left:auto}}
@media(max-width:600px){header{padding:18px 5%;gap:18px}header .brand{gap:14px;width:100%;min-width:0}header .brand .logo-frame{width:135px;height:65px}header .brand .logo-image{width:217.68px;height:129.88px;left:-41.34px;top:-29.63px}header .brand .brand-description{font-size:11px;letter-spacing:.3px;padding:6px 0 6px 14px;max-width:none}header nav{width:100%;justify-content:space-between;margin:0}.about .about-copy{font-size:16px}.about,.estimate{padding-top:44px;padding-bottom:44px}#quote-form{padding:24px 20px}.estimate-intro{margin-bottom:24px}.hero-lead{font-size:20px}.hero .eyebrow{letter-spacing:1px}}


/* Silver surfaces, stronger typography and tighter section rhythm. */
:root{--ink:#293438;--green:#293438;--paper:#fcfcfa;--line:#d7dddf}
body{font-family:"Segoe UI","Microsoft YaHei",Arial,sans-serif;font-size:18px}
header{background:linear-gradient(115deg,#f4f5f5 0%,#d8dde0 52%,#eef0f1 100%);color:#283437;border-bottom:1px solid #c2cacf;box-shadow:inset 0 1px 0 #fff;padding-top:16px;padding-bottom:16px}
header .logo-image{filter:brightness(0) saturate(100%);opacity:.8}
header .brand .brand-description{font-size:15px;font-weight:750;letter-spacing:.65px;border-left-color:#a3adb2}
nav{font-size:18px;font-weight:750;gap:28px}
nav button{font-weight:750;color:#293438;border-color:#99a6ac;background:#ffffff6b;font-size:16px}
.hero{color:#213337;background:#d9dfe1;min-height:530px}
.hero-shade{background:linear-gradient(90deg,rgba(235,239,240,.98) 0%,rgba(231,236,238,.94) 32%,rgba(224,232,235,.76) 49%,rgba(220,228,231,.24) 72%,rgba(226,232,235,.05) 100%)}
.hero-content{max-width:920px;padding-top:46px;padding-bottom:46px}
h1{font-family:"Segoe UI","Microsoft YaHei",Arial,sans-serif;font-weight:750;font-size:clamp(42px,5vw,68px);line-height:1.1;letter-spacing:-1.8px;margin-bottom:22px}
h2{font-family:"Segoe UI","Microsoft YaHei",Arial,sans-serif;font-weight:750;font-size:clamp(30px,3vw,42px);line-height:1.2;letter-spacing:-.8px}
.eyebrow{font-size:18px;font-weight:800;letter-spacing:1.1px;line-height:1.4;margin-bottom:12px;color:#4d641c}
.hero .eyebrow{font-size:19px;color:#344f42;letter-spacing:1px;max-width:640px}
.hero .hero-lead{font-size:26px;font-weight:700;line-height:1.35;max-width:660px}
.hero-content>p:not(.eyebrow):not(.hero-lead){font-size:22px;font-weight:650;margin-top:15px;max-width:650px}
.hero .button{font-size:16px;color:#24321f}
.hero .outline{color:#273b3e;border-color:#63787c;background:#ffffff70}
.section{padding-top:40px;padding-bottom:40px}
.about{padding-top:34px;padding-bottom:34px}
.about h2{margin-bottom:14px}
.about .about-copy{max-width:960px;font-size:20px;line-height:1.7}
.services{padding-top:32px;padding-bottom:42px}
.section-heading{margin-bottom:20px;gap:30px;align-items:center}
.section-heading h2{margin-bottom:0}
.section-heading>p{font-size:20px;font-weight:650;line-height:1.5;max-width:350px;margin-bottom:0;color:#485958}
h3{font-size:23px;font-weight:750;line-height:1.3}
article p{font-size:16px;line-height:1.6}
.number{font-size:14px;font-weight:700}
.estimate{padding-top:40px;padding-bottom:40px;background:#edf0ef}
.estimate-intro{margin-bottom:22px}
.estimate .estimate-intro>p:not(.eyebrow){font-size:20px;line-height:1.55}
.estimate-intro .contact-number{font-weight:750;font-size:23px}
label{font-size:16px;font-weight:650}
input,select,textarea{font-weight:400;font-size:16px}
.button,.copy{font-size:16px}
.form-note{font-size:14px}
footer{display:block;padding:25px 6%;background:linear-gradient(110deg,#e7ebed,#d6dde0);color:#2f3e42;border-top:3px solid #9fbd4c}
.footer-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1.25fr auto;align-items:center;gap:18px 30px}
footer .footer-brand{font-size:23px;color:#2f3e42;letter-spacing:2px}
.footer-brand>span,.footer-brand>span>span{font-size:13px;line-height:1.5;letter-spacing:.2px;font-weight:500}
footer a{font-size:15px;line-height:1.6}
.footer-inner>div:nth-child(2)>a:first-child{font-size:21px;font-weight:750}
.wechat{font-size:14px;gap:12px}
.wechat img{width:82px;height:82px}
.footer-inner>div:last-child{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid #bdc7cb;font-size:14px}
footer small{font-size:12px;color:#526268}
@media(max-width:1100px){header{gap:16px}header .brand .brand-description{font-size:14px}}
@media(max-width:760px){
 .hero{min-height:510px}
 .hero-shade{background:linear-gradient(90deg,#ebeff0f5 0%,#e7eceee8 46%,#e0e8ebb3 76%,#dce4e775 100%)}
 .hero-content{padding-top:36px;padding-bottom:36px}
 .hero .eyebrow{font-size:17px}
 .hero .hero-lead{font-size:23px}
 .hero-content>p:not(.eyebrow):not(.hero-lead){font-size:20px}
 .eyebrow{font-size:17px}
 .about,.services,.estimate{padding-top:28px;padding-bottom:28px}
 .about .about-copy{font-size:18px;line-height:1.7}
 .section-heading>p{max-width:none;font-size:18px;margin-top:12px}
 h3{font-size:21px}
 .estimate .estimate-intro>p:not(.eyebrow){font-size:18px}
 .footer-inner{grid-template-columns:1fr auto;gap:16px 20px}
 .footer-inner>div:nth-child(2){grid-column:1;grid-row:2}
 .footer-inner>.wechat{grid-column:2;grid-row:1/3;flex-direction:column;gap:6px}
 .footer-inner>div:last-child{flex-wrap:wrap;font-size:13px;gap:4px}
}
@media(max-width:600px){
 header .brand .brand-description{font-size:12px;font-weight:750;letter-spacing:0}
 header nav{font-size:17px}
 h1{font-size:43px;letter-spacing:-1.1px}
 footer{padding:22px 5%}
 .footer-inner{gap:14px}
 footer .footer-brand{font-size:21px}
 .footer-inner>div:nth-child(2)>a:first-child{font-size:19px}
 footer a{font-size:13px}
 .wechat img{width:76px;height:76px}
 .wechat{font-size:12px}
}


/* Type hierarchy: distinct weights for headlines, labels and supporting copy. */
header .brand .brand-description{font-weight:500}
nav,nav button{font-weight:600}
h1{font-weight:650}
h2{font-weight:550}
.eyebrow{font-weight:600;letter-spacing:1.15px}
.hero .hero-lead{font-weight:500}
.hero-content>p:not(.eyebrow):not(.hero-lead){font-weight:400}
.section-heading>p{font-weight:400}
.estimate-intro .contact-number{font-weight:600}
label{font-weight:500}
.button{font-weight:600}
.hero .button{letter-spacing:.7px;font-size:15px}
.copy{font-weight:500}
.service-grid{border:0;gap:18px}
.service-grid .service-card{position:relative;isolation:isolate;display:flex;align-items:flex-end;min-height:260px;aspect-ratio:4 / 3;padding:0;border:0;border-radius:5px;overflow:hidden;background:#394744}
.service-card .service-photo{position:absolute;inset:0;width:100%;height:100%;margin:0;object-fit:cover;z-index:-2}
.service-card::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 32%,rgba(13,24,22,.12) 48%,rgba(13,24,22,.85) 100%)}
.service-caption{width:100%;padding:50px 24px 24px}
.service-card h3{color:#fff;font-size:clamp(22px,2vw,29px);font-weight:600;line-height:1.25;letter-spacing:-.35px;margin:0;max-width:100%;text-wrap:balance;text-shadow:0 1px 10px #15262255}
.service-imagery-note{margin:12px 0 0;color:#65716f;font-size:12px}
footer .footer-brand{font-size:22px;font-weight:600;line-height:1.4;letter-spacing:0}
.footer-inner{grid-template-columns:1.25fr 1.25fr auto}
.footer-inner>div:nth-child(2)>a:first-child{font-weight:500}
@media(max-width:760px){
 .service-grid{gap:14px}
 .service-grid .service-card{min-height:230px}
 .service-caption{padding:45px 18px 20px}
 .service-card h3{font-size:23px}
 .footer-inner{grid-template-columns:1fr auto}
 footer .footer-brand{font-size:20px}
}
@media(max-width:600px){header .brand .brand-description{font-weight:500}.hero .button{font-size:14px;letter-spacing:.35px}}
@media(max-width:430px){.service-grid .service-card{min-height:250px;aspect-ratio:4 / 3}}

header .brand .company-name{font-size:22px;line-height:1.35;letter-spacing:0;font-weight:600;max-width:370px}@media(max-width:1100px){header .brand .company-name{font-size:20px}}@media(max-width:600px){header .brand .company-name{font-size:16px;line-height:1.4}}

/* Show the new service photos in their original wide proportions. */
.service-grid .service-card{aspect-ratio:3 / 2;min-height:0}.service-caption{padding:44px 20px 20px}.service-card h3{font-size:clamp(20px,1.9vw,27px)}@media(max-width:650px){.service-grid{grid-template-columns:1fr}.service-grid .service-card{aspect-ratio:3 / 2;min-height:0}.service-card h3{font-size:25px}}

/* Two mobile columns with a full-width final service. */
@media(max-width:760px){
 .service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .service-grid .service-card{aspect-ratio:1 / 1;min-height:0}
 .service-grid .service-card:last-child{grid-column:1 / -1;aspect-ratio:2 / 1}
 .service-caption{padding:40px 12px 15px}
 .service-card h3{font-size:clamp(17px,3.4vw,23px);line-height:1.25;overflow-wrap:break-word;letter-spacing:0}
 .service-grid .service-card:last-child h3{font-size:25px}
}
@media(max-width:430px){.fields{grid-template-columns:1fr}}

/* ===== Final UI polish: hierarchy, service-area alignment, form buttons ===== */

/* Section eyebrow labels should read as real section headings, not tiny captions. */
.about > .eyebrow,
.services .section-heading .eyebrow,
.estimate .estimate-intro > .eyebrow,
.service-areas-compact > .eyebrow {
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .35px;
  margin-bottom: 12px;
}

/* Keep service-area title and city list visually centered. */
.service-areas-compact {
  max-width: 1120px;
  margin: 32px auto 0;
  text-align: center;
}
.service-areas-compact > .eyebrow {
  text-align: center;
}
.service-areas-compact p:last-child {
  max-width: 1040px;
  margin: 8px auto 0;
  text-align: center;
  line-height: 1.9;
}

/* Slightly strengthen the credential cards without competing with H2. */
.trust-strip {
  margin-top: 32px;
}
.trust-item strong {
  font-size: 17px;
  line-height: 1.4;
}

/* Make the two top-level estimate buttons equal-width and centered. */
#quote-form > #online-send,
#quote-form > .copy {
  display: block;
  width: 300px;
  max-width: 100%;
  min-height: 52px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 14px 20px;
}
#quote-form > #online-send {
  margin-top: 24px;
}
#quote-form > .copy {
  margin-top: 12px;
}

@media (max-width: 760px) {
  .about > .eyebrow,
  .services .section-heading .eyebrow,
  .estimate .estimate-intro > .eyebrow,
  .service-areas-compact > .eyebrow {
    font-size: 18px;
    letter-spacing: .2px;
  }

  .service-areas-compact {
    margin-top: 26px;
  }
  .service-areas-compact p:last-child {
    font-size: 16px;
    line-height: 1.85;
  }

  .trust-item strong {
    font-size: 15px;
  }

  #quote-form > #online-send,
  #quote-form > .copy {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
  }
}

/* ===== Final footer + form action polish v11 ===== */

/* Desktop: the two estimate actions sit side by side at equal size. */
.form-actions-main{
  display:flex;
  justify-content:center;
  align-items:stretch;
  gap:14px;
  margin-top:24px;
}
.form-actions-main > .button,
.form-actions-main > .copy{
  display:flex;
  align-items:center;
  justify-content:center;
  width:280px;
  max-width:100%;
  min-height:52px;
  margin:0;
  padding:14px 20px;
  text-align:center;
  line-height:1.25;
}
#quote-form > #send-status{
  margin:12px 0 0;
  text-align:center;
}

/* Footer: clear brand / contact / WeChat structure. */
footer{
  padding:28px 6% 20px;
}
.footer-inner{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.1fr 1.45fr auto;
  align-items:center;
  gap:22px 34px;
}
footer .footer-brand{
  font-size:22px;
  font-weight:600;
  line-height:1.35;
  letter-spacing:0;
}
.footer-contact{
  display:flex;
  flex-direction:column;
  gap:8px;
}
footer .footer-contact-row{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  align-items:baseline;
  column-gap:10px;
  font-size:16px;
  line-height:1.55;
  text-decoration:none;
}
footer .footer-contact-row:hover{
  text-decoration:none;
}
.footer-contact-label{
  font-weight:600;
  white-space:nowrap;
}
.footer-contact-value{
  font-weight:500;
  overflow-wrap:anywhere;
}
.footer-inner > .wechat{
  align-self:center;
}
.footer-bottom{
  grid-column:1 / -1;
  padding-top:14px;
  border-top:1px solid #bdc7cb;
  text-align:center;
}
.footer-bottom small{
  font-size:12px;
}

/* Override older direct-child button sizing rules. */
#quote-form > #online-send,
#quote-form > .copy{
  width:auto;
  max-width:none;
  min-height:0;
  margin:0;
  padding:0;
}

@media (max-width:760px){
  /* Mobile: same width/height, stacked vertically and centered. */
  .form-actions-main{
    flex-direction:column;
    align-items:center;
    gap:12px;
  }
  .form-actions-main > .button,
  .form-actions-main > .copy{
    width:100%;
    max-width:100%;
    min-height:52px;
  }

  .footer-inner{
    grid-template-columns:1fr auto;
    gap:18px 20px;
    align-items:start;
  }
  footer .footer-brand{
    grid-column:1;
    grid-row:1;
    font-size:20px;
  }
  .footer-contact{
    grid-column:1;
    grid-row:2;
  }
  footer .footer-contact-row{
    grid-template-columns:82px minmax(0,1fr);
    font-size:15px;
  }
  .footer-inner > .wechat{
    grid-column:2;
    grid-row:1 / 3;
    flex-direction:column;
    gap:6px;
  }
  .footer-bottom{
    grid-column:1 / -1;
    grid-row:3;
  }
}

@media (max-width:480px){
  footer{
    padding:22px 5% 18px;
  }
  .footer-inner{
    grid-template-columns:1fr;
  }
  footer .footer-brand,
  .footer-contact,
  .footer-inner > .wechat,
  .footer-bottom{
    grid-column:1;
    grid-row:auto;
  }
  .footer-inner > .wechat{
    flex-direction:row;
    justify-content:flex-start;
  }
  footer .footer-contact-row{
    grid-template-columns:82px minmax(0,1fr);
    font-size:15px;
  }
}

/* ===== Services heading centered + balanced ===== */
.services-heading-centered{
  display:block;
  max-width:820px;
  margin:0 auto 28px;
  text-align:center;
}
.services-heading-centered .eyebrow{
  margin:0 0 10px;
  text-align:center;
}
.services-heading-centered h2{
  margin:0;
  text-align:center;
}
.services-heading-centered .services-subtitle{
  max-width:680px;
  margin:12px auto 0;
  text-align:center;
  line-height:1.6;
}
@media (max-width:760px){
  .services-heading-centered{
    margin-bottom:22px;
  }
  .services-heading-centered .services-subtitle{
    margin-top:10px;
    font-size:16px;
    line-height:1.55;
  }
}

