/* Enerza Inner v1.3.0 — visual system aligned with the supplied Enerza mock-up */
.enerza-inner{
  --ei-green:#0c6b45;
  --ei-green-dark:#052f26;
  --ei-green-deep:#03271f;
  --ei-lime:#74bd45;
  --ei-orange:#ff7518;
  --ei-soft:#f6f9f7;
  --ei-border:#e3ebe6;
  font-family:var(--ei-font);
  font-size:var(--ei-bsize);
  line-height:1.62;
  color:var(--ei-body);
  background:var(--ei-bg);
  overflow:hidden;
}
.enerza-inner *{box-sizing:border-box}
.enerza-inner img{max-width:100%;height:auto;display:block}
.enerza-inner .enerza-container{width:min(calc(100% - 56px),1160px,var(--ei-container));margin-inline:auto}

/* HERO */
.enerza-hero{min-height:510px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff;position:relative;isolation:isolate}
.enerza-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(2,34,27,.94) 0%,rgba(2,34,27,.82) 38%,rgba(2,34,27,.46) 62%,rgba(2,34,27,.12) 100%);pointer-events:none}
.enerza-hero .enerza-container{position:relative;z-index:1}
.enerza-hero-content{max-width:610px;padding:84px 0 88px}
.enerza-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:11px;line-height:1.3;font-weight:800;color:#71c65a;margin-bottom:14px}
.enerza-hero h1{font-size:clamp(42px,var(--ei-hsize),62px);line-height:1.03;margin:0 0 18px;color:#fff;letter-spacing:-.04em;font-weight:800}
.enerza-hero p{font-size:clamp(15px,1.25vw,18px);line-height:1.6;max-width:560px;margin:0 0 28px;color:rgba(255,255,255,.90)}

/* BUTTONS */
.enerza-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;background:var(--ei-orange);color:#fff!important;text-decoration:none!important;border-radius:6px;font-size:14px;font-weight:800;line-height:1.2;transition:.2s;box-shadow:0 8px 20px rgba(255,117,24,.18);white-space:nowrap}
.enerza-btn:after{content:"→";font-size:16px;line-height:1}
.enerza-btn:hover{transform:translateY(-1px);filter:brightness(.97);box-shadow:0 12px 24px rgba(255,117,24,.22)}

/* SECTION TYPOGRAPHY */
.enerza-section{padding:var(--ei-pad) 0;background:var(--ei-section-bg)}
.enerza-section:nth-of-type(even){background:#f8faf9}
.enerza-section-title{font-size:clamp(27px,2.7vw,38px);line-height:1.12;color:#17231f;margin:0 0 10px;letter-spacing:-.03em;font-weight:800}
.enerza-section-desc{max-width:740px;margin:0 0 30px;color:#66746e;font-size:15px;line-height:1.65}
.enerza-prose h2,.enerza-prose h3,.enerza-card h3{color:#17231f}
.enerza-prose p:first-child{margin-top:0}.enerza-prose p:last-child{margin-bottom:0}
.enerza-prose ul{padding-left:21px}.enerza-prose li{margin:7px 0}

/* Center the presentation-style sections like the mock-up */
.enerza-type-features>.enerza-container>.enerza-section-title,
.enerza-type-services>.enerza-container>.enerza-section-title,
.enerza-type-projects>.enerza-container>.enerza-section-title,
.enerza-type-testimonials>.enerza-container>.enerza-section-title,
.enerza-type-gallery>.enerza-container>.enerza-section-title,
.enerza-type-features>.enerza-container>.enerza-section-desc,
.enerza-type-services>.enerza-container>.enerza-section-desc,
.enerza-type-projects>.enerza-container>.enerza-section-desc,
.enerza-type-testimonials>.enerza-container>.enerza-section-desc,
.enerza-type-gallery>.enerza-container>.enerza-section-desc{text-align:center;margin-left:auto;margin-right:auto}

/* IMAGE + TEXT */
.enerza-image-text,.enerza-two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,5vw,68px);align-items:center}
.enerza-image-text img{width:100%;min-height:360px;object-fit:cover;border-radius:12px;box-shadow:0 14px 36px rgba(4,56,41,.10)}
.enerza-image-text-content{min-width:0;align-self:center}
.enerza-image-text-content .enerza-section-title{margin-bottom:12px}
.enerza-image-text-content .enerza-section-desc{margin-bottom:22px}

/* CARDS */
.enerza-cards,.enerza-gallery{display:grid;gap:16px}
.cols-1{grid-template-columns:1fr}.cols-2{grid-template-columns:repeat(2,1fr)}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-4{grid-template-columns:repeat(4,1fr)}.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.enerza-card{background:#fff;border-radius:11px;padding:23px;box-shadow:0 5px 18px rgba(26,65,52,.08);border:1px solid var(--ei-border);transition:.2s;overflow:hidden}
.enerza-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(26,65,52,.11)}
.enerza-card-image{width:calc(100% + 46px);max-width:none;margin:-23px -23px 18px;aspect-ratio:16/9;object-fit:cover;border-radius:10px 10px 0 0}
.enerza-icon{width:50px;height:50px;object-fit:contain;margin:0 auto 15px}
.enerza-card h3{font-size:18px;line-height:1.25;margin:0 0 9px;letter-spacing:-.02em;font-weight:800}
.enerza-card>div{font-size:13px;line-height:1.55;color:#65716c}
.enerza-card-link{display:inline-block;margin-top:12px;color:var(--ei-orange);font-size:13px;font-weight:800;text-decoration:none}
.enerza-card-link:after{content:" →"}

/* Icon / ecosystem style cards */
.enerza-type-features .enerza-card{text-align:center;padding:24px 18px}
.enerza-type-features .enerza-card h3{font-size:15px}
.enerza-type-features .enerza-card:before{display:none!important}

/* Service / project style image cards */
.enerza-type-services .enerza-card,.enerza-type-projects .enerza-card{padding:18px}
.enerza-type-services .enerza-card-image,.enerza-type-projects .enerza-card-image{width:calc(100% + 36px);margin:-18px -18px 15px}

/* TESTIMONIALS */
.enerza-type-testimonials{background:#f7f9f8!important}
.enerza-type-testimonials .enerza-card{position:relative;padding-top:38px}
.enerza-type-testimonials .enerza-card:before{content:"“";position:absolute;left:20px;top:8px;color:#58ae54;font-size:42px;line-height:1;font-family:Georgia,serif;font-weight:700}

/* FAQ + GALLERY */
.enerza-faq{max-width:880px;margin:auto}
.enerza-faq details{border-bottom:1px solid #dde5e0;padding:18px 0}
.enerza-faq summary{font-size:18px;font-weight:800;color:#17231f;cursor:pointer}
.enerza-faq details>div{padding-top:10px;color:#647069}
.enerza-gallery figure{margin:0;background:#fff;border:1px solid var(--ei-border);border-radius:10px;overflow:hidden;box-shadow:0 4px 14px rgba(26,65,52,.06)}
.enerza-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}
.enerza-gallery figcaption{padding:10px 12px;font-size:13px;font-weight:700;color:#33433c}

/* INLINE CTA */
.enerza-inline-cta,.enerza-cta .enerza-container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.enerza-inline-cta .enerza-btn,.enerza-cta .enerza-btn{white-space:nowrap;min-width:max-content;flex:0 0 auto}

/* MAIN CTA — dark green as in mock-up */
.enerza-cta{padding:58px 0;background:linear-gradient(110deg,#073b2e,#032a22);color:#fff;position:relative;overflow:hidden}
.enerza-cta:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-130px;top:-180px;background:radial-gradient(circle,rgba(111,188,82,.17),transparent 68%);pointer-events:none}
.enerza-cta .enerza-container{position:relative;z-index:1}
.enerza-cta h2{color:#fff;font-size:clamp(28px,2.8vw,38px);line-height:1.08;margin:0;letter-spacing:-.03em;font-weight:800}
.enerza-cta p{margin:8px 0 0;color:rgba(255,255,255,.82);max-width:650px;font-size:15px}

/* CONTACT */
.enerza-map iframe{width:100%;min-height:350px;border:0;border-radius:10px}
.enerza-contact .enerza-two-col{align-items:start}
.enerza-contact .enerza-two-col>div{background:#fff;border:1px solid var(--ei-border);border-radius:12px;padding:28px;box-shadow:0 6px 22px rgba(24,58,47,.07)}
.enerza-hours{margin-top:24px;padding-top:20px;border-top:1px solid #e7ece9}
.enerza-hours h3{margin-top:0;color:#17231f}
.enerza-contact input:not([type=submit]),.enerza-contact textarea,.enerza-contact select{width:100%;border:1px solid #d9e2dc;border-radius:6px;padding:12px 13px;background:#fff;box-shadow:none}
.enerza-contact input[type=submit],.enerza-contact button[type=submit]{background:var(--ei-orange);color:#fff;border:0;border-radius:6px;padding:12px 20px;font-weight:800;cursor:pointer}

/* Template refinements */
.enerza-layout-minimal .enerza-card{box-shadow:none;border-color:#e5e7eb}
.enerza-layout-image .enerza-hero{min-height:620px}
.enerza-layout-service .enerza-card{border-top:3px solid #4fa447}
.enerza-layout-contact .enerza-hero{min-height:360px}
.enerza-layout-contact .enerza-hero-content{max-width:720px;padding:68px 0}
.enerza-layout-contact .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.95),rgba(2,34,27,.76),rgba(2,34,27,.32))}

/* About page keeps image/text editorial treatment while using mock-up branding. */
.enerza-layout-about{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-about .enerza-hero{min-height:480px}
.enerza-layout-about .enerza-type-features:nth-of-type(4) .enerza-card{text-align:center}
.enerza-layout-about .enerza-type-features:nth-of-type(4) .enerza-card h3{font-size:26px;color:#0d6f45}
.enerza-layout-about .enerza-type-image_text:nth-of-type(5) .enerza-image-text{grid-template-columns:1.35fr .65fr}
.enerza-layout-about .enerza-type-image_text:nth-of-type(5) img{min-height:330px}
.enerza-layout-about .enerza-type-image_text:nth-of-type(5){background:linear-gradient(180deg,#f7fbf8,#eef7f1)}

@media(max-width:900px){
  .enerza-inner .enerza-container{width:min(calc(100% - 40px),1160px,var(--ei-container))}
  .enerza-image-text,.enerza-two-col,.enerza-layout-about .enerza-type-image_text:nth-of-type(5) .enerza-image-text{grid-template-columns:1fr}
  .cols-6,.cols-5,.cols-4,.cols-3{grid-template-columns:repeat(2,1fr)}
  .enerza-inline-cta,.enerza-cta .enerza-container{align-items:flex-start;flex-direction:column}
  .enerza-hero:after{background:rgba(3,39,31,.78)}
}
@media(max-width:600px){
  .enerza-inner .enerza-container{width:min(calc(100% - 28px),1160px,var(--ei-container))}
  .enerza-hero{min-height:430px}
  .enerza-hero-content{padding:58px 0 62px}
  .enerza-section{padding:calc(var(--ei-pad)*.66) 0}
  .cols-6,.cols-5,.cols-4,.cols-3,.cols-2{grid-template-columns:1fr}
  .enerza-card{padding:20px}
  .enerza-card-image{width:calc(100% + 40px);margin:-20px -20px 16px}
  .enerza-image-text img{min-height:250px}
  .enerza-hero h1{font-size:clamp(36px,11vw,48px)}
  .enerza-cta .enerza-btn,.enerza-inline-cta .enerza-btn{width:100%;min-width:0}
  .enerza-contact .enerza-two-col>div{padding:20px}
}

/* v1.3.1 Contact page — layout follows supplied contact mock-up.
   Typography intentionally inherits the plugin's existing font family and size variables. */
.enerza-layout-contact .enerza-contact-intro{background:#fff;padding:68px 0 36px;text-align:center}
.enerza-layout-contact .enerza-contact-intro-inner{max-width:760px;margin:0 auto}
.enerza-layout-contact .enerza-contact-intro .enerza-kicker{display:flex;align-items:center;justify-content:center;gap:9px;color:#4d5752;margin-bottom:10px}
.enerza-layout-contact .enerza-contact-intro .enerza-kicker:before{content:"";width:25px;height:4px;border-radius:99px;background:var(--ei-lime);display:inline-block}
.enerza-layout-contact .enerza-contact-intro h1{font-size:var(--ei-hsize);line-height:1.08;letter-spacing:-.035em;color:var(--ei-heading);margin:0 0 16px;font-weight:800}
.enerza-layout-contact .enerza-contact-intro p{max-width:680px;margin:0 auto;color:var(--ei-body);font-size:var(--ei-bsize);line-height:1.65}

.enerza-layout-contact .enerza-contact{background:#fff;padding-top:28px}
.enerza-layout-contact .enerza-contact-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:0;max-width:980px;margin:0 auto;border:1px solid #e6ebe8;box-shadow:0 5px 20px rgba(28,61,50,.035)}
.enerza-layout-contact .enerza-contact-form-panel,
.enerza-layout-contact .enerza-contact-info-panel{min-width:0;padding:44px 48px}
.enerza-layout-contact .enerza-contact-form-panel{background:#fff}
.enerza-layout-contact .enerza-contact-info-panel{background:#f3f7f5}
.enerza-layout-contact .enerza-contact-label{display:flex;align-items:center;gap:10px;margin-bottom:7px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#4d5752}
.enerza-layout-contact .enerza-contact-label:before{content:"";display:block;width:24px;height:4px;border-radius:99px;background:var(--ei-lime);flex:0 0 auto}
.enerza-layout-contact .enerza-contact-panel-title{margin:0 0 28px;color:var(--ei-heading);font-size:clamp(27px,2.7vw,38px);line-height:1.12;letter-spacing:-.03em;font-weight:800}
.enerza-layout-contact .enerza-contact-info{color:#68736d;line-height:1.85}
.enerza-layout-contact .enerza-contact-info strong{color:#17231f}
.enerza-layout-contact .enerza-hours{margin-top:26px;padding-top:22px;border-top:1px solid #dde5e0;color:#68736d}
.enerza-layout-contact .enerza-hours h3{font-size:18px;margin:0 0 8px}

/* Contact Form 7 and common form plugins: clean underline fields like the mock-up. */
.enerza-layout-contact .enerza-contact-form-panel form p{margin:0 0 17px}
.enerza-layout-contact .enerza-contact-form-panel label{display:block;color:#66716c;font-size:var(--ei-bsize);font-weight:400}
.enerza-layout-contact .enerza-contact-form-panel input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.enerza-layout-contact .enerza-contact-form-panel textarea,
.enerza-layout-contact .enerza-contact-form-panel select{width:100%;border:0;border-bottom:1px solid #d7dfda;border-radius:0;padding:11px 2px;background:transparent;box-shadow:none;outline:none;font:inherit;color:inherit}
.enerza-layout-contact .enerza-contact-form-panel textarea{min-height:110px;resize:vertical}
.enerza-layout-contact .enerza-contact-form-panel input:focus,
.enerza-layout-contact .enerza-contact-form-panel textarea:focus,
.enerza-layout-contact .enerza-contact-form-panel select:focus{border-bottom-color:var(--ei-lime)}
.enerza-layout-contact .enerza-contact-form-panel input[type=submit],
.enerza-layout-contact .enerza-contact-form-panel button[type=submit]{margin-top:6px;background:var(--ei-lime);color:#fff;border:0;border-radius:0;padding:13px 28px;font:inherit;font-weight:800;text-transform:uppercase;cursor:pointer;box-shadow:none}

.enerza-layout-contact .enerza-contact-map{max-width:980px;margin:76px auto 0}
.enerza-layout-contact .enerza-contact-map iframe{display:block;width:100%;min-height:390px;border:0;border-radius:0}

@media(max-width:900px){
  .enerza-layout-contact .enerza-contact-intro{padding:52px 0 28px}
  .enerza-layout-contact .enerza-contact-grid{grid-template-columns:1fr}
  .enerza-layout-contact .enerza-contact-form-panel,.enerza-layout-contact .enerza-contact-info-panel{padding:36px}
  .enerza-layout-contact .enerza-contact-map{margin-top:48px}
}
@media(max-width:600px){
  .enerza-layout-contact .enerza-contact-intro{padding:42px 0 20px}
  .enerza-layout-contact .enerza-contact-form-panel,.enerza-layout-contact .enerza-contact-info-panel{padding:26px 22px}
  .enerza-layout-contact .enerza-contact-panel-title{margin-bottom:22px}
  .enerza-layout-contact .enerza-contact-map{margin-top:34px}
  .enerza-layout-contact .enerza-contact-map iframe{min-height:300px}
}

/* v1.3.2 Contact editor fields + visible hero */
.enerza-layout-contact .enerza-hero{display:flex;align-items:center;min-height:360px;background-size:cover;background-position:center;color:#fff}
.enerza-layout-contact .enerza-hero .enerza-hero-content{max-width:760px}
.enerza-layout-contact .enerza-hero h1,.enerza-layout-contact .enerza-hero p{color:#fff}
.enerza-layout-contact .enerza-contact-detail{display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:start;margin:0 0 22px}
.enerza-layout-contact .enerza-contact-detail-icon{color:var(--ei-lime);font-size:25px;line-height:1}
.enerza-layout-contact .enerza-contact-detail h3{margin:0 0 5px;font-size:16px;color:var(--ei-heading);font-weight:700}
.enerza-layout-contact .enerza-contact-detail p{margin:0;color:#68736d;line-height:1.65}
.enerza-layout-contact .enerza-contact-detail a{color:inherit;text-decoration:none}
@media(max-width:767px){.enerza-layout-contact .enerza-hero{min-height:300px}}


/* v1.4.0 Services page — Home-style content rhythm with About-style hero. */
.enerza-layout-service{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-service .enerza-hero{min-height:480px;background-size:cover;background-position:center;display:flex;align-items:center}
.enerza-layout-service .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.88),rgba(2,34,27,.62),rgba(2,34,27,.28))}
.enerza-layout-service .enerza-type-image_text{background:#fff}
.enerza-layout-service .enerza-image-text{grid-template-columns:1fr 1fr;align-items:center;gap:56px}
.enerza-layout-service .enerza-image-text-content{max-width:650px}
.enerza-layout-service .enerza-type-services{background:#f6f9f7}
.enerza-layout-service .enerza-type-services .enerza-section-title,
.enerza-layout-service .enerza-type-services .enerza-section-desc{text-align:center;margin-left:auto;margin-right:auto}
.enerza-layout-service .enerza-type-services .enerza-section-desc{max-width:720px}
.enerza-layout-service .enerza-type-services .enerza-cards{margin-top:38px}
.enerza-layout-service .enerza-type-services .enerza-card{padding:0 0 28px;overflow:hidden;border:1px solid #e2e9e5;border-top:0;background:#fff}
.enerza-layout-service .enerza-type-services .enerza-card-image{width:100%;height:270px;object-fit:cover;margin:0 0 26px;border-radius:0;display:block}
.enerza-layout-service .enerza-type-services .enerza-card h3,
.enerza-layout-service .enerza-type-services .enerza-card>div,
.enerza-layout-service .enerza-type-services .enerza-card .enerza-card-link{margin-left:28px;margin-right:28px}
.enerza-layout-service .enerza-type-services .enerza-card h3{margin-top:0}
.enerza-layout-service .enerza-cta{padding:70px 0;background:linear-gradient(110deg,#073b2e,#032a22)}
@media(max-width:900px){
  .enerza-layout-service .enerza-image-text{grid-template-columns:1fr;gap:32px}
  .enerza-layout-service .enerza-type-services .enerza-card-image{height:230px}
}
@media(max-width:600px){
  .enerza-layout-service .enerza-hero{min-height:360px}
  .enerza-layout-service .enerza-type-services .enerza-card h3,
  .enerza-layout-service .enerza-type-services .enerza-card>div,
  .enerza-layout-service .enerza-type-services .enerza-card .enerza-card-link{margin-left:20px;margin-right:20px}
}

/* v1.5.2 — refined image/text content rhythm (Regulatory Compliance and similar inner sections) */
.enerza-image-text-content .enerza-section-title{margin:0 0 16px}
.enerza-image-text-content>.enerza-prose{margin:0}
.enerza-image-text-content>.enerza-prose p{margin-top:0;margin-bottom:0}
.enerza-image-text-cta{margin:26px 0 0!important}
@media (max-width:767px){
  .enerza-image-text-content .enerza-section-title{margin-bottom:14px}
  .enerza-image-text-cta{margin-top:22px!important}
}
/* v2.0.0: per-section image placement */
.enerza-image-text.enerza-image-right>img{order:2}.enerza-image-text.enerza-image-right>.enerza-image-text-content{order:1}.enerza-image-text.enerza-image-left>img{order:1}.enerza-image-text.enerza-image-left>.enerza-image-text-content{order:2}
@media(max-width:782px){.enerza-image-text.enerza-image-right>img,.enerza-image-text.enerza-image-left>img{order:1}.enerza-image-text.enerza-image-right>.enerza-image-text-content,.enerza-image-text.enerza-image-left>.enerza-image-text-content{order:2}}

/* v2.1.0 Our Projects — Home-style project showcase */
.enerza-layout-projects{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-projects .enerza-hero{min-height:500px;background-position:center;background-size:cover}
.enerza-layout-projects .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.92),rgba(2,34,27,.68),rgba(2,34,27,.26))}
.enerza-layout-projects .enerza-type-features{background:#f6f9f7}
.enerza-layout-projects .enerza-type-features .enerza-section-title,
.enerza-layout-projects .enerza-type-features .enerza-section-desc,
.enerza-layout-projects .enerza-type-projects .enerza-section-title,
.enerza-layout-projects .enerza-type-projects .enerza-section-desc{text-align:center;margin-left:auto;margin-right:auto}
.enerza-layout-projects .enerza-type-features .enerza-section-desc,
.enerza-layout-projects .enerza-type-projects .enerza-section-desc{max-width:760px}
.enerza-layout-projects .enerza-type-features .enerza-cards{margin-top:36px;gap:20px}
.enerza-layout-projects .enerza-type-features .enerza-card{border:1px solid #e1e9e4;box-shadow:none;background:#fff;border-radius:14px;padding:30px 18px}
.enerza-layout-projects .enerza-type-features .enerza-card h3{font-size:clamp(27px,3vw,42px);color:#0b6a3f;margin-bottom:7px;line-height:1}
.enerza-layout-projects .enerza-type-features .enerza-card>div{font-size:14px;font-weight:700;color:#65716c}
.enerza-layout-projects .enerza-type-projects{background:#fff}
.enerza-layout-projects .enerza-type-projects .enerza-cards{margin-top:40px;gap:24px}
.enerza-layout-projects .enerza-type-projects .enerza-card{padding:0 0 26px;border:1px solid #e2e9e5;border-radius:15px;background:#fff;box-shadow:0 8px 24px rgba(26,65,52,.08);overflow:hidden}
.enerza-layout-projects .enerza-type-projects .enerza-card-image{width:100%;height:260px;object-fit:cover;margin:0 0 24px;border-radius:0;display:block}
.enerza-layout-projects .enerza-type-projects .enerza-card h3,
.enerza-layout-projects .enerza-type-projects .enerza-card>div{margin-left:24px;margin-right:24px}
.enerza-layout-projects .enerza-type-projects .enerza-card h3{font-size:20px;margin-bottom:8px}
.enerza-layout-projects .enerza-type-projects .enerza-card>div{font-size:14px;line-height:1.6}
.enerza-layout-projects .enerza-cta{padding:76px 0;background:linear-gradient(110deg,#073b2e,#032a22)}
@media(max-width:900px){.enerza-layout-projects .enerza-type-projects .enerza-card-image{height:220px}}
@media(max-width:600px){.enerza-layout-projects .enerza-hero{min-height:380px}.enerza-layout-projects .enerza-type-projects .enerza-card-image{height:210px}}

/* v2.2.0 FAQs — Home-style accordion layout */
.enerza-layout-faq_page{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-faq_page .enerza-hero{min-height:460px;background-position:center;background-size:cover;display:flex;align-items:center}
.enerza-layout-faq_page .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.94),rgba(2,34,27,.72),rgba(2,34,27,.32))}
.enerza-layout-faq_page .enerza-hero-content{max-width:780px}
.enerza-layout-faq_page .enerza-section.enerza-type-faq{background:#fff}
.enerza-layout-faq_page .enerza-section.enerza-type-faq:nth-of-type(even){background:#f6f9f7}
.enerza-layout-faq_page .enerza-type-faq .enerza-section-title{text-align:center;text-transform:uppercase;letter-spacing:.03em;margin-left:auto;margin-right:auto;margin-bottom:34px;color:#17231f;font-size:clamp(27px,3.2vw,40px)}
.enerza-layout-faq_page .enerza-faq{max-width:980px;margin:0 auto;display:grid;gap:14px}
.enerza-layout-faq_page .enerza-faq details{background:#fff;border:1px solid #dfe8e3;border-radius:12px;overflow:hidden;box-shadow:0 5px 18px rgba(24,58,47,.055);transition:border-color .2s ease,box-shadow .2s ease}
.enerza-layout-faq_page .enerza-section.enerza-type-faq:nth-of-type(even) .enerza-faq details{background:#fff}
.enerza-layout-faq_page .enerza-faq details[open]{border-color:#b8d2c3;box-shadow:0 8px 24px rgba(24,58,47,.08)}
.enerza-layout-faq_page .enerza-faq summary{list-style:none;position:relative;padding:22px 66px 22px 24px;cursor:pointer;color:#17231f;font-weight:800;font-size:17px;line-height:1.45;outline:none}
.enerza-layout-faq_page .enerza-faq summary::-webkit-details-marker{display:none}
.enerza-layout-faq_page .enerza-faq summary:after{content:'+';position:absolute;right:22px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef7f1;color:#0b6a3f;font-size:23px;font-weight:500;line-height:1}
.enerza-layout-faq_page .enerza-faq details[open] summary:after{content:'−';background:#0b6a3f;color:#fff}
.enerza-layout-faq_page .enerza-faq details>div{padding:0 24px 23px;color:#58645e;font-size:var(--ei-bsize);line-height:1.75;border-top:1px solid #edf2ef;padding-top:19px}
.enerza-layout-faq_page .enerza-faq details>div p:first-child{margin-top:0}
.enerza-layout-faq_page .enerza-faq details>div p:last-child{margin-bottom:0}
.enerza-layout-faq_page .enerza-faq details>div ul{margin:0;padding-left:22px}
.enerza-layout-faq_page .enerza-faq details>div li{margin:5px 0}
.enerza-layout-faq_page .enerza-cta{padding:76px 0;background:linear-gradient(110deg,#073b2e,#032a22)}
.enerza-layout-faq_page .enerza-cta h2{margin-bottom:12px}
.enerza-layout-faq_page .enerza-cta p{max-width:790px}
@media(max-width:600px){
  .enerza-layout-faq_page .enerza-hero{min-height:360px}
  .enerza-layout-faq_page .enerza-type-faq .enerza-section-title{margin-bottom:26px}
  .enerza-layout-faq_page .enerza-faq summary{padding:19px 58px 19px 19px;font-size:16px}
  .enerza-layout-faq_page .enerza-faq summary:after{right:16px;width:28px;height:28px}
  .enerza-layout-faq_page .enerza-faq details>div{padding:17px 19px 20px}
}


/* v2.3.0 Careers — Home-style careers / job cards */
.enerza-layout-careers{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-careers .enerza-hero{min-height:500px;background-position:center 35%;background-size:cover;display:flex;align-items:center}
.enerza-layout-careers .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.94),rgba(2,34,27,.69),rgba(2,34,27,.22))}
.enerza-layout-careers .enerza-hero-content{max-width:780px}
.enerza-layout-careers .enerza-hero .enerza-btn{margin-top:12px}
.enerza-layout-careers .enerza-type-text{background:#f6f9f7;text-align:center}
.enerza-layout-careers .enerza-type-text .enerza-section-title{margin-left:auto;margin-right:auto;margin-bottom:14px}
.enerza-layout-careers .enerza-type-text .enerza-section-desc{max-width:800px;margin-left:auto;margin-right:auto}
.enerza-layout-careers .enerza-type-services{background:#fff}
.enerza-layout-careers .enerza-type-services .enerza-section-title,
.enerza-layout-careers .enerza-type-services .enerza-section-desc{text-align:center;margin-left:auto;margin-right:auto}
.enerza-layout-careers .enerza-type-services .enerza-section-desc{max-width:760px}
.enerza-layout-careers .enerza-type-services .enerza-cards{gap:28px;margin-top:40px}
.enerza-layout-careers .enerza-type-services .enerza-card{display:flex;flex-direction:column;padding:0 0 28px;border:1px solid #e2e9e5;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(26,65,52,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.enerza-layout-careers .enerza-type-services .enerza-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(26,65,52,.13)}
.enerza-layout-careers .enerza-type-services .enerza-card-image{width:100%;height:300px;object-fit:cover;object-position:50% 12%;margin:0 0 25px;border-radius:0;display:block}
.enerza-layout-careers .enerza-type-services .enerza-card h3,
.enerza-layout-careers .enerza-type-services .enerza-card>div,
.enerza-layout-careers .enerza-type-services .enerza-card .enerza-card-link{margin-left:26px;margin-right:26px}
.enerza-layout-careers .enerza-type-services .enerza-card h3{font-size:23px;line-height:1.25;margin-bottom:12px;color:#17231f}
.enerza-layout-careers .enerza-type-services .enerza-card>div{font-size:15px;line-height:1.72;color:#5c6862;flex:1}
.enerza-layout-careers .enerza-type-services .enerza-card .enerza-card-link{display:inline-flex;align-self:flex-start;margin-top:22px;color:#0b6a3f;font-weight:800;text-transform:uppercase;letter-spacing:.03em;text-decoration:none}
.enerza-layout-careers .enerza-type-services .enerza-card .enerza-card-link:after{content:' →';margin-left:6px}
.enerza-layout-careers .enerza-cta{padding:78px 0;background:linear-gradient(110deg,#073b2e,#032a22)}
.enerza-layout-careers .enerza-cta p{max-width:790px}
@media(max-width:900px){.enerza-layout-careers .enerza-type-services .enerza-card-image{height:250px}}
@media(max-width:600px){
  .enerza-layout-careers .enerza-hero{min-height:390px;background-position:center}
  .enerza-layout-careers .enerza-type-services .enerza-card-image{height:230px}
  .enerza-layout-careers .enerza-type-services .enerza-card h3,
  .enerza-layout-careers .enerza-type-services .enerza-card>div,
  .enerza-layout-careers .enerza-type-services .enerza-card .enerza-card-link{margin-left:20px;margin-right:20px}
}

/* v2.4.0 Our Process — Home-style process flow */
.enerza-layout-process{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-process .enerza-hero{min-height:500px;background-position:center;background-size:cover;display:flex;align-items:center}
.enerza-layout-process .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.95),rgba(2,34,27,.72),rgba(2,34,27,.28))}
.enerza-layout-process .enerza-hero-content{max-width:820px}
.enerza-layout-process .enerza-type-text{background:#f6f9f7;text-align:center}
.enerza-layout-process .enerza-type-text .enerza-section-title{margin-left:auto;margin-right:auto;margin-bottom:14px}
.enerza-layout-process .enerza-type-text .enerza-section-desc{max-width:820px;margin-left:auto;margin-right:auto}
.enerza-layout-process .enerza-type-services{background:#fff}
.enerza-layout-process .enerza-type-services .enerza-section-title,
.enerza-layout-process .enerza-type-services .enerza-section-desc{text-align:center;margin-left:auto;margin-right:auto}
.enerza-layout-process .enerza-type-services .enerza-section-desc{max-width:760px}
.enerza-layout-process .enerza-type-services .enerza-cards{counter-reset:enerza-process;grid-template-columns:1fr!important;max-width:1040px;margin:42px auto 0;gap:18px}
.enerza-layout-process .enerza-type-services .enerza-card{counter-increment:enerza-process;position:relative;display:grid;grid-template-columns:84px 1fr auto;column-gap:24px;align-items:center;padding:26px 28px;border:1px solid #e1e9e4;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(26,65,52,.07);overflow:visible}
.enerza-layout-process .enerza-type-services .enerza-card:before{content:counter(enerza-process, decimal-leading-zero);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#eef7f1;color:#0b6a3f;font-size:22px;font-weight:900;grid-column:1;grid-row:1 / span 2}
.enerza-layout-process .enerza-type-services .enerza-card h3{grid-column:2;margin:0 0 8px;font-size:21px;line-height:1.35;color:#17231f}
.enerza-layout-process .enerza-type-services .enerza-card>div{grid-column:2;margin:0;color:#5d6963;line-height:1.7}
.enerza-layout-process .enerza-type-services .enerza-card .enerza-card-link{grid-column:3;grid-row:1 / span 2;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:13px 20px;border-radius:999px;background:#ff7518;color:#fff;text-decoration:none;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.03em}
.enerza-layout-process .enerza-type-image_text{background:#f6f9f7}
.enerza-layout-process .enerza-type-image_text .enerza-image-text{grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.enerza-layout-process .enerza-type-image_text img{width:100%;min-height:380px;max-height:460px;object-fit:cover;border-radius:16px;box-shadow:0 12px 34px rgba(26,65,52,.10)}
.enerza-layout-process .enerza-cta{padding:78px 0;background:linear-gradient(110deg,#073b2e,#032a22)}
.enerza-layout-process .enerza-cta p{max-width:800px}
@media(max-width:900px){
 .enerza-layout-process .enerza-type-services .enerza-card{grid-template-columns:72px 1fr;row-gap:8px}
 .enerza-layout-process .enerza-type-services .enerza-card .enerza-card-link{grid-column:2;grid-row:auto;justify-self:start;margin-top:8px}
 .enerza-layout-process .enerza-type-image_text .enerza-image-text{grid-template-columns:1fr;gap:34px}
}
@media(max-width:600px){
 .enerza-layout-process .enerza-hero{min-height:390px}
 .enerza-layout-process .enerza-type-services .enerza-card{display:block;padding:22px}
 .enerza-layout-process .enerza-type-services .enerza-card:before{width:54px;height:54px;margin-bottom:18px;font-size:19px}
 .enerza-layout-process .enerza-type-services .enerza-card h3{font-size:19px}
 .enerza-layout-process .enerza-type-services .enerza-card .enerza-card-link{display:inline-flex;margin-top:18px}
 .enerza-layout-process .enerza-type-image_text img{min-height:250px}
}

/* v2.5.0 Liaison Officer / job detail — Home-style inner page */
.enerza-layout-job{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-job .enerza-hero{min-height:500px;background-size:cover;background-position:center 30%;display:flex;align-items:center}
.enerza-layout-job .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.95),rgba(2,34,27,.70),rgba(2,34,27,.24))}
.enerza-layout-job .enerza-hero-content{max-width:800px}
.enerza-layout-job .enerza-type-image_text{background:#fff}
.enerza-layout-job .enerza-type-image_text .enerza-image-text{grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.enerza-layout-job .enerza-type-image_text img{width:100%;min-height:420px;max-height:520px;object-fit:cover;border-radius:18px;box-shadow:0 14px 38px rgba(26,65,52,.12)}
.enerza-layout-job .enerza-type-text{background:#f6f9f7}
.enerza-layout-job .enerza-type-text:nth-of-type(even){background:#fff}
.enerza-layout-job .enerza-type-text .enerza-container{max-width:1040px}
.enerza-layout-job .enerza-type-text .enerza-prose{font-size:16px;line-height:1.8}
.enerza-layout-job .enerza-type-text ul{display:grid;grid-template-columns:1fr 1fr;gap:14px 26px;padding:0;margin:30px 0 0;list-style:none}
.enerza-layout-job .enerza-type-text li{position:relative;padding:17px 18px 17px 48px;background:#fff;border:1px solid #e2e9e5;border-radius:12px;box-shadow:0 6px 20px rgba(26,65,52,.05)}
.enerza-layout-job .enerza-type-text li:before{content:'✓';position:absolute;left:18px;top:17px;color:#0b6a3f;font-weight:900}
.enerza-layout-job .enerza-type-services{background:#fff}
.enerza-layout-job .enerza-type-services .enerza-section-title,.enerza-layout-job .enerza-type-services .enerza-section-desc{text-align:center;margin-left:auto;margin-right:auto}
.enerza-layout-job .enerza-type-services .enerza-section-desc{max-width:760px}
.enerza-layout-job .enerza-type-services .enerza-cards{gap:24px;margin-top:38px}
.enerza-layout-job .enerza-type-services .enerza-card{padding:30px;border:1px solid #e2e9e5;border-radius:16px;background:#f8fbf9;box-shadow:0 8px 26px rgba(26,65,52,.06)}
.enerza-layout-job .enerza-type-services .enerza-card h3{font-size:21px;margin-bottom:10px;color:#17231f}
.enerza-layout-job .enerza-type-cta{background:#eef7f1}
.enerza-layout-job .enerza-inline-cta{max-width:1040px;margin:0 auto;padding:38px 42px;border-radius:18px;background:#fff;border:1px solid #dfe8e3;box-shadow:0 10px 30px rgba(26,65,52,.08)}
.enerza-layout-job .enerza-cta{padding:78px 0;background:linear-gradient(110deg,#073b2e,#032a22)}
@media(max-width:900px){.enerza-layout-job .enerza-type-image_text .enerza-image-text{grid-template-columns:1fr;gap:34px}.enerza-layout-job .enerza-type-text ul{grid-template-columns:1fr}}
@media(max-width:767px){.enerza-layout-job .enerza-hero{min-height:390px;background-position:center}.enerza-layout-job .enerza-type-image_text img{min-height:280px}.enerza-layout-job .enerza-inline-cta{padding:28px 24px}}

/* v2.8.2 Contact Us — Home-style full-width layout */
.enerza-layout-contact{--ei-heading:#17231f;--ei-primary:#0b6a3f;--ei-secondary:#eef7f1;--ei-accent:#ff7518}
.enerza-layout-contact .enerza-hero{min-height:500px;background-size:cover;background-position:center;display:flex;align-items:center}
.enerza-layout-contact .enerza-hero:after{background:linear-gradient(90deg,rgba(2,34,27,.95),rgba(2,34,27,.72),rgba(2,34,27,.25))}
.enerza-layout-contact .enerza-hero-content{max-width:800px;padding:84px 0 88px}
.enerza-layout-contact .enerza-contact{padding:78px 0;background:#f6f9f7}
.enerza-layout-contact .enerza-contact-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;max-width:none;margin:0;border:0;box-shadow:none;background:transparent}
.enerza-layout-contact .enerza-contact-form-panel,
.enerza-layout-contact .enerza-contact-info-panel{min-width:0;padding:42px;border:1px solid #e2e9e5;border-radius:16px;box-shadow:0 10px 30px rgba(26,65,52,.08)}
.enerza-layout-contact .enerza-contact-form-panel{background:#fff}
.enerza-layout-contact .enerza-contact-info-panel{background:#eef7f1}
.enerza-layout-contact .enerza-contact-panel-title{font-size:clamp(28px,2.7vw,40px);margin-bottom:30px}
.enerza-layout-contact .enerza-contact-detail{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid rgba(11,106,63,.12)}
.enerza-layout-contact .enerza-contact-detail:last-of-type{margin-bottom:0}
.enerza-layout-contact .enerza-contact-detail-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#fff;color:#0b6a3f;font-size:16px;font-weight:800;box-shadow:0 4px 12px rgba(26,65,52,.08)}
.enerza-layout-contact .enerza-hours{border-top:1px solid rgba(11,106,63,.14)}
.enerza-layout-contact .enerza-contact-form-panel input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.enerza-layout-contact .enerza-contact-form-panel textarea,
.enerza-layout-contact .enerza-contact-form-panel select{border:1px solid #dce5df;border-radius:8px;padding:12px 14px;background:#fff}
.enerza-layout-contact .enerza-contact-form-panel input:focus,
.enerza-layout-contact .enerza-contact-form-panel textarea:focus,
.enerza-layout-contact .enerza-contact-form-panel select:focus{border-color:#0b6a3f;outline:0;box-shadow:0 0 0 3px rgba(11,106,63,.08)}
.enerza-layout-contact .enerza-contact-form-panel input[type=submit],
.enerza-layout-contact .enerza-contact-form-panel button[type=submit]{margin-top:8px;background:#ff7518;color:#fff;border:0;border-radius:6px;padding:14px 24px;font-weight:800;text-transform:none;box-shadow:0 8px 20px rgba(255,117,24,.18)}
.enerza-layout-contact .enerza-contact-map{max-width:none;margin:28px 0 0;border-radius:16px;overflow:hidden;border:1px solid #e2e9e5;box-shadow:0 10px 30px rgba(26,65,52,.08);background:#fff}
.enerza-layout-contact .enerza-contact-map iframe{display:block;width:100%;min-height:430px;border:0;border-radius:0}
.enerza-layout-contact .enerza-cta{padding:78px 0;background:linear-gradient(110deg,#073b2e,#032a22)}
@media(max-width:900px){
  .enerza-layout-contact .enerza-contact-grid{grid-template-columns:1fr;gap:22px}
  .enerza-layout-contact .enerza-contact-form-panel,.enerza-layout-contact .enerza-contact-info-panel{padding:34px}
}
@media(max-width:600px){
  .enerza-layout-contact .enerza-hero{min-height:390px}
  .enerza-layout-contact .enerza-hero-content{padding:58px 0 62px}
  .enerza-layout-contact .enerza-contact{padding:52px 0}
  .enerza-layout-contact .enerza-contact-form-panel,.enerza-layout-contact .enerza-contact-info-panel{padding:26px 22px;border-radius:12px}
  .enerza-layout-contact .enerza-contact-map{margin-top:22px;border-radius:12px}
  .enerza-layout-contact .enerza-contact-map iframe{min-height:320px}
}

/* v2.8.3 Contact Us — subtitles match the standard inner-page kicker */
.enerza-layout-contact .enerza-hero .enerza-kicker,
.enerza-layout-contact .enerza-contact-label{
  display:block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  line-height:1.3;
  font-weight:800;
  color:#71c65a;
  margin:0 0 14px;
}
.enerza-layout-contact .enerza-contact-label:before{display:none;content:none}

/* Contact custom uploaded icons */
.enerza-layout-contact .enerza-contact-detail-icon img{width:22px;height:22px;object-fit:contain;display:block}


/* v2.9.7 Enerza Motors — exact supplied reference banner */
.enerza-layout-motors .enerza-motors-reference-hero{
  position:relative;
  display:block;
  width:100%;
  min-height:0;
  padding:0;
  margin:0;
  overflow:hidden;
  background:none!important;
  isolation:auto;
}
.enerza-layout-motors .enerza-motors-reference-hero:after{
  content:""!important;
  display:block!important;
  position:absolute;
  inset:0;
  z-index:2;
  background:rgba(0,0,0,.18);
  pointer-events:none;
}
.enerza-layout-motors .enerza-motors-reference-image{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.enerza-layout-motors .enerza-motors-hotspot{
  position:absolute;
  z-index:4;
  display:block;
  top:64.5%;
  height:7.5%;
  text-indent:-9999px;
  overflow:hidden;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.enerza-layout-motors .enerza-motors-hotspot-primary{left:11.3%;width:12.8%}
.enerza-layout-motors .enerza-motors-hotspot-secondary{left:25.0%;width:13.2%}
.enerza-layout-motors .enerza-motors-hotspot:focus-visible{outline:3px solid #fff;outline-offset:2px}
@media(max-width:767px){
  .enerza-layout-motors .enerza-motors-reference-hero{overflow-x:auto;overflow-y:hidden}
  .enerza-layout-motors .enerza-motors-reference-image{width:100%;min-width:760px;max-width:none}
  .enerza-layout-motors .enerza-motors-hotspot{display:none}
}


/* v2.9.9 Enerza Motors — guaranteed dark overlay layer */
.enerza-layout-motors .enerza-motors-reference-hero > .enerza-motors-dark-overlay{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:3!important;
  background:rgba(0,0,0,.22)!important;
  pointer-events:none!important;
}
.enerza-layout-motors .enerza-motors-reference-hero > .enerza-motors-hotspot{z-index:5!important}

/* v2.9.9 Contact Us — larger orange icon badges */
.enerza-layout-contact .enerza-contact-detail-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  background:#ff7518;
  color:#fff;
  font-size:20px;
  box-shadow:0 5px 14px rgba(255,117,24,.24);
}
.enerza-layout-contact .enerza-contact-detail-icon img{
  width:26px;
  height:26px;
  object-fit:contain;
}

/* v2.9.10 — orange background for uploaded/card icons */
.enerza-icon{
  width:58px;
  height:58px;
  box-sizing:border-box;
  padding:10px;
  border-radius:12px;
  background:#ff7518;
  box-shadow:0 5px 14px rgba(255,117,24,.24);
}

/* v2.9.12 — refined “Who We Deploy For” layout */
.enerza-layout-motors .enerza-section-who-we-deploy-for{
  background:#f4f6f5;
  padding:58px 0 62px;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for>.enerza-container{
  width:calc(100% - 48px);
  max-width:980px;
  margin:0 auto;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-section-title{
  width:100%;
  max-width:640px;
  margin:0 auto 26px;
  font-size:15px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.24em;
  color:#f47721;
  font-weight:800;
  text-align:left;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-cards{
  display:flex;
  flex-direction:column;
  gap:12px;
  width:100%;
  max-width:640px;
  margin:0 auto;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card{
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  align-items:center;
  column-gap:16px;
  min-height:44px;
  padding:0;
  margin:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  transform:none;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card:hover{
  transform:none;
  box-shadow:none;
  border-color:transparent;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-icon{
  grid-column:1;
  flex:0 0 40px;
  width:40px;
  height:40px;
  margin:0;
  padding:9px;
  border-radius:50%;
  background:#ff7518;
  box-shadow:none;
  object-fit:contain;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card h3{
  grid-column:2;
  margin:0;
  font-size:18px;
  line-height:1.3;
  color:#10251f;
  font-weight:800;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-deploy-outcomes{
  width:100%;
  max-width:640px;
  margin:18px auto 0;
  color:#6d7874;
  font-size:14px;
  line-height:1.55;
  text-align:left;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-deploy-outcomes p{margin:0}
@media(max-width:640px){
  .enerza-layout-motors .enerza-section-who-we-deploy-for{padding:44px 0 48px}
  .enerza-layout-motors .enerza-section-who-we-deploy-for>.enerza-container{width:calc(100% - 36px)}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-section-title{font-size:13px;margin-bottom:22px}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-cards{gap:11px}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card{grid-template-columns:40px minmax(0,1fr);column-gap:14px}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-icon{width:38px;height:38px;padding:8px}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card h3{font-size:17px}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-deploy-outcomes{font-size:13px;margin-top:16px}
}

/* v2.9.13 — Enerza Motors fleet sections */
.enerza-layout-motors .enerza-section-built-for-fleet-scale{
  background:#ff7518!important;
  color:#fff;
}
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-section-title,
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-section-desc{
  color:#fff!important;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-cards{
  margin-top:34px;
}
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-card{
  position:relative;
  padding-top:82px!important;
}
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-card:before{
  content:""!important;
  position:absolute!important;
  left:30px!important;
  top:28px!important;
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  background:#ff7518!important;
  border:7px solid #fff!important;
  box-sizing:border-box!important;
  box-shadow:none!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for{
  background:#f4f6f5!important;
  padding:88px 0!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for>.enerza-container{
  width:calc(100% - 48px)!important;
  max-width:1360px!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-section-title{
  max-width:850px!important;
  margin:0 auto 14px!important;
  font-size:clamp(34px,4vw,56px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
  color:#111827!important;
  font-weight:800!important;
  text-align:center!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-section-desc{
  max-width:780px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  max-width:none!important;
  margin:34px auto 0!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:190px!important;
  padding:30px 24px!important;
  border:1px solid #e8ecea!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 46px rgba(5,45,35,.07)!important;
  text-align:center!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-icon{
  width:58px!important;
  height:58px!important;
  margin:0 auto 18px!important;
  padding:12px!important;
  border-radius:50%!important;
  background:#ff7518!important;
  box-shadow:none!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card h3{
  margin:0!important;
  font-size:20px!important;
  line-height:1.3!important;
  text-align:center!important;
}
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-deploy-outcomes{
  width:100%!important;
  max-width:900px!important;
  margin:28px auto 0!important;
  text-align:center!important;
}
@media(max-width:900px){
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .enerza-layout-motors .enerza-section-who-we-deploy-for{padding:64px 0!important}
  .enerza-layout-motors .enerza-section-who-we-deploy-for>.enerza-container{width:calc(100% - 34px)!important}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-section-title{font-size:36px!important}
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-cards{grid-template-columns:1fr!important}
}

/* v2.9.14 — Enerza Motors ecosystem section */
.enerza-layout-motors .enerza-section-ecosystem{
  background:#06271f!important;
  color:#a9bbb5;
  padding:92px 0 104px!important;
}
.enerza-layout-motors .enerza-section-ecosystem>.enerza-container{max-width:1360px!important}
.enerza-layout-motors .enerza-section-ecosystem .enerza-ecosystem-kicker{
  margin:0 0 28px;color:#ff7a22;font-size:13px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;
}
.enerza-layout-motors .enerza-section-ecosystem .enerza-section-title{
  max-width:1050px;margin:0 0 24px;color:#fff!important;font-size:clamp(38px,4.2vw,60px);line-height:1.08;letter-spacing:-.04em;
}
.enerza-layout-motors .enerza-section-ecosystem .enerza-section-desc{
  max-width:1110px;margin:0 0 58px;color:#9cb0aa!important;font-size:19px;line-height:1.65;
}
.enerza-ecosystem-layout{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(460px,1.05fr);gap:82px;align-items:center}
.enerza-ecosystem-orbit{position:relative;width:min(100%,560px);aspect-ratio:1/1;margin:0 auto}
.enerza-ecosystem-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:198px;height:198px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#123c32;border:1px solid rgba(255,255,255,.09);box-shadow:0 24px 60px rgba(0,0,0,.14);color:#fff;font-size:22px;font-weight:800;line-height:1.28;letter-spacing:.09em;text-align:center}
.enerza-ecosystem-node{position:absolute;text-align:center;min-width:125px;color:#a9bbb5;font-weight:700;font-size:14px;letter-spacing:.08em}
.enerza-node-icon{width:70px;height:70px;margin:12px auto 0;border-radius:50%;display:grid;place-items:center;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.enerza-node-icon img{width:38px!important;height:38px!important;object-fit:contain!important;margin:0!important}
.enerza-node-dot{width:16px;height:16px;border-radius:50%;background:#fff}
.enerza-ecosystem-node.node-vehicles{left:50%;top:0;transform:translateX(-50%)}
.enerza-ecosystem-node.node-infrastructure{right:0;top:31%}
.enerza-ecosystem-node.node-compliance{right:7%;bottom:2%}
.enerza-ecosystem-node.node-operations{left:7%;bottom:2%}
.enerza-ecosystem-node.node-service{left:0;top:31%}
.enerza-ecosystem-copy{display:grid;gap:24px}
.enerza-ecosystem-point{padding:0 0 0 20px;border-left:3px solid rgba(255,117,24,.75)}
.enerza-ecosystem-point:nth-child(even){border-left-color:#16a34a}
.enerza-ecosystem-point h3{margin:0 0 4px!important;font-size:21px!important;line-height:1.25!important;color:#ff7a22!important;font-weight:800!important}
.enerza-ecosystem-point:nth-child(even) h3{color:#22b455!important}
.enerza-ecosystem-point>div{color:#9fb1ab!important;font-size:14px;line-height:1.55}
.enerza-ecosystem-point p{margin:0}
@media(max-width:980px){
  .enerza-ecosystem-layout{grid-template-columns:1fr;gap:52px}
  .enerza-ecosystem-orbit{max-width:520px}
  .enerza-layout-motors .enerza-section-ecosystem .enerza-section-title,.enerza-layout-motors .enerza-section-ecosystem .enerza-section-desc{text-align:center;margin-left:auto;margin-right:auto}
  .enerza-layout-motors .enerza-section-ecosystem .enerza-ecosystem-kicker{text-align:center}
  .enerza-ecosystem-copy{max-width:760px;margin:0 auto}
}
@media(max-width:640px){
  .enerza-layout-motors .enerza-section-ecosystem{padding:68px 0 76px!important}
  .enerza-layout-motors .enerza-section-ecosystem .enerza-section-title{font-size:36px!important}
  .enerza-layout-motors .enerza-section-ecosystem .enerza-section-desc{font-size:16px;margin-bottom:40px}
  .enerza-ecosystem-orbit{width:330px;max-width:100%;}
  .enerza-ecosystem-core{width:126px;height:126px;font-size:16px}
  .enerza-ecosystem-node{min-width:86px;font-size:10px}
  .enerza-node-icon{width:48px;height:48px;margin-top:7px}
  .enerza-node-icon img{width:27px!important;height:27px!important}
  .enerza-ecosystem-point{padding-left:14px}
  .enerza-ecosystem-point h3{font-size:18px!important}
}

/* v2.9.15 — requested alignment and Fleet Scale icon sizing */
.enerza-layout-motors .enerza-section-ecosystem .enerza-ecosystem-kicker,
.enerza-layout-motors .enerza-section-ecosystem .enerza-section-title,
.enerza-layout-motors .enerza-section-ecosystem .enerza-section-desc{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.enerza-layout-motors .enerza-section-ecosystem .enerza-ecosystem-kicker{
  max-width:1000px!important;
}
.enerza-layout-motors .enerza-section-ecosystem .enerza-section-title{
  max-width:1050px!important;
}
.enerza-layout-motors .enerza-section-ecosystem .enerza-section-desc{
  max-width:980px!important;
}

/* Make uploaded/custom icons fill the circular icon area more fully in Built for Fleet Scale. */
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-icon{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  padding:3px!important;
  border-radius:50%!important;
  object-fit:contain!important;
  object-position:center!important;
  box-sizing:border-box!important;
  display:block!important;
}

/* Enerza Motors — Charging Infrastructure (v2.9.18) */
.enerza-layout-motors .enerza-section-charging-infrastructure{background:linear-gradient(180deg,#fff 0%,#f7faf8 100%);padding-top:104px;padding-bottom:104px;overflow:hidden}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container{position:relative}
.enerza-layout-motors .enerza-charging-head{max-width:1040px;margin:0 0 46px}
.enerza-layout-motors .enerza-charging-kicker{margin:0 0 18px;color:#ec7420;font-size:12px;font-weight:800;letter-spacing:.25em;text-transform:uppercase}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-title{max-width:1000px;margin:0 0 20px;color:#062d24;font-size:clamp(38px,4.3vw,62px);line-height:1.04;letter-spacing:-.045em}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-desc{max-width:900px;margin:0;color:#6b7671;font-size:18px;line-height:1.65}
.enerza-layout-motors .enerza-charging-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.enerza-layout-motors .enerza-charging-card{position:relative;min-height:282px;padding:30px 28px 28px;border:1px solid #e1e8e4;border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 14px 38px rgba(5,45,35,.055);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.enerza-layout-motors .enerza-charging-card:after{content:"";position:absolute;right:-44px;bottom:-56px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,117,24,.09),rgba(255,117,24,0) 68%);pointer-events:none}
.enerza-layout-motors .enerza-charging-card:hover{transform:translateY(-5px);border-color:rgba(255,117,24,.35);box-shadow:0 22px 52px rgba(5,45,35,.11)}
.enerza-layout-motors .enerza-charging-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 20px;box-shadow:0 8px 18px rgba(5,45,35,.12)}
.enerza-layout-motors .enerza-charging-icon img{width:27px;height:27px;object-fit:contain;display:block;filter:brightness(0) invert(1);padding:0!important;margin:0!important;background:transparent!important;border-radius:0!important}
.enerza-layout-motors .enerza-charging-bolt{color:#fff;font-size:24px;line-height:1}
.enerza-layout-motors .enerza-charging-card h3{margin:0 0 7px;color:#092e26;font-size:25px;line-height:1.15;letter-spacing:-.025em}
.enerza-layout-motors .enerza-charging-label{margin:0 0 13px;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.enerza-layout-motors .enerza-charging-copy{color:#63706b;font-size:14px;line-height:1.65}
.enerza-layout-motors .enerza-site-types{margin-top:34px;padding-top:30px;border-top:1px solid #dde6e1}
.enerza-layout-motors .enerza-site-types-title{margin-bottom:18px;color:#60716a;font-size:11px;font-weight:800;letter-spacing:.25em;text-transform:uppercase}
.enerza-layout-motors .enerza-site-type-pills{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.enerza-layout-motors .enerza-site-type-pills span{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 14px;border:1px solid #d9e2dd;border-radius:999px;background:#fff;color:#17362e;font-size:13px;font-weight:700;text-align:center;box-shadow:0 5px 16px rgba(5,45,35,.035)}
@media(max-width:1000px){.enerza-layout-motors .enerza-charging-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.enerza-layout-motors .enerza-site-type-pills{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.enerza-layout-motors .enerza-section-charging-infrastructure{padding-top:68px;padding-bottom:68px}.enerza-layout-motors .enerza-charging-head{margin-bottom:30px}.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-title{font-size:36px}.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-desc{font-size:16px}.enerza-layout-motors .enerza-charging-grid{grid-template-columns:1fr}.enerza-layout-motors .enerza-charging-card{min-height:0}.enerza-layout-motors .enerza-site-type-pills{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* v2.9.19 — unified icon sizing across all Enerza layouts */
.enerza-icon,
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-icon,
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  padding:12px!important;
  border-radius:50%!important;
  object-fit:contain!important;
  object-position:center!important;
  box-sizing:border-box!important;
  display:block!important;
  flex:0 0 58px!important;
}
.enerza-node-icon,
.enerza-layout-motors .enerza-charging-icon,
.enerza-layout-contact .enerza-contact-detail-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  box-sizing:border-box!important;
  flex:0 0 58px!important;
}
.enerza-node-icon img,
.enerza-layout-motors .enerza-charging-icon img,
.enerza-layout-contact .enerza-contact-detail-icon img{
  width:34px!important;
  height:34px!important;
  max-width:34px!important;
  max-height:34px!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
}
@media(max-width:640px){
  .enerza-icon,
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-icon,
  .enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-icon,
  .enerza-node-icon,
  .enerza-layout-motors .enerza-charging-icon,
  .enerza-layout-contact .enerza-contact-detail-icon{
    width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;
  }
  .enerza-node-icon img,
  .enerza-layout-motors .enerza-charging-icon img,
  .enerza-layout-contact .enerza-contact-detail-icon img{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important}
}

/* v2.9.20 — Charging Infrastructure centered modern layout */
.enerza-layout-motors .enerza-section-charging-infrastructure{
  padding:112px 0 104px;
  background:
    radial-gradient(circle at 50% 0%,rgba(67,195,60,.08),transparent 34%),
    linear-gradient(180deg,#f7faf8 0%,#ffffff 100%);
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container{
  position:relative;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container:before{
  content:"";
  position:absolute;
  inset:150px 0 88px;
  border-radius:34px;
  background:#062d24;
  z-index:0;
  box-shadow:0 30px 80px rgba(5,45,35,.14);
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-charging-head,
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-charging-grid,
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types{
  position:relative;
  z-index:1;
}
.enerza-layout-motors .enerza-charging-head{
  max-width:920px;
  margin:0 auto 54px;
  padding:0 24px;
  text-align:center;
}
.enerza-layout-motors .enerza-charging-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 14px;
  margin:0 auto 18px;
  border-radius:999px;
  background:#fff3e9;
  color:#ec7420;
  font-size:11px;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-title{
  max-width:920px;
  margin:0 auto 18px;
  color:#062d24;
  text-align:center;
  font-size:clamp(40px,4.5vw,64px);
  line-height:1.03;
  letter-spacing:-.045em;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-desc{
  max-width:760px;
  margin:0 auto;
  color:#69756f;
  text-align:center;
  font-size:18px;
  line-height:1.65;
}
.enerza-layout-motors .enerza-charging-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  padding:0 34px;
}
.enerza-layout-motors .enerza-charging-card{
  min-height:300px;
  padding:32px 24px 28px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:#fff;
  box-shadow:0 16px 36px rgba(1,27,21,.16);
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.enerza-layout-motors .enerza-charging-card:before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:68px;
  height:4px;
  transform:translateX(-50%);
  border-radius:0 0 8px 8px;
  background:#ff7518;
}
.enerza-layout-motors .enerza-charging-card:after{
  width:150px;
  height:150px;
  right:-55px;
  bottom:-64px;
  background:radial-gradient(circle,rgba(67,195,60,.08),rgba(67,195,60,0) 68%);
}
.enerza-layout-motors .enerza-charging-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,117,24,.38);
  box-shadow:0 26px 50px rgba(1,27,21,.23);
}
.enerza-layout-motors .enerza-charging-icon{
  margin:0 auto 22px!important;
  box-shadow:0 10px 24px rgba(5,45,35,.16);
}
.enerza-layout-motors .enerza-charging-card h3{
  margin:0 0 8px;
  color:#062d24;
  font-size:26px;
  text-align:center;
}
.enerza-layout-motors .enerza-charging-label{
  margin:0 0 14px;
  text-align:center;
}
.enerza-layout-motors .enerza-charging-copy{
  max-width:245px;
  margin:0 auto;
  color:#66726d;
  font-size:14px;
  line-height:1.65;
  text-align:center;
}
.enerza-layout-motors .enerza-site-types{
  margin:36px 34px 0;
  padding:28px 30px 32px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}
.enerza-layout-motors .enerza-site-types-title{
  margin:0 0 18px;
  color:#9fb6ae;
  text-align:center;
}
.enerza-layout-motors .enerza-site-type-pills{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.enerza-layout-motors .enerza-site-type-pills span{
  min-width:138px;
  min-height:44px;
  padding:10px 18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#fff;
  box-shadow:none;
  backdrop-filter:blur(4px);
}
@media(max-width:1000px){
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container:before{inset:155px 0 80px}
  .enerza-layout-motors .enerza-charging-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 28px}
  .enerza-layout-motors .enerza-site-types{margin-left:28px;margin-right:28px}
}
@media(max-width:640px){
  .enerza-layout-motors .enerza-section-charging-infrastructure{padding:74px 0 64px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container:before{inset:128px 0 58px;border-radius:26px}
  .enerza-layout-motors .enerza-charging-head{margin-bottom:36px;padding:0 10px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-title{font-size:36px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-section-desc{font-size:16px}
  .enerza-layout-motors .enerza-charging-grid{grid-template-columns:1fr;padding:0 16px;gap:14px}
  .enerza-layout-motors .enerza-charging-card{min-height:0;padding:28px 22px 26px}
  .enerza-layout-motors .enerza-site-types{margin:28px 16px 0;padding:24px 8px 26px}
  .enerza-layout-motors .enerza-site-type-pills span{min-width:calc(50% - 6px);font-size:12px}
}


/* v2.9.21 — Charging Infrastructure overlap fix + site types panel */
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container{
  padding-bottom:34px;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container:before{
  /* Keep the dark panel behind the cards/site-types only, never behind the heading copy. */
  inset:248px 0 0;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-charging-head{
  position:relative;
  z-index:2;
  margin-bottom:64px;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-charging-grid{
  padding-top:0;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types{
  margin:34px 34px 0;
  padding:30px 18px 4px;
  border-top:1px solid rgba(255,255,255,.18);
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types-title{
  display:block;
  margin:0 auto 20px;
  color:#b7cac3;
  font-size:11px;
  font-weight:800;
  line-height:1.4;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  width:100%;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills span{
  min-width:0;
  min-height:46px;
  width:100%;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.09);
  color:#fff;
  font-size:13px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
}
@media(max-width:1000px){
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container:before{inset:250px 0 0}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:640px){
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container{padding-bottom:24px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-container:before{inset:226px 0 0;border-radius:26px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-charging-head{margin-bottom:48px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types{margin:26px 16px 0;padding:24px 0 2px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills span{font-size:12px;min-height:44px;padding:9px 8px}
}

/* v2.9.22 — Modern Site Types We Deliver */
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types{
  position:relative;
  margin:42px 34px 0;
  padding:30px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types:before{
  content:"";
  position:absolute;
  left:50%; top:0;
  width:64px; height:3px;
  border-radius:0 0 4px 4px;
  background:#ff6b16;
  transform:translateX(-50%);
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types-title{
  margin:0 auto 24px;
  color:#fff;
  font-size:12px;
  letter-spacing:.22em;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:940px;
  margin:0 auto;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills span{
  position:relative;
  min-height:58px;
  padding:14px 18px 14px 42px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.075);
  font-size:14px;
  font-weight:700;
  justify-content:flex-start;
  transition:transform .22s ease,background .22s ease,border-color .22s ease;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills span:before{
  content:"";
  position:absolute;
  left:18px;
  width:10px;height:10px;
  border-radius:50%;
  background:#ff6b16;
  box-shadow:0 0 0 5px rgba(255,107,22,.13);
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills span:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.12);
  border-color:rgba(255,107,22,.55);
}
@media(max-width:760px){
 .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types{margin:30px 16px 0;padding:26px 18px 20px;border-radius:20px}
 .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills span{min-height:52px;padding:12px 12px 12px 36px;font-size:12px}
 .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-type-pills span:before{left:14px;width:8px;height:8px}
}

/* v2.9.23 — White modern Site Types cards using Enerza's existing icon language */
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types{
  position:relative;
  z-index:3;
  margin:42px 34px 0;
  padding:34px 28px 30px;
  border:1px solid #e3ebe7;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 44px rgba(4,45,35,.13);
  overflow:hidden;
  text-align:center;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types:before{display:none!important}
.enerza-layout-motors .enerza-site-types-accent{
  width:64px;height:4px;margin:0 auto 15px;border-radius:99px;background:#ff7518;
}
.enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types-title{
  margin:0 auto 6px;
  color:#062d24;
  font-size:22px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.enerza-layout-motors .enerza-site-types-subtitle{
  margin:0 auto 26px;
  color:#718079;
  font-size:14px;
  line-height:1.5;
}
.enerza-layout-motors .enerza-site-type-cards{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px;
}
.enerza-layout-motors .enerza-site-type-card{
  position:relative;
  min-width:0;
  min-height:220px;
  padding:24px 14px 32px;
  border:1px solid #e9efec;
  border-radius:20px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfc 100%);
  box-shadow:0 9px 24px rgba(5,45,35,.07);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.enerza-layout-motors .enerza-site-type-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,117,24,.32);
  box-shadow:0 16px 34px rgba(5,45,35,.12);
}
.enerza-layout-motors .enerza-site-type-icon{
  width:66px;height:66px;margin:0 auto 16px;border-radius:50%;
  background:#edf8f2;
  display:flex;align-items:center;justify-content:center;
}
.enerza-layout-motors .enerza-site-type-icon img{
  width:30px!important;height:30px!important;max-width:30px!important;
  object-fit:contain;filter:none;
}
.enerza-layout-motors .enerza-site-type-card h4{
  margin:0;color:#062d24;font-size:17px;font-weight:800;line-height:1.25;
}
.enerza-layout-motors .enerza-site-type-rule{
  width:30px;height:3px;margin:12px auto;border-radius:99px;background:#ff7518;
}
.enerza-layout-motors .enerza-site-type-card p{
  margin:0;color:#68766f;font-size:12px;line-height:1.55;
}
.enerza-layout-motors .enerza-site-type-number{
  position:absolute;right:12px;bottom:7px;
  color:#e2f2ea;font-size:27px;font-weight:800;line-height:1;
  pointer-events:none;
}
@media(max-width:1180px){
  .enerza-layout-motors .enerza-site-type-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types{margin:30px 16px 0;padding:28px 18px 22px;border-radius:22px}
  .enerza-layout-motors .enerza-section-charging-infrastructure .enerza-site-types-title{font-size:19px}
  .enerza-layout-motors .enerza-site-type-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .enerza-layout-motors .enerza-site-type-card{min-height:190px;padding:20px 10px 28px;border-radius:16px}
  .enerza-layout-motors .enerza-site-type-icon{width:58px;height:58px;margin-bottom:13px}
  .enerza-layout-motors .enerza-site-type-icon img{width:27px!important;height:27px!important;max-width:27px!important}
  .enerza-layout-motors .enerza-site-type-card h4{font-size:15px}
  .enerza-layout-motors .enerza-site-type-card p{font-size:11px}
}

/* v2.9.24 Enerza Motors — fully editable hero banner */
.enerza-layout-motors .enerza-motors-editable-hero{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  isolation:isolate;
}
.enerza-layout-motors .enerza-motors-editable-overlay{
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(0,38,31,.94) 0%,rgba(0,38,31,.76) 35%,rgba(0,38,31,.22) 68%,rgba(0,0,0,.12) 100%);
  pointer-events:none;
}
.enerza-layout-motors .enerza-motors-editable-hero .enerza-container{width:100%}
.enerza-layout-motors .enerza-motors-editable-hero .enerza-hero-content{max-width:620px;color:#fff;position:relative;z-index:2}
.enerza-layout-motors .enerza-motors-editable-hero .enerza-kicker{color:#5fd35f;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}
.enerza-layout-motors .enerza-motors-editable-hero h1{color:#fff;font-size:clamp(46px,5vw,76px);line-height:.98;letter-spacing:-.04em;margin:0 0 22px}
.enerza-layout-motors .enerza-motors-editable-hero p{color:rgba(255,255,255,.92);font-size:18px;line-height:1.65;max-width:600px;margin:0 0 28px}
.enerza-motors-hero-buttons{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.enerza-motors-hero-buttons .enerza-btn{display:inline-flex;gap:24px;align-items:center;justify-content:center}
.enerza-motors-hero-buttons .enerza-btn-outline{background:transparent!important;border:1px solid rgba(255,255,255,.75)!important;color:#fff!important}
.enerza-motors-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.22)}
.enerza-motors-stat strong{display:block;color:#fff;font-size:26px;line-height:1.05;margin-bottom:5px}
.enerza-motors-stat span{display:block;color:rgba(255,255,255,.9);font-size:14px;line-height:1.25}
@media(max-width:900px){
  .enerza-layout-motors .enerza-motors-editable-hero{min-height:680px;background-position:62% center}
  .enerza-layout-motors .enerza-motors-editable-overlay{background:rgba(0,38,31,.72)}
  .enerza-motors-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .enerza-layout-motors .enerza-motors-editable-hero{min-height:0;padding:84px 0 54px;background-position:68% center}
  .enerza-layout-motors .enerza-motors-editable-hero h1{font-size:42px}
  .enerza-layout-motors .enerza-motors-editable-hero p{font-size:16px}
  .enerza-motors-hero-buttons{align-items:stretch;flex-direction:column}
  .enerza-motors-hero-buttons .enerza-btn{width:100%}
  .enerza-motors-hero-stats{gap:20px;margin-top:36px}
}

/* v2.9.25 — icon containment + 2-column mobile Who We Deploy For */
/* Keep uploaded icons fully visible inside their orange badge; never crop the artwork. */
.enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-icon,
.enerza-layout-motors .enerza-section-built-for-fleet-scale .enerza-icon,
.enerza-icon{
  object-fit:contain!important;
  object-position:center!important;
  background-size:contain!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  overflow:visible!important;
}

@media(max-width:640px){
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-cards{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card{
    min-width:0!important;
    padding:20px 10px!important;
  }
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-icon{
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    max-width:54px!important;
    max-height:54px!important;
    padding:10px!important;
    margin:0 auto 14px!important;
  }
  .enerza-layout-motors .enerza-section-who-we-deploy-for .enerza-card h3{
    font-size:15px!important;
    line-height:1.3!important;
    overflow-wrap:anywhere!important;
  }
}

/* v2.9.27 — keep Site Types custom icons fully visible and uncropped */
.enerza-layout-motors .enerza-site-type-icon{
  overflow:visible;
}
.enerza-layout-motors .enerza-site-type-icon img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:34px!important;
  height:34px!important;
  max-width:34px!important;
  max-height:34px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
}
@media (max-width:767px){
  .enerza-layout-motors .enerza-site-type-icon img{
    width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important;
  }
}


/* v2.9.28 — Contact Us additional emails + corrected icon/text spacing */
.enerza-layout-contact .enerza-contact-detail{
  grid-template-columns:42px minmax(0,1fr);
  column-gap:14px;
}
.enerza-layout-contact .enerza-contact-detail > div:last-child{min-width:0}
.enerza-layout-contact .enerza-contact-emails a{overflow-wrap:anywhere;word-break:break-word}
.enerza-layout-contact .enerza-contact-emails br{line-height:1.9}
@media(max-width:767px){
  .enerza-layout-contact .enerza-contact-detail{grid-template-columns:42px minmax(0,1fr);column-gap:12px}
}
/* v2.9.30 Track Record section copied from Enerza Technologies Custom Layout */
.enerza-type-track_record{position:relative;overflow:hidden;background:#f7faf8}.enerza-type-track_record:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 12%,rgba(243,120,24,.10),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,0));pointer-events:none}.enerza-type-track_record .enerza-container{position:relative;z-index:1}.enerza-track-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:34px 0 28px}.enerza-track-stat{background:#fff;border:1px solid #e5ece8;border-radius:18px;padding:22px 18px;box-shadow:0 12px 30px rgba(17,54,43,.07);min-height:126px;display:flex;flex-direction:column;justify-content:center}.enerza-track-stat strong{font-size:clamp(28px,2.4vw,42px);line-height:1;color:#f27818;letter-spacing:-.04em}.enerza-track-stat span{margin-top:10px;font-weight:700;line-height:1.35}.enerza-track-main{display:block}.enerza-track-left{width:100%;background:#fff;border:1px solid #e5ece8;border-radius:24px;box-shadow:0 16px 40px rgba(17,54,43,.08);overflow:hidden;padding:18px}.enerza-track-deployments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.enerza-track-deployment-card{margin:0;border:1px solid #e8eeeb;border-radius:16px;overflow:hidden;background:#fff;transition:.25s}.enerza-track-deployment-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(18,52,42,.10)}.enerza-track-deployment-card img{width:100%;height:148px;object-fit:cover;display:block}.enerza-track-deployment-card div{padding:13px 14px 15px}.enerza-track-deployment-card h3{font-size:15px;line-height:1.3;margin:0}.enerza-track-deployment-card p{font-size:13px;font-weight:800;color:#f27818;margin:5px 0 0}.enerza-track-extra{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.enerza-track-extra>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:14px;background:#f7faf8;border:1px solid #e6ece9}.enerza-track-extra strong{font-size:14px}.enerza-track-extra span{font-size:13px;color:#f27818;font-weight:800;white-space:nowrap}.enerza-track-bottom{margin-top:22px;padding:20px 22px;border-radius:20px;background:#fff;border:1px solid #e5ece8;box-shadow:0 12px 28px rgba(17,54,43,.06)}.enerza-track-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.enerza-track-pillars>div{display:flex;gap:9px;align-items:center;font-size:13px;line-height:1.35}.enerza-track-pillars span{width:30px;height:30px;border-radius:50%;background:#fff2e7;color:#f27818;display:grid;place-items:center;font-weight:900;flex:0 0 auto}@media(max-width:1100px){.enerza-track-stats{grid-template-columns:repeat(3,1fr)}.enerza-track-pillars{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.enerza-track-stats{grid-template-columns:repeat(2,1fr);gap:10px}.enerza-track-deployments{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.enerza-track-extra{grid-template-columns:1fr}.enerza-track-pillars{grid-template-columns:1fr}.enerza-track-left{border-radius:18px}}@media(max-width:480px){.enerza-track-stat:last-child{grid-column:1/-1}.enerza-track-deployments{grid-template-columns:1fr}.enerza-track-deployment-card img{height:170px}}

/* v2.9.31 — subtle advanced page transitions (global, non-dizzying) */
.enerza-inner.ei-motion-ready .ei-reveal{
  opacity:0;
  transform:translate3d(0,12px,0);
  transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);
  transition-delay:var(--ei-reveal-delay,0ms);
  will-change:opacity,transform;
}
.enerza-inner.ei-motion-ready .ei-reveal.ei-in-view{
  opacity:1;
  transform:translate3d(0,0,0);
}
.enerza-inner.ei-motion-ready .enerza-hero.ei-reveal{
  transform:translate3d(0,8px,0);
  transition-duration:.48s;
}
.enerza-inner.ei-motion-ready .enerza-card.ei-reveal,
.enerza-inner.ei-motion-ready .enerza-track-stat.ei-reveal,
.enerza-inner.ei-motion-ready .enerza-track-deployment-card.ei-reveal,
.enerza-inner.ei-motion-ready .enerza-site-type-card.ei-reveal{
  transform:translate3d(0,10px,0);
}
.enerza-inner.ei-motion-ready .enerza-card.ei-reveal.ei-in-view,
.enerza-inner.ei-motion-ready .enerza-track-stat.ei-reveal.ei-in-view,
.enerza-inner.ei-motion-ready .enerza-track-deployment-card.ei-reveal.ei-in-view,
.enerza-inner.ei-motion-ready .enerza-site-type-card.ei-reveal.ei-in-view{
  transform:translate3d(0,0,0);
}
@media (prefers-reduced-motion: reduce){
  .enerza-inner.ei-motion-ready .ei-reveal,
  .enerza-inner.ei-motion-ready .ei-reveal.ei-in-view{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
  }
}
