
:root{--navy:#10233f;--navy2:#173a66;--red:#d82932;--blue:#2567ae;--green:#1faa59;--ink:#162033;--muted:#687487;--line:#dce3ec;--soft:#f5f7fa;--white:#fff;--shadow:0 22px 55px rgba(20,35,60,.13);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.65}img{display:block;max-width:100%}a{color:inherit}.wrap{width:min(calc(100% - 40px),1160px);margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);box-shadow:0 6px 25px rgba(17,36,65,.06);backdrop-filter:blur(14px)}.nav{min-height:84px;display:flex;align-items:center;gap:30px}.brand{margin-right:auto;display:flex;align-items:center;text-decoration:none}.brand img{width:182px;height:58px;object-fit:contain}.brand span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.nav nav{display:flex;gap:28px}.nav nav a{text-decoration:none;color:var(--navy);font-size:.94rem;font-weight:800}.nav nav a:hover{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 23px;border-radius:12px;text-decoration:none;font-weight:850;border:1px solid transparent;transition:.18s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(20,35,60,.16)}.btn.small{min-height:42px;padding:0 18px}.btn.wa{background:var(--green);color:#fff}.btn.outline{background:#fff;color:var(--navy);border-color:#aebacc}.btn.red{background:var(--red);color:#fff}.btn.light{background:#fff;border-color:var(--line)}.btn.large{min-height:56px;padding:0 30px}.hero{position:relative;overflow:hidden;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#f5f8fc 100%)}.hero:before{content:"";position:absolute;left:0;top:0;bottom:0;width:8px;background:linear-gradient(var(--red),var(--blue))}.hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-180px;top:-220px;background:radial-gradient(circle,rgba(37,103,174,.12),transparent 68%)}.hero-grid{position:relative;z-index:1;min-height:620px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:82px 0}.eyebrow{margin:0 0 14px;color:var(--blue);font-weight:900;letter-spacing:.15em;text-transform:uppercase;font-size:.75rem}.hero h1{margin:0;font-size:clamp(2.8rem,5vw,5rem);line-height:1.02;letter-spacing:-.05em;color:var(--navy)}.lead{max-width:650px;margin:24px 0 0;color:var(--muted);font-size:clamp(1.05rem,1.5vw,1.2rem)}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.rating{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:28px;color:var(--navy)}.rating span,.big-rating span{color:#f2bd31;letter-spacing:.1em}.rating a{color:var(--blue)}.hero-card{padding:14px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.hero-card>img{width:100%;height:260px;object-fit:contain;border-radius:18px;background:linear-gradient(135deg,#0b1729,#173a66)}.quick{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.quick div{padding:20px;border-radius:16px;background:var(--soft);border:1px solid var(--line)}.quick small,.quick span{display:block;color:var(--muted);font-size:.78rem}.quick b,.quick a{display:block;color:var(--navy);text-decoration:none;margin:4px 0;font-weight:900}.section{padding:94px 0}.heading{text-align:center;max-width:750px;margin:0 auto 44px}.heading.left{text-align:left;margin-left:0}.heading h2{margin:0;color:var(--navy);font-size:clamp(2rem,3vw,3.1rem);line-height:1.08;letter-spacing:-.04em}.heading>p:not(.eyebrow){color:var(--muted);margin:15px 0 0}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.services article{position:relative;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 14px 34px rgba(22,32,51,.06);overflow:hidden}.services article:before{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--red),var(--blue))}.service-photo{width:100%;height:190px;object-fit:cover;object-position:center;display:block;border-bottom:1px solid var(--line);background:#edf3fa}.service-card-content{padding:24px 25px 28px}.services h3{margin:0 0 13px;color:var(--navy)}.services ul{margin:0;padding-left:20px;color:var(--muted)}.services li+li{margin-top:7px}.ask{margin-top:28px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:var(--radius);background:linear-gradient(115deg,var(--navy),var(--navy2));color:#fff}.ask p{margin:4px 0 0;color:#c6d2e2}.diagnostics{background:linear-gradient(180deg,#f7f9fc 0%,#eef3f8 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.diagnostics-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.diagnostic-visual{padding:28px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.diagnostic-visual svg{width:100%;height:auto;display:block}.diagnostic-copy h2{margin:0;color:var(--navy);font-size:clamp(2rem,3vw,3.1rem);line-height:1.08;letter-spacing:-.04em}.diagnostic-copy>p:not(.eyebrow):not(.diagnostic-disclaimer){color:var(--muted)}.diagnostic-intro{margin:24px 0 10px!important;color:var(--navy)!important;font-weight:900}.diagnostic-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 28px;margin:0 0 26px;padding:0;list-style:none}.diagnostic-list li{position:relative;padding-left:28px;color:var(--ink);font-weight:750}.diagnostic-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:1000}.diagnostic-note{margin:0 0 18px;padding:20px 22px;border-left:5px solid var(--red);border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(22,32,51,.06)}.diagnostic-note b{display:block;color:var(--navy);margin-bottom:5px}.diagnostic-note p{margin:0;color:var(--muted)}.diagnostic-disclaimer{margin:0 0 24px;color:var(--muted);font-size:.9rem;font-style:italic}.dark{background:#eef3f8;color:var(--ink)}.dark .heading h2{color:var(--navy)}.big-rating{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:18px}.big-rating>b{font-size:3.5rem;line-height:1;color:var(--navy)}.big-rating span small{display:block;color:var(--muted);letter-spacing:0}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.reviews blockquote{margin:0;min-height:220px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:0 16px 38px rgba(22,32,51,.06)}.reviews blockquote p{margin:0;font-size:1.06rem}.reviews cite{display:block;margin-top:22px;color:var(--muted);font-size:.9rem;font-style:normal}.review-stars{margin-bottom:14px;color:#f4b400;letter-spacing:.12em;font-size:1rem}.more{display:inline-block;margin-top:28px;color:var(--blue);font-weight:850}.location{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px}.contact small{color:var(--muted);font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-size:.74rem}.contact p{margin:4px 0 18px}.contact a{color:var(--blue);font-weight:900}.hours{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--soft)}.hours h3{margin:0 0 12px;color:var(--navy)}.hours>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px dashed #ccd5df}.hours>div:last-child{border-bottom:0}.hours>div.today{margin:0 -10px;padding-left:10px;padding-right:10px;border-radius:10px;background:#e4edf8}.hours b{color:var(--muted);text-align:right}.hours .closed{color:var(--red)}.map{height:390px;min-height:0;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#eef3f8}.map iframe{display:block;width:100%;height:100%;border:0}.final{padding:70px 0;color:#fff;background:linear-gradient(115deg,var(--red),#991d25 44%,var(--navy) 44%)}.final-inner{display:flex;align-items:center;justify-content:space-between;gap:34px}.final h2{margin:0;font-size:clamp(2rem,3vw,3.1rem);line-height:1.1}.final p:not(.eyebrow){margin:11px 0 0;color:#e4eaf2}.final .eyebrow{color:#fff}footer{padding:38px 0;background:#0a1728;color:#c9d3e1}.footer{display:grid;grid-template-columns:1fr auto;gap:20px 40px}.footer b{color:#fff}.footer p{margin:5px 0 0}.footer small{grid-column:1/-1;color:#8190a2}.links{display:flex;flex-wrap:wrap;gap:18px}.float{position:fixed;right:18px;bottom:18px;z-index:45;padding:13px 17px;border-radius:14px;background:var(--green);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 14px 32px rgba(0,0,0,.22)}@media(max-width:980px){.nav nav{display:none}.hero-grid,.location,.diagnostics-grid{grid-template-columns:1fr}.services{grid-template-columns:repeat(2,1fr)}.reviews{grid-template-columns:1fr}.diagnostic-visual{max-width:700px;margin:auto}.map,.map iframe{height:460px;min-height:460px}}@media(max-width:680px){.service-photo{height:220px}.wrap{width:min(calc(100% - 28px),1160px)}.nav .small{display:none}.nav{min-height:74px}.brand img{width:148px;height:48px}.hero-grid{min-height:auto;padding:66px 0;gap:40px}.hero h1{font-size:2.55rem}.quick{grid-template-columns:1fr}.services{grid-template-columns:1fr}.diagnostic-list{grid-template-columns:1fr}.diagnostic-visual{padding:16px}.section{padding:72px 0}.ask,.final-inner{align-items:stretch;flex-direction:column}.location{gap:38px}.map,.map iframe{height:390px;min-height:390px}.footer{grid-template-columns:1fr}.footer small{grid-column:auto}.float span{display:none}.float{width:54px;height:54px;padding:0;display:grid;place-items:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}


/* ===== Diagnostics section V2 ===== */
.diagnostics-v2{background:linear-gradient(180deg,#f4f7fb 0%,#edf3f8 100%);color:var(--ink)}
.diagnostic-hero{display:grid;grid-template-columns:.94fr 1.06fr;gap:42px;align-items:center;margin-bottom:30px}
.diagnostic-visual-card{position:relative;padding:22px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 44px rgba(22,32,51,.08)}
.diagnostic-visual-card svg{width:100%;height:auto;display:block}
.diagnostic-badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}
.diagnostic-badge-row span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#edf4fc;color:var(--blue);font-size:.82rem;font-weight:850;letter-spacing:.02em}
.diagnostic-info-strip{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.diagnostic-info-strip>div{padding:15px 16px;border-radius:16px;background:#f8fafc;border:1px solid var(--line)}
.diagnostic-info-strip strong{display:block;color:var(--navy);font-size:.9rem;margin-bottom:3px}
.diagnostic-info-strip span{display:block;color:var(--muted);font-size:.92rem}
.diagnostic-copy-v2 h2{margin:0;color:var(--navy);font-size:clamp(2rem,3.2vw,3.25rem);line-height:1.05;letter-spacing:-.045em}
.diagnostic-lead{margin:18px 0 0;color:var(--muted);font-size:1.06rem}
.diagnostic-quick-points{display:grid;gap:12px;margin-top:22px}
.quick-point{padding:16px 18px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 28px rgba(22,32,51,.05)}
.quick-point b{display:block;color:var(--navy);margin-bottom:4px}
.quick-point span{display:block;color:var(--muted)}
.diagnostic-mini-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.diagnostic-two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;margin-top:14px}
.diag-panel{padding:26px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 36px rgba(22,32,51,.06)}
.diag-panel h3{margin:0 0 18px;color:var(--navy);font-size:1.45rem}
.diagnostic-service-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.service-mini-card{padding:16px;border-radius:18px;background:#f7fafc;border:1px solid var(--line)}
.service-mini-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eaf1f9;font-size:1.2rem;margin-bottom:10px}
.service-mini-card b{display:block;color:var(--navy);margin-bottom:4px}
.service-mini-card small{display:block;color:var(--muted);font-size:.92rem;line-height:1.5}
.diagnostic-sign-list{display:grid;gap:11px;padding:0;margin:0;list-style:none}
.diagnostic-sign-list li{position:relative;padding-left:28px;color:var(--ink);font-weight:700}
.diagnostic-sign-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green);font-weight:1000}
.diagnostic-benefits{display:grid;gap:12px;margin-top:22px}
.benefit-pill{padding:15px 16px;border-radius:16px;background:linear-gradient(135deg,#10233f 0%,#173a66 100%);color:#fff}
.benefit-pill b{display:block;margin-bottom:4px}
.benefit-pill span{display:block;color:#d6e2f1}
.diag-process-panel{margin-top:24px;padding:28px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 36px rgba(22,32,51,.06)}
.diag-process-head h3{margin:6px 0 0;color:var(--navy);font-size:1.5rem}
.diagnostic-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}
.diag-step{padding:20px 18px;border-radius:20px;background:#f7fafc;border:1px solid var(--line)}
.diag-step-no{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,var(--red),#ff6c75);color:#fff;font-weight:900;margin-bottom:12px}
.diag-step b{display:block;color:var(--navy);margin-bottom:6px}
.diag-step p{margin:0;color:var(--muted);font-size:.94rem}
.diagnostic-final-cta{margin-top:24px;padding:26px 28px;border-radius:26px;background:linear-gradient(120deg,#081426 0%,#12345b 56%,#184d88 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px}
.diagnostic-final-cta h3{margin:0 0 8px;font-size:1.55rem}
.diagnostic-final-cta p{margin:0;color:#d5e0ef;max-width:760px}
.diagnostic-disclaimer-v2{margin:14px 4px 0;color:var(--muted);font-size:.92rem;font-style:italic}
@media(max-width:1080px){
  .diagnostic-hero,.diagnostic-two-col{grid-template-columns:1fr}
  .diagnostic-service-cards{grid-template-columns:1fr 1fr}
  .diagnostic-steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .diagnostic-service-cards,.diagnostic-steps,.diagnostic-info-strip{grid-template-columns:1fr}
  .diagnostic-final-cta{flex-direction:column;align-items:flex-start}
}
@media(max-width:680px){
  .diagnostics-v2{padding-top:64px}
  .diagnostic-hero{gap:24px}
  .diag-panel,.diag-process-panel,.diagnostic-final-cta{padding:22px}
  .diagnostic-copy-v2 h2{font-size:2rem}
  .service-mini-card,.diag-step{padding:16px}
}

/* Professional diagnostics photo gallery */
.diagnostic-photo-gallery{display:grid;gap:12px}
.diagnostic-main-photo{width:100%;height:380px;object-fit:cover;object-position:center;display:block;border-radius:20px;border:1px solid var(--line);background:#edf3f8}
.diagnostic-photo-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.diagnostic-photo-thumbs img{width:100%;height:150px;object-fit:cover;object-position:center;display:block;border-radius:16px;border:1px solid var(--line);background:#edf3f8}
@media(max-width:1080px){
  .diagnostic-main-photo{height:430px}
  .diagnostic-photo-thumbs img{height:190px}
}
@media(max-width:680px){
  .diagnostic-main-photo{height:270px}
  .diagnostic-photo-thumbs img{height:120px}
}

/* Text-only Google review cards */
.reviews blockquote{justify-content:flex-start}
.reviews blockquote p{flex:1}


/* ===== English / Chinese / Bahasa Malaysia selector ===== */
.language-switcher{
  display:flex;
  align-items:center;
  gap:4px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#f5f8fc;
  flex:0 0 auto;
}
.language-button{
  min-width:38px;
  height:34px;
  padding:0 10px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:var(--navy);
  font:inherit;
  font-size:.78rem;
  font-weight:900;
  cursor:pointer;
}
.language-button:hover{background:#e8eff8}
.language-button.active{
  background:var(--navy);
  color:#fff;
  box-shadow:0 5px 14px rgba(16,35,63,.16);
}
#today-date{
  font-size:1rem;
  line-height:1.35;
}
#today-status.closed-status{
  color:var(--red);
  font-weight:850;
}
html[lang="zh-CN"] body{
  font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",Inter,ui-sans-serif,system-ui,sans-serif;
}
html[lang="ms"] .hero h1{font-size:clamp(2.5rem,4.5vw,4.65rem)}
@media(max-width:1120px){
  .nav nav{display:none}
}
@media(max-width:760px){
  .nav{gap:12px}
  .language-switcher{margin-left:auto}
}
@media(max-width:520px){
  .brand img{width:124px;height:43px}
  .language-button{min-width:34px;padding:0 7px}
}

/* Corrected Google Maps height — prevents the large empty area */
@media(max-width:1080px){
  .map{height:380px}
}
@media(max-width:680px){
  .map{height:300px}
}

/* ===== Layout cleanup requested by owner ===== */

/* Keep the address/hours column and map aligned at the top */
.location{
  align-items:start;
}
.location > div:first-child{
  display:flex;
  flex-direction:column;
  min-height:390px;
}
.location .heading.left{
  margin-bottom:24px;
}
.location .contact{
  margin-bottom:18px;
}

/* More compact operation-hours panel */
.hours{
  padding:20px 22px;
  border-radius:22px;
}
.hours h3{
  margin-bottom:10px;
  font-size:1.08rem;
}
.hours > div{
  padding:7px 9px;
  font-size:.91rem;
  line-height:1.35;
}
.hours > div span{
  font-size:.91rem;
}
.hours > div b{
  font-size:.9rem;
  white-space:nowrap;
}
.location .actions{
  margin-top:20px;
}

/* Remove the Ask Car Zone button and rebalance the CTA */
#services .ask{
  justify-content:flex-start;
  min-height:auto;
}
#services .ask > div{
  max-width:none;
}
#services .ask .btn{
  display:none !important;
}

/* Keep map and left column visually balanced */
.map{
  align-self:start;
}

@media(max-width:1080px){
  .location > div:first-child{
    min-height:0;
  }
}

@media(max-width:680px){
  .hours{
    padding:18px;
  }
  .hours > div{
    font-size:.88rem;
    gap:12px;
  }
  .hours > div span,
  .hours > div b{
    font-size:.88rem;
  }
}


/* Owner request: remove selected CTA buttons and rebalance spacing */
.location .actions{
  gap:0;
}
.location .actions .btn{
  margin-right:0;
}
.diagnostic-copy-v2 .diagnostic-quick-points{
  margin-bottom:6px;
}

/* =========================================================
   THEME E — FRIENDLY LOCAL WORKSHOP
   Warm, approachable, trustworthy neighbourhood business
   ========================================================= */
body.theme-friendly-local{
  --navy:#17362e;
  --blue:#2d6b5f;
  --red:#d96832;
  --ink:#24312d;
  --muted:#6d7772;
  --line:#dfe7e2;
  --green:#2f8f64;
  --bg:#fbfaf6;
  --card:#ffffff;
  background:
    radial-gradient(circle at 5% 0%,rgba(217,104,50,.08),transparent 24%),
    linear-gradient(180deg,#fbfaf6,#f7f4ed);
  color:var(--ink);
}
.theme-friendly-local .topbar{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e4e8e2;
  backdrop-filter:blur(14px);
}
.theme-friendly-local .brand img{
  border-radius:10px;
  box-shadow:0 10px 22px rgba(36,49,45,.12);
}
.theme-friendly-local .nav nav a{color:#29423a}
.theme-friendly-local .nav nav a:hover{color:#d96832}
.theme-friendly-local .language-switcher{
  background:#f4f2ec;
  border-color:#dedfd8;
}
.theme-friendly-local .language-button{color:#29423a}
.theme-friendly-local .language-button.active{
  background:#21483d;
  color:white;
}
.theme-friendly-local .hero{
  background:
    linear-gradient(115deg,rgba(217,104,50,.12),transparent 40%),
    radial-gradient(circle at 80% 20%,rgba(47,143,100,.12),transparent 30%),
    linear-gradient(180deg,#fffdf8,#f7f3e9);
  color:#21322c;
}
.theme-friendly-local .hero .eyebrow,
.theme-friendly-local .eyebrow{color:#bf5b2d}
.theme-friendly-local .hero h1{color:#183a31}
.theme-friendly-local .hero .lead{color:#68726d}
.theme-friendly-local .hero-card{
  background:#fff;
  border:1px solid #e0e5df;
  box-shadow:0 24px 60px rgba(53,70,62,.13);
}
.theme-friendly-local .hero-card .quick>div{
  background:#f7f4ed;
  border:1px solid #e2e3dc;
}
.theme-friendly-local .hero-card .quick small{color:#96765f}
.theme-friendly-local .section{background:transparent}
.theme-friendly-local #services{
  background:#fbfaf6;
}
.theme-friendly-local #services .heading h2{color:#1c4136}
.theme-friendly-local #services .heading>p:not(.eyebrow),
.theme-friendly-local .services li{color:#6d7772}
.theme-friendly-local .services article{
  background:#fff;
  border-color:#dfe6e1;
  border-radius:24px;
  box-shadow:0 16px 36px rgba(48,66,58,.08);
}
.theme-friendly-local .services article:before{
  height:5px;
  background:linear-gradient(90deg,#d96832,#e9b05d,#2f8f64);
}
.theme-friendly-local .service-card-content h3{color:#21483d}
.theme-friendly-local #services .ask{
  background:
    linear-gradient(110deg,#21483d,#2f6757);
  border-radius:24px;
  box-shadow:0 16px 34px rgba(33,72,61,.18);
}
.theme-friendly-local #services .ask p{color:#dfece6}
.theme-friendly-local .diagnostics-v2{
  background:
    linear-gradient(180deg,#f3f0e8,#f8f6f0);
}
.theme-friendly-local .diagnostic-visual-card,
.theme-friendly-local .diag-panel,
.theme-friendly-local .diag-process-panel,
.theme-friendly-local .quick-point,
.theme-friendly-local .service-mini-card{
  background:#fff;
  border-color:#dfe6e1;
  box-shadow:0 16px 34px rgba(48,66,58,.08);
}
.theme-friendly-local .diagnostic-badge-row span{
  background:#edf6f1;
  color:#2f755f;
  border:1px solid #d9eade;
}
.theme-friendly-local .diagnostic-info-strip>div{
  background:#f7f4ed;
  border-color:#e3e5de;
}
.theme-friendly-local .diagnostic-info-strip strong,
.theme-friendly-local .quick-point b,
.theme-friendly-local .service-mini-card b,
.theme-friendly-local .diag-panel h3,
.theme-friendly-local .diag-process-head h3,
.theme-friendly-local .diagnostic-copy-v2 h2{color:#1c4136}
.theme-friendly-local .diagnostic-info-strip span,
.theme-friendly-local .diagnostic-lead,
.theme-friendly-local .quick-point span,
.theme-friendly-local .service-mini-card small,
.theme-friendly-local .diag-step p,
.theme-friendly-local .diagnostic-disclaimer-v2{color:#6c7771}
.theme-friendly-local .service-mini-icon{
  background:#eef5f0;
}
.theme-friendly-local .diag-step{
  background:#faf8f3;
  border-color:#e4e5df;
}
.theme-friendly-local .diag-step-no{
  background:linear-gradient(135deg,#d96832,#f0a15c);
}
.theme-friendly-local .benefit-pill{
  background:linear-gradient(135deg,#21483d,#3d7564);
}
.theme-friendly-local .diagnostic-final-cta{
  background:
    linear-gradient(120deg,#21483d,#2e6656 62%,#d96832 160%);
  border-radius:26px;
}
.theme-friendly-local #reviews{
  background:#eef3ef;
}
.theme-friendly-local #reviews .heading h2,
.theme-friendly-local #reviews .big-rating>b{color:#1c4136}
.theme-friendly-local #reviews blockquote{
  background:#fff;
  border-color:#dce5df;
  box-shadow:0 14px 30px rgba(48,66,58,.07);
}
.theme-friendly-local #reviews blockquote p{color:#394a43}
.theme-friendly-local #reviews cite{color:#7b857f}
.theme-friendly-local #location{
  background:#fbfaf6;
}
.theme-friendly-local #location .heading h2{color:#1c4136}
.theme-friendly-local #location .contact small{color:#a06443}
.theme-friendly-local #location .contact p{color:#394a43}
.theme-friendly-local .hours{
  background:#fff;
  border-color:#dfe6e1;
  box-shadow:0 14px 30px rgba(48,66,58,.07);
}
.theme-friendly-local .hours>div{border-color:#e6e7e1}
.theme-friendly-local .hours>div.today{
  background:#edf5ef;
  color:#1c4136;
}
.theme-friendly-local .map{
  border-color:#dce4df;
  box-shadow:0 18px 36px rgba(48,66,58,.1);
}
.theme-friendly-local .final{
  background:
    linear-gradient(110deg,#d96832 0%,#bf5529 35%,#21483d 35%,#17362e 100%);
}
.theme-friendly-local body>footer{
  background:#17362e;
  color:#d8e6df;
}
.theme-friendly-local .footer b{color:#fff}
.theme-friendly-local .footer a{color:#e7f1ec}
.theme-friendly-local .btn.red{
  background:linear-gradient(135deg,#d96832,#b94e27);
}
.theme-friendly-local .btn.light{
  background:#fff;
  color:#21483d;
  border-color:#dce4df;
}
.theme-friendly-local .btn.wa,
.theme-friendly-local .float{
  background:linear-gradient(135deg,#2f9b69,#237b54);
}


/* =========================================================
   Friendly Local Workshop — refined professional header
   ========================================================= */
.theme-friendly-local .topbar{
  background:rgba(255,255,255,.94);
  border-bottom:1px solid #dfe5df;
  box-shadow:0 10px 28px rgba(39,56,48,.08);
  backdrop-filter:blur(18px);
}
.theme-friendly-local .topbar:after{
  content:"";
  display:block;
  height:3px;
  background:linear-gradient(90deg, rgba(217,104,50,.16), rgba(47,143,100,.18), rgba(45,107,95,.12));
}
.theme-friendly-local .topbar .wrap.nav{
  min-height:76px;
  gap:18px;
}
.theme-friendly-local .brand{
  padding:8px 12px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,246,240,.95));
  border:1px solid #e2e6df;
  box-shadow:0 8px 18px rgba(44,61,54,.08);
}
.theme-friendly-local .brand img{
  width:194px;
  height:54px;
  object-fit:contain;
  display:block;
  filter:contrast(1.02) saturate(1.03);
}
.theme-friendly-local .nav nav{
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(248,246,240,.9);
  border:1px solid #e3e6df;
}
.theme-friendly-local .nav nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  border-radius:999px;
  font-size:.95rem;
  font-weight:800;
  color:#335146;
}
.theme-friendly-local .nav nav a:hover{
  background:#ffffff;
  color:#183a31;
  box-shadow:0 6px 14px rgba(38,57,49,.07);
}
.theme-friendly-local .language-switcher{
  background:linear-gradient(180deg,#f6f3ec,#efebe3);
  border:1px solid #dddcd4;
  border-radius:15px;
  padding:5px;
  box-shadow:0 5px 12px rgba(44,61,54,.05) inset;
}
.theme-friendly-local .language-button{
  min-width:44px;
  height:38px;
  font-size:.82rem;
  border-radius:11px;
}
.theme-friendly-local .language-button.active{
  background:linear-gradient(180deg,#21483d,#17362e);
  box-shadow:0 8px 16px rgba(23,54,46,.22);
}
.theme-friendly-local .btn.wa{
  min-height:52px;
  padding:0 28px;
  border-radius:16px;
  font-size:1rem;
  font-weight:900;
  background:linear-gradient(135deg,#2f9b69,#237b54);
  box-shadow:0 10px 22px rgba(47,143,100,.24);
}
.theme-friendly-local .btn.wa:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(47,143,100,.28);
}
.theme-friendly-local .hero{
  padding-top:54px;
}
@media(max-width:1280px){
  .theme-friendly-local .nav nav a{
    padding:0 13px;
    font-size:.92rem;
  }
}
@media(max-width:1080px){
  .theme-friendly-local .topbar .wrap.nav{
    min-height:74px;
    gap:14px;
  }
  .theme-friendly-local .brand img{
    width:176px;
    height:50px;
  }
}
@media(max-width:760px){
  .theme-friendly-local .topbar .wrap.nav{
    min-height:72px;
  }
  .theme-friendly-local .brand{
    padding:7px 10px;
  }
  .theme-friendly-local .brand img{
    width:158px;
    height:46px;
  }
  .theme-friendly-local .language-switcher{
    margin-left:auto;
  }
  .theme-friendly-local .btn.wa{
    min-height:46px;
    padding:0 18px;
    border-radius:14px;
    font-size:.94rem;
  }
}
@media(max-width:520px){
  .theme-friendly-local .topbar .wrap.nav{
    gap:10px;
  }
  .theme-friendly-local .brand img{
    width:142px;
    height:42px;
  }
  .theme-friendly-local .language-button{
    min-width:38px;
    height:34px;
    font-size:.78rem;
  }
}


/* =========================================================
   Friendly Local Workshop — Professional Header V2
   Clean, flat, mature business website styling
   ========================================================= */
.theme-friendly-local .topbar{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #dde4df;
  box-shadow:0 5px 18px rgba(35,54,46,.065);
  backdrop-filter:blur(16px);
}
.theme-friendly-local .topbar:after{
  height:2px;
  background:linear-gradient(90deg,#d96832 0%,#e5af68 34%,#2f8f64 72%,#2d6b5f 100%);
  opacity:.72;
}
.theme-friendly-local .topbar .wrap.nav{
  min-height:72px;
  gap:22px;
}

/* Simple logo — no card, no thick border, no oversized shadow */
.theme-friendly-local .brand{
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.theme-friendly-local .brand img{
  width:184px;
  height:54px;
  object-fit:contain;
  border-radius:7px;
  box-shadow:0 5px 14px rgba(31,52,43,.1);
}

/* Flat navigation without the large capsule container */
.theme-friendly-local .nav nav{
  gap:4px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.theme-friendly-local .nav nav a{
  position:relative;
  min-height:44px;
  padding:0 15px;
  border-radius:8px;
  color:#315047;
  font-size:.94rem;
  font-weight:800;
  transition:background .16s ease,color .16s ease;
}
.theme-friendly-local .nav nav a:after{
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  bottom:5px;
  height:2px;
  border-radius:999px;
  background:#d96832;
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .16s ease;
}
.theme-friendly-local .nav nav a:hover{
  background:#f6f5f0;
  color:#183a31;
  box-shadow:none;
}
.theme-friendly-local .nav nav a:hover:after{
  transform:scaleX(1);
}

/* Compact and neutral language selector */
.theme-friendly-local .language-switcher{
  padding:3px;
  gap:2px;
  border-radius:11px;
  background:#f5f5f1;
  border:1px solid #dfe3dc;
  box-shadow:none;
}
.theme-friendly-local .language-button{
  min-width:41px;
  height:36px;
  padding:0 9px;
  border-radius:8px;
  color:#3a5149;
  font-size:.8rem;
}
.theme-friendly-local .language-button:hover{
  background:#e9ede8;
}
.theme-friendly-local .language-button.active{
  background:#21483d;
  color:#fff;
  box-shadow:0 4px 10px rgba(33,72,61,.18);
}

/* More restrained WhatsApp button */
.theme-friendly-local .btn.wa{
  min-height:48px;
  padding:0 24px;
  border-radius:11px;
  font-size:.96rem;
  background:#2f9366;
  box-shadow:0 6px 15px rgba(47,147,102,.2);
}
.theme-friendly-local .btn.wa:hover{
  background:#277f58;
  transform:translateY(-1px);
  box-shadow:0 9px 20px rgba(47,147,102,.23);
}

/* Reduce the visual gap below the header */
.theme-friendly-local .hero{
  padding-top:40px;
}

@media(max-width:1180px){
  .theme-friendly-local .topbar .wrap.nav{
    gap:14px;
  }
  .theme-friendly-local .nav nav a{
    padding:0 11px;
    font-size:.9rem;
  }
  .theme-friendly-local .nav nav a:after{
    left:11px;
    right:11px;
  }
}

@media(max-width:1080px){
  .theme-friendly-local .topbar .wrap.nav{
    min-height:68px;
  }
  .theme-friendly-local .brand img{
    width:170px;
    height:49px;
  }
}

@media(max-width:760px){
  .theme-friendly-local .topbar .wrap.nav{
    min-height:66px;
    gap:10px;
  }
  .theme-friendly-local .brand img{
    width:150px;
    height:44px;
  }
  .theme-friendly-local .language-switcher{
    margin-left:auto;
  }
  .theme-friendly-local .btn.wa{
    min-height:44px;
    padding:0 16px;
    font-size:.9rem;
  }
}

@media(max-width:520px){
  .theme-friendly-local .brand img{
    width:132px;
    height:40px;
  }
  .theme-friendly-local .language-button{
    min-width:36px;
    height:33px;
    padding:0 6px;
    font-size:.76rem;
  }
}


/* =========================================================
   Friendly Local Workshop — flowing water hero background
   ========================================================= */
.theme-friendly-local .hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(180deg,#fbfaf6 0%,#f7f3ec 100%);
}

.theme-friendly-local .hero:before,
.theme-friendly-local .hero:after{
  content:"";
  position:absolute;
  inset:-8% -10% auto -10%;
  height:120%;
  pointer-events:none;
  z-index:0;
}

.theme-friendly-local .hero:before{
  background:
    radial-gradient(ellipse at 15% 22%, rgba(217,104,50,.10), transparent 28%),
    radial-gradient(ellipse at 78% 18%, rgba(47,143,100,.10), transparent 34%),
    linear-gradient(90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.48) 20%,
      rgba(204,225,219,.18) 38%,
      rgba(255,255,255,.42) 56%,
      rgba(215,234,228,.18) 72%,
      rgba(255,255,255,0) 100%);
  background-size:180% 180%, 180% 180%, 220% 100%;
  filter:blur(1px);
  opacity:.95;
  animation:heroWaterFlowA 18s ease-in-out infinite alternate;
}

.theme-friendly-local .hero:after{
  top:16%;
  height:86%;
  background:
    linear-gradient(105deg,
      rgba(255,255,255,0) 0%,
      rgba(228,239,235,.18) 18%,
      rgba(255,255,255,.58) 36%,
      rgba(214,232,226,.16) 54%,
      rgba(255,255,255,.34) 72%,
      rgba(255,255,255,0) 100%);
  background-size:240% 100%;
  opacity:.72;
  filter:blur(10px);
  animation:heroWaterFlowB 26s ease-in-out infinite;
}

.theme-friendly-local .hero > .wrap{
  position:relative;
  z-index:1;
}

@keyframes heroWaterFlowA{
  0%{
    transform:translate3d(-2%, 0, 0) scale(1.02);
    background-position:0% 50%, 100% 40%, 0% 50%;
  }
  50%{
    transform:translate3d(1%, -1%, 0) scale(1.03);
    background-position:40% 58%, 70% 32%, 45% 50%;
  }
  100%{
    transform:translate3d(3%, 1%, 0) scale(1.04);
    background-position:100% 45%, 35% 60%, 100% 50%;
  }
}

@keyframes heroWaterFlowB{
  0%{
    transform:translate3d(-3%, 1%, 0);
    background-position:0% 50%;
  }
  50%{
    transform:translate3d(2%, -1%, 0);
    background-position:60% 50%;
  }
  100%{
    transform:translate3d(4%, 1%, 0);
    background-position:100% 50%;
  }
}

@media (prefers-reduced-motion: reduce){
  .theme-friendly-local .hero:before,
  .theme-friendly-local .hero:after{
    animation:none !important;
  }
}

@media(max-width:760px){
  .theme-friendly-local .hero:before{
    opacity:.82;
  }
  .theme-friendly-local .hero:after{
    opacity:.58;
  }
}


/* =========================================================
   Visible flowing-water hero animation
   Stronger movement and not disabled by reduced-motion setting
   ========================================================= */
.theme-friendly-local .hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(180deg,#fffaf3 0%,#f5f7f1 100%) !important;
}

.theme-friendly-local .hero:before{
  content:"";
  position:absolute;
  z-index:0;
  inset:-28% -24%;
  width:auto;
  height:auto;
  pointer-events:none;
  opacity:.78;
  filter:blur(18px);
  background:
    repeating-radial-gradient(
      ellipse at 20% 45%,
      rgba(255,255,255,.78) 0 5%,
      rgba(173,213,202,.26) 8% 14%,
      rgba(255,255,255,.32) 18% 24%,
      rgba(222,164,116,.14) 28% 34%,
      transparent 39% 46%
    );
  background-size:125% 135%;
  transform:rotate(-6deg) scale(1.08);
  animation:visibleWaterDrift 9s linear infinite !important;
}

.theme-friendly-local .hero:after{
  content:"";
  position:absolute;
  z-index:0;
  left:-35%;
  top:12%;
  width:170%;
  height:76%;
  pointer-events:none;
  opacity:.58;
  filter:blur(8px);
  background:
    linear-gradient(
      110deg,
      transparent 0%,
      rgba(255,255,255,.15) 10%,
      rgba(152,204,192,.30) 22%,
      rgba(255,255,255,.65) 34%,
      rgba(224,180,144,.18) 47%,
      rgba(255,255,255,.52) 61%,
      rgba(144,199,188,.24) 74%,
      transparent 88%
    );
  background-size:190% 100%;
  animation:visibleWaterShimmer 7s ease-in-out infinite alternate !important;
}

.theme-friendly-local .hero > .wrap{
  position:relative;
  z-index:2;
}

@keyframes visibleWaterDrift{
  0%{
    transform:translate3d(-7%, -2%, 0) rotate(-6deg) scale(1.08);
    background-position:0% 45%;
  }
  50%{
    transform:translate3d(1%, 2%, 0) rotate(-3deg) scale(1.12);
    background-position:55% 52%;
  }
  100%{
    transform:translate3d(8%, -1%, 0) rotate(-6deg) scale(1.08);
    background-position:110% 45%;
  }
}

@keyframes visibleWaterShimmer{
  0%{
    transform:translate3d(-12%, 0, 0) skewX(-6deg);
    background-position:0% 50%;
  }
  100%{
    transform:translate3d(12%, 2%, 0) skewX(4deg);
    background-position:100% 50%;
  }
}

/* Keep the motion active even when the device requests reduced motion */
@media (prefers-reduced-motion: reduce){
  .theme-friendly-local .hero:before{
    animation:visibleWaterDrift 9s linear infinite !important;
  }
  .theme-friendly-local .hero:after{
    animation:visibleWaterShimmer 7s ease-in-out infinite alternate !important;
  }
}

@media(max-width:760px){
  .theme-friendly-local .hero:before{
    opacity:.62;
    animation-duration:11s !important;
  }
  .theme-friendly-local .hero:after{
    opacity:.46;
    animation-duration:9s !important;
  }
}


/* =========================================================
   Water Hero V2
   - reduce top empty spacing
   - bigger and more visible wave motion
   ========================================================= */
.theme-friendly-local .hero{
  padding-top:16px !important;
  padding-bottom:52px !important;
}

.theme-friendly-local .hero > .wrap{
  padding-top:0 !important;
  margin-top:0 !important;
}

.theme-friendly-local .hero .eyebrow{
  margin-top:0 !important;
  margin-bottom:12px !important;
}

/* Bigger wave / larger movement */
.theme-friendly-local .hero:before{
  inset:-34% -28% !important;
  opacity:.88 !important;
  filter:blur(14px) !important;
  background:
    repeating-radial-gradient(
      ellipse at 18% 44%,
      rgba(255,255,255,.82) 0 6%,
      rgba(168,212,200,.34) 9% 18%,
      rgba(255,255,255,.30) 21% 31%,
      rgba(230,178,136,.18) 35% 45%,
      transparent 49% 58%
    ) !important;
  background-size:145% 155% !important;
  transform:rotate(-8deg) scale(1.14) !important;
  animation:visibleWaterDriftLarge 7.8s linear infinite !important;
}

.theme-friendly-local .hero:after{
  left:-42% !important;
  top:4% !important;
  width:190% !important;
  height:94% !important;
  opacity:.66 !important;
  filter:blur(6px) !important;
  background:
    linear-gradient(
      108deg,
      transparent 0%,
      rgba(255,255,255,.10) 8%,
      rgba(145,204,191,.34) 20%,
      rgba(255,255,255,.72) 34%,
      rgba(226,178,141,.22) 48%,
      rgba(255,255,255,.60) 62%,
      rgba(135,196,183,.28) 76%,
      transparent 90%
    ) !important;
  background-size:220% 100% !important;
  animation:visibleWaterShimmerLarge 5.8s ease-in-out infinite alternate !important;
}

@keyframes visibleWaterDriftLarge{
  0%{
    transform:translate3d(-10%, -3%, 0) rotate(-8deg) scale(1.12);
    background-position:0% 46%;
  }
  50%{
    transform:translate3d(2%, 3%, 0) rotate(-4deg) scale(1.18);
    background-position:56% 54%;
  }
  100%{
    transform:translate3d(12%, -2%, 0) rotate(-8deg) scale(1.12);
    background-position:112% 46%;
  }
}

@keyframes visibleWaterShimmerLarge{
  0%{
    transform:translate3d(-16%, 0, 0) skewX(-7deg);
    background-position:0% 50%;
  }
  100%{
    transform:translate3d(16%, 3%, 0) skewX(5deg);
    background-position:100% 50%;
  }
}

@media(max-width:760px){
  .theme-friendly-local .hero{
    padding-top:12px !important;
    padding-bottom:40px !important;
  }
  .theme-friendly-local .hero:before{
    opacity:.72 !important;
    animation-duration:9.5s !important;
  }
  .theme-friendly-local .hero:after{
    opacity:.52 !important;
    animation-duration:7.2s !important;
  }
}
