:root{
  --rpeq-ink:#0f172a;
  --rpeq-muted:#5b6678;
  --rpeq-accent:#0f766e;
  --rpeq-accent-dark:#155e75;
  --rpeq-soft:#eff8f7;
  --rpeq-bg:#ffffff;
  --rpeq-surface:#f6f9fc;
  --rpeq-border:#dce6ef;
  --rpeq-shadow:0 18px 45px rgba(15, 23, 42, 0.10);
  --rpeq-radius-xl:28px;
  --rpeq-radius-lg:20px;
  --rpeq-radius-md:16px;
  --rpeq-pill:999px;
  --rpeq-container:1180px;
}

html, body{
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

img{
  max-width:100%;
  display:block;
}

a{
  text-decoration:none;
}

.rpeq-container{
  width:100%;
  max-width:var(--rpeq-container);
  margin-inline:auto;
  padding-inline:clamp(16px, 3vw, 32px);
}

.rpeq-section{
  padding:clamp(46px, 6vh, 84px) 0;
  background:#fff;
}

.rpeq-section-soft{
  background:var(--rpeq-surface);
}

.rpeq-reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .7s ease, transform .7s ease;
}

.rpeq-reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

.rpeq-chip,
.rpeq-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 10px;
  color:var(--rpeq-accent);
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:800;
}

.rpeq-chip{
  background:rgba(15, 118, 110, .08);
  border:1px solid rgba(15, 118, 110, .18);
  padding:10px 14px;
  border-radius:var(--rpeq-pill);
}

.rpeq-eyebrow-light{
  color:#9ff4d8;
}

.rpeq-section-head{
  margin-bottom:26px;
}

.rpeq-section-head h2,
.rpeq-two-col h2,
.rpeq-two-col-process h2,
.rpeq-cta-strip h2{
  margin:0 0 12px;
  color:var(--rpeq-ink);
  font-size:clamp(26px, 3.2vw, 38px);
  line-height:1.2;
  font-weight:900;
}

.rpeq-section-head p,
.rpeq-two-col p,
.rpeq-two-col-process p,
.rpeq-lead{
  margin:0 0 12px;
  color:var(--rpeq-muted);
  font-size:15px;
  line-height:1.8;
}

.rpeq-hero{
  position:relative;
  margin-top:80px;
  padding:clamp(84px, 10vh, 120px) 0 clamp(48px, 6vh, 78px);
  background:
    radial-gradient(circle at top left, #dff7f4 0, #eef8fb 35%, #ffffff 82%);
}

@media (max-width: 768px){
  .rpeq-hero{
    margin-top:72px;
  }
}

.rpeq-hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(300px, .9fr);
  gap:clamp(24px, 4vw, 46px);
  align-items:center;
}

@media (max-width: 960px){
  .rpeq-hero-grid{
    grid-template-columns:1fr;
  }
}

.rpeq-hero-copy h1{
  margin:0 0 14px;
  color:var(--rpeq-ink);
  font-size:clamp(30px, 4vw, 52px);
  line-height:1;
  font-weight:800;
  /* max-width:12ch; */
}

.rpeq-hero-copy p{
  margin:0 0 14px;
  color:var(--rpeq-muted);
  font-size:15px;
  line-height:1.85;
  max-width:62ch;
}

.rpeq-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.rpeq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 20px;
  border-radius:var(--rpeq-pill);
  font-weight:800;
  font-size:14px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.rpeq-btn-primary{
  background:linear-gradient(135deg, var(--rpeq-accent), var(--rpeq-accent-dark));
  color:#fff;
  box-shadow:var(--rpeq-shadow);
}

.rpeq-btn-primary:hover{
  transform:translateY(-2px);
}

.rpeq-btn-secondary{
  color:var(--rpeq-accent);
  background:#fff;
  border:1px solid rgba(15, 118, 110, .25);
}

.rpeq-btn-secondary:hover{
  background:var(--rpeq-accent);
  color:#fff;
}

.rpeq-hero-metrics{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.rpeq-metric{
  min-width:180px;
  padding:14px 16px;
  background:rgba(255,255,255,.85);
  border:1px solid var(--rpeq-border);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(15, 23, 42, .05);
}

.rpeq-metric small{
  display:block;
  margin-bottom:4px;
  color:var(--rpeq-muted);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.rpeq-metric strong{
  color:var(--rpeq-ink);
  font-size:15px;
  line-height:1.4;
}
.rpeq-hero{
  position: relative;
  margin-top: 80px;
  padding: clamp(66px, 8vh, 96px) 0 0;
  background: #eaf3f3;
}

@media (max-width: 768px){
  .rpeq-hero{
    margin-top: 72px;
    padding-top: 48px;
  }
}

.rpeq-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 520px;
}

@media (max-width: 960px){
  .rpeq-hero-grid{
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

.rpeq-hero-copy{
  max-width: 540px;
  padding-bottom: 36px;
}

.rpeq-hero-copy h1{
  margin: 0 0 14px;
  color: #061a49;
  font-size: clamp(42px, 5.5vw, 45px);
  line-height: 1.0;
  font-weight: 800;
  letter-spacing: -0.03em;
  /* max-width: 7.4ch; */
}

.rpeq-hero-copy p{
  margin: 0 0 14px;
  color: #6a6f86;
  font-size: 15px;
  line-height: 1.85;
  max-width: 58ch;
}

.rpeq-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.rpeq-hero-metrics{
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.rpeq-metric{
  min-width: 180px;
  padding: 14px 16px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(21, 94, 117, .10);
  border-radius: 16px;
}

.rpeq-hero-visual{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 520px;
}

.rpeq-hero-visual img{
  width: min(100%, 450px);
  height: auto;
  object-fit: contain;
  display: block;
  background: transparent !important;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.08));
}

@media (max-width: 960px){
  .rpeq-hero-visual{
    min-height: auto;
    padding-bottom: 30px;
  }

  .rpeq-hero-visual img{
    width: min(100%, 420px);
  }
}

.rpeq-two-col{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(280px, .95fr);
  gap:24px;
  align-items:center;
}

@media (max-width: 900px){
  .rpeq-two-col{
    grid-template-columns:1fr;
  }
}

.rpeq-highlight-box{
  display:grid;
  gap:14px;
  padding:24px;
  background:#fff;
  border:1px solid var(--rpeq-border);
  border-radius:var(--rpeq-radius-lg);
  box-shadow:0 14px 30px rgba(15, 23, 42, .06);
}

.rpeq-highlight-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:var(--rpeq-ink);
  font-size:15px;
  font-weight:700;
  line-height:1.55;
}

.rpeq-highlight-item i{
  color:var(--rpeq-accent);
  margin-top:4px;
}

.rpeq-service-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}

@media (max-width: 1080px){
  .rpeq-service-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .rpeq-service-grid{
    grid-template-columns:1fr;
  }
}

.rpeq-service-card{
  background:#fff;
  border:1px solid var(--rpeq-border);
  border-radius:var(--rpeq-radius-lg);
  padding:22px 18px;
  box-shadow:0 12px 28px rgba(15, 23, 42, .06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.rpeq-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(15, 23, 42, .10);
  border-color:#99ddd8;
}

.rpeq-service-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(15, 118, 110, .10);
  color:var(--rpeq-accent);
  font-size:20px;
  margin-bottom:14px;
}

.rpeq-service-card h3,
.rpeq-feature-card h3,
.rpeq-application-card h3,
.rpeq-timeline h3{
  margin:0 0 8px;
  color:var(--rpeq-ink);
  font-size:18px;
  line-height:1.35;
  font-weight:800;
}

.rpeq-service-card p,
.rpeq-feature-card p,
.rpeq-application-card p,
.rpeq-timeline p{
  margin:0;
  color:var(--rpeq-muted);
  font-size:14px;
  line-height:1.75;
}

.rpeq-band{
  background:linear-gradient(135deg, #104b53, #155e75 55%, #0f766e 100%);
}

.rpeq-band .rpeq-section-head h2,
.rpeq-band .rpeq-section-head p{
  color:#f8fafc;
}

.rpeq-feature-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}

@media (max-width: 1080px){
  .rpeq-feature-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .rpeq-feature-grid{
    grid-template-columns:1fr;
  }
}

.rpeq-feature-card{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--rpeq-radius-lg);
  padding:22px 18px;
  backdrop-filter:blur(4px);
}

.rpeq-feature-card h3,
.rpeq-feature-card p{
  color:#fff;
}

.rpeq-two-col-process{
  display:grid;
  grid-template-columns:minmax(0, .9fr) minmax(260px, 1.1fr);
  gap:30px;
  align-items:start;
}

@media (max-width: 960px){
  .rpeq-two-col-process{
    grid-template-columns:1fr;
  }
}

.rpeq-timeline{
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}

.rpeq-timeline::before{
  content:"";
  position:absolute;
  left:18px;
  top:8px;
  bottom:8px;
  width:2px;
  background:linear-gradient(to bottom, var(--rpeq-accent), #d8e2ea);
}

.rpeq-timeline li{
  position:relative;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  padding:0 0 18px;
}

.rpeq-timeline li span{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#0f172a;
  color:#bff6e8;
  display:grid;
  place-items:center;
  font-weight:800;
  font-size:14px;
  position:relative;
  z-index:1;
}

.rpeq-timeline li div{
  padding-bottom:14px;
  border-bottom:1px dashed #d8e2ea;
}

.rpeq-timeline li:last-child div{
  border-bottom:none;
}

.rpeq-application-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}

@media (max-width: 1080px){
  .rpeq-application-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .rpeq-application-grid{
    grid-template-columns:1fr;
  }
}

.rpeq-application-card{
  padding:22px 18px;
  border:1px solid var(--rpeq-border);
  border-radius:var(--rpeq-radius-lg);
  background:#fff;
  box-shadow:0 12px 26px rgba(15, 23, 42, .05);
}

.rpeq-cta-strip{
  padding:28px 0;
  background:#fff;
}

.rpeq-cta-strip .rpeq-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:28px clamp(16px, 3vw, 30px);
  background:linear-gradient(135deg, #ebfbf8, #f8fcff);
  border:1px solid var(--rpeq-border);
  border-radius:24px;
}

@media (max-width: 780px){
  .rpeq-cta-strip .rpeq-container{
    flex-direction:column;
    align-items:flex-start;
  }
}

.rpeq-cta-strip h2{
  font-size:clamp(24px, 3vw, 34px);
  max-width:16ch;
}

/* lower sections compatibility */
.bo-container{
  width:100%;
  max-width:1180px;
  margin-inline:auto;
  padding-inline:clamp(16px, 3vw, 32px);
}

.bo-mvv-section {
  padding: 60px 20px;
  background: #f8fafc;
}

.bo-mvv-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  flex-wrap:wrap;
}

.bo-mvv-tab {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.bo-mvv-tab.is-active {
  background: #0f766e;
  color: #fff;
  border-color: #0f766e;
}

.bo-mvv-content-wrap {
  position: relative;
}

.bo-mvv-content {
  display: none;
  align-items: center;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.bo-mvv-content.is-active {
  display: grid;
}

@media (max-width: 768px) {
  .bo-mvv-content {
    grid-template-columns: 1fr;
  }
}

.bo-mvv-text h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 800;
  color:#0f172a;
}

.bo-mvv-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #475569;
}

.bo-mvv-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  display: block;
}

.ieng-loc-row a {
  color: #155e75;
  text-decoration: none;
}

.ieng-loc-row a:hover,
.ieng-loc-row a:focus {
  color: #155e75;
  text-decoration: none;
}

#locations a[href^="mailto:"],
#locations a[href^="mailto:"]:link,
#locations a[href^="mailto:"]:visited,
#locations a[href^="mailto:"]:hover,
#locations a[href^="mailto:"]:focus,
#locations a[href^="mailto:"]:active {
  color: #155e75 !important;
  text-decoration: none !important;
  font-weight: 700;
}



:root{
  --lv-ink:#0b1220;
  --lv-muted:#5a6a7d;
  --lv-bg:#ffffff;
  --lv-card-bg:#ffffff;
  --lv-border:#e7edf5;
  --lv-shadow:0 14px 36px rgba(10,20,36,0.10);
  --lv-shadow-soft:0 10px 24px rgba(10,20,36,0.06);
  --lv-orange:#155e75;
  --lv-orange-600:#0f766e;
  --lv-orange-400:#155e75;
  --lv-radius:18px;
}

/* Section */
.generators-1-project{
  background: var(--lv-bg);
  color: var(--lv-ink);
  padding: clamp(40px, 5vw, 70px) 16px;
}

.generators-container{
  max-width: 1180px;
  margin: 0 auto;
}

.generators-header{
  margin-bottom: 26px;
  text-align: center;
}

.generators-kicker{
  display: inline-block;
  font: 600 12px/1.1 system-ui, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #06607b;
  background: #155f7537;
  padding: 8px 12px;
  border-radius: 999px;
}

.generators-header h2{
  margin: 12px 0 0;
  font: 700 clamp(22px, 3.5vw, 34px)/1.25 system-ui, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--lv-ink);
}

/* Grid */
.generators-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
  margin-top: 16px;
}

@media (max-width:1024px){
  .generators-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:640px){
  .generators-grid{
    grid-template-columns: 1fr;
  }
}

/* Card */
.generators-card{
  position: relative;
  background: var(--lv-card-bg);
  border: 1px solid var(--lv-border);
  border-radius: var(--lv-radius);
  overflow: hidden;
  box-shadow: var(--lv-shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  opacity: 1;
}

.generators-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--lv-shadow);
  border-color: #98e7ff;
}

.generators-body{
  padding: 50px 18px 20px;
  color: var(--lv-ink);
}

.generators-year{
  position: absolute;
  top: 16px;
  left: 16px;
  background: linear-gradient(135deg, var(--lv-orange), var(--lv-orange-400));
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.generators-body h3{
  margin: 0 0 10px;
  font: 700 18px/1.35 system-ui, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--lv-ink);
}

.generators-client{
  color: var(--lv-muted);
  margin: 0 0 12px;
  font-size: 14px;
}

.generators-points{
  margin: 0;
  padding: 0 0 0 18px;
  color: #253048;
}

.generators-points li{
  margin: 7px 0;
  line-height: 1.55;
}

/* Reveal animation */
.reveal-left{
  opacity: 0;
  transform: translateX(-40px);
}

.reveal-right{
  opacity: 0;
  transform: translateX(40px);
}

.is-visible{
  opacity: 1;
  transform: translateX(0);
  transition: transform .7s cubic-bezier(.2,.6,.2,1), opacity .7s;
}