:root{
  --bg:#ffffff;
  --ink:#172033;
  --muted:#5f6b7a;
  --line:#dfe5ee;
  --soft:#f4f7fb;
  --navy:#0e2742;
  --blue:#2563eb;
  --blue-dark:#1d4ed8;
  --teal:#0f766e;
  --card:#ffffff;
  --shadow:0 20px 60px rgba(15,39,66,.10);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:58px}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
}
a{color:inherit}
.container{width:min(1120px,92%);margin:0 auto}
.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;text-decoration:none;letter-spacing:-.02em}
.brand-mark{
  display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;
  border-radius:10px;background:linear-gradient(135deg,var(--navy),var(--blue));
  color:white;font-weight:900;font-size:.9rem;
}
.site-nav{display:flex;align-items:center;gap:14px;font-size:.92rem}
.site-nav a{text-decoration:none;color:#2f3b4d;font-weight:600}
.site-nav a:hover{color:var(--blue)}
.nav-cta{padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff}
.menu-toggle{display:none;border:0;background:transparent}
.menu-toggle span{display:block;width:26px;height:2px;background:var(--ink);margin:5px 0}
.hero{
  position:relative;overflow:hidden;padding:16px 0 48px;
  min-height:calc(100vh - 58px);
  min-height:calc(100svh - 58px);
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 78% 18%, rgba(37,99,235,.16), transparent 30%),
    radial-gradient(circle at 12% 12%, rgba(15,118,110,.13), transparent 34%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.hero::after{
  content:"";position:absolute;inset:auto -80px -150px auto;width:520px;height:520px;
  border:1px solid rgba(37,99,235,.12);border-radius:50%;
}
.hero-grid{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:46px;align-items:center}
.eyebrow{margin:0 0 14px;color:var(--teal);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem}
h1,h2,h3{line-height:1.12;letter-spacing:-.035em}
h1{font-size:clamp(2.45rem,5vw,4.85rem);margin:0 0 22px;max-width:900px}
.hero-review-heading{font-size:clamp(2rem,3.2vw,3.05rem)}
h2{font-size:clamp(2rem,3.2vw,3.05rem);margin:0 0 18px}
h3{font-size:1.25rem;margin:0 0 12px}
.lead{font-size:1.18rem;color:#405063;max-width:820px;margin:0 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.button{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;
  border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent;
}
.button.primary{background:var(--blue);color:white;box-shadow:0 12px 28px rgba(37,99,235,.22)}
.button.primary:hover{background:var(--blue-dark)}
.button.secondary{background:white;color:var(--navy);border-color:var(--line)}
.button.secondary:hover{border-color:var(--blue);color:var(--blue)}
.small-note{margin-top:22px;color:var(--muted);font-size:.92rem}
.panel{position:relative;background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px}
.panel.dark-panel{background:#0f253f;color:white;border-color:rgba(255,255,255,.12)}
.hero-review-card h2{font-size:1.45rem;margin-bottom:18px}
.review-list{list-style:none;padding:0;margin:0}
.review-list li{display:grid;grid-template-columns:14px 1fr;gap:14px;padding:16px 0;border-top:1px solid rgba(223,229,238,.75)}
.review-list li:first-child{border-top:0;padding-top:0}
.review-list li:last-child{padding-bottom:0}
.review-marker{width:14px;height:14px;margin-top:4px;border-radius:4px;background:linear-gradient(135deg,var(--teal),var(--blue))}
.review-list strong{display:block;color:var(--navy);font-size:1rem;line-height:1.25}
.review-list small{display:block;margin-top:5px;color:#56667a;font-size:.92rem;line-height:1.45}
.check-list{list-style:none;padding:0;margin:18px 0 0}
.check-list li{position:relative;padding:5px 0 5px 30px;border-top:1px solid rgba(223,229,238,.75);color:#38475a}
.dark-panel .check-list li{color:#d8e2ef;border-top-color:rgba(255,255,255,.14)}
.check-list li::before{
  content:"";position:absolute;left:0;top:11px;width:13px;height:13px;border-radius:4px;
  background:linear-gradient(135deg,var(--teal),var(--blue));
}
.section{padding:30px 0;background:var(--soft)}
.content-section{
  scroll-margin-top:0;
  padding-top:12px;
  padding-bottom:56px;
  min-height:auto;
}
.why-section{
  min-height:calc(100vh - 58px);
  min-height:calc(100svh - 58px);
  display:flex;
  align-items:center;
}
.why-section .split{
  align-items:start;
}

#services,
#markets,
#texas,
#example,
#positioning,
#about,
#contact{
  scroll-margin-top:0;
  min-height:calc(100vh - 58px);
  min-height:calc(100svh - 58px);
}

.example-section,
.positioning-section{
  padding-top:24px;
  padding-bottom:72px;
}
.example-section .example-box{
  margin-top:20px;
}
.positioning-section .split{
  align-items:start;
}

.page-hero + .section{padding-top:16px}
.section.muted{background:var(--soft)}
.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px}
.prose p{color:#46566a;font-size:1.05rem;margin-top:0}
.section-intro{color:#56667a;max-width:800px;font-size:1.05rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.focused-reviews .section-intro{max-width:900px;margin-bottom:0}
.focused-reviews .cards{margin-top:24px}
.focused-reviews .card h3{font-weight:850}
.focused-reviews .card p{line-height:1.55}
.two-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:30px}
#markets .two-cards{margin-top:18px}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 12px 34px rgba(15,39,66,.06)}
.card p{color:#56667a;margin-bottom:0}
.feature-grid{display:grid;grid-template-columns:1fr .88fr;gap:42px;align-items:start}
.texas-topics-card{margin-top:34px}
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:38px;align-items:start}
#about .stat-card{margin-top:42px}
#about{padding-bottom:78px}
.stat-card{background:linear-gradient(135deg,#0f253f,#173f69);color:white;padding:34px;border-radius:var(--radius);box-shadow:var(--shadow)}
.stat{display:block;font-size:2.15rem;line-height:1.05;font-weight:900;letter-spacing:-.04em}
.stat-card p{color:#dbe6f3}
.example-box{
  background:#ffffff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:0 12px 34px rgba(15,39,66,.06);
}
.example-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:18px;
}
.metric{
  border:1px solid var(--line);
  border-radius:14px;
  padding:18px;
  background:#f8fbff;
}
.metric span{
  display:block;
  color:var(--muted);
  font-size:.9rem;
}
.metric strong{
  display:block;
  margin-top:6px;
  font-size:1.6rem;
  color:var(--navy);
}
.callout{border-left:5px solid var(--blue);background:#f4f8ff;padding:22px;border-radius:14px;color:#405063}
.contact-section{
  background:var(--soft);
}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}
.contact-section .contact-grid{
  display:block;
}
.contact-card{background:white;color:var(--ink);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);min-height:220px}
.contact-form-card{
  width:100%;
  max-width:800px;
  margin:0 auto;
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 16px 44px rgba(15,39,66,.08);
  min-height:0;
  padding:40px 44px;
}
.contact-section .hs-form-field{margin-bottom:10px}
.contact-section .hs-form-field > label{margin-bottom:4px}
.contact-section .hs_submit{margin-top:8px}
.site-footer{background:#07182a;color:#b8c6d8;padding:28px 0}
.footer-wrap{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:.92rem}
.page-hero{padding:14px 0 14px;background:linear-gradient(180deg,#f7fbff,#fff)}
.page-hero .lead{margin-bottom:0}
.form-note{color:var(--muted);font-size:.95rem}
.review-section{padding-top:0}
.review-section .contact-grid{gap:32px}
.review-section .check-list{margin-top:12px}
.review-section .form-note{margin:0}
.review-form-card{margin-top:0}
.form-card-intro{margin-bottom:16px}
.form-card-intro h2{font-size:1.25rem;letter-spacing:-.025em;margin:0 0 6px}
.form-card-intro p{margin:0;color:var(--muted);font-size:.95rem}
.review-form-card .hs-form-field{margin-bottom:12px}
.review-form-card .hs-form-field > label{margin-bottom:5px}
.review-form-card .hs_submit{margin-top:10px;text-align:center}
.first-pass-form{width:100%;max-width:620px;margin:0 auto}
.first-pass-form .hbspt-form,
.first-pass-form form{width:100%;margin-left:auto;margin-right:auto}
.first-pass-form .hs-form-field,
.first-pass-form .input{width:100%;max-width:100%}
.first-pass-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.first-pass-form select,
.first-pass-form textarea{width:100%;max-width:100%;box-sizing:border-box}
@media(max-width:860px){
  .site-nav{display:none}
  .menu-toggle{display:block}
  .site-nav.open{display:flex;position:absolute;left:4%;right:4%;top:58px;flex-direction:column;align-items:flex-start;background:white;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}
  .hero{padding:14px 0 40px;min-height:auto;display:block}
  .hero-grid,.split,.feature-grid,.about-grid,.contact-grid,.two-cards,.example-grid{grid-template-columns:1fr}
  #about .stat-card{margin-top:0}
  .cards{grid-template-columns:1fr}
  .page-hero{padding:14px 0 12px}
  .review-section{padding-top:0}
  .review-section .contact-grid{gap:24px}
  .review-form-card{margin-top:0}
  .texas-topics-card{margin-top:0}
  .content-section{padding-top:12px;padding-bottom:48px}
  .why-section{min-height:auto;display:block}

  #example, #positioning{min-height:auto}
  .example-section, .positioning-section{padding-top:12px;padding-bottom:48px}
  .contact-form-card{padding:24px 20px;border-radius:20px}
  .footer-wrap{display:block}
}


/* Final section/page alignment fixes */
:root{--header-h:58px}
html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}

/* Treat each navigation target as a clean viewport section: content starts near the menu, while the next section stays below the fold. */
.content-section,
.why-section,
#services,
#markets,
#texas,
#example,
#positioning,
#about,
#contact{
  scroll-margin-top:var(--header-h);
  min-height:calc(100vh - var(--header-h));
  min-height:calc(100svh - var(--header-h));
}

.section.content-section{
  padding-top:34px;
  padding-bottom:34px;
}

.why-section{
  display:flex;
  align-items:flex-start;
}

.why-section .split,
.positioning-section .split{
  align-items:start;
}

.section > .container > .eyebrow,
.section .split .eyebrow{
  margin-top:0;
}

.section h2{margin-bottom:14px}
.section-intro{margin-top:0;margin-bottom:0}
.cards{margin-top:22px}
.two-cards{margin-top:22px}
#markets .two-cards{margin-top:18px}
.texas-topics-card{margin-top:20px}
#about .stat-card{margin-top:20px}

/* Keep the 4CP/12CP example inside one viewport. */
.example-section{
  padding-top:28px !important;
  padding-bottom:28px !important;
}
.example-section h2{
  font-size:clamp(1.7rem,2.6vw,2.45rem);
  margin-bottom:8px;
}
.example-section .section-intro{
  max-width:1040px;
  font-size:.98rem;
  line-height:1.42;
  margin-bottom:12px;
}
.example-section .example-box{
  margin-top:12px;
  padding:18px 20px;
}
.example-section .example-box h3{margin-bottom:8px}
.example-section .example-box > p{
  margin-top:0;
  margin-bottom:10px;
  line-height:1.42;
}
.example-section .example-grid{
  gap:12px;
  margin-top:10px;
}
.example-section .metric{
  padding:13px 15px;
}
.example-section .metric strong{
  font-size:1.35rem;
}
.example-section .metric p{
  font-size:.92rem;
  line-height:1.35;
  margin-top:6px;
}
.example-section .price-note{
  margin:10px 0 0;
  font-size:.94rem;
  line-height:1.38;
}

/* Slightly compact the service/market cards so full sections do not collide on shorter laptop screens. */
.card{padding:24px}
.check-list{margin-top:14px}
.check-list li{padding-top:4px;padding-bottom:4px}

@media(max-height:760px) and (min-width:861px){
  .section.content-section{padding-top:24px;padding-bottom:24px}
  h2{font-size:clamp(1.75rem,2.8vw,2.65rem)}
  .card{padding:20px}
  .cards,.two-cards{margin-top:18px}
  .prose p,.section-intro,.card p,#texas p{font-size:.98rem;line-height:1.5}
  .example-section h2{font-size:2rem}
  .example-section .example-box{padding:16px 18px}
}

@media(max-width:860px){
  .content-section,
  .why-section,
  #services,
  #markets,
  #texas,
  #example,
  #positioning,
  #about,
  #contact{
    min-height:auto;
    scroll-margin-top:var(--header-h);
  }
  .section.content-section{padding-top:20px;padding-bottom:38px}
  .hero{min-height:auto;display:block}
  .example-section{padding-top:20px !important;padding-bottom:34px !important}
  .example-section .example-box{padding:18px}
}

/* Final header-gap correction: anchor targets should start directly under the sticky menu. */
:root{--header-h:58px}
html{
  scroll-padding-top:var(--header-h) !important;
}
.content-section,
.why-section,
#why,
#services,
#markets,
#texas,
#example,
#positioning,
#about,
#contact{
  scroll-margin-top:0 !important;
  min-height:calc(100vh - var(--header-h)) !important;
  min-height:calc(100svh - var(--header-h)) !important;
}
.section.content-section{
  padding-top:10px !important;
  padding-bottom:46px !important;
}
.why-section,
.positioning-section{
  display:block !important;
  align-items:initial !important;
}
.section > .container > .eyebrow,
.section .split .eyebrow{
  margin-top:0 !important;
}
.section h2{
  margin-top:0 !important;
}
.example-section{
  padding-top:10px !important;
  padding-bottom:28px !important;
}
#contact.contact-section{
  padding-top:10px !important;
}
@media(max-width:860px){
  .content-section,
  .why-section,
  #why,
  #services,
  #markets,
  #texas,
  #example,
  #positioning,
  #about,
  #contact{
    min-height:auto !important;
  }
  .section.content-section{padding-top:12px !important;padding-bottom:38px !important;}
}

/* Arizona/APS page */
.site-nav{gap:10px;font-size:.88rem}
.nav-cta{padding:9px 13px}

.aps-hero{
  position:relative;
  overflow:hidden;
  padding:34px 0 46px;
  min-height:calc(100vh - var(--header-h));
  min-height:calc(100svh - var(--header-h));
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 82% 14%, rgba(15,118,110,.15), transparent 31%),
    radial-gradient(circle at 10% 10%, rgba(37,99,235,.14), transparent 36%),
    linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.aps-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:42px;
  align-items:center;
}

.aps-snapshot-card{
  margin-top:34px;
}

.aps-snapshot-card h2{
  font-size:1.45rem;
  margin-bottom:12px;
}
.aps-snapshot-card p{
  color:#405063;
  margin:0;
  font-size:1.04rem;
}
.aps-paths-section,
.aps-flow-section,
.aps-deliverables-section,
.aps-input-section{
  min-height:auto !important;
  padding-top:34px !important;
  padding-bottom:50px !important;
}
.aps-customer-cards{align-items:stretch}
.aps-card{display:flex;flex-direction:column}
.path-label{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:14px;
  padding:6px 10px;
  border-radius:999px;
  background:#eef6ff;
  color:var(--blue-dark);
  border:1px solid #dbeafe;
  font-weight:850;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.aps-flow-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:44px;
  align-items:start;
}
.aps-flow-grid p{color:#46566a;font-size:1.04rem;margin-top:0}
.flow-steps{display:grid;gap:14px}
.flow-step{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  align-items:start;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 28px rgba(15,39,66,.05);
}
.flow-step > span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(135deg,var(--teal),var(--blue));
  font-weight:900;
}
.flow-step h3{font-size:1.08rem;margin-bottom:5px}
.flow-step p{margin:0;color:#56667a;font-size:.96rem;line-height:1.45}
.deliverable-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:42px;
  align-items:start;
}
.deliverable-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.deliverable-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px 18px;
  box-shadow:0 8px 24px rgba(15,39,66,.045);
}
.deliverable-item strong{display:block;color:var(--navy);line-height:1.25;margin-bottom:6px}
.deliverable-item span{display:block;color:#56667a;font-size:.94rem;line-height:1.42}
.aps-cta-card .button{margin-top:16px}
.disclaimer{
  margin-top:18px !important;
  color:#6b7280 !important;
  font-size:.85rem;
  line-height:1.45;
}
@media(max-height:760px) and (min-width:861px){
  .aps-hero{padding:24px 0 34px}
  .aps-paths-section,.aps-flow-section,.aps-deliverables-section,.aps-input-section{padding-top:24px !important;padding-bottom:36px !important}
  .flow-step{padding:15px}
}
@media(max-width:980px){
  .site-nav{gap:8px;font-size:.84rem}
  .brand{font-size:.95rem}
}
@media(max-width:860px){
  .site-nav{font-size:.92rem}
  .aps-hero{min-height:auto;display:block;padding:22px 0 38px}
  .aps-hero-grid,.aps-flow-grid,.deliverable-grid,.deliverable-list{grid-template-columns:1fr}
  .aps-paths-section,.aps-flow-section,.aps-deliverables-section,.aps-input-section{padding-top:24px !important;padding-bottom:38px !important}
}

/* Hero/header alignment correction for homepage and Arizona/APS page */
.hero,
.aps-hero{
  align-items:flex-start !important;
  padding-top:20px !important;
  padding-bottom:42px !important;
}
.hero-grid,
.aps-hero-grid{
  align-items:start !important;
}
.hero .eyebrow,
.aps-hero .eyebrow{
  margin-top:0 !important;
}
.hero h1,
.aps-hero h1{
  margin-top:0 !important;
}

@media(max-height:760px) and (min-width:861px){
  .hero,
  .aps-hero{
    padding-top:16px !important;
    padding-bottom:32px !important;
  }
}

@media(max-width:860px){
  .hero,
  .aps-hero{
    padding-top:16px !important;
    padding-bottom:36px !important;
  }
}

@media(max-width:860px){
  .aps-snapshot-card{margin-top:0;}
}


/* APS customer card spacing refinement */
.aps-card h3{
  margin-bottom:6px !important;
}
.aps-card p{
  margin-top:0 !important;
  margin-bottom:0 !important;
  line-height:1.45;
}
.aps-card .check-list{
  margin-top:10px !important;
}
.aps-card .path-label{
  margin-bottom:10px !important;
}


/* APS merged comparison table */
.aps-comparison-wrap{
  margin-top:16px;
  overflow-x:auto;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,39,66,.05);
}
.aps-comparison-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:720px;
  font-size:.95rem;
}
.aps-comparison-table th,
.aps-comparison-table td{
  padding:10px 14px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(223,229,238,.78);
  line-height:1.32;
}
.aps-comparison-table thead th{
  background:#f8fbff;
  color:var(--navy);
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.045em;
  padding-top:11px;
  padding-bottom:9px;
}
.aps-comparison-table tbody th{
  width:18%;
  color:var(--navy);
  font-weight:850;
  background:#fbfdff;
}
.aps-comparison-table tbody td{
  color:#45556a;
}
.aps-comparison-table tr:last-child th,
.aps-comparison-table tr:last-child td{
  border-bottom:0;
}
.texas-actions{
  margin-top:18px;
}
@media(max-width:860px){
  .aps-comparison-wrap{margin-top:14px;}
  .aps-comparison-table{min-width:680px;font-size:.92rem;}
  .aps-comparison-table th,
  .aps-comparison-table td{padding:9px 12px;line-height:1.28;}
}

/* Homepage market-path redesign */
.brand-copy{display:flex;flex-direction:column;line-height:1.08}
.brand-copy strong{font-size:1.02rem}
.brand-copy small{margin-top:4px;color:#41516a;font-size:.66rem;font-weight:500;letter-spacing:0}
.nav-cta{background:var(--blue)!important;color:#fff!important;border-color:var(--blue)!important;border-radius:12px!important;padding:9px 15px!important}
.nav-cta:hover{background:var(--blue-dark)!important;color:#fff!important}
.hero{min-height:auto;padding:22px 0 38px;align-items:initial}
.hero-grid{grid-template-columns:1.18fr .82fr;gap:58px}
.hero-copy{padding-top:8px}
.hero-review-heading{font-size:clamp(2.35rem,4.25vw,4.15rem);max-width:760px;margin-bottom:18px}
.hero .lead{max-width:760px;font-size:1.08rem;line-height:1.58;margin-bottom:22px}
.hero-primary{min-width:285px;border-radius:17px;justify-content:space-between;gap:22px}
.hero-primary span{font-size:1.4rem;line-height:1}
.hero-assurance{margin:14px 0 0;color:#5a6a80;font-size:.78rem}
.hero-assurance::before{content:"♙";margin-right:7px;color:#7c8fa8}
.hero-review-card{padding:27px 30px;border-radius:24px;align-self:center}
.hero-review-card h2{font-size:1.55rem}
.icon-review-list li{grid-template-columns:48px 1fr;gap:16px;padding:20px 0}
.review-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:#fff;font-size:1.25rem;font-weight:900;margin-top:0}
.review-icon-blue{background:#1760df}.review-icon-green{background:#12845f}.review-icon-purple{background:#7730ad}
.icon-review-list strong{font-size:1.02rem}
.market-selector{padding:8px 0 0;background:#fff;border-top:1px solid #edf1f7}
.market-heading-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;text-align:center}
.market-heading-row h2{font-size:1.7rem;margin:0 0 3px}
.market-heading-row p{margin:0;color:#50617a;font-size:.92rem}
.market-line{height:1px;background:#cbd9ee}
.market-paths{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:12px}
.market-path{display:grid;grid-template-columns:190px 1fr;align-items:center;min-height:202px;padding:20px 28px;border:1px solid #dfe7f3;border-radius:20px;box-shadow:0 12px 30px rgba(15,39,66,.07)}
.market-path-aps{background:linear-gradient(135deg,#f7fcfa,#f4faf8)}
.market-path-other{background:linear-gradient(135deg,#f7faff,#f3f7ff)}
.market-art svg{width:170px;height:120px;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.market-path-aps .market-art svg{stroke:#11805c}.market-path-other .market-art svg{stroke:#1559cb}
.market-copy h3{font-size:1.55rem;margin:0 0 1px}
.market-path-aps h3{color:#117a5a}.market-path-other h3{color:#1759bf}
.market-copy>strong{display:block;color:#0e2742;font-size:1.03rem}
.market-copy p{color:#40526a;line-height:1.45;font-size:.91rem;margin:8px 0 15px}
.market-button{display:inline-flex;align-items:center;gap:20px;color:#fff;text-decoration:none;font-weight:800;padding:9px 16px;border-radius:10px;font-size:.88rem}
.market-button-aps{background:#0f875f}.market-button-other{background:#1760d6}
.market-button:hover{filter:brightness(.94)}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;border-top:1px solid #e4e9f1;padding:14px 0 12px}
.trust-strip>div{display:flex;align-items:center;gap:12px;padding:0 22px;border-left:1px solid #e0e6ef}
.trust-strip>div:first-child{border-left:0;padding-left:0}
.trust-strip span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:2px solid var(--blue);border-radius:50%;color:var(--blue);font-weight:900;flex:0 0 auto}
.trust-strip div:nth-child(2) span{border-color:#16845e;color:#16845e}.trust-strip div:nth-child(3) span{border-color:#7730ad;color:#7730ad}.trust-strip div:nth-child(4) span{border-color:#1760d6;color:#1760d6}
.trust-strip p{margin:0;line-height:1.25}
.trust-strip strong,.trust-strip small{display:block}
.trust-strip strong{font-size:.8rem;color:#14243e}.trust-strip small{font-size:.7rem;color:#617087;margin-top:3px}

@media(max-width:980px){
  .brand-copy small{display:none}
  .market-path{grid-template-columns:145px 1fr;padding:20px}.market-art svg{width:135px}
  .trust-strip{grid-template-columns:1fr 1fr;row-gap:16px}.trust-strip>div:nth-child(3){border-left:0;padding-left:0}
}
@media(max-width:860px){
  .hero-grid{grid-template-columns:1fr;gap:28px}.hero-review-heading{font-size:clamp(2.15rem,9vw,3.3rem)}
  .market-heading-row{grid-template-columns:1fr}.market-line{display:none}.market-paths{grid-template-columns:1fr}
  .market-path{grid-template-columns:130px 1fr}.market-art svg{width:120px}
}
@media(max-width:560px){
  .brand-copy strong{font-size:.92rem}.hero{padding-top:18px}.hero-primary{width:100%;min-width:0}
  .market-path{grid-template-columns:1fr;text-align:center;padding:22px}.market-art svg{width:150px;margin:auto}.market-button{justify-content:center}
  .trust-strip{grid-template-columns:1fr}.trust-strip>div{border-left:0!important;padding-left:0!important}
}


/* Commercial support integration */
.commercial-support-section{background:linear-gradient(180deg,#f4f7fb 0%,#eef4fb 100%)}
.commercial-support-intro{max-width:900px}
.execution-path{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}
.execution-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 12px 34px rgba(15,39,66,.06)}
.execution-card::after{content:"→";position:absolute;right:-17px;top:50%;transform:translateY(-50%);z-index:2;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);color:var(--blue);font-weight:900}
.execution-card:last-child::after{display:none}
.execution-step{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--navy);color:#fff;font-weight:900}
.execution-label{display:inline-block;margin:0 0 0 9px;color:var(--teal);font-weight:850;text-transform:uppercase;letter-spacing:.06em;font-size:.76rem}
.execution-card h3{margin-top:18px;font-size:1.35rem}
.execution-card>p:not(.execution-label){color:#506078;line-height:1.5}
.execution-navigate{border-top:4px solid #2563eb}.execution-verde{border-top:4px solid #0f875f}.execution-gridlogic{border-top:4px solid #0e2742}
.mini-list{list-style:none;padding:0;margin:18px 0 0}
.mini-list li{position:relative;padding:7px 0 7px 22px;border-top:1px solid #edf0f5;color:#38475a;font-size:.92rem}
.mini-list li::before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}
.commercial-disclosure{margin-top:22px;padding:17px 20px;border:1px solid #c9d8ed;border-left:5px solid var(--blue);border-radius:14px;background:#fff;color:#45556a;font-size:.92rem;line-height:1.5}
.commercial-disclosure strong{color:var(--navy)}
.aps-commercial-note{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:start}
.aps-commercial-note p{color:#506078}
.compact-disclosure{margin-top:8px}
.request-routing-note{margin-top:22px;padding:17px 18px;border-radius:14px;background:#f4f8ff;border:1px solid #d9e5f6}
.request-routing-note strong{color:var(--navy)}
.request-routing-note p{margin:6px 0 0;color:#52627a;font-size:.92rem;line-height:1.48}
.footer-note{margin:0;max-width:560px;text-align:right;font-size:.8rem;color:#8fa3bb}
@media(max-width:860px){
  .execution-path,.aps-commercial-note{grid-template-columns:1fr}
  .execution-card::after{content:"↓";right:auto;left:50%;top:auto;bottom:-18px;transform:translateX(-50%)}
  .footer-note{text-align:left;margin-top:8px}
}


/* Explicit customer journeys and commercial service pathways */
.aps-journey-cards { margin: 28px 0 34px; }
.service-provider-label {
  margin: 0 0 8px;
  color: var(--blue, #1261a0);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.commercial-services-detail { background: #fff; }
.commercial-service-cards { margin-top: 28px; }
.commercial-service-cards .card { height: 100%; }
@media (max-width: 760px) {
  .aps-journey-cards,
  .commercial-service-cards { gap: 18px; }
}


/* Compact commercial support and simplified navigation */
.compact-commercial-support{padding-top:48px!important;padding-bottom:48px!important}
.compact-section-heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:end;margin-bottom:18px}
.compact-section-heading h2{margin-bottom:0}
.compact-section-heading>p{margin:0;color:#506078;line-height:1.5;max-width:720px}
.compact-execution-path{gap:14px;margin-top:0}
.compact-execution-path .execution-card{padding:18px 20px;border-radius:16px;box-shadow:0 8px 24px rgba(15,39,66,.05)}
.execution-title-row{display:flex;gap:12px;align-items:center}
.execution-title-row .execution-label{display:block;margin:0 0 2px}
.execution-title-row h3{margin:0;font-size:1.15rem}
.compact-mini-list{margin-top:12px}
.compact-mini-list li{padding:5px 0 5px 20px;font-size:.88rem}
.compact-support-disclosure{margin-top:14px;padding:12px 16px;font-size:.86rem;line-height:1.4}
@media(max-width:860px){
  .compact-section-heading{grid-template-columns:1fr;gap:8px;align-items:start}
  .compact-commercial-support{padding-top:36px!important;padding-bottom:36px!important}
}


/* Final market-card and APS typography refinements */
#markets .two-cards{align-items:start;}
#markets .two-cards > .card{height:auto;align-self:start;}
.aps-hero .hero-review-heading{font-size:clamp(2rem,3.2vw,3.05rem);}
.aps-snapshot-card p,
.aps-flow-grid p{font-size:1.05rem;}
@media(max-width:860px){
  .aps-hero .hero-review-heading{font-size:clamp(2.15rem,9vw,3.3rem);}
}


/* Content-fit card framing across the site */
.cards,
.two-cards,
.execution-path,
.aps-journey-cards,
.commercial-service-cards{
  align-items:start;
}
.cards > .card,
.two-cards > .card,
.execution-path > .execution-card,
.aps-journey-cards > .card,
.commercial-service-cards > .card{
  height:auto;
  min-height:0;
  align-self:start;
}
.commercial-service-cards .card{height:auto;}
.aps-customer-cards{align-items:start;}
.aps-card{height:auto;min-height:0;align-self:start;}


/* True multi-page navigation */
.site-nav a[aria-current="page"]:not(.nav-cta) {
  color: var(--blue, #1769aa);
  font-weight: 700;
}
.compact-page-hero {
  padding-bottom: 1.25rem;
}
.compact-page-hero + .section {
  padding-top: 2rem;
}
.page-home .market-selector {
  padding-bottom: 4rem;
}
.page-home main,
.page-services main,
.page-markets main,
.page-texas main,
.page-commercial-support main,
.page-about main {
  min-height: calc(100vh - 190px);
}
@media (max-width: 900px) {
  .compact-page-hero { padding-bottom: .75rem; }
  .compact-page-hero + .section { padding-top: 1.5rem; }
}

/* Regulated and deregulated commercial-support pathways */
.page-commercial-support #regulated-support{border-top:1px solid #d8e2ef}
.page-commercial-support .regulated-execution-path{align-items:start}
.page-commercial-support .regulated-execution-path .execution-card{height:auto;align-self:start}

/* Commercial support page refinements */
.page-commercial-support .compact-section-heading h2{
  font-size:clamp(1.8rem,3vw,2.45rem);
}
.page-commercial-support .two-step-execution-path{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (max-width: 780px){
  .page-commercial-support .two-step-execution-path{
    grid-template-columns:1fr;
  }
}


/* Tighter transition between commercial-support market pathways */
.page-commercial-support #deregulated-support{
  padding-bottom:24px!important;
}
.page-commercial-support #regulated-support{
  padding-top:24px!important;
  border-top:1px solid #d8e2ef;
}
.page-commercial-support #regulated-support .compact-section-heading{
  margin-bottom:14px;
}
@media(max-width:860px){
  .page-commercial-support #deregulated-support{padding-bottom:18px!important;}
  .page-commercial-support #regulated-support{padding-top:18px!important;}
}


/* Commercial Support — single concise pathway */
.page-commercial-support .snapshot-commercial-support{
  padding-top:18px!important;
  padding-bottom:44px!important;
}
.page-commercial-support .commercial-support-heading{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:32px;
  align-items:end;
  margin-bottom:22px;
}
.page-commercial-support .commercial-support-heading .eyebrow{margin-bottom:8px;}
.page-commercial-support .commercial-support-heading h2{
  margin:0;
  font-size:clamp(2rem,3vw,3rem);
  line-height:1.08;
}
.page-commercial-support .commercial-support-heading>p{
  margin:0;
  max-width:720px;
  color:#506078;
  font-size:1.05rem;
  line-height:1.5;
}
.page-commercial-support .snapshot-commercial-support .commercial-disclosure{
  margin-top:18px;
}
@media(max-width:860px){
  .page-commercial-support .commercial-support-heading{
    grid-template-columns:1fr;
    gap:10px;
    align-items:start;
  }
  .page-commercial-support .snapshot-commercial-support{
    padding-top:16px!important;
    padding-bottom:34px!important;
  }
}

/* Consolidated APS review table */
.consolidated-review-table {
  max-width: 980px;
  margin: 26px auto 0;
}
.consolidated-review-table .aps-comparison-table {
  min-width: 0;
}
.consolidated-review-table .aps-comparison-table th:first-child {
  width: 28%;
}
.aps-review-note {
  max-width: 940px;
  margin: 18px auto 0;
  line-height: 1.55;
}
@media (max-width: 760px) {
  .consolidated-review-table {
    overflow-x: visible;
  }
  .consolidated-review-table .aps-comparison-table,
  .consolidated-review-table .aps-comparison-table tbody,
  .consolidated-review-table .aps-comparison-table tr,
  .consolidated-review-table .aps-comparison-table th,
  .consolidated-review-table .aps-comparison-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .consolidated-review-table .aps-comparison-table thead {
    display: none;
  }
  .consolidated-review-table .aps-comparison-table tr {
    border-bottom: 1px solid var(--line, #dbe4ea);
  }
  .consolidated-review-table .aps-comparison-table tbody th {
    border-bottom: 0;
    padding-bottom: 4px;
  }
  .consolidated-review-table .aps-comparison-table tbody td {
    padding-top: 4px;
  }
}

/* Request Review page refinement */
.request-page{
  background:var(--soft);
}
.request-intro{
  padding:10px 0 52px;
  min-height:calc(100vh - var(--header-h));
}
.request-page-container{
  max-width:880px;
}
.request-intro h1{
  font-size:clamp(2rem,3.2vw,3.05rem);
  margin:0 0 12px;
  max-width:none;
}
.request-lead{
  margin:0 0 18px;
  max-width:820px;
  color:#405063;
  font-size:1.08rem;
  line-height:1.55;
}
.request-subtext{
  margin:8px 0 24px;
  max-width:820px;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.55;
}
.request-form-card{
  margin-top:0;
  max-width:760px;
  padding:28px 32px;
}
.request-form-card .first-pass-form{
  max-width:660px;
}
.request-form-card .hs-form-field{
  margin-bottom:9px !important;
}
.request-form-card .hs-form-field > label{
  margin-bottom:3px !important;
}
.request-form-card input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.request-form-card select{
  min-height:40px !important;
  height:40px !important;
  padding-top:7px !important;
  padding-bottom:7px !important;
}
.request-form-card textarea{
  min-height:92px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
.request-form-card .hs-form-radio,
.request-form-card .hs-form-checkbox{
  margin-bottom:3px !important;
}
.request-form-card .hs_submit{
  margin-top:8px !important;
}
@media(max-width:860px){
  .request-intro{padding:10px 0 38px}
  .request-subtext{margin-bottom:20px}
  .request-form-card{padding:22px 18px}
}

/* Arizona / APS page redesign */
.page-aps main{min-height:calc(100vh - 190px)}
.page-aps .aps-overview{padding-top:30px;padding-bottom:30px}
.page-aps .aps-page-title{font-size:clamp(2rem,3.2vw,3.05rem);max-width:900px;margin:0 0 14px}
.page-aps .aps-page-lead{max-width:920px;margin:0 0 18px;font-size:1.08rem;line-height:1.58}
.page-aps .aps-page-actions{margin-top:0}
.page-aps .aps-comparison-wrap{max-width:980px}
.page-aps .aps-question-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px;align-items:start}
.page-aps .aps-question-grid .card{padding:18px 20px;height:auto;min-height:0}
.page-aps .aps-question-grid h3{font-size:1.02rem;line-height:1.38;margin:0}
.page-aps .aps-start-grid{align-items:start}
.page-aps .aps-start-grid .card{height:auto;min-height:0;align-self:start}
.page-aps .aps-start-grid h2{font-size:1.55rem}
.page-aps .aps-page-disclaimer{margin:18px 0 0}
@media (max-width:900px){
  .page-aps .aps-overview{padding-top:20px;padding-bottom:24px}
  .page-aps .aps-question-grid{grid-template-columns:1fr}
  .page-aps .aps-page-title{font-size:clamp(2rem,9vw,3rem)}
}


/* APS page compact-flow correction */
.page-aps main{
  min-height:auto !important;
}
.page-aps .content-section,
.page-aps .aps-overview,
.page-aps .aps-coverage-section,
.page-aps .aps-answers-section,
.page-aps .aps-commercial-support-section,
.page-aps .aps-start-section{
  min-height:auto !important;
  min-height:0 !important;
}
.page-aps .aps-overview{
  padding-top:10px !important;
  padding-bottom:18px !important;
}
.page-aps .aps-page-title{
  margin:0 0 10px !important;
  line-height:1.08;
}
.page-aps .aps-page-lead{
  margin:0 !important;
  line-height:1.48;
}
.page-aps .aps-coverage-section{
  padding-top:18px !important;
  padding-bottom:24px !important;
}
.page-aps .aps-coverage-section h2,
.page-aps .aps-answers-section h2,
.page-aps .aps-commercial-support-section h2,
.page-aps .aps-start-section h2{
  margin-bottom:8px !important;
}
.page-aps .section-intro{
  margin-bottom:0 !important;
  line-height:1.45;
}
.page-aps .consolidated-review-table{
  margin-top:14px;
}
.page-aps .aps-comparison-table th,
.page-aps .aps-comparison-table td{
  padding:8px 12px;
  line-height:1.28;
}
.page-aps .aps-review-note{
  margin-top:12px;
  line-height:1.45;
}
.page-aps .aps-answers-section{
  padding-top:22px !important;
  padding-bottom:24px !important;
}
.page-aps .aps-question-grid{
  gap:12px;
  margin-top:14px;
}
.page-aps .aps-question-grid .card{
  padding:14px 16px;
}
.page-aps .aps-commercial-support-section{
  padding-top:22px !important;
  padding-bottom:24px !important;
}
.page-aps .aps-commercial-note{
  gap:18px;
}
.page-aps .compact-disclosure{
  margin-top:8px;
  padding:14px 16px;
}
.page-aps .aps-start-section{
  padding-top:22px !important;
  padding-bottom:26px !important;
}
.page-aps .aps-start-grid{
  gap:16px;
}
.page-aps .aps-start-grid .card{
  padding:18px 20px;
}
.page-aps .aps-start-grid .check-list{
  margin-top:10px;
}
.page-aps .aps-start-grid .check-list li{
  padding-top:4px;
  padding-bottom:4px;
}
.page-aps .aps-page-disclaimer{
  margin-top:12px !important;
}
@media(max-width:900px){
  .page-aps .aps-overview{padding-top:10px !important;padding-bottom:16px !important;}
  .page-aps .aps-coverage-section,
  .page-aps .aps-answers-section,
  .page-aps .aps-commercial-support-section,
  .page-aps .aps-start-section{padding-top:18px !important;padding-bottom:22px !important;}
}


/* APS final heading and spacing refinement */
.page-aps .aps-overview{
  padding-top:24px !important;
  padding-bottom:6px !important;
}
.page-aps .aps-page-title{
  font-size:clamp(2rem,3.2vw,3.05rem) !important;
  line-height:1.12 !important;
  margin:0 !important;
  max-width:1000px;
}
.page-aps .aps-coverage-section{
  padding-top:6px !important;
  padding-bottom:20px !important;
}
.page-aps .aps-coverage-section .section-intro{
  margin:0 0 10px !important;
  max-width:900px;
}
.page-aps .consolidated-review-table{
  margin-top:0 !important;
}
@media(max-width:900px){
  .page-aps .aps-overview{padding-top:18px !important;padding-bottom:4px !important;}
  .page-aps .aps-coverage-section{padding-top:4px !important;padding-bottom:18px !important;}
}

/* APS commercial-support alignment and spacing refinement */
.page-aps .aps-commercial-support-section{
  padding-top:16px !important;
  padding-bottom:10px !important;
}
.page-aps .aps-commercial-note{
  column-gap:26px !important;
  row-gap:10px !important;
  align-items:start;
}
.page-aps .aps-commercial-note .eyebrow{
  margin-bottom:6px !important;
}
.page-aps .aps-commercial-note h2{
  margin:0 0 8px !important;
}
.page-aps .aps-commercial-note > div:first-child > p:last-child{
  margin:0 !important;
  line-height:1.48;
}
.page-aps .aps-commercial-note .compact-disclosure{
  margin-top:42px !important;
  padding:13px 16px !important;
  align-self:start;
}
.page-aps .aps-start-section{
  padding-top:10px !important;
}
@media(max-width:860px){
  .page-aps .aps-commercial-note .compact-disclosure{
    margin-top:0 !important;
  }
  .page-aps .aps-commercial-support-section{
    padding-top:14px !important;
    padding-bottom:8px !important;
  }
  .page-aps .aps-start-section{
    padding-top:10px !important;
  }
}


/* Request page next-step section */
.request-next-step{
  max-width:760px;
  margin:18px auto 0;
  padding:20px 24px;
  background:#fff;
  border:1px solid rgba(18,55,82,.12);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(18,55,82,.06);
}
.request-next-step h2{
  margin:0 0 8px;
  font-size:1.35rem;
  line-height:1.2;
}
.request-next-step p{
  margin:0 0 8px;
  line-height:1.45;
}
.request-next-step ul{
  margin:0 0 10px 1.15rem;
  padding:0;
}
.request-next-step li{
  margin:3px 0;
  line-height:1.4;
}
.request-next-step .request-no-obligation{
  margin:0;
  font-weight:600;
}
@media(max-width:860px){
  .request-next-step{
    margin-top:14px;
    padding:18px;
  }
}


/* Commercial & Industrial Services hierarchy */
.page-commercial-support .ci-services-page{padding-top:24px!important;padding-bottom:42px!important;}
.page-commercial-support .ci-services-page> .container>h2{margin-bottom:8px;}
.page-commercial-support .ci-intro{max-width:850px;margin:0 0 18px;color:var(--muted,#55697d);}
.ci-service-stack{display:grid;gap:14px;}
.ci-service-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start;background:#fff;border:1px solid #dbe5ef;border-radius:16px;padding:18px 20px;box-shadow:0 8px 24px rgba(15,39,66,.05);}
.ci-number{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e9f1ff;color:#1858b8;font-weight:800;}
.ci-service-card h3{margin:2px 0 8px;font-size:1.22rem;}
.ci-service-card .mini-list{margin:0 0 8px;}
.ci-service-card .text-link{display:inline-block;margin-top:2px;font-weight:800;text-decoration:none;color:#1760d6;}
.ci-support-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px;}
.ci-support-grid>div{background:#f6f9fc;border:1px solid #e0e8f1;border-radius:12px;padding:13px 14px;}
.ci-support-grid h4{margin:0 0 5px;font-size:1rem;}
.ci-support-grid p{margin:0;line-height:1.5;}
.page-commercial-support .compact-support-disclosure{margin-top:14px;}
@media (max-width:760px){.page-commercial-support .ci-services-page{padding-top:18px!important}.ci-service-card{grid-template-columns:36px minmax(0,1fr);padding:15px 14px;gap:10px}.ci-number{width:30px;height:30px}.ci-support-grid{grid-template-columns:1fr}.ci-service-card h3{font-size:1.08rem}}

/* Site-wide compact spacing system — final override */
:root{
  --page-pad-top:24px;
  --page-pad-bottom:30px;
  --section-gap:24px;
  --card-gap:14px;
}

/* Dedicated pages should fit their content rather than forcing viewport-height sections. */
.page-services main,
.page-markets main,
.page-texas main,
.page-commercial-support main,
.page-about main,
.page-aps main,
.request-page{
  min-height:auto !important;
}

.page-services .content-section,
.page-markets .content-section,
.page-texas .content-section,
.page-commercial-support .content-section,
.page-about .content-section,
.page-aps .content-section{
  min-height:0 !important;
  padding-top:var(--page-pad-top) !important;
  padding-bottom:var(--page-pad-bottom) !important;
}

/* Keep adjacent sections close while retaining a clear visual break. */
.page-texas .content-section + .content-section,
.page-aps .content-section + .content-section{
  padding-top:20px !important;
}

.section h2,
.content-section h2{
  margin-top:0 !important;
  margin-bottom:8px !important;
}
.section h3,
.content-section h3{
  margin-bottom:7px;
}
.section-intro,
.prose p{
  line-height:1.48;
}
.section-intro{margin:0 !important;}

.cards,
.two-cards,
.execution-path,
.commercial-service-cards,
.aps-question-grid,
.aps-start-grid{
  gap:var(--card-gap) !important;
  margin-top:14px !important;
}
.card,
.panel,
.execution-card{
  padding:18px 20px;
}
.card p,
.panel p,
.execution-card p{
  margin-top:0;
  line-height:1.46;
}
.check-list,
.mini-list{
  margin-top:10px !important;
}
.check-list li,
.mini-list li{
  padding-top:4px;
  padding-bottom:4px;
}

/* Services */
.page-services .focused-reviews .cards{margin-top:14px !important;}
.page-services .focused-reviews{padding-bottom:28px !important;}

/* Markets */
.page-markets #markets .two-cards{margin-top:14px !important;}
.page-markets #markets{padding-bottom:28px !important;}

/* About */
.page-about #about{padding-bottom:28px !important;}
.page-about .about-grid{gap:24px;}
.page-about #about .stat-card{margin-top:0 !important;padding:24px;}

/* Texas/ERCOT */
.page-texas .feature-grid{gap:26px;}
.page-texas .texas-topics-card{margin-top:0 !important;}
.page-texas .commercial-service-cards{margin-top:14px !important;}
.page-texas .example-section{
  min-height:0 !important;
  padding-top:20px !important;
  padding-bottom:26px !important;
}
.page-texas .example-section .example-box{margin-top:10px;}

/* Commercial & Industrial Services */
.page-commercial-support .ci-services-page{
  padding-top:24px !important;
  padding-bottom:30px !important;
}
.page-commercial-support .ci-intro{margin-bottom:14px;}
.page-commercial-support .ci-service-stack{gap:10px;}
.page-commercial-support .ci-service-card{
  padding:15px 18px;
  gap:12px;
}
.page-commercial-support .ci-service-card h3{margin:1px 0 5px;}
.page-commercial-support .ci-service-card .mini-list{margin-bottom:6px !important;}
.page-commercial-support .ci-support-grid{gap:10px;margin-top:8px;}
.page-commercial-support .ci-support-grid>div{padding:11px 13px;}
.page-commercial-support .compact-support-disclosure{margin-top:10px;padding:11px 14px;}

/* APS — retain the compact custom flow and remove residual vertical gaps. */
.page-aps .aps-overview{padding-top:24px !important;padding-bottom:4px !important;}
.page-aps .aps-coverage-section{padding-top:4px !important;padding-bottom:18px !important;}
.page-aps .aps-answers-section{padding-top:18px !important;padding-bottom:20px !important;}
.page-aps .aps-commercial-support-section{padding-top:18px !important;padding-bottom:10px !important;}
.page-aps .aps-start-section{padding-top:10px !important;padding-bottom:24px !important;}
.page-aps .aps-question-grid{margin-top:12px !important;}
.page-aps .aps-question-grid .card{padding:13px 15px;}
.page-aps .aps-start-grid{margin-top:0 !important;}
.page-aps .aps-start-grid .card{padding:16px 18px;}
.page-aps .aps-commercial-note{gap:20px !important;}

/* Request page */
.request-intro{
  min-height:0 !important;
  padding:24px 0 30px !important;
}
.request-intro h1{margin-bottom:8px;}
.request-lead{margin-bottom:14px;}
.request-form-card{padding:22px 26px;}
.request-next-step{margin-top:14px;padding:16px 20px;}

/* Footer */
.site-footer{padding:20px 0;}
.footer-wrap{gap:12px;}

@media(max-width:860px){
  :root{
    --page-pad-top:18px;
    --page-pad-bottom:24px;
    --card-gap:12px;
  }
  .page-services .content-section,
  .page-markets .content-section,
  .page-texas .content-section,
  .page-commercial-support .content-section,
  .page-about .content-section,
  .page-aps .content-section{
    padding-top:var(--page-pad-top) !important;
    padding-bottom:var(--page-pad-bottom) !important;
  }
  .card,.panel,.execution-card{padding:16px;}
  .request-intro{padding:18px 0 24px !important;}
  .request-form-card{padding:18px 16px;}
  .page-about .about-grid,
  .page-texas .feature-grid{gap:16px;}
}


/* Incremental launch cleanup */
.brand-copy{display:flex;align-items:center}
.brand-copy strong{line-height:1.1}
.home-compact-main{background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)}
.home-compact{min-height:calc(100svh - 58px);display:flex;align-items:center;padding:24px 0 26px}
.home-compact-copy{text-align:center;max-width:850px;margin:0 auto 22px}
.home-compact-copy .eyebrow{margin-bottom:8px}
.home-compact-copy h1{font-size:clamp(2.25rem,4.6vw,4rem);margin:0 0 10px}
.home-compact-lead{max-width:760px;margin:0 auto;color:#405063;font-size:1.08rem;line-height:1.5}
.home-paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:980px;margin:0 auto}
.home-path{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 34px rgba(15,39,66,.06)}
.home-path-kicker{margin:0 0 4px;color:var(--teal);font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem}
.home-path h2{font-size:1.48rem;margin:0 0 8px}
.home-path p:not(.home-path-kicker){color:#56667a;margin:0 0 16px;line-height:1.5}
.home-bottom-line{text-align:center;max-width:820px;margin:18px auto 0;color:#405063;font-weight:650}
@media(max-width:860px){
  .home-compact{min-height:auto;display:block;padding:28px 0 34px}
  .home-compact-copy{text-align:left;margin-bottom:18px}
  .home-paths{grid-template-columns:1fr}
  .home-path{padding:20px}
  .home-bottom-line{text-align:left;margin-top:16px}
}

/* Homepage header alignment — match standard content pages */
.page-home .home-compact{
  min-height:auto;
  display:block;
  padding:24px 0 26px;
}
.page-home .home-compact-copy{
  max-width:900px;
  margin:0 0 18px;
  text-align:left;
}
.page-home .home-compact-copy h1{
  font-size:clamp(2rem,3.2vw,3.05rem);
  line-height:1.08;
  margin:0 0 10px;
}
.page-home .home-compact-lead{
  max-width:760px;
  margin:0;
}
@media(max-width:860px){
  .page-home .home-compact{
    padding:18px 0 28px;
  }
  .page-home .home-compact-copy h1{
    font-size:clamp(2rem,9vw,3rem);
  }
}


/* v0.96 homepage finishing adjustments */
.page-home .home-paths{align-items:stretch;}
.page-home .home-path{display:flex;flex-direction:column;height:100%;}
.page-home .home-path .market-button{margin-top:auto;align-self:flex-start;}
.page-home .site-footer .footer-wrap{justify-content:flex-start;}
@media(min-width:861px){
  .page-home .home-compact{padding-top:24px;padding-bottom:18px;}
  .page-home .home-compact-copy{margin-bottom:16px;}
  .page-home .home-path{padding:20px 22px;}
  .page-home .home-bottom-line{margin-top:14px;}
}


/* Request-review card alignment */
.request-page-container .request-form-card,
.request-page-container .request-next-step{
  width:100%;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box;
}
.request-page-container .request-form-card{
  margin-top:0;
}
.request-page-container .request-form-card .first-pass-form{
  width:100%;
  max-width:660px;
  margin-left:auto;
  margin-right:auto;
}


/* v0.99 homepage spacing after lead-line removal */
.page-home .home-compact-copy{margin-bottom:12px;}
.page-home .home-compact-copy h1{margin-bottom:0;}
@media(min-width:861px){
  .page-home .home-compact{padding-top:20px;padding-bottom:16px;}
  .page-home .home-path{padding-top:18px;padding-bottom:18px;}
  .page-home .home-bottom-line{margin-top:12px;}
}


/* APS page streamlined presentation */
.page-aps .aps-overview{
  padding-top:24px !important;
  padding-bottom:24px !important;
  background:linear-gradient(180deg,#f7faff 0%,#f3f7fc 100%);
  border-bottom:1px solid #e3eaf3;
}
.page-aps .aps-overview .eyebrow{margin-bottom:7px;}
.page-aps .aps-page-title{max-width:880px;margin-bottom:0;}
.page-aps .aps-coverage-section{padding-top:32px !important;padding-bottom:38px !important;}
.page-aps .aps-section-lead{max-width:920px;}
.page-aps .aps-section-lead .section-intro{font-size:1.08rem;line-height:1.58;}
.page-aps .aps-comparison-wrap{margin-top:20px;border-radius:18px;box-shadow:0 12px 30px rgba(15,39,66,.055);}
.page-aps .aps-comparison-table tbody th{width:24%;}
.page-aps .aps-comparison-table th,
.page-aps .aps-comparison-table td{padding:14px 17px;line-height:1.42;}
.page-aps .aps-review-note{
  margin:16px 0 0;
  padding:13px 16px;
  border-left:4px solid var(--blue);
  border-radius:0 12px 12px 0;
  background:#f6f9fe;
  color:#4c5d73;
  line-height:1.5;
}
.page-aps .aps-answers-section{padding-top:36px !important;padding-bottom:42px !important;}
.page-aps .aps-answers-section h2{max-width:760px;}
.page-aps .aps-answers-section .section-intro{max-width:850px;line-height:1.55;}
.page-aps .aps-question-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
.page-aps .aps-question-grid .card{
  position:relative;
  padding:21px 22px 21px 27px;
  border-radius:15px;
  box-shadow:0 8px 24px rgba(15,39,66,.045);
}
.page-aps .aps-question-grid .card::before{
  content:"";
  position:absolute;
  left:0;
  top:17px;
  bottom:17px;
  width:4px;
  border-radius:0 4px 4px 0;
  background:linear-gradient(180deg,var(--blue),var(--teal));
}
.page-aps .aps-question-grid h3{font-size:1.04rem;line-height:1.38;margin:0;}
.page-aps .aps-commercial-support-section{padding-top:34px !important;padding-bottom:34px !important;background:#fff;}
.page-aps .aps-commercial-note{
  align-items:center;
  padding:25px 28px;
  border:1px solid #dce6f2;
  border-radius:18px;
  background:linear-gradient(135deg,#f8fbff 0%,#f5faf8 100%);
  box-shadow:0 10px 28px rgba(15,39,66,.045);
}
.page-aps .aps-commercial-note h2{margin-bottom:9px;}
.page-aps .aps-commercial-note p{margin-bottom:0;line-height:1.52;}
.page-aps .compact-disclosure{margin-top:0;background:#fff;}
.page-aps .aps-start-section{padding-top:38px !important;padding-bottom:34px !important;}
.page-aps .aps-start-grid{margin-top:0;align-items:stretch;}
.page-aps .aps-start-grid > .card{height:100%;align-self:stretch;}
.page-aps .aps-start-grid .card{padding:27px 29px;border-radius:18px;}
.page-aps .aps-start-grid h2{font-size:1.45rem;}
.page-aps .aps-start-grid .check-list{margin-top:16px;}
.page-aps .aps-start-grid .check-list li{padding-top:8px;padding-bottom:8px;}
.page-aps .aps-cta-card{display:flex;flex-direction:column;justify-content:center;}
.page-aps .aps-cta-card .button{align-self:flex-start;}
.page-aps .aps-page-disclaimer{margin-top:24px;line-height:1.48;}
@media(max-width:860px){
  .page-aps .aps-question-grid{grid-template-columns:1fr 1fr;}
  .page-aps .aps-commercial-note{padding:22px;}
}
@media(max-width:620px){
  .page-aps .aps-question-grid{grid-template-columns:1fr;}
  .page-aps .aps-comparison-table{min-width:640px;}
  .page-aps .aps-start-grid > .card{height:auto;}
}

/* APS title-to-intro spacing refinement */
.page-aps .aps-overview{
  padding-bottom:12px !important;
}
.page-aps .aps-coverage-section{
  padding-top:18px !important;
}
.page-aps .aps-section-lead .section-intro{
  margin-top:0 !important;
}
@media(max-width:900px){
  .page-aps .aps-overview{
    padding-bottom:8px !important;
  }
  .page-aps .aps-coverage-section{
    padding-top:14px !important;
  }
}

/* Commercial & Industrial streamlined presentation */
.page-commercial-support .ci-services-page{
  padding-top:26px !important;
  padding-bottom:34px !important;
  background:linear-gradient(180deg,#f7faff 0%,#ffffff 28%);
}
.page-commercial-support .ci-page-heading{
  max-width:1000px;
  margin-bottom:20px;
}
.page-commercial-support .ci-page-heading .eyebrow{margin-bottom:7px;}
.page-commercial-support .ci-page-heading h1{
  max-width:980px;
  margin:0 0 10px;
  font-size:clamp(2rem,3.35vw,3.2rem);
  line-height:1.1;
}
.page-commercial-support .ci-intro{
  max-width:930px;
  margin:0 !important;
  font-size:1.08rem;
  line-height:1.58;
  color:#53657b;
}
.page-commercial-support .ci-path-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.page-commercial-support .ci-path-card{
  background:#fff;
  border:1px solid #dce6f1;
  border-radius:18px;
  padding:24px 25px;
  box-shadow:0 10px 28px rgba(15,39,66,.05);
}
.page-commercial-support .ci-path-featured{
  border-top:4px solid var(--blue);
}
.page-commercial-support .ci-market-card{
  border-top:4px solid var(--teal);
}
.page-commercial-support .ci-execution-card{
  grid-column:1 / -1;
  border-top:4px solid #6b7f99;
}
.page-commercial-support .ci-path-card .execution-label{
  margin:0 0 6px;
}
.page-commercial-support .ci-path-card h2{
  margin:0 0 8px !important;
  font-size:1.38rem;
  line-height:1.3;
}
.page-commercial-support .ci-path-card>p:not(.execution-label){
  margin:0 0 11px;
  line-height:1.52;
  color:#53657b;
}
.page-commercial-support .ci-path-card .mini-list{
  margin:8px 0 12px !important;
}
.page-commercial-support .ci-market-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:14px 0 13px;
}
.page-commercial-support .ci-market-split>div,
.page-commercial-support .ci-support-grid>div{
  background:#f6f9fc;
  border:1px solid #e0e8f1;
  border-radius:13px;
  padding:15px 16px;
}
.page-commercial-support .ci-market-split h3,
.page-commercial-support .ci-support-grid h3{
  margin:0 0 5px;
  font-size:1.02rem;
}
.page-commercial-support .ci-market-split p,
.page-commercial-support .ci-support-grid p{
  margin:0;
  line-height:1.48;
  color:#53657b;
}
.page-commercial-support .ci-execution-intro{max-width:920px;}
.page-commercial-support .ci-support-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:12px;
}
.page-commercial-support .compact-support-disclosure{
  margin-top:14px;
  padding:12px 15px;
}
.page-commercial-support .ci-page-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:18px;
  padding:20px 22px;
  border:1px solid #dce6f1;
  border-radius:18px;
  background:#f8fbff;
}
.page-commercial-support .ci-page-cta .eyebrow{margin-bottom:5px;}
.page-commercial-support .ci-page-cta h2{
  margin:0 !important;
  font-size:1.35rem;
}
.page-commercial-support .ci-page-cta .button{white-space:nowrap;}
@media(max-width:820px){
  .page-commercial-support .ci-path-grid,
  .page-commercial-support .ci-market-split,
  .page-commercial-support .ci-support-grid{
    grid-template-columns:1fr;
  }
  .page-commercial-support .ci-execution-card{grid-column:auto;}
  .page-commercial-support .ci-page-cta{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:560px){
  .page-commercial-support .ci-services-page{padding-top:18px !important;}
  .page-commercial-support .ci-path-card{padding:19px 18px;}
  .page-commercial-support .ci-page-cta{padding:18px;}
  .page-commercial-support .ci-page-cta .button{width:100%;justify-content:center;}
}

/* Texas / ERCOT streamlined presentation */
.page-texas .texas-overview,
.page-markets .markets-overview{
  padding-top:28px !important;
  padding-bottom:26px !important;
  background:linear-gradient(180deg,#f7faff 0%,#f3f7fc 100%);
  border-bottom:1px solid #e3eaf3;
}
.page-texas .texas-overview h1,
.page-markets .markets-overview h1{
  max-width:980px;
  margin:0 0 12px;
  font-size:clamp(2.1rem,3.6vw,3.35rem);
  line-height:1.1;
}
.page-texas .texas-overview .section-intro,
.page-markets .markets-overview .section-intro{
  max-width:1000px;
  font-size:1.08rem;
  line-height:1.58;
}
.page-texas .texas-review-section{padding-top:34px !important;padding-bottom:40px !important;}
.page-texas .texas-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.page-texas .texas-review-card,
.page-markets .market-structure-card{
  padding:26px 27px;
  border:1px solid #dce6f2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(15,39,66,.05);
}
.page-texas .texas-review-card h2,
.page-markets .market-structure-card h2{font-size:1.35rem;line-height:1.25;margin:4px 0 11px;}
.step-label{margin:0;color:var(--teal);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
.compact-list{margin-top:15px;}
.compact-list li{padding-top:5px;padding-bottom:5px;}
.page-texas .texas-review-actions{display:flex;align-items:center;gap:20px;margin-top:22px;}
.text-link{font-weight:800;text-decoration:none;color:var(--blue);}
.text-link:hover{text-decoration:underline;}
.page-texas .texas-example-section{padding-top:38px !important;padding-bottom:42px !important;}
.page-texas .polished-example-box{margin-top:22px;padding:28px;border-radius:20px;box-shadow:0 12px 32px rgba(15,39,66,.06);}
.page-texas .example-intro-row{display:grid;grid-template-columns:.6fr 1.4fr;gap:28px;align-items:end;padding-bottom:20px;border-bottom:1px solid #e4ebf4;}
.page-texas .example-intro-row h3{font-size:1.6rem;margin:4px 0 0;}
.page-texas .example-intro-row p:last-child{margin:0;line-height:1.55;color:#52637a;}
.page-texas .polished-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:22px;}
.page-texas .polished-metrics .metric{padding:20px;border-radius:15px;background:#f7faff;border:1px solid #e0e8f2;}
.page-texas .polished-metrics .metric strong{font-size:2rem;display:block;margin:6px 0;}
.page-texas .polished-metrics .metric p{margin:0;color:#596a80;line-height:1.45;}
.page-texas .polished-metrics .emphasis-metric{background:#eef7f6;border-color:#cfe4df;}
.page-texas .example-takeaway{margin-top:18px;padding:15px 17px;border-left:4px solid var(--teal);background:#f5faf9;border-radius:0 12px 12px 0;line-height:1.5;}
.page-texas .texas-commercial-support{padding-top:32px !important;padding-bottom:34px !important;}
.page-texas .texas-support-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:28px 30px;border:1px solid #dce6f2;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(15,39,66,.045);}
.page-texas .texas-support-panel h2{margin:5px 0 10px;}
.page-texas .texas-support-links{display:grid;gap:12px;}
.page-texas .texas-support-links div{padding:14px 16px;border-radius:13px;background:#f7faff;border:1px solid #e2eaf4;}
.page-texas .texas-support-links strong,.page-texas .texas-support-links span{display:block;}
.page-texas .texas-support-links span{margin-top:3px;color:#5a6b81;font-size:.93rem;}

/* Market structure streamlined presentation */
.page-markets .markets-comparison-section{padding-top:36px !important;padding-bottom:42px !important;}
.page-markets .market-structure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
.page-markets .market-structure-card{display:flex;flex-direction:column;}
.page-markets .market-card-header{padding-bottom:16px;border-bottom:1px solid #e3eaf3;margin-bottom:16px;}
.page-markets .market-structure-card > p{line-height:1.58;color:#52637a;}
.page-markets .market-focus-list{display:grid;gap:10px;margin:18px 0 20px;}
.page-markets .market-focus-list div{padding:12px 14px;border-radius:12px;background:#f7faff;border:1px solid #e2eaf4;}
.page-markets .market-focus-list strong,.page-markets .market-focus-list span{display:block;}
.page-markets .market-focus-list span{margin-top:3px;color:#5d6d82;font-size:.93rem;line-height:1.4;}
.page-markets .market-structure-card .text-link{margin-top:auto;}
.page-markets .market-bottom-line{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:24px;padding:19px 22px;border-radius:16px;background:#f4f8fd;border:1px solid #dde7f2;}
.page-markets .market-bottom-line p{margin:0;max-width:780px;line-height:1.5;}

@media(max-width:900px){
  .page-texas .texas-review-grid,
  .page-texas .polished-metrics,
  .page-markets .market-structure-grid{grid-template-columns:1fr;}
  .page-texas .example-intro-row,
  .page-texas .texas-support-panel{grid-template-columns:1fr;}
  .page-texas .texas-review-actions,
  .page-markets .market-bottom-line{align-items:flex-start;flex-direction:column;}
  .page-texas .texas-overview,
  .page-markets .markets-overview{padding-top:20px !important;padding-bottom:20px !important;}
}

/* v1.04 — tighter vertical rhythm for Texas, 4CP/12CP example, and Market Structure */
.page-texas .texas-overview,
.page-markets .markets-overview{
  padding-top:20px !important;
  padding-bottom:18px !important;
}
.page-texas .texas-overview h1,
.page-markets .markets-overview h1{
  margin-bottom:8px !important;
}
.page-texas .texas-overview .eyebrow,
.page-markets .markets-overview .eyebrow{
  margin-bottom:7px !important;
}

.page-texas .texas-review-section{
  padding-top:22px !important;
  padding-bottom:24px !important;
}
.page-texas .texas-review-grid{gap:14px;}
.page-texas .texas-review-card{
  padding:20px 21px;
}
.page-texas .texas-review-card h2{
  margin:3px 0 8px !important;
}
.page-texas .texas-review-card p{margin-bottom:9px;}
.page-texas .compact-list{margin-top:10px;}
.page-texas .compact-list li{
  padding-top:3px;
  padding-bottom:3px;
}
.page-texas .texas-review-actions{
  margin-top:14px;
  gap:16px;
}

.page-texas .texas-example-section{
  padding-top:22px !important;
  padding-bottom:26px !important;
}
.page-texas .texas-example-section h2{margin-bottom:6px !important;}
.page-texas .texas-example-section .eyebrow{margin-bottom:6px !important;}
.page-texas .polished-example-box{
  margin-top:14px;
  padding:21px 22px;
}
.page-texas .example-intro-row{
  gap:20px;
  padding-bottom:14px;
}
.page-texas .example-intro-row h3{
  font-size:1.45rem;
  margin-top:3px;
}
.page-texas .polished-metrics{
  gap:12px;
  margin-top:14px;
}
.page-texas .polished-metrics .metric{
  padding:15px 16px;
}
.page-texas .polished-metrics .metric strong{
  font-size:1.8rem;
  margin:4px 0;
}
.page-texas .example-takeaway{
  margin-top:12px;
  padding:12px 14px;
}

.page-texas .texas-commercial-support{
  padding-top:20px !important;
  padding-bottom:24px !important;
}
.page-texas .texas-support-panel{
  gap:24px;
  padding:21px 23px;
}
.page-texas .texas-support-panel h2{
  margin:4px 0 7px !important;
}
.page-texas .texas-support-panel p{margin-bottom:0;}
.page-texas .texas-support-links{gap:8px;}
.page-texas .texas-support-links div{
  padding:11px 13px;
}

.page-markets .markets-comparison-section{
  padding-top:22px !important;
  padding-bottom:26px !important;
}
.page-markets .market-structure-grid{gap:15px;}
.page-markets .market-structure-card{
  padding:20px 21px;
}
.page-markets .market-card-header{
  padding-bottom:10px;
  margin-bottom:11px;
}
.page-markets .market-structure-card h2{
  margin:3px 0 7px !important;
}
.page-markets .market-structure-card > p{
  margin-bottom:0;
  line-height:1.5;
}
.page-markets .market-focus-list{
  gap:7px;
  margin:12px 0 14px;
}
.page-markets .market-focus-list div{
  padding:9px 11px;
}
.page-markets .market-bottom-line{
  gap:18px;
  margin-top:15px;
  padding:14px 17px;
}

@media(max-width:900px){
  .page-texas .texas-overview,
  .page-markets .markets-overview{
    padding-top:16px !important;
    padding-bottom:14px !important;
  }
  .page-texas .texas-review-section,
  .page-texas .texas-example-section,
  .page-texas .texas-commercial-support,
  .page-markets .markets-comparison-section{
    padding-top:17px !important;
    padding-bottom:20px !important;
  }
  .page-texas .texas-review-grid,
  .page-texas .polished-metrics,
  .page-markets .market-structure-grid{
    gap:11px;
  }
  .page-texas .texas-review-card,
  .page-markets .market-structure-card{
    padding:17px 18px;
  }
  .page-texas .polished-example-box,
  .page-texas .texas-support-panel{
    padding:17px 18px;
  }
}

/* v1.05 — remove inherited viewport-height gaps on dedicated pages */
body.page-texas #texas.content-section,
body.page-markets #markets.content-section{
  min-height:0 !important;
  height:auto !important;
}
body.page-texas .texas-overview,
body.page-markets .markets-overview{
  padding-top:18px !important;
  padding-bottom:16px !important;
}
body.page-texas .texas-review-section,
body.page-markets .markets-comparison-section{
  padding-top:18px !important;
  padding-bottom:22px !important;
}
body.page-texas .texas-commercial-support{
  padding-top:18px !important;
  padding-bottom:22px !important;
}

/* Standalone 4CP / 12CP example */
.page-example main,
.page-example .content-section{
  min-height:0 !important;
  height:auto !important;
}
.page-example .standalone-example-overview{
  padding-top:18px !important;
  padding-bottom:16px !important;
  background:linear-gradient(180deg,#f7faff 0%,#f3f7fc 100%);
  border-bottom:1px solid #e3eaf3;
}
.page-example .standalone-example-overview .eyebrow{margin-bottom:7px !important;}
.page-example .standalone-example-overview h1{
  max-width:980px;
  margin:0 0 8px !important;
  font-size:clamp(2.1rem,3.6vw,3.35rem);
  line-height:1.1;
}
.page-example .standalone-example-overview .section-intro{
  max-width:1000px;
  font-size:1.08rem;
  line-height:1.55;
}
.page-example .standalone-example-section{
  padding-top:20px !important;
  padding-bottom:24px !important;
}
.page-example .polished-example-box{
  margin-top:0;
  padding:22px 23px;
  border-radius:20px;
  box-shadow:0 12px 32px rgba(15,39,66,.06);
}
.page-example .example-intro-row{
  display:grid;
  grid-template-columns:.6fr 1.4fr;
  gap:22px;
  align-items:end;
  padding-bottom:14px;
  border-bottom:1px solid #e4ebf4;
}
.page-example .example-intro-row h2{font-size:1.5rem;margin:3px 0 0 !important;}
.page-example .example-intro-row > p{margin:0;line-height:1.5;color:#52637a;}
.page-example .polished-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.page-example .polished-metrics .metric{
  padding:16px;
  border-radius:15px;
  background:#f7faff;
  border:1px solid #e0e8f2;
}
.page-example .polished-metrics .metric strong{font-size:1.8rem;display:block;margin:4px 0;}
.page-example .polished-metrics .metric p{margin:0;color:#596a80;line-height:1.42;}
.page-example .polished-metrics .emphasis-metric{background:#eef7f6;border-color:#cfe4df;}
.page-example .example-takeaway{
  margin-top:12px;
  padding:12px 14px;
  border-left:4px solid var(--teal);
  background:#f5faf9;
  border-radius:0 12px 12px 0;
  line-height:1.48;
}
.page-example .example-disclaimer{margin:12px 0 0;color:#617187;font-size:.9rem;line-height:1.45;}
.page-example .standalone-example-actions{display:flex;align-items:center;gap:18px;margin-top:16px;}
@media(max-width:900px){
  body.page-texas .texas-overview,
  body.page-markets .markets-overview,
  .page-example .standalone-example-overview{
    padding-top:14px !important;
    padding-bottom:13px !important;
  }
  body.page-texas .texas-review-section,
  body.page-texas .texas-commercial-support,
  body.page-markets .markets-comparison-section,
  .page-example .standalone-example-section{
    padding-top:16px !important;
    padding-bottom:19px !important;
  }
  .page-example .example-intro-row,
  .page-example .polished-metrics{grid-template-columns:1fr;}
  .page-example .standalone-example-actions{align-items:flex-start;flex-direction:column;}
}

/* v1.06 — slightly smaller page headings and tighter vertical rhythm */
:root{
  --compact-section-y:22px;
  --compact-card-pad:18px;
  --compact-gap:14px;
}

/* Primary page headings */
.page-home #home-title{
  font-size:clamp(2.15rem,4vw,3.65rem) !important;
  line-height:1.06 !important;
}
.page-aps .aps-page-title,
.page-commercial-support .ci-page-heading h1,
.page-texas .texas-overview h1,
.page-markets .markets-overview h1,
.page-example .standalone-example-overview h1,
.page-request .request-intro h1{
  font-size:clamp(1.95rem,3.05vw,2.9rem) !important;
  line-height:1.08 !important;
}
.page-about #about h2,
.page-services #services h2{
  font-size:clamp(1.85rem,2.75vw,2.65rem) !important;
  line-height:1.1 !important;
}

/* Global compact spacing for content pages */
.page-aps .section,
.page-commercial-support .section,
.page-texas .section,
.page-markets .section,
.page-example .section,
.page-about .section,
.page-services .section{
  padding-top:var(--compact-section-y) !important;
  padding-bottom:var(--compact-section-y) !important;
}
.page-aps h1,.page-aps h2,.page-aps h3,
.page-commercial-support h1,.page-commercial-support h2,.page-commercial-support h3,
.page-texas h1,.page-texas h2,.page-texas h3,
.page-markets h1,.page-markets h2,.page-markets h3,
.page-example h1,.page-example h2,.page-example h3,
.page-about h2,.page-services h2,.page-services h3{
  margin-top:0;
}
.page-aps .eyebrow,
.page-commercial-support .eyebrow,
.page-texas .eyebrow,
.page-markets .eyebrow,
.page-example .eyebrow,
.page-about .eyebrow,
.page-services .eyebrow{
  margin-bottom:6px !important;
}

/* APS */
.page-aps .aps-overview{padding-top:20px !important;padding-bottom:10px !important;}
.page-aps .aps-coverage-section{padding-top:14px !important;padding-bottom:24px !important;}
.page-aps .aps-comparison-wrap{margin-top:14px !important;}
.page-aps .aps-comparison-table th,
.page-aps .aps-comparison-table td{padding:10px 14px !important;line-height:1.36 !important;}
.page-aps .aps-review-note{margin-top:12px !important;padding:10px 14px !important;}
.page-aps .aps-answers-section{padding-top:24px !important;padding-bottom:26px !important;}
.page-aps .aps-question-grid{gap:12px !important;margin-top:16px !important;}
.page-aps .aps-question-grid .card{padding:16px 18px 16px 22px !important;}
.page-aps .aps-question-grid .card::before{top:13px !important;bottom:13px !important;}
.page-aps .aps-commercial-support-section{padding-top:22px !important;padding-bottom:22px !important;}
.page-aps .aps-commercial-note{padding:18px 20px !important;gap:16px !important;}
.page-aps .aps-start-section{padding-top:22px !important;padding-bottom:24px !important;}
.page-aps .aps-start-grid{gap:14px !important;}
.page-aps .aps-start-grid .card{padding:17px 19px !important;}

/* Commercial & Industrial */
.page-commercial-support .ci-services-page{padding-top:22px !important;padding-bottom:24px !important;}
.page-commercial-support .ci-page-heading{margin-bottom:16px !important;}
.page-commercial-support .ci-page-heading h1{margin-bottom:8px !important;}
.page-commercial-support .ci-intro{margin-bottom:0 !important;line-height:1.5 !important;}
.page-commercial-support .ci-path-grid{gap:13px !important;}
.page-commercial-support .ci-path-card{padding:18px 20px !important;}
.page-commercial-support .ci-path-card h2{margin:4px 0 7px !important;}
.page-commercial-support .ci-path-card p{margin-bottom:10px;line-height:1.47;}
.page-commercial-support .compact-mini-list{margin:9px 0 12px !important;}
.page-commercial-support .ci-market-split,
.page-commercial-support .ci-support-grid{gap:12px !important;margin-top:10px !important;}
.page-commercial-support .ci-market-split > div,
.page-commercial-support .ci-support-grid > div{padding:12px 14px !important;}
.page-commercial-support .compact-support-disclosure{margin-top:12px !important;padding:11px 14px !important;}
.page-commercial-support .ci-page-cta{margin-top:14px !important;padding:16px 19px !important;}

/* Texas / ERCOT */
.page-texas .texas-overview{padding-top:20px !important;padding-bottom:12px !important;}
.page-texas .texas-overview h1{margin-bottom:7px !important;}
.page-texas .texas-review-section{padding-top:18px !important;padding-bottom:22px !important;}
.page-texas .texas-review-grid{gap:12px !important;}
.page-texas .texas-review-card{padding:17px 19px !important;}
.page-texas .texas-review-card h2{margin:4px 0 7px !important;}
.page-texas .texas-review-card p{line-height:1.46;}
.page-texas .texas-commercial-support{padding-top:18px !important;padding-bottom:22px !important;}
.page-texas .texas-support-panel{padding:17px 19px !important;gap:17px !important;}
.page-texas .texas-support-links div{padding:9px 11px !important;}

/* Market structure */
.page-markets .markets-overview{padding-top:20px !important;padding-bottom:12px !important;}
.page-markets .markets-overview h1{margin-bottom:7px !important;}
.page-markets .markets-comparison-section{padding-top:18px !important;padding-bottom:22px !important;}
.page-markets .market-structure-grid{gap:12px !important;}
.page-markets .market-structure-card{padding:17px 19px !important;}
.page-markets .market-card-header{padding-bottom:8px !important;margin-bottom:9px !important;}
.page-markets .market-focus-list{gap:6px !important;margin:9px 0 11px !important;}
.page-markets .market-focus-list div{padding:8px 10px !important;}
.page-markets .market-bottom-line{margin-top:12px !important;padding:11px 14px !important;gap:14px !important;}

/* Standalone 4CP / 12CP example */
.page-example .standalone-example-overview{padding-top:20px !important;padding-bottom:12px !important;}
.page-example .standalone-example-overview h1{margin-bottom:7px !important;}
.page-example .standalone-example-section{padding-top:18px !important;padding-bottom:22px !important;}
.page-example .polished-example-box{padding:18px 20px !important;}
.page-example .example-intro-row{gap:16px !important;padding-bottom:11px !important;}
.page-example .polished-metrics{gap:10px !important;margin-top:11px !important;}
.page-example .polished-metrics .metric{padding:12px 14px !important;}
.page-example .polished-metrics .metric strong{font-size:1.65rem !important;margin:2px 0 !important;}
.page-example .example-takeaway{margin-top:10px !important;padding:10px 12px !important;}
.page-example .example-disclaimer{margin-top:9px !important;}
.page-example .standalone-example-actions{margin-top:12px !important;gap:14px !important;}

/* About and Services */
.page-about #about,
.page-services #services{min-height:0 !important;height:auto !important;padding-top:26px !important;padding-bottom:28px !important;}
.page-about .about-grid{gap:22px !important;align-items:center;}
.page-about #about h2{margin-bottom:9px !important;}
.page-about .stat-card{padding:20px 22px !important;}
.page-services #services h2{margin-bottom:8px !important;}
.page-services .section-intro{margin-bottom:15px !important;}
.page-services .cards{gap:12px !important;}
.page-services .card{padding:17px 19px !important;}
.page-services .card h3{margin-bottom:7px !important;}
.page-services .card p{margin-bottom:0;line-height:1.48;}

/* Request-review page */
.page-request .request-intro{padding-top:22px !important;padding-bottom:24px !important;}
.page-request .request-intro h1{margin-bottom:7px !important;}
.page-request .request-lead{margin-bottom:14px !important;}
.page-request .request-form-card{padding:18px 20px !important;}
.page-request .request-next-step{margin-top:14px !important;padding:17px 20px !important;}
.page-request .request-next-step h2{font-size:1.55rem !important;margin-bottom:7px !important;}
.page-request .request-next-step p{margin-bottom:8px !important;}
.page-request .request-next-step ul{margin:7px 0 9px !important;}
.page-request .request-next-step li{margin-bottom:3px !important;}

/* Home */
.page-home .home-compact{padding-top:22px !important;padding-bottom:24px !important;}
.page-home .home-compact-copy{gap:12px !important;}
.page-home .home-path{padding-top:15px !important;padding-bottom:15px !important;}
.page-home .home-path-grid{gap:12px !important;}
.page-home .home-path-card{padding:17px 19px !important;}
.page-home .home-bottom-line{margin-top:10px !important;padding:12px 15px !important;}

@media(max-width:900px){
  :root{--compact-section-y:18px;}
  .page-home #home-title{font-size:clamp(2rem,8.4vw,3rem) !important;}
  .page-aps .aps-page-title,
  .page-commercial-support .ci-page-heading h1,
  .page-texas .texas-overview h1,
  .page-markets .markets-overview h1,
  .page-example .standalone-example-overview h1,
  .page-request .request-intro h1{font-size:clamp(1.85rem,8vw,2.65rem) !important;}
  .page-aps .aps-question-grid,
  .page-commercial-support .ci-path-grid,
  .page-texas .texas-review-grid,
  .page-markets .market-structure-grid{gap:10px !important;}
  .page-aps .aps-question-grid .card,
  .page-commercial-support .ci-path-card,
  .page-texas .texas-review-card,
  .page-markets .market-structure-card,
  .page-services .card{padding:15px 16px !important;}
}

/* v1.07 — refined compact spacing for Market Structure page */
body.page-markets .markets-overview{
  padding-top:16px !important;
  padding-bottom:8px !important;
}
body.page-markets .markets-overview .eyebrow{
  margin-bottom:5px !important;
}
body.page-markets .markets-overview h1{
  margin-bottom:5px !important;
  line-height:1.06 !important;
}
body.page-markets .markets-overview .section-intro{
  line-height:1.45 !important;
  margin:0 !important;
}
body.page-markets .markets-comparison-section{
  padding-top:12px !important;
  padding-bottom:18px !important;
}
body.page-markets .market-structure-grid{
  gap:10px !important;
}
body.page-markets .market-structure-card{
  padding:15px 17px !important;
  border-radius:15px !important;
}
body.page-markets .market-card-header{
  padding-bottom:6px !important;
  margin-bottom:7px !important;
}
body.page-markets .market-card-header .step-label{
  margin-bottom:2px !important;
}
body.page-markets .market-structure-card h2{
  margin:2px 0 4px !important;
  line-height:1.2 !important;
}
body.page-markets .market-structure-card > p{
  margin:0 !important;
  line-height:1.43 !important;
}
body.page-markets .market-focus-list{
  gap:5px !important;
  margin:8px 0 9px !important;
}
body.page-markets .market-focus-list div{
  padding:7px 9px !important;
  border-radius:10px !important;
}
body.page-markets .market-focus-list span{
  margin-top:1px !important;
  line-height:1.3 !important;
}
body.page-markets .market-structure-card .text-link{
  padding-top:1px !important;
}
body.page-markets .market-bottom-line{
  margin-top:10px !important;
  padding:10px 12px !important;
  gap:12px !important;
  border-radius:13px !important;
}
body.page-markets .market-bottom-line p{
  line-height:1.4 !important;
}
@media(max-width:900px){
  body.page-markets .markets-overview{
    padding-top:14px !important;
    padding-bottom:7px !important;
  }
  body.page-markets .markets-comparison-section{
    padding-top:10px !important;
    padding-bottom:16px !important;
  }
  body.page-markets .market-structure-grid{
    gap:9px !important;
  }
  body.page-markets .market-structure-card{
    padding:14px 15px !important;
  }
  body.page-markets .market-bottom-line{
    margin-top:9px !important;
  }
}

/* v1.08 — tighter APS and Market Structure spacing */
body.page-aps .aps-overview{
  padding-top:16px !important;
  padding-bottom:4px !important;
}
body.page-aps .aps-overview .eyebrow{
  margin-bottom:4px !important;
}
body.page-aps .aps-page-title{
  margin:0 !important;
  line-height:1.05 !important;
}
body.page-aps .aps-coverage-section{
  padding-top:8px !important;
  padding-bottom:18px !important;
}
body.page-aps .aps-section-lead .section-intro{
  margin:0 !important;
  line-height:1.45 !important;
}
body.page-aps .aps-comparison-wrap{
  margin-top:10px !important;
}
body.page-aps .aps-comparison-table th,
body.page-aps .aps-comparison-table td{
  padding:8px 11px !important;
  line-height:1.3 !important;
}
body.page-aps .aps-review-note{
  margin-top:9px !important;
  padding:8px 11px !important;
}
body.page-aps .aps-question-grid{
  gap:9px !important;
  margin-top:12px !important;
}
body.page-aps .aps-question-grid .card{
  padding:13px 15px 13px 19px !important;
}
body.page-aps .aps-start-grid{
  gap:10px !important;
}
body.page-aps .aps-start-grid .card{
  padding:14px 16px !important;
}

body.page-markets .markets-overview{
  padding-top:14px !important;
  padding-bottom:4px !important;
}
body.page-markets .markets-overview .eyebrow{
  margin-bottom:3px !important;
}
body.page-markets .markets-overview h1{
  margin:0 0 3px !important;
  line-height:1.03 !important;
}
body.page-markets .markets-overview .section-intro{
  margin:0 !important;
  line-height:1.38 !important;
}
body.page-markets .markets-comparison-section{
  padding-top:8px !important;
  padding-bottom:14px !important;
}
body.page-markets .market-structure-grid{
  gap:8px !important;
}
body.page-markets .market-structure-card{
  padding:12px 14px !important;
  border-radius:14px !important;
}
body.page-markets .market-card-header{
  padding-bottom:4px !important;
  margin-bottom:5px !important;
}
body.page-markets .market-card-header .step-label{
  margin:0 0 1px !important;
}
body.page-markets .market-structure-card h2{
  margin:1px 0 2px !important;
  line-height:1.16 !important;
}
body.page-markets .market-structure-card > p{
  margin:0 !important;
  line-height:1.36 !important;
}
body.page-markets .market-focus-list{
  gap:4px !important;
  margin:6px 0 7px !important;
}
body.page-markets .market-focus-list div{
  padding:6px 8px !important;
  border-radius:9px !important;
}
body.page-markets .market-focus-list strong{
  line-height:1.2 !important;
}
body.page-markets .market-focus-list span{
  margin-top:0 !important;
  line-height:1.24 !important;
}
body.page-markets .market-structure-card .text-link{
  padding-top:0 !important;
}
body.page-markets .market-bottom-line{
  margin-top:8px !important;
  padding:8px 10px !important;
  gap:10px !important;
}

@media(max-width:900px){
  body.page-aps .aps-overview{padding-top:13px !important;padding-bottom:3px !important;}
  body.page-aps .aps-coverage-section{padding-top:7px !important;padding-bottom:15px !important;}
  body.page-markets .markets-overview{padding-top:12px !important;padding-bottom:3px !important;}
  body.page-markets .markets-comparison-section{padding-top:7px !important;padding-bottom:12px !important;}
  body.page-markets .market-structure-card{padding:11px 12px !important;}
}

/* Further tighten title-to-card spacing on Market Structure and Texas/ERCOT */
body.page-markets .markets-overview,
body.page-texas .texas-overview{
  padding-bottom:2px !important;
}
body.page-markets .markets-comparison-section,
body.page-texas .texas-review-section{
  padding-top:5px !important;
}
body.page-markets .markets-overview .section-intro,
body.page-texas .texas-overview .section-intro{
  margin-bottom:0 !important;
}
body.page-markets .market-structure-grid,
body.page-texas .texas-review-grid{
  margin-top:0 !important;
}
body.page-markets .market-structure-card,
body.page-texas .texas-review-card{
  padding:14px 16px !important;
}
body.page-markets .market-card-header{
  padding-bottom:6px !important;
  margin-bottom:7px !important;
}
body.page-markets .market-structure-card > p,
body.page-texas .texas-review-card > p{
  margin-bottom:8px !important;
}
body.page-markets .market-focus-list,
body.page-texas .compact-list{
  margin-top:7px !important;
  margin-bottom:8px !important;
}
body.page-markets .market-focus-list{
  gap:5px !important;
}
body.page-markets .market-focus-list div,
body.page-texas .texas-support-links div{
  padding:7px 9px !important;
}
body.page-texas .texas-review-actions{
  margin-top:10px !important;
}
@media(max-width:900px){
  body.page-markets .markets-overview,
  body.page-texas .texas-overview{
    padding-bottom:1px !important;
  }
  body.page-markets .markets-comparison-section,
  body.page-texas .texas-review-section{
    padding-top:4px !important;
  }
  body.page-markets .market-structure-card,
  body.page-texas .texas-review-card{
    padding:12px 13px !important;
  }
}

/* v1.10 — visually close title sections to first card rows */
body.page-markets .markets-overview,
body.page-texas .texas-overview{
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}
body.page-markets .markets-overview .container,
body.page-texas .texas-overview .container{
  padding-bottom:0 !important;
}
body.page-markets .markets-comparison-section,
body.page-texas .texas-review-section{
  padding-top:0 !important;
  margin-top:0 !important;
}
body.page-markets .market-structure-grid,
body.page-texas .texas-review-grid{
  position:relative;
  top:-10px;
  margin-bottom:-10px !important;
}
body.page-markets .market-structure-card,
body.page-texas .texas-review-card{
  padding:11px 13px !important;
}
body.page-markets .market-card-header,
body.page-texas .texas-review-card .step-label{
  margin-bottom:4px !important;
}
body.page-markets .market-focus-list div,
body.page-texas .compact-list li{
  padding-top:5px !important;
  padding-bottom:5px !important;
}
@media(max-width:900px){
  body.page-markets .market-structure-grid,
  body.page-texas .texas-review-grid{
    top:-6px;
    margin-bottom:-6px !important;
  }
}

/* About page streamlined presentation */
.page-about .about-overview{
  min-height:0 !important;
  padding-top:20px !important;
  padding-bottom:8px !important;
  background:linear-gradient(180deg,#f7faff 0%,#f3f7fc 100%);
  border-bottom:1px solid #e3eaf3;
}
.page-about .about-overview h1{
  margin:0 0 8px !important;
  max-width:1060px;
  font-size:clamp(1.95rem,3.05vw,2.9rem) !important;
  line-height:1.08 !important;
}
.page-about .about-lead{
  margin:0;
  max-width:1120px;
  color:#53657d;
  font-size:1.05rem;
  line-height:1.52;
}
.page-about .about-principles-section{
  min-height:0 !important;
  padding-top:8px !important;
  padding-bottom:24px !important;
}
.page-about .about-principles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:0 !important;
}
.page-about .about-principle-card{
  padding:14px 19px 15px !important;
  border-radius:16px;
}
.page-about .about-principle-card .eyebrow{margin-bottom:5px !important;}
.page-about .about-principle-card h2{
  margin:0 0 7px !important;
  font-size:1.35rem !important;
  line-height:1.2 !important;
}
.page-about .about-principle-card p:last-child{
  margin:0;
  line-height:1.48;
}
.page-about .about-disclosure-wrap{margin-top:12px;}
.page-about .about-disclosure{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 17px;
  border:1px solid #dce6f2;
  border-radius:15px;
  background:#f7faff;
}
.page-about .about-disclosure p{
  margin:0;
  max-width:1040px;
  line-height:1.48;
}
.page-about .about-disclosure .button{flex:0 0 auto;}
@media(max-width:900px){
 .page-about .about-overview{padding-top:16px !important;padding-bottom:6px !important;}
  .page-about .about-principles-section{padding-top:6px !important;padding-bottom:20px !important;}
  .page-about .about-principles-grid{grid-template-columns:1fr;gap:10px;}
  .page-about .about-principle-card{padding:15px 17px !important;}
  .page-about .about-disclosure{align-items:flex-start;flex-direction:column;padding:14px 16px;}
}

/* v1.12 — homepage deliverables, process, and analysis-first positioning */
.page-home .home-value-section{
  margin-top:16px;
}
.page-home .home-value-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.page-home .home-value-card{
  padding:16px 18px;
  border:1px solid #dce6f2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(15,39,66,.04);
}
.page-home .home-value-card .eyebrow{
  margin-bottom:4px;
}
.page-home .home-value-card h2{
  margin:0 0 8px;
  font-size:1.28rem;
  line-height:1.2;
}
.page-home .home-value-list{
  margin:0;
}
.page-home .home-value-list li{
  padding-top:3px;
  padding-bottom:3px;
  line-height:1.38;
}
.page-home .home-process-list{
  margin:0;
  padding-left:1.2rem;
}
.page-home .home-process-list li{
  margin:0 0 6px;
  line-height:1.42;
}
.page-home .home-process-list li:last-child{
  margin-bottom:0;
}
.page-home .home-analysis-first{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:12px;
  padding:13px 16px;
  border:1px solid #dce6f2;
  border-radius:15px;
  background:#f7faff;
}
.page-home .home-analysis-first .eyebrow{
  margin-bottom:3px;
}
.page-home .home-analysis-first p:last-child{
  margin:0;
  max-width:980px;
  line-height:1.43;
}
.page-home .home-analysis-first .button{
  flex:0 0 auto;
}
.page-home .home-bottom-line{
  margin-top:12px !important;
}
@media(max-width:900px){
  .page-home .home-value-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .page-home .home-value-card{
    padding:14px 16px;
  }
  .page-home .home-analysis-first{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }
  .page-home .home-analysis-first .button{
    width:100%;
    justify-content:center;
  }
}

/* v1.13 site-wide streamlining */
.ci-streamlined-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.ci-streamlined-grid .ci-path-card{padding:18px 20px;}
.ci-streamlined-grid .ci-path-card h2{margin-bottom:7px;}
.ci-streamlined-grid .ci-path-card p{margin-bottom:10px;}
.market-structure-grid-compact{gap:14px;}
.market-structure-grid-compact .market-structure-card{padding:18px 20px;}
.market-structure-grid-compact .market-structure-card h2{margin:3px 0 7px;}
.market-structure-grid-compact .market-structure-card p{margin-bottom:10px;}
.market-bottom-line-compact{margin-top:14px;padding:14px 16px;}
.texas-support-panel-compact{grid-template-columns:1fr;padding:16px 18px;}
.footer-note{font-size:.72rem;line-height:1.35;opacity:.72;max-width:680px;text-align:right;}
@media(max-width:900px){
  .ci-streamlined-grid{grid-template-columns:1fr;}
  .footer-note{text-align:left;max-width:none;}
}

/* v1.14 — consistent interior-page headings and top spacing */
:where(.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support) main > section:first-child{
  min-height:0 !important;
  padding-top:20px !important;
  padding-bottom:14px !important;
}
:where(.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support) main > section:first-child .eyebrow{
  margin:0 0 6px !important;
  font-size:.76rem !important;
  line-height:1.2 !important;
}
:where(.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support) main > section:first-child h1{
  max-width:1060px !important;
  margin:0 0 8px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
  letter-spacing:-.025em;
}
:where(.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support) main > section:first-child :where(.section-intro,.about-lead,.ci-intro){
  max-width:1080px !important;
  margin:0 !important;
  color:#53657d;
  font-size:1.03rem !important;
  line-height:1.5 !important;
}
:where(.page-aps,.page-texas,.page-markets,.page-example,.page-about) main > section:first-child + section{
  min-height:0 !important;
  padding-top:16px !important;
}

/* APS now follows the same title/intro pattern as the other market pages */
.page-aps .aps-overview{
  background:linear-gradient(180deg,#f7faff 0%,#f3f7fc 100%);
  border-bottom:1px solid #e3eaf3;
}
.page-aps .aps-overview .section-intro{max-width:920px !important;}
.page-aps .aps-coverage-section{padding-bottom:24px !important;}
.page-aps .aps-comparison-wrap{margin-top:0 !important;}

/* Commercial & Industrial keeps its cards in the opening section */
.page-commercial-support .ci-page-heading{margin-bottom:14px !important;}
.page-commercial-support .ci-path-grid{margin-top:0 !important;}

/* Request page uses the same title scale and opening rhythm */
.page-request .request-intro{
  padding-top:20px !important;
}
.page-request .request-intro h1{
  max-width:1060px !important;
  margin:0 0 8px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
  letter-spacing:-.025em;
}
.page-request .request-lead{
  max-width:1080px !important;
  margin:0 0 14px !important;
  font-size:1.03rem !important;
  line-height:1.5 !important;
}

/* Legacy services page heading consistency */
.page-services .focused-reviews{
  min-height:0 !important;
  padding-top:20px !important;
}
.page-services .focused-reviews > .container > .eyebrow{margin-bottom:6px !important;}
.page-services .focused-reviews > .container > h2{
  margin:0 0 8px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
}

@media(max-width:900px){
  :where(.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support) main > section:first-child{
    padding-top:16px !important;
    padding-bottom:12px !important;
  }
  :where(.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support) main > section:first-child h1,
  .page-request .request-intro h1,
  .page-services .focused-reviews > .container > h2{
    font-size:clamp(1.85rem,8vw,2.55rem) !important;
  }
  :where(.page-aps,.page-texas,.page-markets,.page-example,.page-about) main > section:first-child + section{
    padding-top:14px !important;
  }
  .page-request .request-intro{padding-top:16px !important;}
}

/* v1.15 — match Arizona/APS opening rhythm to Commercial & Industrial */
.page-aps main > section:first-child{
  padding-top:20px !important;
  padding-bottom:0 !important;
  background:#fff !important;
  border-bottom:0 !important;
}
.page-aps .aps-overview .container{
  max-width:1200px;
}
.page-aps .aps-overview .eyebrow{
  margin:0 0 6px !important;
}
.page-aps .aps-page-title{
  max-width:1060px !important;
  margin:0 0 8px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
  letter-spacing:-.025em;
}
.page-aps .aps-overview .section-intro{
  max-width:1080px !important;
  margin:0 !important;
  font-size:1.03rem !important;
  line-height:1.5 !important;
}
.page-aps main > section:first-child + .aps-coverage-section{
  padding-top:14px !important;
}
@media(max-width:900px){
  .page-aps main > section:first-child{
    padding-top:16px !important;
    padding-bottom:0 !important;
  }
  .page-aps main > section:first-child + .aps-coverage-section{
    padding-top:12px !important;
  }
}

/* v1.16 — exact APS title-to-intro spacing match with Commercial & Industrial */
.page-aps .aps-page-title,
.page-commercial-support .ci-page-heading h1{
  margin-bottom:8px !important;
}
.page-aps .aps-overview .section-intro,
.page-commercial-support .ci-page-heading .ci-intro{
  margin-top:0 !important;
}

/* v1.17 — APS title spacing and unified page background */
.page-aps .aps-page-title,
.page-commercial-support .ci-page-heading h1{
  margin-bottom:12px !important;
}

/* Use one page canvas color throughout; card surfaces remain unchanged. */
:where(.page-home,.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support,.page-request,.page-services) main,
:where(.page-home,.page-aps,.page-texas,.page-markets,.page-example,.page-about,.page-commercial-support,.page-request,.page-services) main > section{
  background:#f4f7fb !important;
}

@media(max-width:900px){
  .page-aps .aps-page-title,
  .page-commercial-support .ci-page-heading h1{
    margin-bottom:10px !important;
  }
}

/* v1.18 — keep APS opening copy and review table in one compact section */
.page-aps main > .aps-overview.aps-coverage-section{
  padding-top:20px !important;
  padding-bottom:22px !important;
}
.page-aps .aps-overview.aps-coverage-section .section-intro{
  margin:0 0 12px !important;
}
.page-aps .aps-overview.aps-coverage-section .aps-comparison-wrap{
  margin-top:0 !important;
}
.page-aps .aps-overview.aps-coverage-section .aps-review-note{
  margin-bottom:0 !important;
}
@media(max-width:900px){
  .page-aps main > .aps-overview.aps-coverage-section{
    padding-top:16px !important;
    padding-bottom:18px !important;
  }
  .page-aps .aps-overview.aps-coverage-section .section-intro{
    margin-bottom:10px !important;
  }
}

/* v1.19 — unified APS canvas and clearer title-to-intro spacing */
.page-aps,
.page-aps main,
.page-aps main > section,
.page-aps .aps-overview,
.page-aps .aps-answers-section,
.page-aps .aps-commercial-support-section,
.page-aps .aps-start-section{
  background:#f4f7fb !important;
}
.page-aps .aps-page-title{
  margin-bottom:16px !important;
}
@media(max-width:900px){
  .page-aps .aps-page-title{
    margin-bottom:13px !important;
  }
}

/* v1.20 — place APS opening on the continuous light-blue canvas */
.page-aps main{
  background:#f4f7fb !important;
}
.page-aps main > .aps-overview.aps-coverage-section{
  background:#f4f7fb !important;
  border:0 !important;
  margin:0 !important;
  padding-top:28px !important;
  padding-bottom:18px !important;
}
.page-aps .aps-overview.aps-coverage-section .aps-page-title{
  margin-bottom:10px !important;
}
.page-aps .aps-overview.aps-coverage-section .section-intro{
  margin:0 0 10px !important;
}
.page-aps .aps-overview.aps-coverage-section .aps-comparison-wrap{
  margin-top:0 !important;
}
.page-aps .aps-overview.aps-coverage-section .aps-review-note{
  margin-top:10px !important;
}
@media(max-width:900px){
  .page-aps main > .aps-overview.aps-coverage-section{
    padding-top:22px !important;
    padding-bottom:16px !important;
  }
  .page-aps .aps-overview.aps-coverage-section .aps-page-title{
    margin-bottom:9px !important;
  }
  .page-aps .aps-overview.aps-coverage-section .section-intro{
    margin-bottom:9px !important;
  }
}

/* v1.21 — align the opening position across all interior pages */
:where(.page-aps,.page-commercial-support,.page-texas,.page-markets,.page-example,.page-about) main > section:first-child,
.page-services main > section:first-child,
.page-request .request-intro{
  margin-top:0 !important;
  padding-top:24px !important;
}

:where(.page-aps,.page-commercial-support,.page-texas,.page-markets,.page-example,.page-about) main > section:first-child > .container,
.page-services main > section:first-child > .container,
.page-request .request-intro > .container{
  padding-top:0 !important;
}

:where(.page-aps,.page-commercial-support,.page-texas,.page-markets,.page-example,.page-about) main > section:first-child .eyebrow,
.page-services main > section:first-child .eyebrow{
  margin-top:0 !important;
}

.page-commercial-support .ci-page-heading,
.page-request .request-intro h1,
.page-services .focused-reviews > .container > .eyebrow{
  margin-top:0 !important;
}

@media(max-width:900px){
  :where(.page-aps,.page-commercial-support,.page-texas,.page-markets,.page-example,.page-about) main > section:first-child,
  .page-services main > section:first-child,
  .page-request .request-intro{
    padding-top:18px !important;
  }
}

/* v1.22 — move the Arizona/APS opening slightly upward */
.page-aps main > section:first-child{
  padding-top:18px !important;
}
@media(max-width:900px){
  .page-aps main > section:first-child{
    padding-top:14px !important;
  }
}

/* v1.23 — move the Arizona / APS opening up by approximately one text line */
.page-aps main > section:first-child{
  padding-top:4px !important;
}
@media(max-width:900px){
  .page-aps main > section:first-child{
    padding-top:2px !important;
  }
}

/* v1.24 — one shared opening system for every interior page */
body:not(.page-home) main > .standard-page-opening{
  margin:0 !important;
  padding-top:22px !important;
  padding-bottom:12px !important;
  background:#f4f7fb !important;
  border:0 !important;
  min-height:0 !important;
}
body:not(.page-home) main > .standard-page-opening > .container{
  padding-top:0 !important;
}
body:not(.page-home) .page-opening-copy{
  margin:0 0 12px !important;
  padding:0 !important;
  max-width:1080px !important;
}
body:not(.page-home) .page-opening-copy > .eyebrow{
  margin:0 0 6px !important;
}
body:not(.page-home) .page-opening-copy > h1,
body:not(.page-home) .page-opening-copy > .aps-page-title{
  margin:0 0 10px !important;
  max-width:1060px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
  letter-spacing:-.025em !important;
}
body:not(.page-home) .page-opening-copy > .section-intro,
body:not(.page-home) .page-opening-copy > .about-lead,
body:not(.page-home) .page-opening-copy > .ci-intro,
body:not(.page-home) .page-opening-copy > .request-lead{
  margin:0 !important;
  max-width:1080px !important;
  font-size:1.03rem !important;
  line-height:1.5 !important;
}
/* Standalone opening sections flow directly into their content sections. */
body:not(.page-home) main > .standard-page-opening:not(.opening-with-content){
  padding-bottom:10px !important;
}
body:not(.page-home) main > .standard-page-opening:not(.opening-with-content) + section{
  padding-top:12px !important;
}
/* Pages whose first cards/table/form share the opening section. */
body:not(.page-home) main > .standard-page-opening.opening-with-content{
  padding-bottom:20px !important;
}
.page-aps .standard-page-opening .aps-comparison-wrap,
.page-commercial-support .standard-page-opening .ci-path-grid,
.page-request .standard-page-opening .request-form-card,
.page-services .standard-page-opening .cards{
  margin-top:0 !important;
}
@media(max-width:900px){
  body:not(.page-home) main > .standard-page-opening{
    padding-top:17px !important;
    padding-bottom:10px !important;
  }
  body:not(.page-home) .page-opening-copy{
    margin-bottom:10px !important;
  }
  body:not(.page-home) .page-opening-copy > h1,
  body:not(.page-home) .page-opening-copy > .aps-page-title{
    margin-bottom:8px !important;
    font-size:clamp(1.85rem,8vw,2.55rem) !important;
  }
  body:not(.page-home) main > .standard-page-opening:not(.opening-with-content) + section{
    padding-top:10px !important;
  }
}

/* v1.25 — Arizona opening exactly matches Commercial & Industrial */
.page-aps main > .standard-page-opening,
.page-commercial-support main > .standard-page-opening{
  margin:0 !important;
  padding-top:22px !important;
  padding-bottom:20px !important;
  background:#f4f7fb !important;
  border:0 !important;
  min-height:0 !important;
}
.page-aps main > .standard-page-opening > .container,
.page-commercial-support main > .standard-page-opening > .container{
  padding-top:0 !important;
}
.page-aps .standard-page-opening .ci-page-heading,
.page-commercial-support .standard-page-opening .ci-page-heading{
  margin:0 0 12px !important;
  padding:0 !important;
  max-width:1080px !important;
}
.page-aps .standard-page-opening .ci-page-heading > .eyebrow,
.page-commercial-support .standard-page-opening .ci-page-heading > .eyebrow{
  margin:0 0 6px !important;
}
.page-aps .standard-page-opening .ci-page-heading > h1,
.page-commercial-support .standard-page-opening .ci-page-heading > h1{
  margin:0 0 10px !important;
  max-width:1060px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
  letter-spacing:-.025em !important;
}
.page-aps .standard-page-opening .ci-page-heading > .ci-intro,
.page-commercial-support .standard-page-opening .ci-page-heading > .ci-intro{
  margin:0 !important;
  max-width:1080px !important;
  font-size:1.03rem !important;
  line-height:1.5 !important;
}
.page-aps .standard-page-opening .aps-comparison-wrap,
.page-commercial-support .standard-page-opening .ci-path-grid{
  margin-top:0 !important;
}
@media(max-width:900px){
  .page-aps main > .standard-page-opening,
  .page-commercial-support main > .standard-page-opening{
    padding-top:17px !important;
    padding-bottom:18px !important;
  }
  .page-aps .standard-page-opening .ci-page-heading,
  .page-commercial-support .standard-page-opening .ci-page-heading{
    margin-bottom:10px !important;
  }
  .page-aps .standard-page-opening .ci-page-heading > h1,
  .page-commercial-support .standard-page-opening .ci-page-heading > h1{
    margin-bottom:8px !important;
    font-size:clamp(1.85rem,8vw,2.55rem) !important;
  }
}

/* v1.26 — isolated shared opening geometry for APS and Commercial pages */
main > .matched-service-opening{
  box-sizing:border-box !important;
  margin:0 !important;
  padding:22px 0 20px !important;
  min-height:0 !important;
  background:#f4f7fb !important;
  border:0 !important;
  transform:none !important;
  position:relative !important;
  top:auto !important;
}
main > .matched-service-opening > .container{
  box-sizing:border-box !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
main > .matched-service-opening .matched-service-heading{
  box-sizing:border-box !important;
  margin:0 0 12px !important;
  padding:0 !important;
  max-width:1080px !important;
  transform:none !important;
  position:static !important;
}
main > .matched-service-opening .matched-service-heading > .eyebrow{
  margin:0 0 6px !important;
  padding:0 !important;
}
main > .matched-service-opening .matched-service-heading > h1{
  margin:0 0 10px !important;
  padding:0 !important;
  max-width:1060px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
  letter-spacing:-.025em !important;
}
main > .matched-service-opening .matched-service-heading > .ci-intro{
  margin:0 !important;
  padding:0 !important;
  max-width:1080px !important;
  font-size:1.03rem !important;
  line-height:1.5 !important;
}
main > .matched-service-opening .aps-comparison-wrap,
main > .matched-service-opening .ci-path-grid{
  margin-top:0 !important;
}
@media(max-width:900px){
  main > .matched-service-opening{
    padding:17px 0 18px !important;
  }
  main > .matched-service-opening .matched-service-heading{
    margin-bottom:10px !important;
  }
  main > .matched-service-opening .matched-service-heading > h1{
    margin-bottom:8px !important;
    font-size:clamp(1.85rem,8vw,2.55rem) !important;
  }
}

/* v1.28 — clean structural header match; APS legacy opening classes removed */
body.page-aps main > .header-match-reset,
body.page-commercial-support main > .header-match-reset{
  display:block !important;
  box-sizing:border-box !important;
  margin:0 !important;
  padding:22px 0 20px !important;
  min-height:0 !important;
  height:auto !important;
  background:#f4f7fb !important;
  border:0 !important;
  position:static !important;
  inset:auto !important;
  transform:none !important;
}
body.page-aps main > .header-match-reset > .container,
body.page-commercial-support main > .header-match-reset > .container{
  box-sizing:border-box !important;
  width:min(1180px, calc(100% - 40px)) !important;
  margin:0 auto !important;
  padding:0 !important;
}
body.page-aps .header-match-copy,
body.page-commercial-support .header-match-copy{
  display:block !important;
  box-sizing:border-box !important;
  margin:0 0 12px !important;
  padding:0 !important;
  max-width:1080px !important;
  position:static !important;
  transform:none !important;
}
body.page-aps .header-match-copy > .eyebrow,
body.page-commercial-support .header-match-copy > .eyebrow{
  margin:0 0 6px !important;
  padding:0 !important;
}
body.page-aps .header-match-copy > h1,
body.page-commercial-support .header-match-copy > h1{
  margin:0 0 10px !important;
  padding:0 !important;
  max-width:1060px !important;
  font-size:clamp(1.9rem,3vw,2.82rem) !important;
  line-height:1.09 !important;
  letter-spacing:-.025em !important;
}
body.page-aps .header-match-copy > .ci-intro,
body.page-commercial-support .header-match-copy > .ci-intro{
  margin:0 !important;
  padding:0 !important;
  max-width:1080px !important;
  font-size:1.03rem !important;
  line-height:1.5 !important;
}
body.page-aps .header-match-reset .aps-comparison-wrap,
body.page-commercial-support .header-match-reset .ci-path-grid{
  margin-top:0 !important;
}
@media(max-width:900px){
  body.page-aps main > .header-match-reset,
  body.page-commercial-support main > .header-match-reset{
    padding:17px 0 18px !important;
  }
  body.page-aps main > .header-match-reset > .container,
  body.page-commercial-support main > .header-match-reset > .container{
    width:min(100% - 28px,1180px) !important;
  }
  body.page-aps .header-match-copy,
  body.page-commercial-support .header-match-copy{
    margin-bottom:10px !important;
  }
  body.page-aps .header-match-copy > h1,
  body.page-commercial-support .header-match-copy > h1{
    margin-bottom:8px !important;
    font-size:clamp(1.85rem,8vw,2.55rem) !important;
  }
}

/* v1.30 — authoritative About opening-to-card spacing */
.page-about main > .about-overview + .about-principles-section{
  padding-top:8px !important;
}
.page-about .about-principles-grid{
  margin-top:0 !important;
}
@media(max-width:900px){
  .page-about main > .about-overview + .about-principles-section{
    padding-top:6px !important;
  }
}

/* v1.32 — unified Market Structure and Texas/ERCOT canvases */
body.page-markets,
body.page-texas,
body.page-markets main,
body.page-texas main,
body.page-markets main > section,
body.page-texas main > section{
  background:#f4f7fb !important;
}

/* Market Structure: title, cards, and CTA share one continuous section */
body.page-markets .markets-unified-section{
  padding-top:22px !important;
  padding-bottom:22px !important;
  min-height:calc(100vh - 58px);
}
body.page-markets .markets-unified-section > .container{
  padding-top:0 !important;
}
body.page-markets .page-opening-copy{
  margin:0 0 12px !important;
}
body.page-markets .page-opening-copy .eyebrow{margin-bottom:6px !important;}
body.page-markets .page-opening-copy h1{margin-bottom:10px !important;}
body.page-markets .page-opening-copy .section-intro{margin:0 !important;}
body.page-markets .market-structure-grid{
  margin-top:12px !important;
  gap:14px !important;
}
body.page-markets .market-structure-card{
  background:#fff !important;
  padding:16px 18px !important;
  border-radius:15px !important;
}
body.page-markets .market-structure-card .step-label{margin:0 0 5px !important;}
body.page-markets .market-structure-card h2{margin:0 0 8px !important;}
body.page-markets .market-structure-card > p{margin:0 0 10px !important;line-height:1.48 !important;}
body.page-markets .market-structure-card .text-link{margin-top:4px !important;}
body.page-markets .market-bottom-line{
  margin-top:12px !important;
  padding:13px 16px !important;
  gap:16px !important;
  background:#fff !important;
}
body.page-markets .market-bottom-line .button{min-height:42px;padding:0 17px;}

/* Texas/ERCOT: title and review cards share one continuous section */
body.page-texas .texas-unified-section{
  padding-top:22px !important;
  padding-bottom:18px !important;
}
body.page-texas .page-opening-copy{
  margin:0 0 12px !important;
}
body.page-texas .page-opening-copy .eyebrow{margin-bottom:6px !important;}
body.page-texas .page-opening-copy h1{margin-bottom:10px !important;}
body.page-texas .page-opening-copy .section-intro{margin:0 !important;}
body.page-texas .texas-review-grid{
  margin-top:12px !important;
  gap:14px !important;
}
body.page-texas .texas-review-card{
  background:#fff !important;
  padding:16px 18px !important;
  border-radius:15px !important;
}
body.page-texas .texas-review-card .step-label{margin:0 0 5px !important;}
body.page-texas .texas-review-card h2{margin:0 0 8px !important;}
body.page-texas .texas-review-card > p{margin:0 0 9px !important;line-height:1.46 !important;}
body.page-texas .texas-review-card .compact-list{margin-top:8px !important;}
body.page-texas .texas-review-card .compact-list li{padding-top:3px !important;padding-bottom:3px !important;line-height:1.38 !important;}
body.page-texas .texas-review-actions{margin-top:12px !important;gap:12px !important;}
body.page-texas .texas-commercial-support{
  padding-top:10px !important;
  padding-bottom:18px !important;
}
body.page-texas .texas-support-panel{
  background:#fff !important;
  padding:14px 17px !important;
}
body.page-texas .texas-support-panel .eyebrow{margin-bottom:5px !important;}
body.page-texas .texas-support-panel h2{margin-bottom:7px !important;}
body.page-texas .texas-support-panel p{margin-bottom:0 !important;}

@media(max-width:900px){
  body.page-markets .markets-unified-section,
  body.page-texas .texas-unified-section{padding-top:16px !important;padding-bottom:16px !important;}
  body.page-markets .market-structure-grid,
  body.page-texas .texas-review-grid{grid-template-columns:1fr !important;gap:10px !important;margin-top:10px !important;}
  body.page-markets .market-structure-card,
  body.page-texas .texas-review-card{padding:14px 15px !important;}
  body.page-markets .market-bottom-line{align-items:flex-start !important;flex-direction:column !important;margin-top:10px !important;}
}

/* v1.33 — standalone 4CP/12CP page cleanup and compact continuous layout */
.page-example,
.page-example main,
.page-example .example-continuous-section{
  background:#f3f7fc !important;
}
.page-example .example-continuous-section{
  padding-top:22px !important;
  padding-bottom:24px !important;
  min-height:auto !important;
}
.page-example .example-continuous-section > .container{
  display:block !important;
}
.page-example .example-continuous-section .page-opening-copy{
  margin:0 !important;
  padding:0 !important;
}
.page-example .example-continuous-section .eyebrow{
  margin:0 0 6px !important;
}
.page-example .example-continuous-section h1{
  margin:0 0 11px !important;
  line-height:1.1 !important;
}
.page-example .example-continuous-section .section-intro{
  margin:0 !important;
  max-width:900px !important;
  line-height:1.5 !important;
}
.page-example .example-continuous-section .polished-example-box{
  margin:15px 0 0 !important;
  padding:16px 18px !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 8px 22px rgba(15,39,66,.045) !important;
}
.page-example .example-intro-row{
  gap:14px !important;
  padding-bottom:10px !important;
}
.page-example .example-intro-row h2{
  margin:2px 0 0 !important;
  font-size:1.42rem !important;
}
.page-example .example-intro-row > p{
  line-height:1.42 !important;
}
.page-example .polished-metrics{
  gap:9px !important;
  margin-top:10px !important;
}
.page-example .polished-metrics .metric{
  padding:11px 13px !important;
  border-radius:12px !important;
}
.page-example .polished-metrics .metric strong{
  margin:1px 0 2px !important;
  font-size:1.58rem !important;
}
.page-example .polished-metrics .metric p{
  line-height:1.36 !important;
}
.page-example .example-takeaway{
  margin-top:9px !important;
  padding:9px 11px !important;
  line-height:1.42 !important;
}
.page-example .example-disclaimer{
  margin:8px 0 0 !important;
  line-height:1.4 !important;
}
.page-example .standalone-example-actions{
  margin-top:10px !important;
  gap:12px !important;
}
@media(max-width:900px){
  .page-example .example-continuous-section{
    padding-top:18px !important;
    padding-bottom:20px !important;
  }
  .page-example .example-continuous-section .polished-example-box{
    margin-top:12px !important;
    padding:14px 15px !important;
  }
  .page-example .example-intro-row{
    gap:8px !important;
  }
}

/* v1.35 — add a small gap below the Market Structure introduction */
.page-markets .page-opening-copy .section-intro{
  margin-bottom:14px !important;
}
@media(max-width:900px){
  .page-markets .page-opening-copy .section-intro{
    margin-bottom:11px !important;
  }
}

/* v1.36 — structural Market Structure intro-to-cards spacing fix */
body.page-markets .page-opening-copy{
  margin-bottom:0 !important;
}
body.page-markets .page-opening-copy .section-intro{
  margin:0 !important;
}
body.page-markets .market-structure-grid{
  position:relative !important;
  top:0 !important;
  margin-top:14px !important;
  margin-bottom:0 !important;
  transform:none !important;
}
@media(max-width:900px){
  body.page-markets .market-structure-grid{
    top:0 !important;
    margin-top:11px !important;
    margin-bottom:0 !important;
  }
}

/* About page: tighter vertical spacing in lower cards */
.page-about .about-principles-grid{
  gap:8px !important;
  margin-top:12px !important;
}
.page-about .about-principle-card{
  padding:12px 18px !important;
  min-height:0 !important;
}
.page-about .about-principle-card .eyebrow{
  margin:0 0 3px !important;
}
.page-about .about-principle-card h2{
  margin:0 0 4px !important;
  line-height:1.2 !important;
}
.page-about .about-principle-card p:last-child{
  margin:0 !important;
  line-height:1.42 !important;
}
.page-about .about-principles-section{
  padding-top:8px !important;
  padding-bottom:16px !important;
}
.page-about .about-disclosure-wrap{
  margin-top:6px !important;
}
.page-about .about-disclosure{
  padding:12px 16px !important;
}
@media(max-width:900px){
  .page-about .about-principles-grid{gap:7px !important;margin-top:10px !important;}
  .page-about .about-principle-card{padding:11px 15px !important;}
}

/* v1.44 — homepage analysis-first removal and vertical tightening */
.page-home .home-value-section{
  margin-top:12px !important;
}
.page-home .home-value-grid{
  gap:10px !important;
}
.page-home .home-value-card{
  padding:14px 17px !important;
}
.page-home .home-bottom-line{
  margin-top:8px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
@media(max-width:900px){
  .page-home .home-value-section{margin-top:10px !important;}
  .page-home .home-value-card{padding:13px 15px !important;}
  .page-home .home-bottom-line{margin-top:6px !important;}
}

/* v1.45 — separate primary service paths from review details */
.page-home .home-value-section{
  margin-top:16px !important;
  padding-top:16px !important;
  border-top:1px solid #d7e0eb;
}
.page-home .home-bottom-line{
  display:none !important;
}
@media(max-width:900px){
  .page-home .home-value-section{
    margin-top:13px !important;
    padding-top:13px !important;
  }
}

/* v1.46 — stronger homepage divider and footer below initial viewport */
.page-home .home-value-section{
  border-top:3px solid #8fa2b8 !important;
  margin-top:17px !important;
  padding-top:17px !important;
}
.page-home .home-compact-main{
  min-height:calc(100svh - 58px + 76px) !important;
}
@media(max-width:900px){
  .page-home .home-value-section{
    border-top-width:3px !important;
    margin-top:14px !important;
    padding-top:14px !important;
  }
  .page-home .home-compact-main{
    min-height:calc(100svh - 58px + 48px) !important;
  }
}


/* v1.48 APS content cleanup and vertical spacing */
.page-aps main > .standard-page-opening{
  padding-top:24px !important;
  padding-bottom:20px !important;
}
.page-aps .matched-service-heading{
  margin-bottom:14px !important;
}
.page-aps .matched-service-heading .ci-intro{
  margin-bottom:0 !important;
}
.page-aps .aps-comparison-wrap{
  margin-top:14px !important;
}
.page-aps .aps-comparison-table th,
.page-aps .aps-comparison-table td{
  padding-top:10px !important;
  padding-bottom:10px !important;
}
.page-aps .aps-answers-section{
  padding-top:20px !important;
  padding-bottom:22px !important;
}
.page-aps .aps-answers-section .section-intro{
  margin-bottom:0 !important;
}
.page-aps .aps-question-grid{
  margin-top:14px !important;
  gap:12px !important;
}
.page-aps .aps-question-grid .card{
  padding-top:14px !important;
  padding-bottom:14px !important;
}
.page-aps .aps-start-section{
  padding-top:20px !important;
  padding-bottom:24px !important;
}
.page-aps .aps-start-grid{
  gap:14px !important;
}
.page-aps .aps-start-grid .card{
  padding-top:16px !important;
  padding-bottom:16px !important;
}
@media(max-width:900px){
  .page-aps main > .standard-page-opening{
    padding-top:18px !important;
    padding-bottom:16px !important;
  }
  .page-aps .aps-comparison-wrap{margin-top:12px !important;}
  .page-aps .aps-answers-section,
  .page-aps .aps-start-section{
    padding-top:16px !important;
    padding-bottom:18px !important;
  }
}

/* v1.50 — APS section differentiation with restrained alternating backgrounds */
.page-aps{
  background:#f4f7fb;
  color:#26384f;
}

/* Opening and review table: light blue canvas with white table */
.page-aps main > .standard-page-opening{
  background:#f4f7fb !important;
  color:#26384f !important;
}
.page-aps main > .standard-page-opening h1,
.page-aps main > .standard-page-opening h2,
.page-aps main > .standard-page-opening h3{
  color:#16365c !important;
}
.page-aps .aps-comparison-wrap{
  background:#fff !important;
  border:1px solid #d9e4f0 !important;
  box-shadow:0 8px 22px rgba(28,59,92,.05) !important;
}
.page-aps .aps-comparison-table thead th{
  background:#315f94 !important;
  color:#fff !important;
}
.page-aps .aps-comparison-table tbody th,
.page-aps .aps-comparison-table tbody td{
  background:#fff !important;
  color:#2e4056 !important;
}

/* Review questions: white section with softly tinted question cards */
.page-aps .aps-answers-section{
  background:#fff !important;
  color:#2e4056 !important;
}
.page-aps .aps-answers-section h2,
.page-aps .aps-question-grid h3{
  color:#17395f !important;
}
.page-aps .aps-answers-section .section-intro{
  color:#596a7f !important;
}
.page-aps .aps-question-grid .card{
  background:#f3f8fd !important;
  border:1px solid #dbe7f2 !important;
  box-shadow:none !important;
}
.page-aps .aps-question-grid .card::before{
  background:linear-gradient(180deg,#315f94,#2b8c89) !important;
}

/* Information and next step: return to light blue with white cards */
.page-aps .aps-start-section{
  background:#eef4fa !important;
  color:#2e4056 !important;
}
.page-aps .aps-start-grid .card{
  background:#fff !important;
  border:1px solid #d9e4f0 !important;
  box-shadow:0 8px 22px rgba(28,59,92,.045) !important;
}
.page-aps .aps-start-grid .card h2{
  color:#17395f !important;
}
.page-aps .aps-cta-card{
  background:#f8fbff !important;
  border-top:4px solid #315f94 !important;
}
.page-aps .eyebrow{
  color:#287f7d !important;
}
.page-aps .aps-page-disclaimer{
  color:#68788b !important;
}

/* Preserve compact section rhythm while making each band visually distinct */
.page-aps .aps-answers-section{
  border-top:1px solid #e3eaf2;
  border-bottom:1px solid #e3eaf2;
}

/* v151 Texas card update and lower-section removal */
.page-texas .texas-unified-section{
  padding-bottom:24px !important;
}
.page-texas .texas-review-grid{
  margin-bottom:14px !important;
}
.page-texas .texas-review-actions{
  margin-top:12px !important;
}


/* v160 About footer below initial viewport */
.page-about{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.page-about main{
  flex:1 0 auto;
  min-height:calc(100vh - 72px);
}
.page-about .site-footer{
  flex:0 0 auto;
}
@media(max-width:900px){
  .page-about main{
    min-height:calc(100vh - 64px);
  }
}


/* v1.83: stronger APS example call-to-action and tighter example-page spacing */
.page-aps .aps-example-cta{
  margin-top:22px;
  display:flex;
  justify-content:flex-start;
}
.page-aps .aps-example-button{
  min-height:52px;
  padding:0 24px;
  border:1px solid rgba(37,99,235,.22);
  box-shadow:0 12px 26px rgba(37,99,235,.24);
}
.page-aps .aps-example-button span{
  margin-left:9px;
  font-size:1.08em;
  transition:transform .18s ease;
}
.page-aps .aps-example-button:hover span{transform:translateX(3px);}

.page-example .standard-page-opening{
  padding-top:22px !important;
  padding-bottom:18px !important;
}
.page-example .standard-page-opening .eyebrow{margin-bottom:7px !important;}
.page-example .standard-page-opening h1{margin-bottom:9px !important;}
.page-example .standard-page-opening .ci-intro{margin-bottom:0 !important;}
.page-example .content-section{
  padding-top:18px !important;
  padding-bottom:20px !important;
}
.page-example .content-section + .content-section{padding-top:16px !important;}
.page-example .content-section .eyebrow{margin-bottom:7px !important;}
.page-example .content-section h2{margin-bottom:8px !important;}
.page-example .content-section .check-list{margin-top:10px !important;}
.page-example .content-section .aps-comparison-wrap{margin-top:12px !important;}
.page-example .content-section p:last-child{margin-bottom:0;}
@media (max-width:700px){
  .page-aps .aps-example-cta{justify-content:stretch;}
  .page-aps .aps-example-button{width:100%;text-align:center;padding:0 18px;}
  .page-example .standard-page-opening{padding-top:18px !important;padding-bottom:15px !important;}
  .page-example .content-section{padding-top:15px !important;padding-bottom:17px !important;}
}

/* v1.84: fully compact APS representative example page */
body.page-example main{
  min-height:0 !important;
}
body.page-example main > section{
  min-height:0 !important;
  height:auto !important;
}
body.page-example main > .standard-page-opening{
  padding-top:14px !important;
  padding-bottom:12px !important;
}
body.page-example main > .content-section{
  padding-top:12px !important;
  padding-bottom:13px !important;
}
body.page-example main > .content-section + .content-section{
  padding-top:12px !important;
}
body.page-example .matched-service-heading{
  margin-bottom:0 !important;
}
body.page-example .eyebrow{
  margin-top:0 !important;
  margin-bottom:4px !important;
}
body.page-example h1{
  margin-top:0 !important;
  margin-bottom:6px !important;
  line-height:1.08 !important;
}
body.page-example h2{
  margin-top:0 !important;
  margin-bottom:6px !important;
  line-height:1.15 !important;
}
body.page-example p{
  margin-top:0 !important;
  margin-bottom:6px !important;
}
body.page-example .check-list{
  margin-top:6px !important;
  margin-bottom:0 !important;
}
body.page-example .check-list li{
  padding-top:2px !important;
  padding-bottom:2px !important;
}
body.page-example .aps-comparison-wrap{
  margin-top:7px !important;
  margin-bottom:0 !important;
}
body.page-example .aps-comparison-table th,
body.page-example .aps-comparison-table td{
  padding-top:7px !important;
  padding-bottom:7px !important;
}
body.page-example .site-footer{
  padding-top:13px !important;
  padding-bottom:13px !important;
}
body.page-example .site-footer p{
  margin:0 !important;
}
@media(max-width:700px){
  body.page-example main > .standard-page-opening{
    padding-top:12px !important;
    padding-bottom:10px !important;
  }
  body.page-example main > .content-section,
  body.page-example main > .content-section + .content-section{
    padding-top:10px !important;
    padding-bottom:11px !important;
  }
  body.page-example .aps-comparison-table th,
  body.page-example .aps-comparison-table td{
    padding-top:6px !important;
    padding-bottom:6px !important;
  }
}

/* v1.85: remove excess gap between APS example introduction and scenario */
body.page-example main > section.standard-page-opening.header-match-reset{
  padding-bottom:4px !important;
}
body.page-example main > section.standard-page-opening.header-match-reset + section.content-section{
  padding-top:4px !important;
}
body.page-example main > section.standard-page-opening.header-match-reset .header-match-copy{
  margin-bottom:0 !important;
}
body.page-example main > section.standard-page-opening.header-match-reset .ci-intro{
  margin-bottom:0 !important;
}
@media(max-width:700px){
  body.page-example main > section.standard-page-opening.header-match-reset{
    padding-bottom:3px !important;
  }
  body.page-example main > section.standard-page-opening.header-match-reset + section.content-section{
    padding-top:3px !important;
  }
}

/* v1.86 — APS rate comparison page */
.page-aps-rates main{background:#f4f7fb;}
.page-aps-rates .aps-rate-overview{padding-top:18px;}
.wide-rate-container{width:min(1500px,calc(100vw - 40px));max-width:1500px;margin:0 auto;}
.rate-family-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:22px;}
.rate-family-card{background:#fff;border:1px solid #dce4ef;border-radius:14px;padding:18px;box-shadow:0 8px 24px rgba(31,54,86,.06);}
.rate-family-card h3{margin:9px 0 8px;font-size:1.04rem;line-height:1.25;}
.rate-family-card p{margin:0;color:#536274;font-size:.94rem;line-height:1.48;}
.rate-badge,.status-badge{display:inline-flex;align-items:center;border-radius:999px;background:#e9f1fb;color:#174f82;font-size:.74rem;font-weight:700;letter-spacing:.02em;padding:5px 9px;}
.status-badge{background:#f2ece0;color:#72530f;margin-left:5px;padding:3px 7px;font-size:.68rem;vertical-align:middle;}
.rate-table-wrap{width:100%;overflow-x:auto;margin-top:18px;border:1px solid #d8e1ec;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(31,54,86,.05);}
.rate-detail-table{width:100%;min-width:1100px;border-collapse:collapse;table-layout:auto;}
.rate-detail-table th,.rate-detail-table td{padding:11px 14px;border-bottom:1px solid #e3e9f1;text-align:left;vertical-align:top;line-height:1.4;}
.rate-detail-table thead th{background:#163f66;color:#fff;font-size:.83rem;letter-spacing:.01em;white-space:normal;}
.rate-detail-table tbody th{color:#173f65;font-weight:700;white-space:nowrap;}
.rate-detail-table tbody tr:last-child th,.rate-detail-table tbody tr:last-child td{border-bottom:0;}
.rate-detail-table tbody tr:nth-child(even){background:#f8fafc;}
.rate-detail-table td:nth-last-child(-n+2){white-space:nowrap;}
.compact-rate-table{min-width:900px;}
.rate-subheading{margin:28px 0 0;}
.solar-rider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px;}
.rate-action-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}
.rate-page-disclaimer{margin-top:22px;}
.aps-dual-cta{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.aps-rate-button{border:1px solid #174f82;background:#fff;color:#174f82;}
@media(max-width:1100px){.rate-family-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){
  .wide-rate-container{width:min(100% - 24px,1500px);}
  .rate-family-grid,.solar-rider-grid{grid-template-columns:1fr;}
  .rate-detail-table{min-width:920px;}
  .rate-detail-table th,.rate-detail-table td{padding:10px 12px;font-size:.88rem;}
  .rate-action-row,.aps-dual-cta{flex-direction:column;align-items:stretch;}
  .rate-action-row .button,.aps-dual-cta .button{text-align:center;}
}

/* v187 APS commercial eligibility enhancements */
.eligibility-rate-table th:nth-child(1){min-width:110px}
.eligibility-rate-table th:nth-child(2){min-width:230px}
.eligibility-rate-table th:nth-child(3){min-width:280px}
.eligibility-rate-table th:nth-child(4){min-width:440px}
.rate-table-note{margin:16px 0 0;color:var(--muted, #55606e);font-size:.94rem;line-height:1.55}

/* APS commercial eligibility table refinements */
.eligibility-rate-table{table-layout:fixed;min-width:1040px;}
.eligibility-rate-table th:nth-child(1),
.eligibility-rate-table td:nth-child(1){width:12%;min-width:110px;}
.eligibility-rate-table th:nth-child(2),
.eligibility-rate-table td:nth-child(2){width:27%;min-width:230px;white-space:normal;overflow-wrap:anywhere;}
.eligibility-rate-table th:nth-child(3),
.eligibility-rate-table td:nth-child(3){width:28%;min-width:250px;white-space:normal;overflow-wrap:anywhere;}
.eligibility-rate-table th:nth-child(4),
.eligibility-rate-table td:nth-child(4){width:33%;min-width:290px;white-space:normal;overflow-wrap:anywhere;}
.eligibility-rate-table td:nth-last-child(-n+2){white-space:normal;}
.esa-status{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:3px 9px;border-radius:999px;font-size:.76rem;font-weight:800;line-height:1.2;margin:0 8px 5px 0;vertical-align:top;}
.esa-status.yes{background:#dff3e8;color:#17623b;}
.esa-status.no{background:#edf2f7;color:#36536d;}
.esa-note{display:inline;line-height:1.4;}
@media (max-width:760px){
  .eligibility-rate-table{min-width:900px;}
}

/* v189: stronger button contrast against light and tinted section backgrounds */
.button.primary,
.nav-cta {
  background:#123b5d !important;
  color:#ffffff !important;
  border-color:#123b5d !important;
  box-shadow:0 8px 20px rgba(18,59,93,.24) !important;
}
.button.primary:hover,
.button.primary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  background:#082a45 !important;
  border-color:#082a45 !important;
  color:#ffffff !important;
  transform:translateY(-1px);
}
.button.secondary {
  background:#ffffff !important;
  color:#123b5d !important;
  border:2px solid #123b5d !important;
  box-shadow:0 6px 16px rgba(18,59,93,.12) !important;
}
.button.secondary:hover,
.button.secondary:focus-visible {
  background:#eaf4f8 !important;
  color:#082a45 !important;
  border-color:#082a45 !important;
  transform:translateY(-1px);
}
.button,
.nav-cta,
.market-button {
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.market-button-aps {
  background:#08745a !important;
  box-shadow:0 7px 18px rgba(8,116,90,.22);
}
.market-button-other {
  background:#123b5d !important;
  box-shadow:0 7px 18px rgba(18,59,93,.22);
}
.market-button:hover,
.market-button:focus-visible {
  filter:none;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(15,39,66,.25);
}


/* v190: residential and commercial APS examples */
.example-subeyebrow{margin-top:26px;}
.commercial-examples-section{padding-top:54px;padding-bottom:64px;}
.commercial-example-stack{display:grid;gap:24px;margin-top:28px;}
.commercial-example-card{background:#fff;border:1px solid #dfe8f0;border-radius:20px;padding:28px;box-shadow:0 12px 30px rgba(15,39,66,.06);}
.commercial-example-heading{padding-bottom:18px;border-bottom:1px solid #e4ebf2;}
.commercial-example-heading h3{margin:8px 0 7px;font-size:1.55rem;}
.commercial-example-heading p{margin:0;color:#52637a;line-height:1.55;}
.commercial-example-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;margin-top:22px;align-items:start;}
.commercial-example-grid h4{margin:0 0 12px;font-size:1.05rem;color:#123b5d;}
.commercial-example-grid p{line-height:1.58;}
.commercial-example-grid .check-list{margin-bottom:0;}
.example-takeaway{margin-top:16px;padding:15px 17px;border-left:4px solid var(--teal);background:#f4faf8;border-radius:0 12px 12px 0;}
.commercial-example-disclaimer{margin-top:24px;}
@media (max-width:760px){
  .commercial-examples-section{padding-top:42px;padding-bottom:48px;}
  .commercial-example-card{padding:21px 18px;}
  .commercial-example-grid{grid-template-columns:1fr;gap:18px;}
}

/* APS eligibility table: expanded ratchet and aggregation fields */
.eligibility-rate-table {
  min-width: 1480px;
}
.eligibility-rate-table th:nth-child(1),
.eligibility-rate-table td:nth-child(1) { min-width: 115px; }
.eligibility-rate-table th:nth-child(2),
.eligibility-rate-table td:nth-child(2) { min-width: 205px; }
.eligibility-rate-table th:nth-child(3),
.eligibility-rate-table td:nth-child(3) { min-width: 270px; }
.eligibility-rate-table th:nth-child(4),
.eligibility-rate-table td:nth-child(4) { min-width: 290px; }
.eligibility-rate-table th:nth-child(5),
.eligibility-rate-table td:nth-child(5) { min-width: 230px; }
.eligibility-rate-table th:nth-child(6),
.eligibility-rate-table td:nth-child(6) { min-width: 225px; }
.eligibility-rate-table td { overflow-wrap: anywhere; }

/* v193 — tighter APS rate-comparison spacing */
.page-aps-rates main > .section.content-section{
  padding-top:18px !important;
  padding-bottom:22px !important;
}
.page-aps-rates main > .standard-page-opening{
  padding-top:18px !important;
  padding-bottom:14px !important;
}
.page-aps-rates main > .standard-page-opening + .content-section{
  padding-top:10px !important;
}
.page-aps-rates .page-opening-copy .eyebrow,
.page-aps-rates .content-section > .container > .eyebrow{
  margin-bottom:4px !important;
}
.page-aps-rates .page-opening-copy h1{
  margin-bottom:6px !important;
}
.page-aps-rates .content-section h2{
  margin-bottom:6px !important;
}
.page-aps-rates .section-intro,
.page-aps-rates .ci-intro{
  line-height:1.42;
}
.page-aps-rates .wide-rate-container{
  width:min(1540px,calc(100vw - 24px));
  max-width:1540px;
}
.page-aps-rates .rate-family-grid{
  gap:9px;
  margin-top:12px;
}
.page-aps-rates .rate-family-card{
  padding:12px 13px;
  border-radius:11px;
}
.page-aps-rates .rate-family-card h3{
  margin:6px 0 5px;
  font-size:1rem;
}
.page-aps-rates .rate-family-card p{
  font-size:.9rem;
  line-height:1.38;
}
.page-aps-rates .rate-badge,
.page-aps-rates .status-badge{
  padding:4px 7px;
}
.page-aps-rates .rate-table-wrap{
  margin-top:10px;
  border-radius:9px;
}
.page-aps-rates .rate-detail-table{
  min-width:980px;
}
.page-aps-rates .rate-detail-table th,
.page-aps-rates .rate-detail-table td{
  padding:7px 9px;
  line-height:1.28;
  font-size:.88rem;
}
.page-aps-rates .rate-detail-table thead th{
  font-size:.78rem;
}
.page-aps-rates .compact-rate-table{
  min-width:780px;
}
.page-aps-rates .eligibility-rate-table{
  min-width:1180px;
}
.page-aps-rates .eligibility-rate-table th:nth-child(1),
.page-aps-rates .eligibility-rate-table td:nth-child(1){width:8%;min-width:82px;}
.page-aps-rates .eligibility-rate-table th:nth-child(2),
.page-aps-rates .eligibility-rate-table td:nth-child(2){width:15%;min-width:155px;}
.page-aps-rates .eligibility-rate-table th:nth-child(3),
.page-aps-rates .eligibility-rate-table td:nth-child(3){width:22%;min-width:210px;}
.page-aps-rates .eligibility-rate-table th:nth-child(4),
.page-aps-rates .eligibility-rate-table td:nth-child(4){width:23%;min-width:225px;}
.page-aps-rates .eligibility-rate-table th:nth-child(5),
.page-aps-rates .eligibility-rate-table td:nth-child(5){width:17%;min-width:170px;white-space:normal;overflow-wrap:anywhere;}
.page-aps-rates .eligibility-rate-table th:nth-child(6),
.page-aps-rates .eligibility-rate-table td:nth-child(6){width:15%;min-width:155px;white-space:normal;overflow-wrap:anywhere;}
.page-aps-rates .esa-status{
  min-width:36px;
  padding:2px 7px;
  margin:0 5px 3px 0;
  font-size:.7rem;
}
.page-aps-rates .esa-note{
  line-height:1.28;
}
.page-aps-rates .rate-table-note{
  margin-top:9px;
  font-size:.88rem;
  line-height:1.4;
}
.page-aps-rates .rate-subheading{
  margin:16px 0 0;
}
.page-aps-rates .solar-rider-grid{
  gap:10px;
  margin-top:11px;
}
.page-aps-rates .solar-rider-grid .card{
  padding:14px;
}
.page-aps-rates .solar-rider-grid .card h3{
  margin:6px 0 5px;
}
.page-aps-rates .solar-rider-grid .card p{
  line-height:1.4;
}
.page-aps-rates .rate-action-row{
  gap:8px;
  margin-top:13px;
}
.page-aps-rates .rate-page-disclaimer{
  margin-top:13px;
  line-height:1.4;
}
@media(max-width:700px){
  .page-aps-rates main > .section.content-section{
    padding-top:14px !important;
    padding-bottom:18px !important;
  }
  .page-aps-rates .wide-rate-container{
    width:calc(100% - 16px);
  }
  .page-aps-rates .rate-family-grid{
    gap:8px;
  }
  .page-aps-rates .rate-detail-table th,
  .page-aps-rates .rate-detail-table td{
    padding:6px 8px;
    font-size:.82rem;
  }
}

/* v197: tighter vertical spacing for APS commercial example cards */
.page-example .commercial-example-stack{
  gap:14px;
  margin-top:18px;
}
.page-example .commercial-example-card{
  padding:18px 20px;
  border-radius:16px;
}
.page-example .commercial-example-heading{
  padding-bottom:11px;
}
.page-example .commercial-example-heading h3{
  margin:5px 0 4px;
  font-size:1.45rem;
}
.page-example .commercial-example-heading p{
  line-height:1.42;
}
.page-example .commercial-example-grid{
  gap:24px;
  margin-top:13px;
}
.page-example .commercial-example-grid h4{
  margin-bottom:7px;
}
.page-example .commercial-example-grid p{
  margin-top:0;
  margin-bottom:8px;
  line-height:1.46;
}
.page-example .commercial-example-grid .check-list{
  margin-top:0;
}
.page-example .commercial-example-grid .check-list li{
  margin-bottom:5px;
  line-height:1.38;
}
.page-example .commercial-example-grid .check-list li:last-child{
  margin-bottom:0;
}
.page-example .commercial-example-card .example-takeaway{
  margin-top:9px !important;
  margin-bottom:0;
  padding:9px 11px !important;
  line-height:1.42;
}
.page-example .commercial-example-disclaimer{
  margin-top:15px;
}
@media(max-width:760px){
  .page-example .commercial-example-card{
    padding:16px;
  }
  .page-example .commercial-example-grid{
    gap:12px;
    margin-top:11px;
  }
}


/* v198: visual divider between residential and commercial examples */
.page-example .audience-divider{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
  color:#123b5d;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.page-example .audience-divider::before,
.page-example .audience-divider::after{
  content:"";
  height:2px;
  flex:1;
  background:linear-gradient(90deg,rgba(18,59,93,.12),rgba(18,59,93,.58));
}
.page-example .audience-divider::after{
  background:linear-gradient(90deg,rgba(18,59,93,.58),rgba(18,59,93,.12));
}
.page-example .audience-divider span{
  white-space:nowrap;
}
@media(max-width:760px){
  .page-example .audience-divider{gap:9px;margin-bottom:14px;font-size:.7rem;}
}


/* v203: residential example uses the same card system as commercial examples */
.page-example .residential-examples-section{
  padding-top:38px;
  padding-bottom:30px;
  background:#f5f8fb;
}
.page-example .residential-examples-section .section-intro{
  max-width:850px;
  margin-bottom:16px;
}
.page-example .residential-example-stack{
  margin-top:14px;
}
.page-example .residential-example-card{
  border-color:#cfddeb;
  box-shadow:0 12px 28px rgba(15,39,66,.065);
}
.page-example .example-audience-divider{
  display:flex;
  align-items:center;
  gap:16px;
  max-width:1120px;
  margin:8px auto 0;
  padding:0 20px;
  color:#31516f;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.page-example .example-audience-divider::before,
.page-example .example-audience-divider::after{
  content:"";
  height:1px;
  flex:1;
  background:#cbd8e5;
}
.page-example .commercial-examples-section{
  padding-top:28px !important;
}
@media(max-width:700px){
  .page-example .residential-examples-section{padding-top:30px;padding-bottom:24px;}
  .page-example .example-audience-divider{gap:10px;padding:0 16px;font-size:.7rem;}
}


/* v208 — polished APS rate structure page */
.page-aps-rates main{
  background:linear-gradient(180deg,#f6f8fb 0%,#eef3f8 100%);
}
.page-aps-rates .standard-page-opening{
  background:#ffffff;
  border-bottom:1px solid #e1e8ef;
}
.page-aps-rates .page-opening-copy{
  max-width:940px;
}
.page-aps-rates .page-opening-copy h1{
  font-size:clamp(2.15rem,4vw,3.35rem);
  letter-spacing:-.025em;
}
.page-aps-rates .page-opening-copy .ci-intro{
  max-width:900px;
  color:#4e5f72;
  font-size:1.04rem;
  line-height:1.55;
}
.page-aps-rates .aps-rate-overview{
  padding-top:34px!important;
  padding-bottom:38px!important;
}
.page-aps-rates .commercial-eligibility-section{
  padding-top:38px!important;
  padding-bottom:48px!important;
  background:rgba(255,255,255,.62);
  border-top:1px solid #dfe7ef;
}
.page-aps-rates .wide-rate-container{
  width:min(1240px,calc(100vw - 48px));
  max-width:1240px;
}
.page-aps-rates .rate-section-heading{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);
  gap:42px;
  align-items:end;
  margin-bottom:22px;
}
.page-aps-rates .rate-section-heading .eyebrow{
  margin-bottom:6px!important;
}
.page-aps-rates .rate-section-heading h2{
  margin:0!important;
  font-size:clamp(1.7rem,2.5vw,2.35rem);
  line-height:1.14;
  letter-spacing:-.015em;
}
.page-aps-rates .rate-section-heading .section-intro{
  margin:0!important;
  max-width:650px;
  color:#536274;
  line-height:1.55;
}
.page-aps-rates .rate-family-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:0;
}
.page-aps-rates .rate-family-card{
  position:relative;
  padding:21px 20px 22px;
  border:1px solid #d9e2ec;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(28,52,78,.065);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.page-aps-rates .rate-family-card:hover{
  transform:translateY(-2px);
  border-color:#bdcedf;
  box-shadow:0 14px 34px rgba(28,52,78,.1);
}
.page-aps-rates .rate-family-card h3{
  margin:11px 0 8px;
  color:#123b5d;
  font-size:1.12rem;
  line-height:1.3;
}
.page-aps-rates .rate-family-card p{
  color:#526276;
  font-size:.94rem;
  line-height:1.52;
}
.page-aps-rates .rate-badge{
  background:#e9f3f7;
  color:#0d5a6a;
  font-size:.72rem;
  line-height:1.2;
  padding:6px 9px;
}
.page-aps-rates .rate-table-wrap{
  margin-top:0;
  border:1px solid #d5dfe9;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(28,52,78,.07);
}
.page-aps-rates .rate-detail-table{
  min-width:1180px;
}
.page-aps-rates .rate-detail-table th,
.page-aps-rates .rate-detail-table td{
  padding:12px 13px;
  font-size:.88rem;
  line-height:1.42;
}
.page-aps-rates .rate-detail-table thead th{
  background:#123b5d;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.045em;
  vertical-align:bottom;
}
.page-aps-rates .rate-detail-table tbody th{
  background:#f3f7fa;
  color:#123b5d;
  font-size:.92rem;
  border-right:1px solid #e0e7ee;
}
.page-aps-rates .rate-detail-table tbody tr:nth-child(even){
  background:#f9fbfd;
}
.page-aps-rates .rate-detail-table tbody tr:hover{
  background:#f1f7fb;
}
.page-aps-rates .esa-status{
  margin-bottom:5px;
}
.page-aps-rates .rate-table-note{
  margin:15px 2px 0;
  padding:14px 16px;
  background:#edf4f8;
  border-left:4px solid #397c91;
  border-radius:0 10px 10px 0;
  color:#42566a;
  font-size:.9rem;
  line-height:1.52;
}
.page-aps-rates .rate-page-close{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:34px;
  align-items:center;
  margin-top:30px;
  padding:25px 27px;
  background:#ffffff;
  border:1px solid #d7e1eb;
  border-radius:16px;
  box-shadow:0 10px 28px rgba(28,52,78,.06);
}
.page-aps-rates .rate-page-close .eyebrow{
  margin-bottom:5px!important;
}
.page-aps-rates .rate-page-close h2{
  margin:0 0 7px!important;
  font-size:1.45rem;
  line-height:1.24;
}
.page-aps-rates .rate-page-close p:last-child{
  margin:0;
  max-width:790px;
  color:#536274;
  line-height:1.5;
}
.page-aps-rates .rate-page-close .rate-action-row{
  flex-wrap:nowrap;
  margin:0;
}
.page-aps-rates .rate-page-close .button{
  white-space:nowrap;
}
.page-aps-rates .rate-page-disclaimer{
  margin:18px 2px 0;
  color:#667486;
  font-size:.86rem;
  line-height:1.5;
}
@media(max-width:1000px){
  .page-aps-rates .rate-section-heading{
    grid-template-columns:1fr;
    gap:9px;
    align-items:start;
  }
  .page-aps-rates .rate-family-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .page-aps-rates .rate-page-close{
    grid-template-columns:1fr;
    gap:18px;
  }
  .page-aps-rates .rate-page-close .rate-action-row{
    justify-content:flex-start;
  }
}
@media(max-width:700px){
  .page-aps-rates .wide-rate-container{
    width:calc(100% - 28px);
  }
  .page-aps-rates .aps-rate-overview,
  .page-aps-rates .commercial-eligibility-section{
    padding-top:26px!important;
    padding-bottom:30px!important;
  }
  .page-aps-rates .rate-family-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .page-aps-rates .rate-family-card{
    padding:18px;
  }
  .page-aps-rates .rate-page-close{
    padding:20px 18px;
  }
  .page-aps-rates .rate-page-close .rate-action-row{
    flex-direction:column;
    align-items:stretch;
  }
  .page-aps-rates .rate-page-close .button{
    text-align:center;
  }
}


/* v211: tightened APS example opening after removing duplicate residential intro */
.page-example .residential-examples-section{
  padding-top:24px;
  padding-bottom:24px;
}
.page-example .residential-example-stack{
  margin-top:8px;
}
.page-example .residential-examples-section > .container > .eyebrow{
  margin-bottom:8px !important;
}
@media(max-width:700px){
  .page-example .residential-examples-section{padding-top:20px;padding-bottom:20px;}
  .page-example .residential-example-stack{margin-top:6px;}
}

/* v212: further tighten APS example cards and vertical rhythm */
.page-example .commercial-examples-section{
  padding-top:22px !important;
  padding-bottom:44px;
}
.page-example .commercial-examples-section > .container > .eyebrow{
  margin-bottom:5px !important;
}
.page-example .commercial-examples-section > .container > h2{
  margin-top:0;
  margin-bottom:7px;
}
.page-example .commercial-examples-section > .container > .section-intro{
  margin-top:0;
  margin-bottom:12px;
  line-height:1.45;
}
.page-example .commercial-example-stack{
  gap:10px;
  margin-top:12px;
}
.page-example .commercial-example-card{
  padding:14px 16px;
  border-radius:14px;
}
.page-example .commercial-example-heading{
  padding-bottom:8px;
}
.page-example .commercial-example-heading h3{
  margin:4px 0 3px;
  font-size:1.38rem;
}
.page-example .commercial-example-heading p{
  line-height:1.36;
}
.page-example .commercial-example-grid{
  gap:20px;
  margin-top:10px;
}
.page-example .commercial-example-grid h4{
  margin-bottom:5px;
}
.page-example .commercial-example-grid p{
  margin-bottom:6px;
  line-height:1.4;
}
.page-example .commercial-example-grid .check-list li{
  margin-bottom:3px;
  line-height:1.32;
}
.page-example .commercial-example-card .example-takeaway{
  margin-top:7px !important;
  padding:7px 9px !important;
  line-height:1.36;
}
.page-example .commercial-example-disclaimer{
  margin-top:12px;
}
.page-example .residential-examples-section{
  padding-top:18px;
  padding-bottom:18px;
}
.page-example .residential-example-stack{
  margin-top:5px;
}
.page-example .residential-examples-section > .container > .eyebrow{
  margin-bottom:5px !important;
}
.page-example .example-audience-divider{
  margin-top:5px;
}
@media(max-width:760px){
  .page-example .commercial-example-card{
    padding:13px 14px;
  }
  .page-example .commercial-example-grid{
    gap:10px;
    margin-top:9px;
  }
}

/* v213: preserve card spacing; tighten only title-to-analysis spacing */
.page-example .commercial-example-stack{
  gap:14px;
  margin-top:18px;
}
.page-example .commercial-example-card{
  padding:18px 20px;
  border-radius:16px;
}
.page-example .commercial-example-heading{
  padding-bottom:4px;
}
.page-example .commercial-example-heading h3{
  margin:5px 0 4px;
  font-size:1.45rem;
}
.page-example .commercial-example-heading p{
  line-height:1.42;
}
.page-example .commercial-example-grid{
  gap:24px;
  margin-top:5px;
}
.page-example .commercial-example-grid h4{
  margin-bottom:7px;
}
.page-example .commercial-example-grid p{
  margin-top:0;
  margin-bottom:8px;
  line-height:1.46;
}
.page-example .commercial-example-grid .check-list li{
  margin-bottom:5px;
  line-height:1.38;
}
.page-example .commercial-example-card .example-takeaway{
  margin-top:9px !important;
  padding:9px 11px !important;
  line-height:1.42;
}
.page-example .commercial-example-disclaimer{
  margin-top:15px;
}
.page-example .residential-examples-section{
  padding-top:24px;
  padding-bottom:24px;
}
.page-example .residential-example-stack{
  margin-top:8px;
}
.page-example .residential-examples-section > .container > .eyebrow{
  margin-bottom:8px !important;
}
.page-example .example-audience-divider{
  margin-top:14px;
}
@media(max-width:760px){
  .page-example .commercial-example-card{
    padding:16px;
  }
  .page-example .commercial-example-grid{
    gap:12px;
    margin-top:4px;
  }
}
@media(max-width:700px){
  .page-example .residential-examples-section{padding-top:20px;padding-bottom:20px;}
  .page-example .residential-example-stack{margin-top:6px;}
}

/* v1.15 — Texas/ERCOT above-the-fold spacing refinement */
@media(min-width:901px){
  body.page-texas .texas-unified-section{
    padding-top:14px !important;
    padding-bottom:14px !important;
  }
  body.page-texas .texas-unified-section .page-opening-copy{
    margin-bottom:12px !important;
  }
  body.page-texas .texas-unified-section .eyebrow{
    margin-bottom:4px !important;
  }
  body.page-texas .texas-unified-section h1{
    font-size:clamp(2rem,3vw,2.85rem);
    margin-bottom:6px !important;
  }
  body.page-texas .texas-unified-section .section-intro{
    margin-bottom:0 !important;
    line-height:1.48;
  }
  body.page-texas .texas-review-grid{
    gap:12px;
  }
  body.page-texas .texas-review-card{
    padding:16px 18px;
  }
  body.page-texas .texas-review-card h2{
    font-size:1.22rem;
    margin:2px 0 6px !important;
  }
  body.page-texas .texas-review-card p{
    margin-bottom:6px;
    line-height:1.42;
  }
  body.page-texas .compact-list{
    margin-top:7px;
  }
  body.page-texas .compact-list li{
    padding-top:2px;
    padding-bottom:2px;
    line-height:1.35;
  }
  body.page-texas .texas-review-actions{
    margin-top:10px;
  }
}
