<style>
@charset "UTF-8";
/* ====== AEMC Landing Page (clean) ====== */
:root{
  --page-max: 1180px;
  --gutter: 20px;

  --text: #0B1F3B;
  --dark: #5a5b5b;
  --muted: #6b7280;
  --line: #E5E7EB;

  --card: #ffffff;
  --bg: #ffffff;
  --bg-soft: #f8fafc;

  --btn: #16A34A;
  --btnText: #ffffff;

  --radius: 16px;
  --shadow: 0 10px 25px rgba(0,0,0,.08);
}
.energyLPContainer{
  width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 6%;
    margin-bottom: .5%;
    overflow: hidden; /* or hidden; auto is safer */
}

.energyLPhomePhone {
    font-size: 2.3em;
    font-weight: 500;
    line-height: 34px;
    color: #2a2828;
    text-align: right;
    margin-right: 0px;
    margin-bottom: .5%;
    padding-top:2%;
}

footer.energyLPsiteFooter {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15%;
    top: 6%;
    font-size: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Add bottom padding equal to footer height */
body { padding-bottom: 120px; } /* match your footer height */

.energyLP{
  color: var(--text);
  background: var(--bg);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.5;
}

.energyLP *{ box-sizing: border-box; }
.energyLP img{ max-width: 100%; height: auto; display: block; }

.energyLP .container{
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 20px var(--gutter) 0;
}

.energyLP .section{ padding: 2% 0; }
.energyLP .section--soft{ background: var(--bg-soft); }
.energyLP .section--tight{ padding: 40px 0; }

.energyLP h1{
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.1;
  margin: 0 0 14px;
  color: #fff;
  letter-spacing: -0.02em;
}
.energyLP h2{
  font-size: clamp(22px, 1.5vw, 32px);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

/*
.energyLP h3{
  font-size: clamp(16px, 1.25vw, 22px);
  margin: 60px 0 0px 0px ;
} */

.energyLP h3{ margin: 14px 0 8px; }

.energyLP p{ margin: 0 0 20px; color: var(--muted); }

.energyLP sup{
  font-size: 40%;
  line-height: 0;
  position: relative;
  vertical-align: super;
}

/* Eyebrow */
.energyLP .eyebrow{
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #bbf7d0;
  margin-bottom: 10px;
}

/* Grid + cards */
.energyLP .grid{ display: grid; gap: 22px; }
.energyLP .grid-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }

.energyLP .card{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.energyLP .card--flat{ box-shadow: none; }

/* Hero */
.energyLP .hero{
  position: relative;
  padding: 70px 24px 40px;
  background: url("/userfiles/images/banners/energy-monitor-hero.jpg") center / cover no-repeat;
  margin-bottom: 1.5rem;
  min-height: 420px;
}
.energyLP .hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(11,31,59,.78);
  border-top: 5px solid #040c18;
}
.energyLP .hero > *{ position: relative; }

.energyLP .heroWrap{
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
  align-items: start;
}

.energyLP .heroCard {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow);
    opacity: 0.7;
}
.energyLP .heroCard h3{
  font-size: clamp(20px, 1.25vw, 22px);
  margin: 20px 0 0px 0px ;
}
/* Checklist */
.energyLP .checklist{
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
}
.energyLP .checklist li{
  display: flex;
  gap: 10px;
  margin: 10px 0;
  color: #fff;
  font-weight: 400;
}
.energyLP .checklist li:before{
  content: "\2713"; /* ✓ */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(15,118,110,.20);
  color: #00B3FF;
  flex: 0 0 22px;
  font-weight: 800;
}

/* CTAs */
.energyLP .ctaRow{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}

.energyLP .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, background-color .15s ease;
}
.energyLP .btnSmall{
display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, background-color .15s ease;
    border-color: var(--line);
    color: var(--dark);
    background: #eee;
    font-size: 85%;
}
.energyLP .btn--primary{
  background: var(--btn);
  color: var(--btnText);
}
.energyLP .btn--secondary{
  background: #fff;
  border-color: var(--line);
  color: var(--text);
}
.energyLP .btn--primary:hover,
.energyLP .btn--primary:focus-visible{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,.18);
  filter: brightness(1.06);
}
.energyLP .btn--primary:active{
  transform: translateY(0px);
  box-shadow: 0 6px 14px rgba(0,0,0,.14);
}

.energyLP .fineprint{ font-size: 12px; color: rgba(255,255,255,.75); }

.energyLP .pill{
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17,24,39,.06);
  color: var(--text);
  font-weight: 800;
  font-size: 12px;
}

/* Feature image: truly bleed edge-to-edge inside the card padding */
.energyLP .featureImg--bleed{
  display: block;          /* IMPORTANT */
  width: calc(100% + 44px);
  max-width: none;         /* IMPORTANT: override global img rule */
  margin: -22px -22px 12px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid var(--line);
}


/* Accordions */
.energyLP details{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 16px;
  background: #fff;
}
.energyLP details + details{ margin-top: 12px; }
.energyLP summary{
  cursor: pointer;
  font-weight: 800;
  color: var(--text);
}
.energyLP details p{ margin-top: 10px; }

/* ===== GridWatch comparison table ===== */
.gw-compare-wrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  background:#fff;
}
.gw-compare{
  width:100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#2b2b2b;
}
.gw-compare th,
.gw-compare td{
  border: 1px solid #E2E8F0;
  vertical-align: top;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.35;
}

.gw-compare tbody td{ text-align: center; vertical-align: middle; }
.gw-compare tbody td:first-child{ text-align: left; vertical-align: top; }

.gw-compare thead th{ text-align: center; }
.gw-compare thead th:first-child{ text-align: left; }

.gw-compare thead .prodName{
  background: #F0FDF4;
  font-weight: 900;
  color:#16A34A;
  padding: 8px 10px;
  font-size: 14px;
}
.gw-compare thead .prodHead{ background:#fff; padding: 12px; }

.gw-compare .photoRow{
  display:flex;
  justify-content:center;
  align-items:center;
  margin: 6px 0 10px;
}
.gw-compare .photoBox{
  width: 90%;
  border-radius: 10px;
  background:#fff;
  overflow: hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gw-compare .photoBox img{
  width: 60%;
  height: auto;
  object-fit: contain;
}

.gw-compare .sectionRow td{
  background:#F0FDF4;
  color:#16A34A;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 6px 10px;
  text-align: center;
}
.gw-compare .featureLabel{ font-weight: 800; color:#444; }

.gw-compare ul{ margin: 0; padding-left: 18px; text-align:left; }
.gw-compare li{ margin: 4px 0; }

.gw-yes{ font-weight:900; color:#2b7a4b; }
.gw-dash{ color:#888; font-weight:800; }

/* Sticky first column */
.gw-compare th:first-child,
.gw-compare td:first-child{
  position: sticky;
  left: 0;
  background:#fff;
  z-index: 2;
}
.gw-compare thead th:first-child{
  z-index: 5;
  background:#fff;
}

/* ===== Float image right ===== */
.energyLP .floatImgRight{
  float: right;
  width: 420px;
  max-width: 45%;
  margin: 0 0 14px 18px;
  overflow: hidden;
}
.energyLP .floatImgRight img{
  width: 100%;
  height: auto;
  display: block;
}

.energyLP .clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* ===== Products table ===== */
.prodTableWrap{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:#fff;
  padding: 10px;
}
.prodTable{
  width:100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 14px 10px;
  table-layout: fixed;
  color:#2b2b2b;
}
.prodTable thead th{
  background: var(--bg-soft);
  font-weight: 800;
  text-align: left;
  padding: 12px 14px;
  border-radius: 10px;
}
.prodTable td{
  background:#fff;
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
  vertical-align: top;
}
.prodCell{
  display:flex;
  gap: 12px;
  align-items: center;
}
.prodImgBox{
  width: 200px;
  height: 200px;
  background: #fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex: 0 0 300px;
}
.prodImgBox img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prodModel{
  font-weight: 900;
  color: var(--text);
  line-height: 1.2;
}

/* Product notes */
.prodNotes .noteBlock{ margin-top: 10px; }
.prodNotes .noteBlock:first-child{ margin-top: 0; }

.prodNotes .noteTitle{
  font-weight: 900;
  color: var(--text);
  margin: 0 0 6px;
}

.prodNotes .noteDesc{
  margin: 0;
  color: #4a4a4a;
  line-height: 1.45;
}

.prodNotes .noteList{
  margin: 0;
  padding-left: 18px;
  color: #4a4a4a;
}
.prodNotes .noteList li{ margin: 4px 0; }

/* Tabs inside product notes */
.prodTabs{
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.prodTabBtns{
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg-soft);
}

.prodTabBtn{
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 12px;
  font-weight: 800;
  color: var(--text);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  border-right: 1px solid var(--line);
}

.prodTabBtn:last-child{ border-right: 0; }

.prodTabBtn[aria-selected="true"]{
  background: #fff;
}

.prodTabPanel{
  padding: 12px 14px;
  display: none;
}

.prodTabPanel.isActive{ display: block; }

.prodTabPanel p{ margin: 0; color: #4a4a4a; line-height: 1.45; }

.prodTabPanel ul{ margin: 0; padding-left: 18px; }
.prodTabPanel li{ margin: 4px 0; }

.tabBullets { margin: 0; padding-left: 18px; }
.tabBullets li { margin: 6px 0; }
.tabFinalLine { margin: 10px 0 0; color: var(--muted); }


/* Make label behave nicely */
label[for="industry"]{
  display:block;
  margin: 0 0 6px;
  font-weight: 600;
}

/* Modern select styling */
select.nice-select,
#industry{
  width: 100%;
  max-width: 520px;              /* adjust to your layout */
  height: 46px;
  padding: 10px 44px 10px 14px;  /* space for arrow */
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #cfd6df;
  border-radius: 12px;
  background-color: #fff;
  color: #0B1F3B;                /* or your site text color */
  appearance: none;               /* hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Custom arrow (SVG) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%236b7280' d='M5.5 7.5 10 12l4.5-4.5 1 1L10 14 4.5 8.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

/* Focus state people can actually see */
select.nice-select:focus,
#industry:focus{
  outline: none;
  border-color: #00B3FF;               /* match your accent */
  box-shadow: 0 0 0 4px rgba(0,179,255,.18);
}

/* Make it not look “greyed out” in Safari */
select.nice-select:invalid{
  color: #6b7280;
}

/* =========================
   Product Tabs -> Mobile Accordion
   ========================= */

/* Make tab panels consistent with hidden attr */
.prodTabPanel[hidden] { display: none !important; }
.prodTabPanel.isActive { display: block; }

/* Desktop tab polish (optional but cleaner) */
.prodTabBtns { align-items: stretch; }
.prodTabBtn { min-height: 40px; }

/* Fix product image box sizing (your current flex: 0 0 300px overrides width:200px) */
.prodImgBox{
  width: 300px;
  height: 300px;
  flex: 0 0 300px;
}
@media only screen and (max-width: 1680px) {
    .innerrightsidebar {
    width: 95%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 3% 00;
    margin-bottom: .5%;
    background-color: #fff;
    overflow: hidden; /* or hidden; auto is safer */
    }
}
/* Mobile accordion UI */
@media (max-width: 760px){

  /* Hide tab buttons on mobile */
  .prodTabBtns{ display:none; }

  /* Panels become accordion blocks */
  .prodTabPanel{
    display:block;            /* panels will show/hide via [hidden] */
    padding: 0;               /* padding moves inside accordion content */
    border-top: 1px solid var(--line);
  }

  .prodTabPanel:first-of-type{ border-top: 0; }

  /* Accordion header button (injected by JS) */
  .prodAccBtn{
    appearance:none;
    width:100%;
    border:0;
    background: var(--bg-soft);
    color: var(--text);
    font-weight: 900;
    text-align:left;
    padding: 12px 14px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
  }

  .prodAccBtn:after{
    content:"\25BE"; /* ▾ */
    font-weight: 900;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform .15s ease;
  }

  .prodAccBtn[aria-expanded="true"]{
    background:#fff;
  }

  .prodAccBtn[aria-expanded="true"]::after{
    transform: rotate(180deg);
  }

  .prodAccContent{
    padding: 12px 14px;
    background:#fff;
  }

  .energyLP .grid-2,
  .energyLP .grid-3{ grid-template-columns: 1fr; }
  .energyLP .section{ padding: 44px 0; }

/* ===== Responsive Products Table (mobile = card layout) ===== */
  /* Let the wrapper breathe; no forced min-width scrolling */
  .prodTable{
    min-width: 0;
    width: 100%;
    border-spacing: 0;          /* spacing handled by card margins now */
  }

  /* Hide table header on mobile */
  .prodTable thead{
    display: none;
  }

  /* Turn rows into stacked cards */
  .prodTable,
  .prodTable tbody,
  .prodTable tr,
  .prodTable td{
    display: block;
    width: 100%;
  }

  .prodTable tr{
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 14px;
    background: #fff;
  }

  /* Remove the “cell cardlets” look on mobile; the whole row is the card */
  .prodTable td{
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }

  /* Space between the two “cells” */
  .prodTable td + td{
    margin-top: 10px;
  }

  /* Make the product cell wrap nicer */
  .prodCell{
    align-items: flex-start;
  }

  .prodImgBox{
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
  }

  .prodModel{
    font-size: 16px;
  }

  /* Label the second field so users know what it is */
  .prodNotes::before{
    content: "Notes: ";
    font-weight: 800;
    color: var(--text);
  }
  .energyLP .floatImgRight{
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0 0 14px 0;
  }

/* Mobile: stack buttons if needed */
   .prodTabBtns{ flex-wrap: wrap; }
  .prodTabBtn{ border-right: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px){
  .energyLP .heroWrap{ grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce){
  .energyLP .btn{ transition: none; }
}
</style>