:root{
  --emerald:#0e6b4f;--emerald-dark:#084b39;--leaf:#58b96b;--sky:#53b7df;--ink:#16342d;
  --muted:#60766f;--white:#fff;--soft:#f4f8f6;--line:#dce9e3;--gold:#c8a45d;
  --shadow:0 18px 50px rgba(15,83,62,.12);--radius:26px;--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-rounded,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--container),calc(100% - 32px));margin:auto}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:12px 16px;z-index:999;border-radius:8px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(14,107,79,.08)}
.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand img{width:230px}.main-nav{display:flex;align-items:center;gap:21px;font-size:.9rem;font-weight:650}.main-nav>a:not(.btn){position:relative}.main-nav>a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--leaf);transition:.25s}.main-nav>a:hover:after{right:0}
.lang-switch{display:flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:999px;padding:5px 8px;background:#fff}.lang-btn{border:0;background:none;padding:3px 4px;font-weight:800;color:#83948e;cursor:pointer}.lang-btn.active{color:var(--emerald)}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 22px;background:linear-gradient(135deg,var(--emerald),#45a865);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(14,107,79,.2);cursor:pointer;transition:.25s}.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(14,107,79,.26)}.btn-small{padding:11px 16px;font-size:.83rem}.btn-secondary{background:#fff;color:var(--emerald);border:1px solid var(--line);box-shadow:none}
.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{width:25px;height:2px;background:var(--emerald);display:block;margin:5px}
.hero{position:relative;overflow:hidden;min-height:calc(100vh - 82px);display:flex;align-items:center;background:radial-gradient(circle at 70% 20%,rgba(83,183,223,.15),transparent 35%),linear-gradient(145deg,#fff 20%,#effaf5 100%)}.hero-grid{display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;gap:60px;padding:80px 0}.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:900;color:var(--emerald)}h1,h2,h3{line-height:1.12;margin-top:0}h1{font-size:clamp(3rem,6vw,5.8rem);letter-spacing:-.055em;margin-bottom:24px}h2{font-size:clamp(2.25rem,4vw,4rem);letter-spacing:-.04em;margin-bottom:22px}.hero-lead,.section-head p,.section-copy>p{font-size:1.12rem;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}.trust-row{display:flex;gap:18px;flex-wrap:wrap;font-size:.84rem;color:var(--muted)}.trust-row span span{margin-left:4px}.hero-visual{position:relative}.hero-visual>img{filter:drop-shadow(0 30px 45px rgba(16,72,57,.15))}.air-card{position:absolute;left:-20px;bottom:35px;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);box-shadow:var(--shadow);border:1px solid #fff;border-radius:18px;padding:14px 18px;display:flex;gap:12px;align-items:center}.air-card small,.air-card strong{display:block}.air-card small{color:var(--muted)}.pulse-dot{width:13px;height:13px;border-radius:50%;background:var(--leaf);box-shadow:0 0 0 8px rgba(88,185,107,.15)}
.airflow{position:absolute;width:520px;height:120px;border:2px solid rgba(83,183,223,.18);border-color:rgba(83,183,223,.18) transparent transparent transparent;border-radius:50%;transform:rotate(-8deg)}.airflow-one{left:-180px;top:18%}.airflow-two{right:-220px;bottom:8%;transform:rotate(170deg)}
.section{padding:110px 0}.two-col,.choose-grid,.enquiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.metric{display:flex;gap:20px;align-items:center;margin-top:36px}.metric-ring{min-width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--sky) 0 75%,#dcefe7 75%);position:relative}.metric-ring:before{content:"";position:absolute;inset:10px;border-radius:50%;background:#fff}.metric-ring span{position:relative;font-weight:900;color:var(--emerald)}.metric p{font-size:.95rem;color:var(--muted)}
.why{background:#fff}.issue-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.issue-grid article,.solution-card{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;box-shadow:0 12px 35px rgba(18,74,57,.055);transition:.25s}.issue-grid article:hover,.solution-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.issue-grid span,.icon{font-size:1.55rem;color:var(--sky)}.issue-grid h3{margin:10px 0 5px}.issue-grid p{margin:0;color:var(--muted);font-size:.9rem}
.solutions,.industries,.faq{background:var(--soft)}.section-head{text-align:center;max-width:760px;margin:0 auto 50px}.section-head p{margin-left:auto;margin-right:auto}.card-grid.four{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.solution-card{padding:30px}.solution-card .icon{width:52px;height:52px;border-radius:16px;background:#e7f7ef;display:grid;place-items:center;margin-bottom:28px}.solution-card p{color:var(--muted);min-height:76px}.solution-card a,.product-card a{color:var(--emerald);font-weight:800}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.product-card{display:grid;grid-template-columns:42% 58%;overflow:hidden;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:0 14px 40px rgba(19,80,61,.07);transition:.25s}.product-card:hover{transform:translateY(-4px)}.product-card img{height:100%;width:100%;object-fit:cover;background:#eff9f4}.product-card div{padding:28px}.product-card p{color:var(--muted)}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.industry-grid div{padding:25px;border-radius:18px;background:#fff;border:1px solid var(--line);font-weight:800;display:flex;gap:10px;align-items:center}.industry-grid div:first-letter{color:var(--sky)}
.choose-visual img{border-radius:36px;box-shadow:var(--shadow)}.benefit-list{display:grid;gap:12px}.benefit-list>div{display:flex;gap:18px;padding:17px 0;border-bottom:1px solid var(--line)}.benefit-list b{color:var(--sky)}.benefit-list strong,.benefit-list small{display:block}.benefit-list small{color:var(--muted);margin-top:5px}
.enquiry{background:linear-gradient(135deg,var(--emerald-dark),var(--emerald));color:#fff}.eyebrow.light{color:#a9e4c0}.enquiry-copy p{color:rgba(255,255,255,.78)}.direct-links{display:grid;gap:10px;margin-top:30px}.direct-links a{font-weight:700}.enquiry-form{background:#fff;color:var(--ink);padding:32px;border-radius:30px;display:grid;grid-template-columns:1fr 1fr;gap:16px;box-shadow:0 26px 65px rgba(0,0,0,.18)}label span{display:block;font-size:.82rem;font-weight:800;margin:0 0 7px}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;font:inherit;color:var(--ink);background:#fbfdfc}input:focus,select:focus,textarea:focus{outline:3px solid rgba(83,183,223,.22);border-color:var(--sky)}.full{grid-column:1/-1}.form-status{margin:0;font-size:.9rem;color:var(--emerald);font-weight:700}
.faq-wrap{max-width:900px}.accordion{display:grid;gap:12px}.accordion details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 24px}.accordion summary{cursor:pointer;font-weight:850;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";float:right;color:var(--emerald);font-size:1.3rem}.accordion details[open] summary:after{content:"−"}.accordion p{color:var(--muted);margin-bottom:0}
.site-footer{background:#082f25;color:#fff;padding:75px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px}.footer-grid img{width:250px;margin-bottom:18px}.footer-grid p,.footer-grid small{color:rgba(255,255,255,.65)}.footer-grid h3{font-size:1rem;margin-bottom:18px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer-grid a{color:rgba(255,255,255,.76)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:52px;display:flex;justify-content:space-between;color:rgba(255,255,255,.55);font-size:.84rem}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width:1050px){.main-nav{gap:12px}.main-nav>a{font-size:.8rem}.card-grid.four{grid-template-columns:1fr 1fr}.hero-grid{gap:30px}.brand img{width:190px}}
@media (max-width:860px){.menu-toggle{display:block}.main-nav{position:absolute;left:16px;right:16px;top:74px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.lang-switch{width:max-content}.hero{min-height:auto}.hero-grid,.two-col,.choose-grid,.enquiry-grid{grid-template-columns:1fr}.hero-grid{padding:65px 0 80px}.hero-copy{text-align:center}.hero-actions,.trust-row{justify-content:center}.hero-visual{max-width:650px;margin:auto}.section{padding:82px 0}.product-grid{grid-template-columns:1fr}.industry-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.enquiry-grid{gap:40px}}
@media (max-width:560px){.container{width:min(100% - 24px,var(--container))}.nav-wrap{min-height:72px}.brand img{width:175px}h1{font-size:3rem}.hero-grid{padding-top:48px}.hero-actions{display:grid}.hero-actions .btn{width:100%}.trust-row{display:grid;gap:7px}.air-card{left:5px;bottom:10px}.issue-grid,.card-grid.four,.industry-grid{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.product-card img{height:220px}.enquiry-form{grid-template-columns:1fr;padding:22px}.enquiry-form label,.enquiry-form .btn,.form-status{grid-column:1}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:5px}.section{padding:70px 0}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   IMPROVEMENT 001B — WHITE HEADER + REFINED HERO
   Only header and hero are changed. All later sections retain
   the original production baseline styling.
   ========================================================= */
.site-header{
  background:#fff;
  backdrop-filter:none;
  border-bottom:1px solid rgba(11,80,62,.10);
  box-shadow:0 7px 28px rgba(14,61,49,.055);
}
.nav-wrap{
  min-height:96px;
  gap:28px;
}
.brand{
  width:315px;
  height:72px;
  display:flex;
  align-items:center;
  flex:0 0 auto;
  overflow:hidden;
  background:#fff;
}
.brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
}
.main-nav{
  gap:23px;
  color:#314b44;
  font-size:.86rem;
  font-weight:650;
}
.main-nav>a:not(.btn){
  padding:11px 0;
}
.main-nav>a:not(.btn):after{
  height:2px;
  bottom:4px;
  background:linear-gradient(90deg,#77bb45,#17a8dc);
}
.lang-switch{
  gap:7px;
  padding:8px 12px;
  border:1px solid #dce8e2;
  background:#fff;
  box-shadow:0 5px 18px rgba(18,73,58,.04);
}
.lang-switch>span{color:#bdcbc5;font-size:.75rem}
.lang-btn{font-size:.75rem;color:#83948e}
.lang-btn.active{color:#0e6b4f}
.btn-small{
  padding:12px 19px;
  background:linear-gradient(135deg,#4f9b42,#67ad4d);
  box-shadow:0 10px 24px rgba(75,145,62,.18);
  white-space:nowrap;
}
.menu-toggle span{background:#155f49}

.hero{
  min-height:calc(100vh - 96px);
  background:
    radial-gradient(circle at 80% 18%,rgba(84,184,223,.13),transparent 28%),
    radial-gradient(circle at 12% 78%,rgba(126,190,74,.10),transparent 30%),
    linear-gradient(112deg,#ffffff 0%,#fbfdfc 45%,#eef8f4 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.84) 39%,rgba(255,255,255,.05) 72%);
  z-index:0;
}
.hero-grid{
  position:relative;
  z-index:2;
  grid-template-columns:.92fr 1.08fr;
  gap:72px;
  padding:88px 0 94px;
}
.hero-copy{max-width:650px}
.hero-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 24px;
  padding:0;
  background:none;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:#1c5d49;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.16em;
  line-height:1.2;
}
.hero-eyebrow:before{
  content:"";
  width:38px;
  height:1px;
  flex:0 0 auto;
  background:linear-gradient(90deg,#78b94c,#18a7d8);
}
.hero h1{
  max-width:650px;
  margin-bottom:26px;
  color:#103e31;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(4.2rem,6.4vw,7rem);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.055em;
}
.hero-lead{
  max-width:585px;
  color:#536a63;
  font-size:1.13rem;
  line-height:1.72;
}
.hero-actions{margin:34px 0 31px;gap:15px}
.hero-actions .btn{
  min-height:54px;
  padding:0 26px;
}
.hero-actions .btn:first-child{
  background:linear-gradient(135deg,#4d9b42,#69af4e);
  box-shadow:0 13px 30px rgba(77,151,65,.20);
}
.hero-actions .btn-secondary{
  background:rgba(255,255,255,.88);
  color:#34753a;
  border:1px solid rgba(74,143,63,.5);
  box-shadow:none;
}
.trust-row{
  gap:22px;
  color:#60756e;
  font-size:.82rem;
}
.trust-row>span{display:flex;align-items:center;gap:6px}
.trust-row>span::first-letter{color:#62a94c}
.hero-visual{
  position:relative;
  min-width:0;
}
.hero-visual-frame{
  position:relative;
  padding:20px;
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(238,249,244,.88));
  border:1px solid rgba(14,107,79,.10);
  box-shadow:0 34px 75px rgba(24,82,64,.13);
}
.hero-visual-frame:before{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:28px;
  border:1px solid rgba(85,184,222,.10);
  pointer-events:none;
}
.hero-visual-frame>img{
  position:relative;
  z-index:1;
  width:100%;
  filter:none;
}
.air-card{
  left:-34px;
  bottom:42px;
  border:1px solid rgba(14,107,79,.10);
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 45px rgba(14,70,54,.14);
}
.airflow{
  border-width:1.5px;
  opacity:.75;
}
.airflow-one{left:-200px;top:12%}
.airflow-two{right:-210px;bottom:1%}

@media (max-width:1120px){
  .brand{width:260px}
  .main-nav{gap:14px;font-size:.78rem}
  .btn-small{padding-inline:14px;font-size:.76rem}
  .hero-grid{gap:42px}
}
@media (max-width:860px){
  .nav-wrap{min-height:82px}
  .brand{width:245px;height:62px}
  .main-nav{top:78px;background:#fff}
  .hero{min-height:auto}
  .hero:before{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,255,255,.28))}
  .hero-grid{padding:66px 0 84px;gap:48px}
  .hero-copy{max-width:720px;margin:auto;text-align:left}
  .hero h1{max-width:720px;font-size:clamp(4rem,10vw,6rem)}
  .hero-actions,.trust-row{justify-content:flex-start}
  .hero-visual{width:min(100%,690px)}
  .air-card{left:18px;bottom:20px}
}
@media (max-width:560px){
  .nav-wrap{min-height:74px}
  .brand{width:205px;height:54px}
  .hero-grid{padding-top:52px}
  .hero h1{font-size:3.75rem}
  .hero-eyebrow{font-size:.63rem;letter-spacing:.13em}
  .hero-eyebrow:before{width:28px}
  .hero-lead{font-size:1rem}
  .hero-actions{display:grid}
  .hero-visual-frame{padding:10px;border-radius:27px}
  .air-card{position:relative;left:auto;bottom:auto;margin:-22px 14px 0}
}

/* =========================================================
   IMPROVEMENT 002 — HERO EXCELLENCE
   Scope: hero only. Header and all following sections unchanged.
   ========================================================= */
.hero{
  isolation:isolate;
  min-height:760px;
  background:
    radial-gradient(circle at 12% 18%,rgba(117,190,92,.10),transparent 31%),
    radial-gradient(circle at 84% 14%,rgba(74,180,222,.12),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#f8fcfa 53%,#f1f9fc 100%);
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    linear-gradient(rgba(15,93,70,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(15,93,70,.022) 1px,transparent 1px);
  background-size:68px 68px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 92%);
}
.hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:620px;
  height:620px;
  right:-240px;
  top:-250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(91,190,222,.15),rgba(122,190,86,.04) 43%,transparent 70%);
  filter:blur(5px);
  pointer-events:none;
}
.hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);
  gap:72px;
  padding:78px 0 92px;
}
.hero-copy{
  position:relative;
  z-index:3;
  padding-top:12px;
}
.hero-eyebrow{
  margin-bottom:24px;
  gap:13px;
  color:#5f8d56;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.185em;
  text-shadow:none;
}
.hero-eyebrow::before{
  width:46px;
  height:1px;
  background:linear-gradient(90deg,#79b653 0%,#48a98b 52%,#2ba6d2 100%);
  box-shadow:none;
}
.hero h1{
  max-width:690px;
  margin:0 0 28px;
  color:#123d31;
  font-family:"Avenir Next","Segoe UI",Arial,sans-serif;
  font-size:clamp(4.75rem,6.6vw,7.45rem);
  font-weight:650;
  line-height:.92;
  letter-spacing:-.068em;
  text-wrap:balance;
  text-shadow:0 16px 38px rgba(17,67,52,.055);
}
.hero h1 br{display:block}
.hero-lead{
  max-width:620px;
  margin:0;
  color:#536b63;
  font-size:1.12rem;
  line-height:1.72;
  letter-spacing:-.008em;
}
.hero-actions{
  gap:14px;
  margin:36px 0 32px;
}
.hero-actions .btn{
  min-height:56px;
  padding:0 28px;
  border-radius:16px;
  font-size:.9rem;
  letter-spacing:-.005em;
  box-shadow:none;
  transform:translateZ(0);
}
.hero-actions .btn:first-child{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#4e9845 0%,#68ad4f 58%,#48a789 100%);
  border:1px solid rgba(61,133,63,.25);
  box-shadow:0 15px 32px rgba(69,145,73,.19),inset 0 1px 0 rgba(255,255,255,.26);
}
.hero-actions .btn:first-child::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.18) 50%,transparent 80%);
  transform:translateX(-130%);
  transition:transform .7s ease;
}
.hero-actions .btn:first-child:hover::before{transform:translateX(130%)}
.hero-actions .btn:first-child:hover{
  transform:translateY(-2px);
  box-shadow:0 19px 38px rgba(69,145,73,.25),inset 0 1px 0 rgba(255,255,255,.3);
}
.hero-actions .btn-secondary{
  background:rgba(255,255,255,.76);
  color:#39733d;
  border:1px solid rgba(74,139,68,.48);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter:blur(10px);
}
.hero-actions .btn-secondary:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:rgba(57,127,60,.68);
  box-shadow:0 12px 26px rgba(33,90,65,.09);
}
.trust-row{
  gap:25px;
  color:#637870;
  font-size:.81rem;
}
.trust-row>span{
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}
.trust-row>span::first-letter{color:#65a64e}
.hero-visual{
  position:relative;
  align-self:center;
  min-width:0;
  transform:translateY(4px);
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:8% 8% -3% 10%;
  z-index:-2;
  border-radius:44px;
  background:radial-gradient(circle at 58% 45%,rgba(86,183,215,.17),rgba(100,180,97,.07) 52%,transparent 76%);
  filter:blur(20px);
}
.hero-visual-frame{
  position:relative;
  padding:24px;
  overflow:hidden;
  border-radius:42px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,249,244,.91));
  border:1px solid rgba(18,105,79,.105);
  box-shadow:
    0 32px 70px rgba(24,82,64,.115),
    0 8px 26px rgba(42,126,98,.055),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.hero-visual-frame::before{
  inset:18px;
  border-radius:31px;
  border:1px solid rgba(73,175,214,.105);
}
.hero-visual-frame::after{
  content:"";
  position:absolute;
  z-index:2;
  left:8%;
  right:8%;
  bottom:7%;
  height:18%;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(34,100,78,.09),transparent 67%);
  filter:blur(12px);
  pointer-events:none;
}
.hero-visual-frame>img{
  position:relative;
  z-index:1;
  width:100%;
  transform:scale(1.012) translateY(-2px);
  transform-origin:center;
  filter:drop-shadow(0 18px 22px rgba(20,78,61,.08));
  transition:transform .7s cubic-bezier(.22,1,.36,1);
}
.hero-visual:hover .hero-visual-frame>img{
  transform:scale(1.025) translateY(-7px);
}
.air-card{
  left:-28px;
  bottom:46px;
  padding:16px 19px;
  border-radius:17px;
  border:1px solid rgba(14,107,79,.11);
  background:rgba(255,255,255,.91);
  backdrop-filter:blur(16px) saturate(130%);
  box-shadow:0 18px 42px rgba(14,70,54,.13),inset 0 1px 0 rgba(255,255,255,.85);
}
.air-card strong{font-size:.91rem;letter-spacing:-.01em}
.air-card small{margin-top:1px;font-size:.76rem}
.pulse-dot{
  width:11px;
  height:11px;
  background:linear-gradient(135deg,#76b952,#42a987);
  box-shadow:0 0 0 7px rgba(103,178,86,.13);
}
.airflow{
  z-index:0;
  border-width:1px;
  opacity:.42;
  filter:blur(.1px);
}
.airflow-one{
  left:-220px;
  top:10%;
  width:600px;
  border-color:rgba(69,174,211,.22) transparent transparent transparent;
  animation:heroAirOne 9s ease-in-out infinite;
}
.airflow-two{
  right:-250px;
  bottom:0;
  width:620px;
  border-color:rgba(112,180,84,.20) transparent transparent transparent;
  animation:heroAirTwo 11s ease-in-out infinite;
}
@keyframes heroAirOne{
  0%,100%{transform:rotate(-8deg) translateX(0);opacity:.34}
  50%{transform:rotate(-8deg) translateX(22px);opacity:.52}
}
@keyframes heroAirTwo{
  0%,100%{transform:rotate(170deg) translateX(0);opacity:.30}
  50%{transform:rotate(170deg) translateX(-20px);opacity:.48}
}
@media (max-width:1120px){
  .hero-grid{grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:48px}
  .hero h1{font-size:clamp(4.25rem,6.3vw,6.4rem)}
}
@media (max-width:860px){
  .hero{min-height:auto}
  .hero-grid{grid-template-columns:1fr;padding:68px 0 88px;gap:54px}
  .hero-copy{max-width:740px;margin:auto;padding-top:0}
  .hero h1{max-width:760px;font-size:clamp(4.1rem,10vw,6.2rem)}
  .hero-lead{max-width:680px}
  .hero-visual{width:min(100%,720px);margin:auto;transform:none}
  .air-card{left:18px;bottom:20px}
}
@media (max-width:560px){
  .hero-grid{padding-top:54px;padding-bottom:72px;gap:42px}
  .hero-eyebrow{margin-bottom:20px;font-size:.61rem;letter-spacing:.145em}
  .hero-eyebrow::before{width:30px}
  .hero h1{font-size:3.7rem;line-height:.94;letter-spacing:-.062em;margin-bottom:23px}
  .hero-lead{font-size:.99rem;line-height:1.66}
  .hero-actions{gap:10px;margin:29px 0 27px}
  .hero-actions .btn{width:100%;min-height:54px;border-radius:14px}
  .trust-row{display:grid;gap:8px;font-size:.79rem}
  .hero-visual-frame{padding:11px;border-radius:28px}
  .hero-visual-frame::before{inset:9px;border-radius:22px}
  .air-card{position:relative;left:auto;bottom:auto;margin:-23px 14px 0;border-radius:15px}
  .airflow{display:none}
}
@media (prefers-reduced-motion:reduce){
  .airflow-one,.airflow-two{animation:none!important}
  .hero-visual-frame>img{transition:none!important}
}


/* =========================================================
   IMPROVEMENT 003 — NAVIGATION REFINEMENT
   Scope: header/navigation only
   ========================================================= */
.site-header{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(14,107,79,.045);
  box-shadow:0 2px 16px rgba(19,78,61,.025);
  backdrop-filter:blur(14px) saturate(125%);
  transition:background .32s ease,border-color .32s ease,box-shadow .32s ease,transform .32s ease;
}
.site-header.is-scrolled{
  background:rgba(255,255,255,.985);
  border-bottom-color:rgba(14,107,79,.075);
  box-shadow:0 10px 30px rgba(18,74,57,.07);
}
.nav-wrap{
  min-height:82px;
  gap:28px;
}
.main-nav{
  margin-left:auto;
  gap:24px;
  font-size:.84rem;
  font-weight:650;
}
.main-nav>a:not(.btn){
  color:#304c44;
  letter-spacing:-.005em;
}
.main-nav>a:not(.btn):after{
  bottom:-7px;
  height:1.5px;
  background:linear-gradient(90deg,#6eb754,#43abd0);
}
.lang-switch{
  gap:4px;
  min-height:34px;
  padding:4px 7px;
  border-color:rgba(14,107,79,.11);
  background:rgba(248,252,250,.78);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.lang-btn{
  min-width:25px;
  padding:3px 5px;
  border-radius:999px;
  font-size:.7rem;
  line-height:1.2;
  letter-spacing:.055em;
  color:#81948d;
  transition:color .22s ease,background .22s ease,box-shadow .22s ease;
}
.lang-btn.active{
  color:#176348;
  background:#fff;
  box-shadow:0 2px 7px rgba(26,85,66,.09);
}
.lang-switch>span{
  width:1px;
  height:12px;
  overflow:hidden;
  background:rgba(14,107,79,.12);
  color:transparent;
}
.main-nav>.btn-small{
  margin-left:2px;
}
@media (max-width:1050px){
  .main-nav{gap:17px;font-size:.77rem}
}
@media (max-width:860px){
  .site-header{box-shadow:0 2px 14px rgba(18,74,57,.035)}
  .main-nav{
    gap:0;
    padding:18px;
  }
  .main-nav>a:not(.btn){
    padding:11px 5px;
    border-bottom:1px solid rgba(14,107,79,.075);
  }
  .main-nav>a:not(.btn):after{display:none}
  .lang-switch{margin:14px 0 6px}
  .main-nav>.btn-small{margin:8px 0 0;width:100%}
}


/* =========================================================
   IMPROVEMENT 004 — WHY INDOOR AIR QUALITY MATTERS
   ========================================================= */
.why-refined{
  position:relative;
  overflow:hidden;
  padding:128px 0 132px;
  background:
    radial-gradient(circle at 8% 12%,rgba(90,185,107,.10),transparent 30%),
    radial-gradient(circle at 92% 84%,rgba(83,183,223,.10),transparent 31%),
    linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
}
.why-refined:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-310px;
  top:-300px;
  border:1px solid rgba(83,183,223,.12);
  border-radius:50%;
  box-shadow:
    0 0 0 55px rgba(83,183,223,.025),
    0 0 0 110px rgba(90,185,107,.018);
  pointer-events:none;
}
.why-shell{
  position:relative;
  z-index:2;
}
.why-intro{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);
  gap:72px;
  align-items:end;
  margin-bottom:62px;
}
.why-copy{
  max-width:760px;
}
.why-eyebrow{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:20px;
}
.why-eyebrow:before{
  content:"";
  width:38px;
  height:1px;
  background:linear-gradient(90deg,var(--leaf),var(--sky));
}
.why-copy h2{
  max-width:760px;
  margin-bottom:25px;
  font-size:clamp(2.7rem,4.8vw,5.1rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.why-lead{
  max-width:700px;
  margin:0;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.82;
}
.why-insight{
  display:flex;
  align-items:center;
  gap:19px;
  padding:22px 24px;
  border:1px solid rgba(14,107,79,.12);
  border-radius:22px;
  background:rgba(255,255,255,.80);
  box-shadow:0 18px 52px rgba(18,74,57,.075);
  backdrop-filter:blur(12px);
}
.why-insight-mark{
  width:74px;
  height:74px;
  flex:0 0 74px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,#fff 0 55%,transparent 56%),
    conic-gradient(var(--sky) 0 68%,#dcefe7 68% 100%);
}
.why-insight-mark span{
  color:var(--emerald);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
}
.why-insight small{
  display:block;
  margin-bottom:5px;
  color:var(--emerald);
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.why-insight p{
  margin:0;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.62;
}

.issue-grid-refined{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.issue-card{
  position:relative;
  min-height:220px;
  padding:29px 28px 27px;
  overflow:hidden;
  border:1px solid rgba(14,107,79,.105);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,252,250,.96));
  box-shadow:0 12px 38px rgba(18,74,57,.052);
  transition:
    transform .35s cubic-bezier(.22,1,.36,1),
    border-color .35s,
    box-shadow .35s,
    background .35s;
}
.issue-card:after{
  content:"";
  position:absolute;
  right:-52px;
  bottom:-58px;
  width:140px;
  height:140px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(83,183,223,.10),transparent 68%);
  transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .35s;
}
.issue-card:hover{
  transform:translateY(-7px);
  border-color:rgba(14,107,79,.19);
  box-shadow:0 24px 58px rgba(18,74,57,.11);
  background:#fff;
}
.issue-card:hover:after{
  transform:scale(1.24);
}
.issue-card-featured{
  background:
    radial-gradient(circle at 100% 100%,rgba(90,185,107,.12),transparent 46%),
    linear-gradient(145deg,#fff,#f5fbf7);
}
.issue-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:27px;
  border:1px solid rgba(14,107,79,.11);
  border-radius:17px;
  background:linear-gradient(145deg,#eef9f3,#edf8fc);
  box-shadow:0 9px 25px rgba(14,107,79,.075);
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;
}
.issue-card:hover .issue-icon{
  transform:translateY(-3px) rotate(-2deg);
  box-shadow:0 14px 30px rgba(14,107,79,.12);
}
.issue-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:var(--emerald);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.issue-copy{
  position:relative;
  z-index:2;
}
.issue-copy h3{
  margin:0 0 9px;
  color:var(--ink);
  font-size:1.08rem;
  letter-spacing:-.015em;
}
.issue-copy p{
  max-width:250px;
  margin:0;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.63;
}
.issue-number{
  position:absolute;
  right:22px;
  top:20px;
  color:rgba(14,107,79,.22);
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.14em;
}
@media(max-width:960px){
  .why-intro{
    grid-template-columns:1fr;
    gap:34px;
  }
  .why-insight{
    max-width:650px;
  }
  .issue-grid-refined{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .why-refined{
    padding:84px 0 88px;
  }
  .why-intro{
    margin-bottom:40px;
  }
  .why-copy h2{
    font-size:2.75rem;
  }
  .why-lead{
    font-size:.98rem;
    line-height:1.72;
  }
  .why-insight{
    align-items:flex-start;
    padding:18px;
  }
  .why-insight-mark{
    width:62px;
    height:62px;
    flex-basis:62px;
  }
  .issue-grid-refined{
    grid-template-columns:1fr;
    gap:14px;
  }
  .issue-card{
    min-height:0;
    padding:23px 22px;
  }
  .issue-icon{
    margin-bottom:20px;
  }
}
@media(prefers-reduced-motion:reduce){
  .issue-card,
  .issue-icon,
  .issue-card:after{
    transition:none!important;
  }
}


/* =========================================================
   IMPROVEMENT 005 — OUR SOLUTIONS
   ========================================================= */
.solutions-refined{
  position:relative;
  overflow:hidden;
  padding:126px 0 118px;
  background:
    radial-gradient(circle at 88% 14%,rgba(83,183,223,.09),transparent 28%),
    radial-gradient(circle at 10% 92%,rgba(88,185,107,.09),transparent 30%),
    linear-gradient(180deg,#f7fbf8 0%,#eef7f2 100%);
}
.solutions-refined:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(14,107,79,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(14,107,79,.026) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(to bottom,transparent,black 28%,black 72%,transparent);
  pointer-events:none;
}
.solutions-shell{
  position:relative;
  z-index:2;
}
.solutions-intro{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:end;
  margin-bottom:58px;
}
.solutions-heading h2{
  margin:0;
  font-size:clamp(2.8rem,4.7vw,5.1rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.solutions-eyebrow{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:18px;
}
.solutions-eyebrow:before{
  content:"";
  width:38px;
  height:1px;
  background:linear-gradient(90deg,var(--leaf),var(--sky));
}
.solutions-summary{
  max-width:560px;
  justify-self:end;
}
.solutions-summary p{
  margin:0;
  color:var(--muted);
  font-size:1.06rem;
  line-height:1.78;
}
.solutions-summary-line{
  display:block;
  width:100%;
  height:1px;
  margin-top:24px;
  background:linear-gradient(90deg,rgba(14,107,79,.18),transparent);
}
.solutions-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.solution-card-refined{
  position:relative;
  min-height:365px;
  display:flex;
  flex-direction:column;
  padding:28px;
  overflow:hidden;
  border:1px solid rgba(14,107,79,.11);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0%,rgba(83,183,223,.07),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,252,250,.96));
  box-shadow:0 14px 42px rgba(18,74,57,.055);
  transition:
    transform .38s cubic-bezier(.22,1,.36,1),
    border-color .35s,
    box-shadow .35s,
    background .35s;
}
.solution-card-refined:after{
  content:"";
  position:absolute;
  right:-74px;
  bottom:-84px;
  width:210px;
  height:210px;
  border-radius:50%;
  border:1px solid rgba(14,107,79,.07);
  box-shadow:0 0 0 28px rgba(83,183,223,.018);
  transition:transform .5s cubic-bezier(.22,1,.36,1);
}
.solution-card-refined:hover{
  transform:translateY(-8px);
  border-color:rgba(14,107,79,.19);
  box-shadow:0 26px 68px rgba(18,74,57,.12);
  background:#fff;
}
.solution-card-refined:hover:after{
  transform:scale(1.15);
}
.solution-card-refined--accent{
  background:
    radial-gradient(circle at 100% 0%,rgba(88,185,107,.12),transparent 40%),
    linear-gradient(145deg,#fff,#f5fbf7);
}
.solution-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:58px;
}
.solution-index{
  color:rgba(14,107,79,.28);
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.14em;
}
.solution-icon-refined{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(14,107,79,.11);
  border-radius:18px;
  background:linear-gradient(145deg,#eff9f4,#edf8fc);
  box-shadow:0 10px 26px rgba(14,107,79,.075);
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;
}
.solution-card-refined:hover .solution-icon-refined{
  transform:translateY(-3px) rotate(-2deg);
  box-shadow:0 16px 32px rgba(14,107,79,.12);
}
.solution-icon-refined svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:var(--emerald);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.solution-card-body{
  position:relative;
  z-index:2;
}
.solution-card-body h3{
  margin:0 0 13px;
  color:var(--ink);
  font-size:1.34rem;
  letter-spacing:-.025em;
}
.solution-card-body p{
  min-height:78px;
  margin:0;
  color:var(--muted);
  font-size:.93rem;
  line-height:1.68;
}
.solution-link{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:26px;
  border-top:1px solid rgba(14,107,79,.10);
  color:var(--emerald);
  font-size:.82rem;
  font-weight:850;
}
.solution-link b{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(14,107,79,.07);
  font-size:.82rem;
  transition:transform .3s,background .3s,color .3s;
}
.solution-card-refined:hover .solution-link b{
  transform:translate(2px,-2px);
  background:var(--emerald);
  color:#fff;
}
.solutions-note{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  max-width:760px;
  margin:44px auto 0;
  color:var(--muted);
  text-align:center;
}
.solutions-note-mark{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--leaf),var(--sky));
  box-shadow:0 0 0 7px rgba(88,185,107,.10);
}
.solutions-note p{
  margin:0;
  font-size:.9rem;
}
@media(max-width:1050px){
  .solutions-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .solutions-intro{
    grid-template-columns:1fr;
    gap:28px;
  }
  .solutions-summary{
    justify-self:start;
  }
}
@media(max-width:560px){
  .solutions-refined{
    padding:86px 0 90px;
  }
  .solutions-heading h2{
    font-size:2.75rem;
  }
  .solutions-summary p{
    font-size:.98rem;
    line-height:1.7;
  }
  .solutions-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .solution-card-refined{
    min-height:0;
    padding:24px 22px;
  }
  .solution-card-top{
    margin-bottom:38px;
  }
  .solution-card-body p{
    min-height:0;
  }
  .solutions-note{
    align-items:flex-start;
    text-align:left;
    margin-top:34px;
  }
}
@media(prefers-reduced-motion:reduce){
  .solution-card-refined,
  .solution-card-refined:after,
  .solution-icon-refined,
  .solution-link b{
    transition:none!important;
  }
}


/* Improvement 006 — Product Categories */
.products-refined{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f7fbf9 100%)}
.products-refined:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-260px;top:90px;background:radial-gradient(circle,rgba(36,158,112,.09),rgba(36,158,112,0) 70%);pointer-events:none}
.products-shell{position:relative;z-index:1}
.products-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:72px;align-items:end;margin-bottom:48px}
.products-heading h2{margin-bottom:0}.products-eyebrow{margin-bottom:14px}
.products-summary{max-width:510px;justify-self:end}.products-summary p{font-size:1.08rem;line-height:1.75;color:var(--muted);margin:0}
.products-summary-line{display:block;width:92px;height:3px;border-radius:99px;background:linear-gradient(90deg,var(--emerald),rgba(14,107,79,.12));margin-top:23px}
.product-grid-refined{gap:24px}
.product-card-refined{display:grid;grid-template-columns:45% 55%;min-height:300px;border-radius:26px;background:#fff;border:1px solid rgba(14,107,79,.12);box-shadow:0 18px 50px rgba(17,73,56,.075);overflow:hidden;position:relative;transform:translateZ(0)}
.product-card-refined:hover{transform:translateY(-6px);box-shadow:0 25px 65px rgba(17,73,56,.12);border-color:rgba(14,107,79,.22)}
.product-visual{position:relative;min-height:300px;padding:24px;background:linear-gradient(145deg,#e8f6ef 0%,#f5fbf8 100%);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.product-visual:before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:rgba(255,255,255,.6);top:40px;left:50%;transform:translateX(-50%)}
.product-visual--sterilisation{background:linear-gradient(145deg,#eef7f4 0%,#f7fbfa 100%)}
.product-visual--monitoring{background:linear-gradient(145deg,#e8f3f0 0%,#f6fbf9 100%)}
.product-visual--hvac{background:linear-gradient(145deg,#edf7f2 0%,#f8fcfa 100%)}
.product-visual img{position:relative;z-index:1;width:100%;height:210px;object-fit:contain;transition:transform .35s ease;filter:drop-shadow(0 18px 20px rgba(12,73,54,.10))}
.product-card-refined:hover .product-visual img{transform:translateY(-5px) scale(1.025)}
.product-number{position:absolute;top:22px;left:22px;z-index:2;color:rgba(14,107,79,.48);font-weight:800;font-size:.76rem;letter-spacing:.16em}
.product-type{position:absolute;top:18px;right:18px;z-index:2;border:1px solid rgba(14,107,79,.14);background:rgba(255,255,255,.78);backdrop-filter:blur(6px);padding:7px 10px;border-radius:99px;color:var(--emerald);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-content{padding:36px 34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.product-content h3{font-size:1.45rem;margin:0 0 12px}.product-content p{color:var(--muted);line-height:1.7;margin:0 0 25px}
.product-link{display:inline-flex;align-items:center;gap:10px;margin-top:auto;color:var(--emerald);font-weight:800;text-decoration:none}
.product-link b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#e7f7ef;transition:.25s}
.product-link:hover b{transform:translate(2px,-2px);background:var(--emerald);color:#fff}
.products-guidance{margin-top:28px;padding:24px 26px;border-radius:22px;border:1px solid rgba(14,107,79,.13);background:rgba(255,255,255,.84);box-shadow:0 12px 35px rgba(17,73,56,.055);display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.products-guidance-icon{width:50px;height:50px;border-radius:16px;background:#e7f7ef;display:grid;place-items:center;color:var(--emerald)}
.products-guidance-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.products-guidance small{display:block;color:var(--emerald);font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px}.products-guidance p{margin:0;color:var(--muted);line-height:1.55}
.products-guidance-btn{white-space:nowrap}
@media(max-width:960px){.products-intro{grid-template-columns:1fr;gap:22px}.products-summary{justify-self:start;max-width:650px}.product-card-refined{grid-template-columns:42% 58%}.products-guidance{grid-template-columns:auto 1fr}.products-guidance-btn{grid-column:2;justify-self:start}}
@media(max-width:680px){.product-card-refined{grid-template-columns:1fr}.product-visual{min-height:230px}.product-visual img{height:175px}.product-content{padding:28px}.products-guidance{grid-template-columns:1fr;text-align:center;justify-items:center;padding:25px 20px}.products-guidance-btn{grid-column:auto;justify-self:center;width:100%}.products-summary p{font-size:1rem}}


/* Improvement 007 — Featured Products */
.featured-products{position:relative;background:#0b342a;color:#fff;overflow:hidden}
.featured-products:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 12%,rgba(65,190,143,.18),transparent 34%),radial-gradient(circle at 92% 82%,rgba(65,190,143,.12),transparent 30%);pointer-events:none}
.featured-products-shell{position:relative;z-index:1}
.featured-products-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:70px;align-items:end;margin-bottom:34px}
.featured-products-head h2{color:#fff;margin:0}.featured-products-head .eyebrow{color:#83d9b7}.featured-products-head>p{color:rgba(255,255,255,.72);font-size:1.08rem;line-height:1.75;margin:0;max-width:530px;justify-self:end}
.featured-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}
.featured-filter{appearance:none;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.05);color:rgba(255,255,255,.78);padding:10px 17px;border-radius:999px;font:inherit;font-size:.88rem;font-weight:750;cursor:pointer;transition:.22s}
.featured-filter:hover,.featured-filter:focus-visible{border-color:rgba(255,255,255,.35);color:#fff}.featured-filter.is-active{background:#fff;color:#0b5d46;border-color:#fff}
.featured-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.featured-product-card{background:#fff;color:var(--ink);border-radius:28px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.18);transition:transform .28s ease,opacity .22s ease}
.featured-product-card:hover{transform:translateY(-7px)}.featured-product-card.is-hidden{display:none}
.featured-product-media{position:relative;height:290px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#e8f6ef,#f8fcfa)}
.featured-product-media--pro{background:linear-gradient(145deg,#e5f1ee,#f6faf9)}.featured-product-media--care{background:linear-gradient(145deg,#eaf4f0,#fbfdfc)}
.featured-product-media:after{content:"";position:absolute;width:235px;height:235px;border-radius:50%;background:rgba(255,255,255,.64);top:38px;left:50%;transform:translateX(-50%)}
.featured-product-media img{position:relative;z-index:1;width:84%;height:240px;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(8,61,46,.18));transition:transform .35s ease}
.featured-product-card:hover img{transform:translateY(-5px) scale(1.025)}
.featured-product-badge{position:absolute;z-index:2;top:18px;left:18px;background:#fff;color:#0b6b50;border:1px solid rgba(11,107,80,.13);box-shadow:0 7px 20px rgba(13,75,57,.08);border-radius:999px;padding:7px 11px;font-size:.7rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.featured-product-body{padding:27px 27px 29px}.featured-product-topline{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:15px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#698178;font-weight:800}.featured-product-topline strong{color:#0b6b50;white-space:nowrap}
.featured-product-body h3{font-size:1.55rem;margin:0 0 10px}.featured-product-body>p{color:var(--muted);line-height:1.65;min-height:79px;margin-bottom:18px}
.featured-specs{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:9px}.featured-specs li{position:relative;padding-left:22px;color:#39564c;font-size:.88rem}.featured-specs li:before{content:"✓";position:absolute;left:0;color:#15966a;font-weight:900}
.featured-product-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.featured-product-actions .btn{padding:11px 16px;font-size:.83rem}.featured-quote-link{color:#0b6b50;font-weight:850;font-size:.85rem;display:inline-flex;gap:6px;align-items:center}
.featured-assist{margin-top:28px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);backdrop-filter:blur(12px);border-radius:25px;padding:28px 30px;display:flex;justify-content:space-between;align-items:center;gap:30px}.featured-assist small{display:block;color:#85d9b9;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:7px}.featured-assist h3{color:#fff;font-size:1.45rem;margin:0 0 5px}.featured-assist p{margin:0;color:rgba(255,255,255,.68);max-width:650px}.featured-assist-actions{display:flex;gap:12px;flex-shrink:0}.featured-assist .btn-secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.3)}
@media(max-width:980px){.featured-product-grid{grid-template-columns:1fr 1fr}.featured-product-card:last-child{grid-column:1/-1;max-width:calc(50% - 11px)}.featured-products-head{gap:40px}.featured-assist{align-items:flex-start;flex-direction:column}.featured-assist-actions{width:100%}}
@media(max-width:720px){.featured-products-head{grid-template-columns:1fr;gap:20px}.featured-products-head>p{justify-self:start}.featured-product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 2px 18px;gap:16px}.featured-product-card,.featured-product-card:last-child{min-width:min(86vw,360px);max-width:none;grid-column:auto;scroll-snap-align:start}.featured-product-media{height:255px}.featured-product-media img{height:210px}.featured-assist-actions{display:grid}.featured-assist-actions .btn{width:100%}.featured-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.featured-filter{white-space:nowrap}}


/* Improvement 008 — Industries We Serve */
.industries-refined{position:relative;background:linear-gradient(180deg,#f5faf7 0%,#fff 100%);overflow:hidden}
.industries-refined:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;left:-360px;top:120px;background:radial-gradient(circle,rgba(38,165,117,.09),transparent 70%);pointer-events:none}
.industries-shell{position:relative;z-index:1}.industries-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:70px;align-items:end;margin-bottom:46px}.industries-intro h2{margin:0}.industries-intro>p{margin:0;color:var(--muted);line-height:1.75;font-size:1.08rem;max-width:540px;justify-self:end}
.industry-grid-refined{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.industry-grid-refined .industry-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:28px 25px 25px;min-height:320px;border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(14,107,79,.12);box-shadow:0 16px 45px rgba(17,73,56,.065);overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.industry-grid-refined .industry-card:before{content:"";position:absolute;inset:auto -30px -55px auto;width:130px;height:130px;border-radius:50%;background:rgba(31,155,109,.055);transition:transform .35s ease}.industry-grid-refined .industry-card:hover{transform:translateY(-7px);border-color:rgba(14,107,79,.25);box-shadow:0 24px 60px rgba(17,73,56,.11)}.industry-grid-refined .industry-card:hover:before{transform:scale(1.3)}
.industry-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#e4f5ed,#f5fbf8);color:var(--emerald);margin-bottom:27px}.industry-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.industry-index{position:absolute;right:22px;top:25px;font-size:.72rem;letter-spacing:.14em;font-weight:850;color:rgba(14,107,79,.38)}.industry-card h3{font-size:1.25rem;margin:0 0 10px}.industry-card>p{margin:0 0 18px;color:var(--muted);font-weight:400;line-height:1.62;font-size:.9rem}.industry-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px}.industry-tags span{padding:6px 9px;border-radius:99px;background:#eef8f3;color:#28745c;font-size:.68rem;font-weight:800;letter-spacing:.03em}.industry-link{margin-top:auto;display:inline-flex;align-items:center;gap:8px;color:var(--emerald);font-size:.82rem;font-weight:850;text-decoration:none}.industry-link b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#e7f7ef;transition:.22s}.industry-link:hover b{background:var(--emerald);color:#fff;transform:translate(2px,-2px)}
.industries-assist{margin-top:28px;padding:30px;border-radius:25px;background:#0d3b30;color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;box-shadow:0 20px 55px rgba(11,52,42,.16)}.industries-assist-mark{width:62px;height:62px;border-radius:20px;background:rgba(255,255,255,.08);display:flex;align-items:flex-end;justify-content:center;gap:5px;padding:16px}.industries-assist-mark span{display:block;width:7px;border-radius:99px;background:#77d4ae}.industries-assist-mark span:nth-child(1){height:16px}.industries-assist-mark span:nth-child(2){height:28px}.industries-assist-mark span:nth-child(3){height:38px}.industries-assist small{display:block;color:#81d8b6;text-transform:uppercase;letter-spacing:.08em;font-weight:850;margin-bottom:6px}.industries-assist h3{color:#fff;margin:0 0 6px;font-size:1.4rem}.industries-assist p{margin:0;color:rgba(255,255,255,.7);line-height:1.55}.industries-assist .btn{white-space:nowrap}
@media(max-width:1080px){.industry-grid-refined{grid-template-columns:repeat(2,minmax(0,1fr))}.industries-assist{grid-template-columns:auto 1fr}.industries-assist .btn{grid-column:2;justify-self:start}}
@media(max-width:760px){.industries-intro{grid-template-columns:1fr;gap:20px}.industries-intro>p{justify-self:start}.industry-grid-refined{grid-template-columns:1fr}.industry-grid-refined .industry-card{min-height:0}.industries-assist{grid-template-columns:1fr;text-align:center;justify-items:center;padding:27px 22px}.industries-assist .btn{grid-column:auto;justify-self:center;width:100%}}
@media(prefers-reduced-motion:reduce){.industry-grid-refined .industry-card,.industry-grid-refined .industry-card:before,.industry-link b{transition:none!important}}


/* Improvement 009 — Why Choose WAZ Pure Living */
.choose-refined{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbfa 0%,#fff 46%,#f5faf8 100%)}
.choose-refined:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-280px;top:60px;background:radial-gradient(circle,rgba(80,187,167,.16),rgba(80,187,167,0) 68%);pointer-events:none}
.choose-refined:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;left:-250px;bottom:-130px;background:radial-gradient(circle,rgba(55,144,196,.12),rgba(55,144,196,0) 70%);pointer-events:none}
.choose-refined .container{position:relative;z-index:1}.choose-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:70px;align-items:end;margin-bottom:48px}.choose-intro h2{margin-bottom:0}.choose-intro>p{margin:0;color:var(--muted);font-size:1.04rem;line-height:1.8}
.choose-showcase{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);gap:26px;align-items:stretch}.choose-visual{position:relative;min-height:690px;border-radius:34px;overflow:hidden;background:#eaf4f0;box-shadow:0 26px 70px rgba(26,76,66,.14)}.choose-visual>img{width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none}.choose-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,31,29,0) 38%,rgba(4,31,29,.84) 100%);pointer-events:none}.choose-visual-overlay{position:absolute;z-index:2;left:34px;right:34px;bottom:116px;color:#fff}.choose-visual-overlay span{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:.69rem;font-weight:800;color:#b9ebe0;margin-bottom:12px}.choose-visual-overlay strong{display:block;max-width:440px;font-size:clamp(1.35rem,2vw,2rem);line-height:1.28}.choose-proof{position:absolute;z-index:3;left:22px;right:22px;bottom:22px;padding:17px 20px;border:1px solid rgba(255,255,255,.3);border-radius:20px;background:rgba(255,255,255,.13);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;color:#fff}.choose-proof span{display:flex;align-items:center;gap:8px}.choose-proof b{font-size:.7rem;color:#9fe1d4}.choose-proof small{font-weight:750}.choose-proof i{width:36px;height:1px;background:rgba(255,255,255,.35)}
.choose-benefits{display:grid;grid-template-columns:1fr 1fr;gap:14px}.choose-benefit{position:relative;padding:26px 24px 24px;border:1px solid rgba(18,91,76,.11);border-radius:25px;background:rgba(255,255,255,.86);box-shadow:0 14px 40px rgba(26,76,66,.055);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.choose-benefit:hover{transform:translateY(-5px);border-color:rgba(49,161,136,.32);box-shadow:0 22px 50px rgba(26,76,66,.1)}.choose-benefit-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#e4f5ef,#edf6fb);margin-bottom:22px}.choose-benefit-icon svg{width:25px;height:25px;fill:none;stroke:var(--emerald);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.choose-benefit-number{position:absolute;right:22px;top:25px;font-size:.72rem;font-weight:900;letter-spacing:.12em;color:#86aaa2}.choose-benefit h3{font-size:1.05rem;margin:0 0 9px}.choose-benefit p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.66}
.choose-commitment{margin-top:30px;border-radius:28px;padding:30px 34px;display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;background:#0b3c35;color:#fff;box-shadow:0 22px 55px rgba(10,59,52,.18)}.choose-commitment-mark{width:58px;height:58px;border-radius:50%;display:grid;place-content:center;gap:4px;background:rgba(255,255,255,.1)}.choose-commitment-mark span{display:block;height:3px;border-radius:4px;background:#8fd9c9}.choose-commitment-mark span:nth-child(1){width:20px}.choose-commitment-mark span:nth-child(2){width:30px}.choose-commitment-mark span:nth-child(3){width:14px}.choose-commitment small{display:block;text-transform:uppercase;letter-spacing:.13em;color:#91d8ca;font-weight:800;font-size:.68rem;margin-bottom:6px}.choose-commitment h3{color:#fff;margin:0 0 6px;font-size:1.28rem}.choose-commitment p{margin:0;color:rgba(255,255,255,.72);font-size:.9rem}.choose-commitment .btn{white-space:nowrap;background:#fff;color:#0b3c35;border-color:#fff}.choose-commitment .btn:hover{background:#dff5ef}
@media(max-width:1020px){.choose-intro{grid-template-columns:1fr;gap:18px}.choose-showcase{grid-template-columns:1fr}.choose-visual{min-height:560px}.choose-benefits{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.choose-benefits{grid-template-columns:1fr 1fr}.choose-commitment{grid-template-columns:auto 1fr}.choose-commitment .btn{grid-column:1/-1;justify-self:start}}
@media(max-width:560px){.choose-intro{margin-bottom:32px}.choose-visual{min-height:500px;border-radius:27px}.choose-visual-overlay{left:24px;right:24px;bottom:128px}.choose-proof{left:14px;right:14px;bottom:14px;padding:14px 12px}.choose-proof span{display:grid;gap:2px;text-align:center}.choose-proof i{width:18px}.choose-benefits{grid-template-columns:1fr}.choose-benefit{padding:23px 21px}.choose-commitment{padding:25px 22px;grid-template-columns:1fr}.choose-commitment-mark{display:none}.choose-commitment .btn{grid-column:auto;width:100%}}
@media(prefers-reduced-motion:reduce){.choose-benefit{transition:none}.choose-benefit:hover{transform:none}}


/* Improvement 010 — Consultation & Contact Experience */
.enquiry-refined{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(118,211,157,.16),transparent 30%),radial-gradient(circle at 92% 80%,rgba(83,183,223,.14),transparent 33%),linear-gradient(145deg,#073d31,#0e6b4f 58%,#0a5944);color:#fff}
.enquiry-refined:before,.enquiry-refined:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}.enquiry-refined:before{width:460px;height:460px;right:-240px;top:-240px}.enquiry-refined:after{width:340px;height:340px;left:-190px;bottom:-210px}
.enquiry-refined .container{position:relative;z-index:1}.enquiry-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:end;margin-bottom:36px}.enquiry-heading h2{margin-bottom:0}.enquiry-heading>p{margin:0;color:rgba(255,255,255,.76);font-size:1.08rem;max-width:670px}
.contact-choice-grid{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:14px;margin-bottom:34px}.contact-choice{position:relative;min-height:148px;padding:24px;border-radius:22px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:flex-end;transition:.25s}.contact-choice:hover{transform:translateY(-4px);background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.28)}.contact-choice-primary{background:#fff;color:var(--emerald-dark)}.contact-choice-primary:hover{background:#fff}.contact-choice small{font-size:.73rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#a9e4c0;margin-bottom:8px}.contact-choice-primary small{color:var(--emerald)}.contact-choice strong{font-size:1.08rem;margin-bottom:5px}.contact-choice>span:last-child{font-size:.88rem;opacity:.78}.contact-choice-icon{position:absolute;right:18px;top:17px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.12);font-weight:900}.contact-choice-primary .contact-choice-icon{background:#e9f7ef;color:var(--emerald)}
.enquiry-grid-refined{align-items:stretch;gap:42px}.enquiry-grid-refined .enquiry-copy{padding:42px 12px 30px 0}.enquiry-kicker{font-size:.78rem!important;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#a9e4c0!important}.enquiry-copy h3{font-size:clamp(2rem,3vw,3rem);margin-bottom:18px}.enquiry-copy>p{font-size:1.02rem;line-height:1.75}
.consultation-steps{list-style:none;padding:0;margin:34px 0 26px;display:grid;gap:20px}.consultation-steps li{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start}.consultation-steps li>span{width:43px;height:43px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;font-size:.74rem;font-weight:900;color:#a9e4c0}.consultation-steps strong{display:block;margin-bottom:4px}.consultation-steps p{margin:0;color:rgba(255,255,255,.68);font-size:.9rem;line-height:1.55}.response-note{display:flex;gap:12px;align-items:flex-start;border-top:1px solid rgba(255,255,255,.14);padding-top:22px}.response-note>span{width:28px;height:28px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#a9e4c0;color:var(--emerald-dark);font-weight:900}.response-note p{margin:2px 0 0;color:rgba(255,255,255,.75);font-size:.88rem;line-height:1.55}.response-note strong{color:#fff}
.enquiry-form-refined{border-radius:28px;padding:34px;gap:18px;align-content:start}.form-intro{padding-bottom:18px;border-bottom:1px solid var(--line)}.form-intro small{display:block;text-transform:uppercase;letter-spacing:.12em;font-weight:900;font-size:.7rem;color:var(--emerald);margin-bottom:8px}.form-intro h3{margin:0 0 7px;font-size:1.65rem}.form-intro p{margin:0;color:var(--muted);font-size:.86rem}.enquiry-form-refined label>span{display:block;font-size:.79rem;font-weight:800;margin-bottom:7px}.enquiry-form-refined input,.enquiry-form-refined select,.enquiry-form-refined textarea{background:#f8fbf9;border-color:#d9e8df}.enquiry-form-refined textarea{resize:vertical;min-height:126px}.enquiry-form-refined .btn{gap:10px;min-height:52px}.consent{display:flex!important;align-items:flex-start;gap:10px}.consent input{width:18px;height:18px;margin-top:1px;accent-color:var(--emerald);flex:0 0 auto}.consent span{margin:0!important;font-weight:600!important;color:var(--muted);line-height:1.45}.form-privacy{margin:-7px 0 0;text-align:center;color:var(--muted);font-size:.76rem}.form-status{min-height:20px;text-align:center}.form-status.is-success{color:var(--emerald)}.form-status.is-error{color:#a63737}
@media(max-width:860px){.enquiry-heading{grid-template-columns:1fr;gap:18px}.contact-choice-grid{grid-template-columns:1fr 1fr}.contact-choice-info{grid-column:1/-1}.enquiry-grid-refined .enquiry-copy{padding:10px 0}.enquiry-grid-refined{gap:25px}}
@media(max-width:560px){.contact-choice-grid{grid-template-columns:1fr}.contact-choice-info{grid-column:auto}.contact-choice{min-height:132px}.enquiry-form-refined{padding:22px}.enquiry-copy h3{font-size:2rem}.consultation-steps li{grid-template-columns:42px 1fr}}


/* Improvement 011 — FAQ & Knowledge Centre */
.faq-knowledge{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f5faf7 100%)}
.faq-knowledge:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-280px;top:80px;background:radial-gradient(circle,rgba(83,183,223,.13),transparent 68%);pointer-events:none}
.faq-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:70px;align-items:end;margin-bottom:34px}.faq-hero h2{margin-bottom:16px}.faq-hero>div>p:last-child{margin:0;color:var(--muted);max-width:700px;font-size:1.05rem}
.faq-search-wrap label{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:var(--emerald);margin-bottom:10px}.faq-search-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:5px 7px 5px 16px;box-shadow:0 14px 38px rgba(16,80,61,.08)}.faq-search-box>span{font-size:1.35rem;color:var(--emerald)}.faq-search-box input{width:100%;border:0;outline:0;background:transparent;padding:13px 0;font:inherit;color:var(--ink)}.faq-search-box button{width:38px;height:38px;border:0;border-radius:12px;background:#eff7f3;color:var(--emerald);font-size:1.2rem;cursor:pointer;opacity:0;pointer-events:none;transition:.2s}.faq-search-box button.visible{opacity:1;pointer-events:auto}.faq-result-count{margin:8px 0 0;min-height:20px;color:var(--muted);font-size:.78rem}
.faq-category-tabs{display:flex;gap:9px;flex-wrap:wrap;padding:12px;border:1px solid var(--line);background:rgba(255,255,255,.78);border-radius:20px;margin-bottom:34px}.faq-tab{border:0;border-radius:999px;background:transparent;padding:10px 15px;color:var(--muted);font-weight:800;font-size:.8rem;cursor:pointer;transition:.2s}.faq-tab:hover,.faq-tab.active{background:var(--emerald);color:#fff}.faq-tab:focus-visible{outline:3px solid rgba(83,183,223,.34);outline-offset:2px}
.faq-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;align-items:start}.faq-popular{position:sticky;top:110px;padding:27px;border-radius:26px;background:#0b3c35;color:#fff;box-shadow:0 22px 55px rgba(10,59,52,.16)}.faq-popular-kicker{display:block;text-transform:uppercase;letter-spacing:.13em;color:#93dccd;font-size:.68rem;font-weight:900;margin-bottom:7px}.faq-popular h3{margin-bottom:22px;font-size:1.35rem}.faq-popular>button{width:100%;display:grid;grid-template-columns:32px 1fr;gap:10px;text-align:left;align-items:start;border:0;border-top:1px solid rgba(255,255,255,.12);background:transparent;color:#fff;padding:17px 0;cursor:pointer}.faq-popular>button span{color:#91d8ca;font-size:.69rem;font-weight:900}.faq-popular>button b{font-size:.86rem;line-height:1.42}.faq-popular>button:hover b{text-decoration:underline}.faq-mini-note{margin-top:17px;padding:19px;border-radius:18px;background:rgba(255,255,255,.09)}.faq-mini-note strong{display:block;font-size:.92rem;margin-bottom:7px}.faq-mini-note p{margin:0 0 13px;color:rgba(255,255,255,.7);font-size:.79rem;line-height:1.55}.faq-mini-note a{color:#9ee5d6;font-size:.8rem;font-weight:900}
.faq-accordion{display:grid;gap:12px}.faq-item{border:1px solid rgba(17,93,75,.12);border-radius:21px;background:#fff;box-shadow:0 12px 34px rgba(20,77,61,.045);overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item[open]{border-color:rgba(14,107,79,.32);box-shadow:0 18px 45px rgba(20,77,61,.09)}.faq-item[hidden]{display:none}.faq-item summary{list-style:none;display:grid;grid-template-columns:42px 1fr 28px;gap:14px;align-items:center;padding:22px 24px;cursor:pointer;font-weight:850;line-height:1.38}.faq-item summary::-webkit-details-marker{display:none}.faq-index{font-size:.68rem;letter-spacing:.1em;color:#79a59a}.faq-item summary i{position:relative;width:26px;height:26px;border-radius:50%;background:#edf7f3}.faq-item summary i:before,.faq-item summary i:after{content:"";position:absolute;left:8px;right:8px;top:12px;height:2px;background:var(--emerald);transition:.2s}.faq-item summary i:after{transform:rotate(90deg)}.faq-item[open] summary i:after{transform:rotate(0)}.faq-answer{padding:0 64px 22px 80px}.faq-answer p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.75}.faq-empty{text-align:center;padding:60px 24px;border:1px dashed #bed8ce;border-radius:24px;background:#fff}.faq-empty>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:#eaf6f1;color:var(--emerald);font-weight:900;font-size:1.5rem}.faq-empty h3{margin-bottom:8px}.faq-empty p{margin:0;color:var(--muted)}
.faq-assist{margin-top:34px;border-radius:28px;padding:33px 35px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;background:linear-gradient(135deg,#e7f5ef,#edf7fb);border:1px solid rgba(17,93,75,.1)}.faq-assist small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--emerald);font-size:.69rem;font-weight:900;margin-bottom:7px}.faq-assist h3{margin:0 0 8px;font-size:1.45rem}.faq-assist p{margin:0;color:var(--muted);max-width:700px}.faq-assist-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:980px){.faq-hero{grid-template-columns:1fr;gap:28px}.faq-layout{grid-template-columns:1fr}.faq-popular{position:relative;top:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:0}.faq-popular-kicker,.faq-popular h3,.faq-mini-note{grid-column:1/-1}.faq-popular>button{padding-right:15px}.faq-assist{grid-template-columns:1fr}.faq-assist-actions{justify-content:flex-start}}
@media(max-width:640px){.faq-category-tabs{flex-wrap:nowrap;overflow-x:auto;padding:8px}.faq-tab{white-space:nowrap}.faq-popular{display:block}.faq-hero{margin-bottom:25px}.faq-item summary{grid-template-columns:30px 1fr 26px;padding:19px 17px;gap:10px}.faq-answer{padding:0 18px 20px 57px}.faq-assist{padding:25px 22px}.faq-assist-actions{display:grid}.faq-assist-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.faq-item,.faq-tab,.faq-search-box button{transition:none}}


/* Final Consolidated Sprint — Improvements 012–016 */
.trust-centre{background:linear-gradient(180deg,#f6fbf8 0%,#fff 100%);position:relative;overflow:hidden}.trust-centre:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;left:-300px;bottom:-260px;background:radial-gradient(circle,rgba(35,160,111,.11),transparent 70%)}.trust-centre-shell{position:relative;z-index:1}.trust-centre-head{display:grid;grid-template-columns:1fr minmax(320px,.75fr);gap:72px;align-items:end;margin-bottom:42px}.trust-centre-head h2{margin:0}.trust-centre-head>p{margin:0;color:var(--muted);font-size:1.06rem;line-height:1.75}.trust-centre-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-tile{position:relative;background:#fff;border:1px solid rgba(14,107,79,.12);border-radius:24px;padding:28px 24px;box-shadow:0 18px 45px rgba(17,73,56,.065);min-height:285px}.trust-tile>span{position:absolute;right:20px;top:18px;font-weight:800;letter-spacing:.12em;color:rgba(14,107,79,.3);font-size:.75rem}.trust-icon{width:50px;height:50px;border-radius:16px;background:#e5f7ef;color:var(--emerald);display:grid;place-items:center;font-size:1.35rem;font-weight:900;margin-bottom:24px}.trust-tile h3{font-size:1.1rem;margin:0 0 12px}.trust-tile p{margin:0;color:var(--muted);line-height:1.7}.trust-note{margin-top:24px;border-radius:20px;padding:20px 24px;background:#0b342a;color:#fff;display:flex;gap:12px;align-items:flex-start}.trust-note strong{white-space:nowrap;color:#83d9b7}.trust-note p{margin:0;color:rgba(255,255,255,.78);line-height:1.6}
.experience-section{background:#fff}.experience-head{max-width:820px;margin-bottom:38px}.experience-head h2{margin-bottom:16px}.experience-head>p:last-child{color:var(--muted);font-size:1.06rem;line-height:1.75}.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.experience-card{position:relative;border-radius:28px;padding:34px 30px;background:linear-gradient(145deg,#0b342a,#0d4939);color:#fff;min-height:300px;box-shadow:0 24px 58px rgba(9,55,42,.16);overflow:hidden}.experience-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-70px;bottom:-75px;background:rgba(78,198,153,.12)}.experience-mark{font-family:Georgia,serif;font-size:4rem;line-height:.7;color:#74d0ad;display:block;margin-bottom:25px}.experience-card h3{font-size:1.35rem;color:#fff;margin:0 0 14px}.experience-card p{color:rgba(255,255,255,.76);line-height:1.72;margin:0 0 25px}.experience-card small{display:inline-block;margin-top:auto;color:#83d9b7;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.experience-disclaimer{margin:24px 0 0;padding:16px 20px;border-left:3px solid var(--emerald);background:#f4faf7;color:var(--muted);font-size:.92rem;line-height:1.6}
.final-cta{padding:80px 0;background:linear-gradient(120deg,#0b342a 0%,#0f6049 100%);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(104,219,176,.2),transparent 32%)}.final-cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:55px;align-items:center}.final-cta .eyebrow{color:#8ce0bd}.final-cta h2{color:#fff;max-width:760px;margin:0 0 15px;font-size:clamp(2rem,4vw,3.45rem)}.final-cta p{color:rgba(255,255,255,.74);max-width:720px;line-height:1.75;margin:0}.final-cta-actions{display:flex;flex-direction:column;gap:12px;min-width:225px}.final-cta-primary{background:#fff!important;color:#0b5d46!important}.final-cta-secondary{border-color:rgba(255,255,255,.36)!important;color:#fff!important;background:transparent!important}
.site-footer-premium{background:#071f19;color:#fff;padding-top:68px}.footer-main{display:grid;grid-template-columns:1.35fr .8fr .9fr 1fr;gap:46px;padding-bottom:52px}.footer-brand img{filter:brightness(0) invert(1);opacity:.96}.footer-brand p{color:rgba(255,255,255,.68);line-height:1.7;max-width:300px}.footer-brand small{color:#79cdaa}.footer-social{display:flex;gap:10px;margin-top:22px}.footer-social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;font-weight:800}.footer-links,.footer-contact-card{display:flex;flex-direction:column;gap:12px}.site-footer-premium h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.13em;color:#80d4b2;margin:3px 0 10px}.site-footer-premium a,.site-footer-premium p{color:rgba(255,255,255,.7);text-decoration:none;margin:0}.site-footer-premium a:hover{color:#fff}.footer-contact-card{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.035)}.footer-contact-btn{margin-top:8px;padding:10px 13px;border-radius:10px;background:#fff;color:#0b5d46!important;text-align:center;font-weight:800}.footer-bottom-premium{border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:22px;padding-bottom:24px;color:rgba(255,255,255,.55);font-size:.88rem}.footer-bottom-premium>div{display:flex;gap:10px;align-items:center}.footer-lang{border:1px solid rgba(255,255,255,.16);background:transparent;color:#fff;border-radius:8px;padding:6px 8px;cursor:pointer}.footer-lang.is-active{background:#fff;color:#0b5d46}
@media(max-width:1000px){.trust-centre-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-contact-card{grid-column:1/-1}.final-cta-inner{grid-template-columns:1fr}.final-cta-actions{flex-direction:row;min-width:0}.trust-centre-head{grid-template-columns:1fr;gap:20px}}
@media(max-width:720px){.trust-centre-grid,.experience-grid{grid-template-columns:1fr}.trust-tile{min-height:0}.trust-note{display:block}.trust-note strong{display:block;margin-bottom:6px}.final-cta{padding:62px 0}.final-cta-actions{flex-direction:column}.footer-main{grid-template-columns:1fr 1fr;gap:34px}.footer-brand,.footer-contact-card{grid-column:1/-1}.footer-bottom-premium{align-items:flex-start;flex-direction:column}.experience-card{min-height:0}}
@media(prefers-reduced-motion:reduce){.trust-tile,.experience-card,.final-cta *{transition:none!important}}

/* Final footer identity refinements */
.footer-logo{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;padding:10px 14px;box-shadow:0 12px 30px rgba(0,0,0,.14);max-width:330px}
.footer-logo img{width:100%;height:auto;filter:none!important;opacity:1!important}
.footer-social{flex-wrap:wrap;align-items:center}
.footer-social a{width:auto;min-width:40px;height:40px;padding:0 11px;gap:7px;border-radius:999px}
.footer-social a svg,.footer-contact-link svg{width:18px;height:18px;fill:currentColor;flex:0 0 auto}
.footer-social a span{font-size:.78rem;font-weight:800;letter-spacing:.01em}
.footer-contact-link{display:inline-flex;align-items:center;gap:10px}
.footer-contact-link span{font-weight:700}
@media(max-width:520px){.footer-logo{max-width:100%;padding:8px 10px}.footer-social a{padding:0 10px}.footer-social a span{font-size:.74rem}}


/* Final footer symbol integration */
.footer-logo.footer-symbol{
  position:relative;
  width:176px;
  height:154px;
  max-width:none;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  isolation:isolate;
}
.footer-symbol-glow{
  position:absolute;
  inset:14% 5% 4%;
  z-index:-1;
  border-radius:50%;
  background:radial-gradient(circle at 46% 43%,rgba(125,211,92,.18),rgba(25,172,220,.11) 46%,transparent 73%);
  filter:blur(20px);
  opacity:.8;
  pointer-events:none;
}
.footer-logo.footer-symbol img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.22))!important;
  opacity:1!important;
}
.footer-tagline{
  display:block;
  margin:8px 0 10px;
  color:#dff6eb!important;
  font-size:.83rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.footer-social{
  gap:10px;
  flex-wrap:nowrap;
}
.footer-social a{
  width:42px;
  min-width:42px;
  height:42px;
  padding:0;
  border-radius:50%;
  transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease;
}
.footer-social a:hover,
.footer-social a:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(128,212,178,.55);
  background:rgba(255,255,255,.07);
  box-shadow:0 8px 22px rgba(0,0,0,.2),0 0 18px rgba(78,199,157,.12);
}
.footer-social a span{display:none!important}
@media(max-width:520px){
  .footer-logo.footer-symbol{width:148px;height:130px;padding:0}
  .footer-social a{width:42px;min-width:42px;height:42px;padding:0}
}
@media(prefers-reduced-motion:reduce){
  .footer-social a{transition:none}
  .footer-social a:hover,.footer-social a:focus-visible{transform:none}
}

/* Phase 2 visual integration preview — structure preserved */
.hero-visual-frame{overflow:hidden;background:#edf6f2}
.hero-visual-frame img{width:100%;height:100%;min-height:540px;object-fit:cover;object-position:54% center;display:block}
.issue-card{overflow:hidden;padding-top:0!important}
.issue-media{height:128px;margin:0 -1px 20px;overflow:hidden;background:#eef7f3}
.issue-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.issue-card:hover .issue-media img{transform:scale(1.045)}
.issue-card .issue-icon{margin-left:22px}
.issue-card .issue-copy{padding-left:22px;padding-right:22px}
.issue-card .issue-number{right:20px}
.industry-card{overflow:hidden;padding-top:0!important}
.industry-media{height:145px;margin:0 -1px 20px;overflow:hidden;background:#eaf4ef}
.industry-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.industry-card:hover .industry-media img{transform:scale(1.045)}
.industry-card>.industry-icon,.industry-card>.industry-index,.industry-card>h3,.industry-card>p,.industry-card>.industry-tags,.industry-card>.industry-link{margin-left:22px;margin-right:22px}
.choose-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.product-visual img,.featured-product-media img{object-fit:contain!important;border-radius:18px}
@media(max-width:860px){.hero-visual-frame img{min-height:430px}.issue-media{height:150px}.industry-media{height:175px}}
@media(max-width:560px){.hero-visual-frame img{min-height:340px;object-position:57% center}.issue-media,.industry-media{height:185px}}


/* =========================================================
   PHASE 2A — VISUAL REFINEMENT PASS
   Structure remains frozen. This block controls photography,
   neutral awaiting-asset states and responsive visual balance.
   ========================================================= */

/* The old floating hero status card was removed from markup. */
.hero-visual{isolation:isolate}
.hero-visual-frame{
  padding:0!important;
  border-radius:30px!important;
  border:1px solid rgba(15,103,79,.12);
  background:#eef7f3;
  box-shadow:0 28px 70px rgba(13,67,54,.16);
}
.hero-visual-frame::before,
.hero-visual-frame::after{display:none!important}
.hero-visual-frame img{
  min-height:520px!important;
  border-radius:29px;
  object-position:58% center!important;
}

/* One photographic finish across all approved production images. */
.visual-production-photo{
  filter:saturate(.88) contrast(.97) brightness(1.025) sepia(.025);
}
.issue-media,.industry-media,.featured-product-media,.product-visual{
  border:1px solid rgba(13,103,77,.08);
}
.issue-media img,.industry-media img{
  object-position:center center;
}

/* Honest, restrained awaiting-asset treatment — no unrelated imagery. */
.visual-awaiting{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 25%,rgba(44,174,201,.12),transparent 30%),
    radial-gradient(circle at 22% 78%,rgba(58,159,100,.13),transparent 34%),
    linear-gradient(145deg,#f7fbf9,#eaf5f1)!important;
}
.visual-awaiting::before{
  content:"";
  position:absolute;
  inset:18% 22%;
  border-radius:999px;
  border:1px solid rgba(14,104,80,.10);
  box-shadow:
    0 0 0 18px rgba(255,255,255,.32),
    0 0 0 38px rgba(255,255,255,.18);
}
.visual-awaiting::after{
  content:"";
  position:absolute;
  width:12px;height:12px;border-radius:50%;
  left:50%;top:50%;transform:translate(-50%,-50%);
  background:linear-gradient(135deg,var(--leaf),var(--sky));
  box-shadow:0 0 28px rgba(41,169,150,.36);
}
.product-visual.visual-awaiting{min-height:245px}
.featured-product-media.visual-awaiting{min-height:290px}
.choose-visual.visual-awaiting{
  background:
    radial-gradient(circle at 30% 25%,rgba(69,185,218,.18),transparent 29%),
    radial-gradient(circle at 72% 72%,rgba(72,173,104,.18),transparent 34%),
    linear-gradient(145deg,#dcefea,#f3faf7)!important;
}
.choose-visual.visual-awaiting::before{
  inset:20% 28%;
  border-color:rgba(255,255,255,.55);
  box-shadow:0 0 0 30px rgba(255,255,255,.20),0 0 0 64px rgba(255,255,255,.10);
}
.choose-visual.visual-awaiting::after{display:none}

/* Balanced image rhythm. */
.issue-media{height:142px}
.industry-media{height:158px}
.product-visual img{width:100%;height:245px;object-fit:cover!important;object-position:center}
.featured-product-media img{width:100%;height:290px;object-fit:cover!important;object-position:center}

@media(max-width:860px){
  .hero-visual-frame img{min-height:410px!important;object-position:60% center!important}
  .issue-media{height:158px}
  .industry-media{height:180px}
}
@media(max-width:560px){
  .hero-visual-frame{border-radius:24px!important}
  .hero-visual-frame img{min-height:320px!important;border-radius:23px;object-position:61% center!important}
  .issue-media,.industry-media{height:170px}
  .product-visual img{height:220px}
  .featured-product-media img{height:245px}
}

/* =========================================================
   WAVE 1 — V001 + V002 HERO ASSET INTEGRATION
   Only the frozen hero visual is affected.
   ========================================================= */
.hero-visual{
  padding-bottom:72px;
}
.hero-visual-frame .hero-main-photo{
  width:100%;
  height:100%;
  min-height:520px!important;
  object-fit:cover;
  object-position:50% center!important;
  display:block;
}
.hero-support-graphic{
  position:absolute;
  z-index:4;
  left:clamp(14px,3vw,34px);
  right:clamp(14px,3vw,34px);
  bottom:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.82);
  border-radius:20px;
  background:#073f32;
  box-shadow:0 18px 42px rgba(9,55,44,.24);
}
.hero-support-graphic img{
  width:100%;
  height:auto;
  min-height:0!important;
  max-height:148px;
  object-fit:cover;
  object-position:center!important;
  display:block;
  border-radius:0!important;
  filter:saturate(.92) contrast(1.02);
}
@media(max-width:860px){
  .hero-visual{padding-bottom:62px}
  .hero-visual-frame .hero-main-photo{
    min-height:410px!important;
    object-position:50% center!important;
  }
  .hero-support-graphic{left:18px;right:18px;border-radius:17px}
  .hero-support-graphic img{max-height:118px}
}
@media(max-width:560px){
  .hero-visual{padding-bottom:50px}
  .hero-visual-frame .hero-main-photo{
    min-height:320px!important;
    object-position:50% center!important;
    border-radius:23px;
  }
  .hero-support-graphic{left:10px;right:10px;border-radius:14px}
  .hero-support-graphic img{max-height:92px}
}

/* =========================================================
   V001 + V002 PRODUCT-FOCUS REFINEMENT
   Founder feedback: keep beneficiaries as context, but ensure
   the purifier remains clearly visible and unobstructed.
   Frozen hero structure is preserved.
   ========================================================= */
.hero-visual{
  padding-bottom:0!important;
}
.hero-visual-frame .hero-main-photo{
  object-position:72% center!important;
}
.hero-support-graphic{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  width:78%;
  margin:-22px 0 0 18px;
  border-radius:18px;
}
.hero-support-graphic img{
  max-height:118px;
}
@media(max-width:860px){
  .hero-visual-frame .hero-main-photo{
    object-position:68% center!important;
  }
  .hero-support-graphic{
    width:82%;
    margin:-18px 0 0 14px;
  }
}
@media(max-width:560px){
  .hero-visual-frame .hero-main-photo{
    object-position:67% center!important;
  }
  .hero-support-graphic{
    width:calc(100% - 20px);
    margin:-10px 10px 0;
  }
  .hero-support-graphic img{
    max-height:84px;
  }
}

/* =========================================================
   FINAL WAVE 1 HERO CORRECTION — PRODUCT FIRST
   V001 shown uncropped; V002 rebuilt as accessible HTML/CSS badges.
   ========================================================= */
.hero-visual{
  padding-bottom:0!important;
}
.hero-visual-frame{
  padding:14px!important;
  overflow:hidden!important;
}
.hero-visual-frame::after{
  display:none!important;
}
.hero-visual-frame .hero-main-photo{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  border-radius:28px!important;
  filter:none!important;
}
.hero-visual:hover .hero-visual-frame .hero-main-photo{
  transform:none!important;
}
.hero-support-graphic{
  display:none!important;
}
.hero-feature-badges{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
.hero-feature-badge{
  min-width:0;
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 9px;
  border:1px solid rgba(19,103,78,.13);
  border-radius:14px;
  background:rgba(255,255,255,.94);
  box-shadow:0 8px 20px rgba(18,74,57,.07);
}
.hero-feature-icon{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#28785b;
  background:linear-gradient(145deg,#edf8f2,#dff2e8);
}
.hero-feature-icon svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-feature-badge>span:last-child{
  display:flex;
  min-width:0;
  flex-direction:column;
  line-height:1.05;
}
.hero-feature-badge strong{
  color:#174f3e;
  font-size:.72rem;
  letter-spacing:.01em;
}
.hero-feature-badge small{
  margin-top:3px;
  color:#687d75;
  font-size:.61rem;
  white-space:nowrap;
}
@media(max-width:1120px){
  .hero-feature-badges{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:860px){
  .hero-visual-frame{padding:10px!important}
  .hero-visual-frame .hero-main-photo{border-radius:22px!important}
  .hero-feature-badges{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
  .hero-feature-badge{padding:8px 6px;gap:6px}
  .hero-feature-icon{width:26px;height:26px;flex-basis:26px}
  .hero-feature-badge strong{font-size:.65rem}
  .hero-feature-badge small{font-size:.56rem}
}
@media(max-width:620px){
  .hero-feature-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .hero-feature-badge:last-child{grid-column:1/-1;justify-content:center}
  .hero-feature-badge{padding:10px}
  .hero-feature-badge strong{font-size:.72rem}
  .hero-feature-badge small{font-size:.62rem}
}

/* =========================================================
   WAVE 1 COMPLETE ASSET INTEGRATION — V001–V008
   Frozen layout preserved; only approved imagery, crop control,
   and minor hero vertical spacing are refined.
   ========================================================= */
@media (min-width:861px){
  .hero{min-height:auto!important;align-items:flex-start!important}
  .hero-grid{padding-top:34px!important;padding-bottom:72px!important}
}
.issue-media img{object-position:center center}
.issue-media--v003 img{object-position:center 48%}
.issue-media--v004 img{object-position:58% 50%}
.issue-media--v005 img{object-position:53% 50%}
.issue-media--v006 img{object-position:51% 50%}
.issue-media--v007 img{object-position:52% 50%}
.issue-media--v008 img{object-position:51% 52%}
@media(max-width:860px){
  .hero-grid{padding-top:38px!important}
  .issue-media--v004 img{object-position:60% 50%}
  .issue-media--v005 img{object-position:55% 50%}
  .issue-media--v006 img{object-position:52% 50%}
}
@media(max-width:560px){
  .hero-grid{padding-top:28px!important}
  .issue-media--v003 img{object-position:center 45%}
  .issue-media--v004 img{object-position:61% 50%}
  .issue-media--v005 img{object-position:57% 50%}
  .issue-media--v006 img{object-position:53% 50%}
  .issue-media--v007 img{object-position:53% 50%}
  .issue-media--v008 img{object-position:52% 52%}
}


/* =========================================================
   WHY IAQ PROFESSIONAL REFINEMENT — APPROVED
   Larger editorial imagery, no internal numbering, clearer
   medium-sized PM2.5 AQI guide. Frozen section structure kept.
   ========================================================= */
.why-intro{
  grid-template-columns:minmax(0,1.02fr) minmax(470px,.98fr);
  gap:54px;
  align-items:center;
}
.why-iaq-guide{
  display:block;
  padding:26px 28px 24px;
  border-radius:26px;
}
.iaq-guide-heading small{
  display:block;
  margin-bottom:6px;
  color:var(--emerald);
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.iaq-guide-heading h3{
  margin:0 0 8px;
  color:var(--ink);
  font-size:1.35rem;
  line-height:1.15;
  letter-spacing:-.025em;
}
.iaq-guide-heading p{
  margin:0;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.55;
}
.iaq-levels{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:5px;
  margin-top:20px;
}
.iaq-level{
  min-height:78px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:12px 9px 10px;
  border-radius:12px;
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.20);
}
.iaq-level strong{
  font-size:.68rem;
  line-height:1.18;
}
.iaq-level span{
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.02em;
}
.iaq-good{background:#2f9e67}
.iaq-moderate{background:#a58f16}
.iaq-sensitive{background:#d97706}
.iaq-unhealthy{background:#c94b47}
.iaq-very-unhealthy{background:#7b4da8}
.iaq-hazardous{background:#7b2737}
.iaq-guide-note{
  margin:13px 0 0!important;
  color:#71847c!important;
  font-size:.72rem!important;
  line-height:1.45!important;
}
.issue-grid-refined{
  gap:22px;
}
.issue-card{
  min-height:0;
  padding:0 0 28px;
  border-radius:28px;
}
.issue-media{
  height:248px!important;
  margin:0 0 22px!important;
  border-radius:27px 27px 0 0;
}
.issue-icon{
  margin:0 30px 22px;
}
.issue-copy{
  padding:0 30px;
}
.issue-copy h3{
  font-size:1.17rem;
}
.issue-copy p{
  max-width:none;
  font-size:.94rem;
}
.issue-number{display:none!important}
@media(max-width:1100px){
  .why-intro{grid-template-columns:1fr;gap:34px}
  .why-iaq-guide{max-width:none}
  .iaq-levels{grid-template-columns:repeat(3,minmax(0,1fr))}
  .iaq-level{min-height:70px}
  .issue-media{height:230px!important}
}
@media(max-width:760px){
  .issue-grid-refined{grid-template-columns:1fr}
  .issue-media{height:260px!important}
}
@media(max-width:560px){
  .why-iaq-guide{padding:21px 18px 18px}
  .iaq-levels{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .iaq-level{min-height:66px;padding:10px 9px}
  .issue-card{padding-bottom:24px}
  .issue-media{height:220px!important;margin-bottom:20px!important}
  .issue-icon{margin:0 22px 18px}
  .issue-copy{padding:0 22px}
}


/* Wave 2 — Products & Solutions visual integration */
.solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.solution-card-refined{padding:0 24px 24px;overflow:hidden;min-height:440px}
.solution-media{height:205px;margin:0 -24px 22px;overflow:hidden;background:#edf7f2}
.solution-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.solution-card-refined:hover .solution-media img{transform:scale(1.035)}
.solution-card-top{margin-bottom:15px}
.solution-card-body p{min-height:70px}

.product-card-refined{min-height:360px}
.product-visual{min-height:360px;padding:0!important;overflow:hidden}
.product-visual:after{display:none}
.product-visual img{position:static!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:none!important;transform:none!important}
.product-card-refined:hover .product-visual img{transform:scale(1.025)!important}
.product-number,.product-type{z-index:2}
.product-type{background:rgba(255,255,255,.9);backdrop-filter:blur(8px)}

.featured-product-media{height:315px;padding:0}
.featured-product-media:after{display:none}
.featured-product-media img{width:100%;height:100%;object-fit:cover;filter:none}
.featured-product-card:hover img{transform:scale(1.025)}

.featured-technology-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}
.featured-technology-card{overflow:hidden;border-radius:25px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);box-shadow:0 18px 45px rgba(0,0,0,.14)}
.featured-technology-media{height:245px;overflow:hidden;background:#eef7f3}
.featured-technology-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.featured-technology-card:hover .featured-technology-media img{transform:scale(1.03)}
.featured-technology-copy{padding:22px 23px 24px}
.featured-technology-copy h3{color:#fff;font-size:1.22rem;margin:0 0 8px}
.featured-technology-copy p{color:rgba(255,255,255,.7);line-height:1.6;font-size:.9rem;margin:0}

@media(max-width:1080px){
  .solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .featured-technology-grid{grid-template-columns:1fr 1fr}
  .featured-technology-card:last-child{grid-column:1/-1;max-width:calc(50% - 11px)}
}
@media(max-width:720px){
  .solutions-grid{grid-template-columns:1fr}
  .solution-card-refined{min-height:0}
  .solution-media{height:230px}
  .product-visual{min-height:255px}
  .featured-product-media{height:255px}
  .featured-technology-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:14px}
  .featured-technology-card,.featured-technology-card:last-child{min-width:min(86vw,360px);max-width:none;grid-column:auto;scroll-snap-align:start}
  .featured-technology-media{height:230px}
}

/* Wave 3 — Founder-approved Industries visual integration */
.industry-media .wave3-industry-photo{width:100%;height:100%;object-fit:cover;object-position:center center;}
.industry-media .wave3-homes{object-position:50% 52%;}.industry-media .wave3-offices{object-position:53% 51%;}.industry-media .wave3-hotels{object-position:50% 50%;}.industry-media .wave3-hospitals{object-position:51% 49%;}.industry-media .wave3-schools{object-position:51% 50%;}.industry-media .wave3-retail{object-position:50% 50%;}.industry-media .wave3-government{object-position:52% 50%;}.industry-media .wave3-industrial{object-position:51% 50%;}
@media (max-width:760px){.industry-media .wave3-homes{object-position:48% 52%;}.industry-media .wave3-offices{object-position:55% 50%;}.industry-media .wave3-hotels{object-position:51% 50%;}.industry-media .wave3-hospitals{object-position:54% 50%;}.industry-media .wave3-schools{object-position:54% 50%;}.industry-media .wave3-retail{object-position:52% 50%;}.industry-media .wave3-government{object-position:54% 50%;}.industry-media .wave3-industrial{object-position:53% 50%;}}

/* Wave 3 Professional Refinement — Founder approved */
.industry-grid-refined .industry-card{
  padding:0 0 26px!important;
  min-height:440px;
}
.industry-grid-refined .industry-card .industry-media{
  width:100%;
  height:232px;
  margin:0 0 22px!important;
  border-radius:24px 24px 0 0;
  flex:0 0 auto;
}
.industry-grid-refined .industry-card>.industry-icon{
  width:48px;
  height:48px;
  margin:0 24px 18px!important;
  border-radius:15px;
}
.industry-grid-refined .industry-card>.industry-index{
  display:none!important;
}
.industry-grid-refined .industry-card>h3,
.industry-grid-refined .industry-card>p,
.industry-grid-refined .industry-card>.industry-tags,
.industry-grid-refined .industry-card>.industry-link{
  margin-left:24px;
  margin-right:24px;
}
.industry-grid-refined .industry-card>h3{margin-top:0;margin-bottom:8px}
.industry-grid-refined .industry-card>p{margin-top:0;margin-bottom:15px;line-height:1.55}
.industry-grid-refined .industry-card>.industry-tags{margin-bottom:18px}
.industry-grid-refined .industry-card>.industry-link{margin-top:auto}

@media(max-width:1080px){
  .industry-grid-refined .industry-card{min-height:430px}
  .industry-grid-refined .industry-card .industry-media{height:245px}
}
@media(max-width:760px){
  .industry-grid-refined .industry-card{min-height:0;padding-bottom:24px!important}
  .industry-grid-refined .industry-card .industry-media{height:220px;margin-bottom:20px!important}
}
@media(max-width:420px){
  .industry-grid-refined .industry-card .industry-media{height:205px}
  .industry-grid-refined .industry-card>.industry-icon,
  .industry-grid-refined .industry-card>h3,
  .industry-grid-refined .industry-card>p,
  .industry-grid-refined .industry-card>.industry-tags,
  .industry-grid-refined .industry-card>.industry-link{margin-left:20px;margin-right:20px}
}


/* Wave 4 — Trust & Support premium visual integration */
.choose-visual{min-height:690px}
.choose-visual .wave4-feature-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%;display:block}
.choose-benefit{padding:0 0 24px;overflow:hidden;display:flex;flex-direction:column}
.choose-benefit-media{height:215px;margin:0 0 22px;overflow:hidden;background:#eaf4f0;border-bottom:1px solid rgba(18,91,76,.1)}
.choose-benefit-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.choose-benefit:hover .choose-benefit-media img{transform:scale(1.025)}
.choose-benefit>.choose-benefit-icon,.choose-benefit>h3,.choose-benefit>p{margin-left:24px;margin-right:24px}
.choose-benefit>.choose-benefit-icon{margin-bottom:18px}
.choose-benefit>p{margin-bottom:0}
.choose-benefit:nth-child(1) .choose-benefit-media img{object-position:54% center}
.choose-benefit:nth-child(2) .choose-benefit-media img{object-position:62% center}
.choose-benefit:nth-child(3) .choose-benefit-media img{object-position:58% center}
.choose-benefit:nth-child(4) .choose-benefit-media img{object-position:50% 56%}
.choose-benefit:nth-child(5) .choose-benefit-media img{object-position:51% center}
.choose-benefit:nth-child(6) .choose-benefit-media img{object-position:50% center}

.trust-centre-grid{align-items:stretch}
.trust-tile{padding:0 0 25px;overflow:hidden;display:flex;flex-direction:column;min-height:430px}
.trust-tile-media{height:205px;overflow:hidden;background:#eaf4f0;border-bottom:1px solid rgba(14,107,79,.1);margin-bottom:20px}
.trust-tile-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.trust-tile:hover .trust-tile-media img{transform:scale(1.025)}
.trust-tile>.trust-icon,.trust-tile>h3,.trust-tile>p{margin-left:24px;margin-right:24px}
.trust-tile>.trust-icon{width:42px;height:42px;border-radius:13px;margin-bottom:16px}
.trust-tile:nth-child(1) .trust-tile-media img{object-position:53% center}
.trust-tile:nth-child(2) .trust-tile-media img{object-position:48% center}
.trust-tile:nth-child(3) .trust-tile-media img{object-position:50% center}
.trust-tile:nth-child(4) .trust-tile-media img{object-position:50% center}
.trust-partnership{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);min-height:355px;margin-top:28px;border-radius:28px;overflow:hidden;background:#0b3c35;color:#fff;box-shadow:0 22px 55px rgba(10,59,52,.17)}
.trust-partnership-media{min-height:355px;overflow:hidden}
.trust-partnership-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.trust-partnership-copy{padding:46px 42px;display:flex;flex-direction:column;justify-content:center}
.trust-partnership-copy small{text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#8fd9c9;font-size:.7rem;margin-bottom:12px}
.trust-partnership-copy h3{font-size:clamp(1.45rem,2vw,2rem);line-height:1.25;color:#fff;margin:0 0 14px}
.trust-partnership-copy p{margin:0;color:rgba(255,255,255,.76);line-height:1.75}

@media(max-width:1020px){
 .choose-benefit-media{height:235px}
 .trust-partnership{grid-template-columns:1fr}
 .trust-partnership-media{min-height:390px}
 .trust-partnership-copy{padding:34px}
}
@media(max-width:820px){
 .choose-benefit-media{height:225px}
 .trust-tile-media{height:230px}
}
@media(max-width:560px){
 .choose-visual{min-height:520px}
 .choose-visual .wave4-feature-photo{object-position:54% center}
 .choose-benefit-media{height:220px;margin-bottom:20px}
 .choose-benefit>.choose-benefit-icon,.choose-benefit>h3,.choose-benefit>p{margin-left:21px;margin-right:21px}
 .trust-tile{min-height:0}
 .trust-tile-media{height:220px}
 .trust-partnership-media{min-height:260px}
 .trust-partnership-media img{object-position:57% center}
 .trust-partnership-copy{padding:28px 24px}
}
@media(prefers-reduced-motion:reduce){.choose-benefit-media img,.trust-tile-media img{transition:none}.choose-benefit:hover .choose-benefit-media img,.trust-tile:hover .trust-tile-media img{transform:none}}

/* Wave 4 Professional Refinement — Founder approved */
.choose-showcase{grid-template-columns:1fr;gap:26px}
.choose-visual{min-height:545px}
.choose-visual .wave4-feature-photo{object-position:center 53%}
.choose-visual-overlay{max-width:620px}
.choose-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.choose-pair-card{overflow:hidden;border:1px solid rgba(18,91,76,.12);border-radius:27px;background:rgba(255,255,255,.92);box-shadow:0 18px 46px rgba(26,76,66,.075);transition:transform .3s ease,box-shadow .3s ease}
.choose-pair-card:hover{transform:translateY(-5px);box-shadow:0 25px 56px rgba(26,76,66,.12)}
.choose-pair-media{display:grid;grid-template-columns:1.12fr .88fr;height:255px;gap:3px;background:#dcebe6;overflow:hidden}
.choose-pair-photo{overflow:hidden}
.choose-pair-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.choose-pair-card:hover .choose-pair-photo img{transform:scale(1.025)}
.choose-pair-card:nth-child(1) .choose-pair-photo-1 img{object-position:52% center}.choose-pair-card:nth-child(1) .choose-pair-photo-2 img{object-position:57% center}
.choose-pair-card:nth-child(2) .choose-pair-photo-1 img{object-position:61% center}.choose-pair-card:nth-child(2) .choose-pair-photo-2 img{object-position:49% center}
.choose-pair-card:nth-child(3) .choose-pair-photo-1 img{object-position:49% 55%}.choose-pair-card:nth-child(3) .choose-pair-photo-2 img{object-position:50% center}
.choose-pair-head{padding:23px 24px 17px;border-bottom:1px solid rgba(18,91,76,.1)}
.choose-pair-head small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--emerald);font-weight:850;font-size:.67rem;margin-bottom:7px}
.choose-pair-head h3{font-size:1.16rem;line-height:1.35;margin:0}
.choose-pair-messages{display:grid;gap:0}
.choose-pair-message{position:relative;padding:20px 24px 22px 82px;min-height:132px}
.choose-pair-message+ .choose-pair-message{border-top:1px solid rgba(18,91,76,.1)}
.choose-pair-message .choose-benefit-icon{position:absolute;left:24px;top:22px;width:42px;height:42px;margin:0;border-radius:13px}
.choose-pair-message h3{font-size:.98rem;margin:0 0 7px}
.choose-pair-message p{font-size:.84rem;line-height:1.58;margin:0;color:var(--muted)}

.trust-centre-grid{gap:18px}
.trust-tile{min-height:480px;padding-bottom:27px}
.trust-tile-media{height:270px;margin-bottom:22px}
.trust-tile>.trust-icon{width:38px;height:38px;margin-bottom:14px}
.trust-tile>.trust-icon,.trust-tile>h3,.trust-tile>p{margin-left:22px;margin-right:22px}
.trust-tile>p{line-height:1.62}
.trust-partnership{grid-template-columns:minmax(0,3fr) minmax(330px,2fr);min-height:440px;margin-top:34px}
.trust-partnership-media{min-height:440px}
.trust-partnership-media img{object-position:54% center}
.trust-partnership-copy{padding:54px 48px}
.trust-partnership-copy h3{font-size:clamp(1.65rem,2.2vw,2.3rem)}

@media(max-width:1100px){
 .choose-benefits{grid-template-columns:1fr}
 .choose-pair-card{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}
 .choose-pair-media{height:auto;min-height:330px}
 .choose-pair-head,.choose-pair-messages{grid-column:2}
 .choose-pair-head{grid-row:1}
 .choose-pair-messages{grid-row:2}
 .choose-pair-media{grid-column:1;grid-row:1/3}
}
@media(max-width:820px){
 .choose-visual{min-height:500px}
 .choose-pair-card{display:block}
 .choose-pair-media{height:285px;min-height:0}
 .trust-tile-media{height:245px}
 .trust-partnership{grid-template-columns:1fr;min-height:0}
 .trust-partnership-media{min-height:380px}
}
@media(max-width:560px){
 .choose-visual{min-height:470px}
 .choose-visual .wave4-feature-photo{object-position:56% center}
 .choose-pair-media{height:235px;grid-template-columns:1fr 1fr}
 .choose-pair-head{padding:20px 20px 15px}
 .choose-pair-message{padding:18px 20px 20px 72px;min-height:0}
 .choose-pair-message .choose-benefit-icon{left:20px;top:20px;width:38px;height:38px}
 .trust-tile-media{height:225px}
 .trust-partnership-media{min-height:280px}
 .trust-partnership-copy{padding:31px 25px}
}
@media(prefers-reduced-motion:reduce){.choose-pair-card,.choose-pair-photo img{transition:none}.choose-pair-card:hover{transform:none}.choose-pair-card:hover .choose-pair-photo img{transform:none}}

/* =========================================================
   PRE-WAVE-5 FULL-PAGE PROFESSIONAL REFINEMENT
   Founder-approved structural preservation pass
   ========================================================= */

/* Product Categories — clearer products, less room clutter */
.product-grid-refined{gap:20px!important}
.product-card-refined{min-height:0!important;border-radius:24px!important;overflow:hidden}
.product-card-refined .product-visual{height:285px!important;min-height:285px!important;background:#eef7f3!important}
.product-card-refined .product-visual:before{display:none!important}
.product-card-refined .product-visual img{width:100%!important;height:100%!important;object-fit:cover!important;filter:none!important;transition:transform .35s ease!important}
.product-card-refined:nth-child(1) .product-visual img{object-position:56% 57%!important;transform:scale(1.13)!important}
.product-card-refined:nth-child(2) .product-visual img{object-position:58% 55%!important;transform:scale(1.12)!important}
.product-card-refined:nth-child(3) .product-visual img{object-position:61% 54%!important;transform:scale(1.12)!important}
.product-card-refined:nth-child(4) .product-visual img{object-position:62% 52%!important;transform:scale(1.08)!important}
.product-card-refined:hover .product-visual img{transform:scale(1.16)!important}
.product-card-refined:nth-child(4):hover .product-visual img{transform:scale(1.12)!important}
.product-number{display:none!important}
.product-type{top:16px!important;left:16px!important;right:auto!important;background:rgba(255,255,255,.9)!important;backdrop-filter:blur(8px);box-shadow:0 8px 22px rgba(12,73,54,.09)}
.product-content{padding:23px 24px 25px!important}
.product-content h3{margin-bottom:7px!important}
.product-content p{min-height:0!important;margin-bottom:18px!important;line-height:1.55!important}
.products-guidance{margin-top:22px!important;padding:22px 25px!important}

/* IAQ and Solutions — controlled density and stronger hierarchy */
.issue-grid{gap:17px!important}
.issue-card{min-height:0!important}
.issue-card .issue-media{height:185px!important}
.issue-card .issue-content,.issue-card-body{padding-top:18px!important;padding-bottom:20px!important}
.issue-card p{min-height:0!important}
.solutions-grid-refined{gap:18px!important}
.solution-card-refined{min-height:0!important}
.solution-card-refined .solution-media{height:210px!important}
.solution-card-refined .solution-card-top{padding-top:18px!important}
.solution-card-refined .solution-card-body{padding-top:8px!important}
.solution-card-refined .solution-card-body p{min-height:0!important;margin-bottom:15px!important}
.solution-card-refined .solution-link{margin-top:6px!important}
.solutions-note{margin-top:24px!important}

/* Industries — shorter, tighter cards while retaining meaningful imagery */
.industry-grid-refined{gap:17px!important}
.industry-grid-refined .industry-card{min-height:0!important;padding:0 0 20px!important;border-radius:22px!important}
.industry-grid-refined .industry-card .industry-media{height:188px!important;margin:0 0 16px!important}
.industry-grid-refined .industry-card .industry-media img{object-fit:cover!important}
.industry-grid-refined .industry-card>.industry-icon{width:42px!important;height:42px!important;border-radius:13px!important;margin:0 19px 13px!important}
.industry-grid-refined .industry-card>.industry-icon svg{width:23px!important;height:23px!important}
.industry-grid-refined .industry-card>h3,
.industry-grid-refined .industry-card>p,
.industry-grid-refined .industry-card>.industry-tags,
.industry-grid-refined .industry-card>.industry-link{margin-left:19px!important;margin-right:19px!important}
.industry-grid-refined .industry-card>h3{font-size:1.12rem!important;margin-bottom:6px!important}
.industry-grid-refined .industry-card>p{font-size:.82rem!important;line-height:1.5!important;margin-bottom:12px!important}
.industry-grid-refined .industry-card>.industry-tags{gap:6px!important;margin-bottom:13px!important}
.industry-grid-refined .industry-card>.industry-tags span{padding:5px 8px!important;font-size:.63rem!important}
.industry-grid-refined .industry-card>.industry-link{font-size:.76rem!important;margin-top:auto!important}
.industries-assist{margin-top:24px!important;padding:25px 28px!important}

/* Consultation — reduce excessive vertical footprint */
.enquiry-refined,.enquiry{padding-top:72px!important;padding-bottom:72px!important}
.enquiry-shell-refined,.enquiry-layout{gap:46px!important;align-items:start!important}
.enquiry-copy h3{font-size:clamp(2rem,3.3vw,3.2rem)!important;margin-bottom:14px!important}
.enquiry-copy>p{margin-bottom:18px!important}
.contact-choice-grid{gap:12px!important;margin-top:20px!important}
.contact-choice{min-height:112px!important;padding:17px!important}
.consultation-steps{margin:24px 0 20px!important;gap:13px!important}
.consultation-steps li{grid-template-columns:42px 1fr!important;gap:12px!important}
.consultation-steps li>span{width:38px!important;height:38px!important}
.response-note{padding-top:17px!important}
.enquiry-form-refined{padding:27px!important}
.enquiry-form-refined .form-grid{gap:15px!important}
.enquiry-form-refined label{margin-bottom:5px!important}
.enquiry-form-refined input,.enquiry-form-refined select,.enquiry-form-refined textarea{padding:12px 13px!important}
.enquiry-form-refined textarea{min-height:112px!important}

/* FAQ — retain functionality while shortening the journey */
.faq-knowledge{padding-top:78px!important;padding-bottom:78px!important}
.faq-hero{gap:44px!important;margin-bottom:24px!important}
.faq-category-tabs{margin-bottom:22px!important;padding:8px!important}
.faq-tab{padding:8px 13px!important}
.faq-layout{grid-template-columns:270px minmax(0,1fr)!important;gap:22px!important}
.faq-popular{padding:21px!important;border-radius:22px!important}
.faq-popular h3{margin-bottom:14px!important}
.faq-popular>button{padding:12px 0!important}
.faq-mini-note{margin-top:11px!important;padding:15px!important}
.faq-accordion{gap:8px!important}
.faq-item{border-radius:17px!important}
.faq-item summary{grid-template-columns:34px 1fr 25px!important;gap:11px!important;padding:16px 19px!important;font-size:.88rem!important}
.faq-answer{padding:0 52px 17px 64px!important}
.faq-answer p{font-size:.88rem!important;line-height:1.62!important}
.faq-assist{margin-top:23px!important;padding:24px 27px!important}

/* Quality, Documentation & Support — neater card rhythm */
.trust-centre,.standards{padding-top:78px!important;padding-bottom:78px!important}
.trust-centre-grid,.trust-grid,.standards-grid{gap:16px!important}
.trust-centre-card,.trust-card,.standard-card{min-height:0!important;border-radius:21px!important;overflow:hidden}
.trust-centre-card .trust-card-media,.trust-card-media,.standard-card-media{height:190px!important}
.trust-centre-card .trust-card-body,.trust-card-body,.standard-card-body{padding:18px 19px 20px!important}
.trust-centre-card h3,.trust-card h3,.standard-card h3{margin-bottom:7px!important}
.trust-centre-card p,.trust-card p,.standard-card p{line-height:1.52!important;margin-bottom:0!important}
.wave4-partnership,.trust-partnership{margin-top:22px!important;min-height:300px!important}

/* Featured Products — clearer separation between products and technology */
.featured-product-grid{margin-bottom:34px!important}
.featured-tech-grid,.featured-technology-grid{padding-top:30px!important;border-top:1px solid rgba(255,255,255,.12)!important;gap:17px!important}
.featured-product-card:first-child{box-shadow:0 20px 48px rgba(0,0,0,.22)!important}

@media(max-width:980px){
  .product-card-refined .product-visual{height:260px!important;min-height:260px!important}
  .industry-grid-refined .industry-card .industry-media{height:178px!important}
  .faq-layout{grid-template-columns:1fr!important}
  .enquiry-refined,.enquiry{padding-top:62px!important;padding-bottom:62px!important}
}
@media(max-width:680px){
  .product-card-refined .product-visual{height:235px!important;min-height:235px!important}
  .product-card-refined:nth-child(n) .product-visual img{transform:scale(1.08)!important;object-position:center 55%!important}
  .product-card-refined:nth-child(4) .product-visual img{transform:scale(1.04)!important}
  .industry-grid-refined .industry-card .industry-media{height:190px!important}
  .industry-grid-refined .industry-card{padding-bottom:18px!important}
  .solution-card-refined .solution-media{height:195px!important}
  .issue-card .issue-media{height:175px!important}
  .enquiry-refined,.enquiry,.faq-knowledge,.trust-centre,.standards{padding-top:54px!important;padding-bottom:54px!important}
  .enquiry-form-refined{padding:21px!important}
  .faq-item summary{padding:15px!important}
  .faq-answer{padding:0 16px 16px 49px!important}
  .trust-centre-card .trust-card-media,.trust-card-media,.standard-card-media{height:205px!important}
}


/* Wave 5 — approved experience visuals and final CTA integration */
.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.experience-card-visual{padding:0;min-height:0;background:#fff;color:var(--ink);border:1px solid rgba(12,91,70,.12);box-shadow:0 18px 46px rgba(9,55,42,.10)}
.experience-card-visual:after{display:none}
.experience-media{aspect-ratio:16/9;overflow:hidden;background:#eaf4ef}
.experience-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.experience-card-visual:hover .experience-media img{transform:scale(1.025)}
.experience-copy{padding:25px 27px 27px}
.experience-card-visual h3{color:var(--ink);font-size:1.28rem;margin:0 0 10px}
.experience-card-visual p{color:var(--muted);line-height:1.66;margin:0 0 18px}
.experience-card-visual small{color:var(--emerald);font-weight:800;text-transform:uppercase;letter-spacing:.075em}
.experience-card-visual:nth-child(1) .experience-media img{object-position:center 54%}
.experience-card-visual:nth-child(2) .experience-media img{object-position:center 48%}
.experience-card-visual:nth-child(3) .experience-media img{object-position:center 49%}
.experience-card-visual:nth-child(4) .experience-media img{object-position:center 50%}
.final-cta{padding:0;background:#0b342a}
.final-cta:before{display:none}
.final-cta-inner{max-width:none;padding:0;display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:0;align-items:stretch}
.final-cta-content{padding:78px clamp(28px,5vw,82px);display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#0b342a,#0f6049)}
.final-cta-media{min-height:520px;overflow:hidden}
.final-cta-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.final-cta-actions{margin-top:28px;flex-direction:row;flex-wrap:wrap;min-width:0}
@media(max-width:1000px){.final-cta-inner{grid-template-columns:1fr}.final-cta-media{min-height:430px}.final-cta-content{padding:62px 6vw}}
@media(max-width:720px){.experience-grid{grid-template-columns:1fr}.experience-copy{padding:22px}.final-cta-media{min-height:320px}.final-cta-media img{object-position:61% center}.final-cta-content{padding:52px 22px}.final-cta-actions{flex-direction:column}}

/* Final pre-production typography, hierarchy and spacing refinement */
:root{--section-title-primary:clamp(2rem,3.15vw,3.15rem);--section-title-secondary:clamp(1.78rem,2.6vw,2.55rem)}
.section{padding-top:92px;padding-bottom:92px}
.section h2,.faq-hero h2,.trust-centre-head h2,.experience-head h2{font-size:var(--section-title-secondary);line-height:1.1;letter-spacing:-.032em;margin-bottom:16px;max-width:18ch}
#why h2,#featured h2,#why-choose h2,#experience h2{font-size:var(--section-title-primary);max-width:17ch}
.section-head{max-width:820px;margin-bottom:40px}.section-head h2{margin-left:auto;margin-right:auto}.section-head p{font-size:1.02rem;line-height:1.68}
html[lang="id"] .section h2,html[lang="id"] .faq-hero h2,html[lang="id"] .trust-centre-head h2,html[lang="id"] .experience-head h2{font-size:clamp(1.68rem,2.35vw,2.35rem);line-height:1.15;max-width:22ch;letter-spacing:-.025em}
html[lang="id"] #why h2,html[lang="id"] #featured h2,html[lang="id"] #why-choose h2,html[lang="id"] #experience h2{font-size:clamp(1.82rem,2.65vw,2.7rem);max-width:21ch}

/* Consultation section: reduce visual weight without compromising usability */
.enquiry-refined,.enquiry{padding-top:76px!important;padding-bottom:76px!important}.enquiry-heading{margin-bottom:26px!important}.enquiry-heading h2{max-width:20ch}.enquiry-copy h3{font-size:clamp(1.55rem,2.2vw,2rem)!important;line-height:1.15}.consultation-steps{gap:14px!important}.consultation-steps li{padding:13px 0!important}.enquiry-form-refined{padding:27px!important}.enquiry-form-refined label{gap:6px!important}.enquiry-form-refined input,.enquiry-form-refined select,.enquiry-form-refined textarea{padding:11px 12px!important}.enquiry-form-refined textarea{min-height:112px}

/* FAQ: quieter hierarchy and tighter rhythm */
.faq-knowledge{padding-top:70px!important;padding-bottom:70px!important}.faq-hero{align-items:center!important;margin-bottom:20px!important}.faq-hero h2{max-width:17ch}.faq-category-tabs{margin-bottom:18px!important}.faq-layout{gap:20px!important}.faq-popular{padding:19px!important}.faq-item summary{padding:14px 18px!important;font-size:.86rem!important}.faq-answer{padding:0 50px 15px 61px!important}.faq-assist{margin-top:19px!important;padding:21px 24px!important}

/* Experience cards: stronger titles, more compact and consistent bodies */
.experience-head{max-width:880px;margin-bottom:30px}.experience-head>p:last-child{font-size:1rem;line-height:1.68}.experience-grid{gap:20px}.experience-copy{padding:21px 23px 23px;display:flex;flex-direction:column;min-height:170px}.experience-card-visual h3{font-size:1.22rem;line-height:1.2;margin-bottom:8px}.experience-card-visual p{font-size:.94rem;line-height:1.58;margin-bottom:13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.experience-card-visual small{margin-top:auto;font-size:.7rem}.experience-disclaimer{margin-top:19px}

/* Final CTA: better Bahasa wrapping and a calmer visual balance */
.final-cta-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.final-cta-content{padding:64px clamp(30px,4.5vw,72px)}.final-cta h2{font-size:clamp(1.9rem,3.2vw,2.85rem);line-height:1.1;letter-spacing:-.03em;max-width:15ch}.final-cta p{line-height:1.65}.final-cta-actions{margin-top:22px}.final-cta-media{min-height:470px}html[lang="id"] .final-cta h2{font-size:clamp(1.72rem,2.8vw,2.45rem);line-height:1.15;max-width:19ch}

/* Functional/support sections should not compete with storytelling sections */
#products h2,#industries h2,#faq h2,#standards h2,#contact h2{font-size:var(--section-title-secondary)}

@media(max-width:860px){.section{padding-top:72px;padding-bottom:72px}.section h2,.faq-hero h2,.trust-centre-head h2,.experience-head h2{max-width:22ch}.enquiry-refined,.enquiry{padding-top:62px!important;padding-bottom:62px!important}.faq-layout{grid-template-columns:1fr!important}.faq-popular{position:relative;top:auto}.final-cta-content{padding:54px 6vw}.final-cta-media{min-height:400px}}
@media(max-width:560px){.section{padding-top:58px;padding-bottom:58px}.section h2,.faq-hero h2,.trust-centre-head h2,.experience-head h2{font-size:clamp(1.55rem,8vw,2rem);line-height:1.14;max-width:none}.section-head{margin-bottom:30px}.section-head p{font-size:.96rem}.enquiry-refined,.enquiry,.faq-knowledge{padding-top:52px!important;padding-bottom:52px!important}.enquiry-form-refined{padding:20px!important}.faq-hero{gap:22px!important}.faq-item summary{padding:13px 14px!important}.faq-answer{padding:0 15px 14px 48px!important}.experience-copy{min-height:0;padding:19px 20px 21px}.experience-card-visual p{-webkit-line-clamp:4}.final-cta-content{padding:46px 20px}.final-cta h2,html[lang="id"] .final-cta h2{font-size:clamp(1.7rem,8.6vw,2.1rem);max-width:18ch}.final-cta-media{min-height:300px}}


/* Final privacy controls and asset deterrence */
img { -webkit-user-drag: none; user-drag: none; }
.footer-cookie-link { border:0; background:transparent; color:inherit; font:inherit; cursor:pointer; padding:.25rem .35rem; opacity:.86; }
.footer-cookie-link:hover, .footer-cookie-link:focus-visible { opacity:1; text-decoration:underline; }
.cookie-consent { position:fixed; z-index:9998; left:50%; bottom:1rem; transform:translateX(-50%); width:min(1080px, calc(100% - 2rem)); display:flex; align-items:center; justify-content:space-between; gap:1.25rem; padding:1rem 1.1rem; border:1px solid rgba(21,86,64,.18); border-radius:18px; background:rgba(252,253,249,.97); box-shadow:0 20px 60px rgba(8,48,37,.22); backdrop-filter:blur(14px); color:#123d31; }
.cookie-consent[hidden], .cookie-modal[hidden] { display:none !important; }
.cookie-consent__copy { max-width:650px; }
.cookie-consent__copy strong { display:block; margin-bottom:.2rem; font-size:1rem; }
.cookie-consent__copy p { margin:0; font-size:.88rem; line-height:1.45; }
.cookie-consent__actions, .cookie-modal__actions { display:flex; flex-wrap:wrap; gap:.55rem; justify-content:flex-end; }
.cookie-btn { min-height:42px; border-radius:999px; padding:.65rem 1rem; font-weight:700; font-size:.84rem; cursor:pointer; border:1px solid #176c50; }
.cookie-btn--primary { background:#176c50; color:#fff; }
.cookie-btn--secondary { background:#fff; color:#145c46; }
.cookie-btn:hover { transform:translateY(-1px); }
.cookie-modal { position:fixed; inset:0; z-index:9999; display:grid; place-items:center; padding:1rem; }
.cookie-modal__backdrop { position:absolute; inset:0; background:rgba(4,30,23,.58); }
.cookie-modal__panel { position:relative; width:min(620px, 100%); max-height:min(760px, calc(100vh - 2rem)); overflow:auto; border-radius:24px; background:#fff; padding:1.5rem; box-shadow:0 28px 80px rgba(0,0,0,.28); color:#123d31; }
.cookie-modal__panel h2 { margin:.2rem 0 .55rem; font-size:clamp(1.55rem, 3vw, 2.15rem); }
.cookie-modal__close { position:absolute; right:1rem; top:1rem; width:38px; height:38px; border-radius:50%; border:1px solid rgba(21,86,64,.18); background:#f4f8f4; cursor:pointer; font-size:1.3rem; }
.cookie-option { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding:1rem 0; border-top:1px solid rgba(21,86,64,.12); }
.cookie-option p { margin:.25rem 0 0; font-size:.86rem; line-height:1.45; color:#46665d; }
.cookie-switch input { position:absolute; opacity:0; pointer-events:none; }
.cookie-switch span { display:block; width:48px; height:28px; border-radius:999px; background:#cbd8d2; position:relative; transition:.2s ease; }
.cookie-switch span::after { content:''; position:absolute; width:22px; height:22px; left:3px; top:3px; border-radius:50%; background:#fff; box-shadow:0 1px 5px rgba(0,0,0,.2); transition:.2s ease; }
.cookie-switch input:checked + span { background:#1c8c66; }
.cookie-switch input:checked + span::after { transform:translateX(20px); }
.cookie-switch input:disabled + span { opacity:.7; }
.cookie-modal-open { overflow:hidden; }
@media (max-width: 820px) { .cookie-consent { align-items:stretch; flex-direction:column; } .cookie-consent__actions { justify-content:stretch; } .cookie-consent__actions .cookie-btn { flex:1 1 150px; } }
@media (max-width: 520px) { .cookie-consent { bottom:.55rem; width:calc(100% - 1rem); border-radius:15px; padding:.85rem; } .cookie-consent__actions { display:grid; grid-template-columns:1fr 1fr; } .cookie-consent__actions .cookie-btn--primary { grid-column:1 / -1; } .cookie-modal__panel { padding:1.2rem; border-radius:18px; } .cookie-modal__actions { display:grid; grid-template-columns:1fr; } }

/* Production form delivery refinements */
.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.field-help{display:block;margin-top:.38rem;color:rgba(255,255,255,.76);font-size:.76rem;line-height:1.35}
.enquiry-form button[disabled]{opacity:.68;cursor:wait}
.form-status strong{font-weight:800}
.js-scroll-top{cursor:pointer}
