
/*
 * EnergyB Premium Page
 * Compatibility: WordPress + GeneratePress 3.6.1+
 */
:root{
  --eb-bg:#07090c;
  --eb-bg-soft:#101319;
  --eb-card:#151920;
  --eb-text:#f7f8fa;
  --eb-muted:#aeb5c0;
  --eb-red:#e21d2b;
  --eb-red-dark:#a70713;
  --eb-red-bright:#ff3341;
  --eb-silver:#d7dce2;
  --eb-line:rgba(255,255,255,.11);
  --eb-shadow:0 24px 70px rgba(0,0,0,.28);
  --eb-radius:24px;
  --eb-radius-sm:14px;
  --eb-container:1180px;
}
.energyb-premium-page .site.grid-container,
.energyb-premium-page .site-content,
.energyb-premium-page .content-area,
.energyb-premium-page main.site-main{
  max-width:none!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
}
.energyb-premium-page .widget-area,
.energyb-premium-page .entry-header,
.energyb-premium-page .page-header,
.energyb-premium-page .comments-area,
.energyb-premium-page .post-navigation{
  display:none!important;
}
.energyb-premium-page .inside-article,
.energyb-premium-page article.page{
  padding:0!important;
  margin:0!important;
  background:transparent!important;
}
.energyb-premium-page .entry-content{
  margin:0!important;
}
.energyb-page,
.energyb-page *{
  box-sizing:border-box;
}
.energyb-page{
  margin:0;
  overflow:hidden;
  color:#1d232b;
  background:#fff;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.68;
  -webkit-font-smoothing:antialiased;
}
.energyb-page img{
  display:block;
  max-width:100%;
  height:auto;
}
.energyb-page h1,
.energyb-page h2,
.energyb-page h3,
.energyb-page p{
  margin-top:0;
}
.energyb-page h1,
.energyb-page h2,
.energyb-page h3{
  line-height:1.13;
  letter-spacing:-.03em;
}
.energyb-page a{
  text-underline-offset:3px;
}
.eb-container{
  width:min(calc(100% - 40px),var(--eb-container));
  margin-inline:auto;
}
.eb-skip-link{
  position:fixed;
  left:16px;
  top:-80px;
  z-index:99999;
  padding:12px 18px;
  color:#fff;
  background:#111;
  border-radius:10px;
}
.eb-skip-link:focus{top:16px}
.eb-hero{
  position:relative;
  isolation:isolate;
  min-height:720px;
  display:flex;
  align-items:center;
  padding:76px 0 62px;
  color:var(--eb-text);
  background:
    radial-gradient(circle at 78% 18%,rgba(226,29,43,.24),transparent 28%),
    radial-gradient(circle at 48% 76%,rgba(110,0,13,.22),transparent 38%),
    linear-gradient(135deg,#050608 0%,#0b0d11 48%,#13070a 100%);
}
.eb-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.34;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,#000,transparent 90%);
}
.eb-hero-orb{
  position:absolute;
  z-index:-1;
  border-radius:50%;
  filter:blur(70px);
  pointer-events:none;
}
.eb-orb-one{
  width:360px;height:360px;
  right:8%;top:18%;
  background:rgba(226,29,43,.22);
}
.eb-orb-two{
  width:280px;height:280px;
  left:34%;bottom:4%;
  background:rgba(133,0,14,.18);
}
.eb-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:52px;
  align-items:center;
}
.eb-eyebrow,
.eb-kicker{
  margin-bottom:12px;
  color:var(--eb-red);
  font-weight:800;
  font-size:.79rem;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.eb-hero h1{
  max-width:720px;
  margin-bottom:22px;
  color:#fff;
  font-size:clamp(3.2rem,7vw,6.6rem);
  font-weight:300;
}
.eb-hero h1 span{
  font-weight:900;
  background:linear-gradient(180deg,#fff,#c9cdd4 72%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.eb-hero-subtitle{
  max-width:650px;
  margin-bottom:25px;
  color:#c8ced6;
  font-size:clamp(1.02rem,1.6vw,1.28rem);
}
.eb-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 30px;
}
.eb-hero-badges span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  color:#edf0f4;
  background:rgba(255,255,255,.055);
  border:1px solid var(--eb-line);
  border-radius:999px;
  font-size:.9rem;
  backdrop-filter:blur(10px);
}
.eb-hero-badges b{color:#fff}
.eb-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.eb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 22px;
  border:1px solid transparent;
  border-radius:12px;
  font-weight:800;
  text-align:center;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
}
.eb-btn:hover{
  transform:translateY(-2px);
}
.eb-btn:focus-visible{
  outline:3px solid rgba(255,255,255,.75);
  outline-offset:3px;
}
.eb-btn-primary{
  color:#fff!important;
  background:linear-gradient(180deg,var(--eb-red-bright),var(--eb-red-dark));
  box-shadow:0 12px 30px rgba(226,29,43,.27),inset 0 1px 0 rgba(255,255,255,.22);
}
.eb-btn-primary:hover{
  color:#fff!important;
  box-shadow:0 17px 36px rgba(226,29,43,.36),inset 0 1px 0 rgba(255,255,255,.22);
}
.eb-btn-ghost{
  color:#fff!important;
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.045);
}
.eb-btn-ghost:hover{
  border-color:rgba(255,255,255,.42);
  background:rgba(255,255,255,.09);
}
.eb-btn-light{
  color:#101218!important;
  background:#fff;
}
.eb-btn-large{
  min-height:56px;
  padding:16px 27px;
}
.eb-btn-block{width:100%}
.eb-microcopy{
  margin:16px 0 0;
  color:#9099a6;
  font-size:.83rem;
}
.eb-hero-visual{
  position:relative;
  min-height:590px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.eb-hero-visual img{
  position:relative;
  z-index:2;
  width:min(440px,85%);
  max-height:600px;
  object-fit:contain;
  filter:drop-shadow(0 38px 38px rgba(0,0,0,.48));
}
.eb-product-glow{
  position:absolute;
  width:440px;
  height:440px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,50,66,.42),rgba(111,0,12,.12) 55%,transparent 72%);
  filter:blur(4px);
}
.eb-price-float{
  position:absolute;
  z-index:3;
  right:2%;
  bottom:12%;
  min-width:154px;
  padding:15px 17px;
  color:#111;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.85);
  border-radius:16px;
  box-shadow:var(--eb-shadow);
  backdrop-filter:blur(12px);
}
.eb-price-float small,
.eb-price-float span{
  display:block;
  color:#5d6470;
  font-size:.72rem;
}
.eb-price-float strong{
  display:block;
  font-size:1.45rem;
  line-height:1.15;
}
.eb-trust-strip{
  color:#fff;
  background:#101216;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.eb-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.eb-trust-grid>div{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:0 11px;
  padding:22px 18px;
  border-right:1px solid rgba(255,255,255,.08);
}
.eb-trust-grid>div:last-child{border-right:0}
.eb-trust-grid span{
  grid-row:1/3;
  align-self:center;
  font-size:1.5rem;
}
.eb-trust-grid strong{
  font-size:.93rem;
}
.eb-trust-grid small{
  color:#8f98a5;
  font-size:.74rem;
}
.eb-quick-benefits{
  padding:92px 0;
  background:#f4f5f7;
}
.eb-quick-benefits h2,
.eb-gallery h2,
.eb-offers h2,
.eb-related h2{
  margin-bottom:32px;
  font-size:clamp(2rem,4vw,3.3rem);
}
.eb-cards-three{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.eb-cards-three article{
  position:relative;
  min-height:240px;
  padding:31px;
  overflow:hidden;
  background:#fff;
  border:1px solid #e3e6ea;
  border-radius:var(--eb-radius);
  box-shadow:0 16px 45px rgba(22,27,36,.06);
}
.eb-card-number{
  display:block;
  margin-bottom:48px;
  color:var(--eb-red);
  font-weight:900;
  font-size:1.15rem;
}
.eb-cards-three h3{
  margin-bottom:12px;
  font-size:1.35rem;
}
.eb-cards-three p{
  margin:0;
  color:#5b6370;
}
.eb-gallery{
  padding:96px 0;
  color:#fff;
  background:linear-gradient(140deg,#07090c,#11141a 62%,#14080b);
}
.eb-section-heading{
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:end;
  margin-bottom:34px;
}
.eb-section-heading>p{
  max-width:500px;
  margin-bottom:8px;
  color:#aab2bd;
}
.eb-section-heading-center{
  display:block;
  max-width:850px;
  margin-inline:auto;
  text-align:center;
}
.eb-gallery-grid{
  display:grid;
  grid-template-columns:1.45fr .75fr;
  grid-template-rows:1fr 1fr;
  gap:16px;
}
.eb-gallery-grid figure{
  position:relative;
  min-height:250px;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:#181b20;
}
.eb-gallery-grid .eb-gallery-main{
  grid-row:1/3;
  min-height:540px;
}
.eb-gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}
.eb-gallery-grid figure:hover img{
  transform:scale(1.025);
}
.eb-gallery-grid figcaption{
  position:absolute;
  left:18px;
  bottom:18px;
  padding:8px 12px;
  color:#fff;
  background:rgba(0,0,0,.56);
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  font-size:.79rem;
  backdrop-filter:blur(8px);
}
.eb-offers{
  padding:98px 0 106px;
  background:#f7f8fa;
}
.eb-offers .eb-section-heading>p{color:#5c6571}
.eb-offer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  align-items:stretch;
}
.eb-offer-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:26px 20px 21px;
  background:#fff;
  border:1px solid #e0e4e9;
  border-radius:22px;
  box-shadow:0 14px 44px rgba(20,25,32,.07);
}
.eb-offer-featured{
  border-color:rgba(226,29,43,.55);
  box-shadow:0 22px 58px rgba(190,15,31,.16);
}
.eb-best-badge{
  position:absolute;
  z-index:4;
  top:-13px;
  left:50%;
  transform:translateX(-50%);
  width:max-content;
  max-width:90%;
  padding:7px 12px;
  color:#fff;
  background:linear-gradient(180deg,var(--eb-red-bright),var(--eb-red-dark));
  border-radius:999px;
  font-weight:800;
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.eb-kit-label{
  margin-bottom:8px;
  color:var(--eb-red);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.eb-kit-images{
  position:relative;
  height:195px;
  margin-bottom:10px;
  display:flex;
  align-items:end;
  justify-content:center;
}
.eb-kit-images img{
  position:absolute;
  width:122px;
  max-height:190px;
  object-fit:contain;
  filter:drop-shadow(0 15px 13px rgba(0,0,0,.15));
}
.eb-kit-3 img:nth-child(1){transform:translateX(-44px) scale(.83)}
.eb-kit-3 img:nth-child(2){z-index:2}
.eb-kit-3 img:nth-child(3){transform:translateX(44px) scale(.83)}
.eb-kit-6 img{width:98px}
.eb-kit-6 img:nth-child(1){transform:translate(-58px,-3px) scale(.8)}
.eb-kit-6 img:nth-child(2){transform:translate(-28px,-10px) scale(.9)}
.eb-kit-6 img:nth-child(3){z-index:3}
.eb-kit-6 img:nth-child(4){transform:translate(28px,-10px) scale(.9)}
.eb-kit-6 img:nth-child(5){transform:translate(58px,-3px) scale(.8)}
.eb-kit-6 img:nth-child(6){transform:translateY(12px) scale(.72)}
.eb-kit-12 img{width:86px}
.eb-kit-12 img:nth-child(1){transform:translate(-70px,4px) scale(.72)}
.eb-kit-12 img:nth-child(2){transform:translate(-46px,-8px) scale(.8)}
.eb-kit-12 img:nth-child(3){transform:translate(-23px,-15px) scale(.9)}
.eb-kit-12 img:nth-child(4){z-index:4}
.eb-kit-12 img:nth-child(5){transform:translate(23px,-15px) scale(.9)}
.eb-kit-12 img:nth-child(6){transform:translate(46px,-8px) scale(.8)}
.eb-kit-12 img:nth-child(7){transform:translate(70px,4px) scale(.72)}
.eb-offer-card h3{
  margin:4px 0 4px;
  font-size:1.32rem;
}
.eb-kit-count{
  min-height:48px;
  margin-bottom:13px;
  color:#68717c;
  font-size:.88rem;
}
.eb-price{
  display:flex;
  align-items:baseline;
  gap:7px;
  margin-top:auto;
}
.eb-price small{color:#727a85}
.eb-price strong{
  color:#14181e;
  font-size:1.65rem;
  letter-spacing:-.04em;
}
.eb-unit-price{
  margin:3px 0 16px;
  color:#8a929d;
  font-size:.78rem;
}
.eb-price-note{
  display:flex;
  gap:10px;
  align-items:flex-start;
  max-width:900px;
  margin:28px auto 0;
  padding:15px 18px;
  color:#5e2a2f;
  background:#fff0f1;
  border:1px solid #f2c4c8;
  border-radius:13px;
  font-size:.9rem;
}
.eb-article{
  padding:100px 0;
  background:#fff;
}
.eb-reading{
  max-width:860px;
}
.eb-reading .eb-guide-title{
  margin:0 0 24px;
  color:#171b21;
  font-size:clamp(2.5rem,5vw,4.2rem);
}
.eb-reading h2{
  scroll-margin-top:24px;
  margin:66px 0 18px;
  color:#1b1f25;
  font-size:clamp(1.7rem,3.4vw,2.65rem);
}
.eb-reading h3{
  margin:38px 0 13px;
  color:#252b33;
  font-size:1.33rem;
}
.eb-reading p{
  margin-bottom:21px;
  color:#4d5561;
  font-size:1.035rem;
}
.eb-reading strong{color:#20252c}
.eb-lead{
  color:#333a44!important;
  font-size:1.18rem!important;
}
.eb-reading a:not(.eb-btn){
  color:#b20f1e;
  font-weight:700;
}
.eb-toc{
  margin:42px 0 52px;
  padding:26px 28px;
  background:#f6f7f9;
  border:1px solid #e1e5ea;
  border-radius:18px;
}
.eb-toc strong{
  display:block;
  margin-bottom:10px;
}
.eb-toc ol{
  columns:2;
  gap:36px;
  margin:0;
  padding-left:21px;
}
.eb-toc li{
  break-inside:avoid;
  margin:7px 0;
}
.eb-toc a{
  color:#3b424c!important;
  font-weight:600!important;
  text-decoration:none;
}
.eb-toc a:hover{color:var(--eb-red)!important}
.eb-inline-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin:42px 0;
  padding:24px;
  background:#f7f8fa;
  border:1px solid #e1e4e9;
  border-radius:18px;
}
.eb-inline-cta strong,
.eb-inline-cta span{
  display:block;
}
.eb-inline-cta span{
  margin-top:3px;
  color:#707985;
  font-size:.88rem;
}
.eb-inline-dark{
  color:#fff;
  background:#11141a;
  border-color:#11141a;
}
.eb-inline-dark strong{color:#fff}
.eb-inline-dark span{color:#9ea7b2}
.eb-feature-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  margin:28px 0 44px;
}
.eb-feature-grid article{
  padding:23px;
  background:#f7f8fa;
  border:1px solid #e3e6eb;
  border-radius:16px;
}
.eb-feature-grid h3{
  margin:12px 0 8px;
  font-size:1.08rem;
}
.eb-feature-grid p{
  margin:0;
  font-size:.91rem;
}
.eb-icon{
  display:grid;
  width:42px;
  height:42px;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,var(--eb-red-bright),var(--eb-red-dark));
  border-radius:12px;
  font-weight:900;
}
.eb-lifestyle-block{
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:28px;
  align-items:center;
  width:min(1120px,calc(100vw - 40px));
  margin:76px 50%;
  transform:translateX(-50%);
  padding:22px;
  color:#fff;
  background:#101319;
  border-radius:24px;
  box-shadow:var(--eb-shadow);
}
.eb-lifestyle-block.eb-reverse{
  grid-template-columns:1.08fr 1fr;
}
.eb-lifestyle-block.eb-reverse img{
  order:2;
}
.eb-lifestyle-block img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  border-radius:17px;
}
.eb-lifestyle-block h2{
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(1.7rem,3vw,2.5rem);
}
.eb-lifestyle-block p{
  color:#c2c8d0;
  font-size:.96rem;
}
.eb-lifestyle-block>div{padding:25px 15px}
.eb-price-analysis{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:28px 0 36px;
}
.eb-price-analysis>div{
  padding:18px 14px;
  background:#f7f8fa;
  border:1px solid #e1e5e9;
  border-radius:14px;
}
.eb-price-analysis .is-featured{
  color:#fff;
  background:#15181e;
  border-color:#15181e;
}
.eb-price-analysis strong,
.eb-price-analysis span,
.eb-price-analysis small{
  display:block;
}
.eb-price-analysis span{
  margin:4px 0;
  font-weight:800;
}
.eb-price-analysis small{color:#808996}
.eb-price-analysis .is-featured strong,
.eb-price-analysis .is-featured span{color:#fff}
.eb-price-analysis .is-featured small{color:#aab2bd}
.eb-faq{
  margin:28px 0;
}
.eb-faq details{
  margin-bottom:10px;
  background:#f7f8fa;
  border:1px solid #e0e4e9;
  border-radius:14px;
}
.eb-faq summary{
  position:relative;
  padding:20px 52px 20px 20px;
  list-style:none;
  cursor:pointer;
  color:#232830;
  font-weight:800;
}
.eb-faq summary::-webkit-details-marker{display:none}
.eb-faq summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  color:var(--eb-red);
  font-size:1.6rem;
  line-height:1;
}
.eb-faq details[open] summary::after{content:"–"}
.eb-faq details p{
  padding:0 20px 20px;
  margin:0;
  font-size:.96rem;
}
.eb-final-cta{
  margin-top:70px;
  padding:42px;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 70% 20%,rgba(226,29,43,.38),transparent 28%),
    linear-gradient(135deg,#0c0e12,#1a0a0d);
  border-radius:24px;
}
.eb-final-cta h2{
  margin:0 0 14px;
  color:#fff;
}
.eb-final-cta p{
  max-width:620px;
  margin:0 auto 24px;
  color:#c5cbd3;
}
.eb-related{
  padding:70px 0;
  background:#f0f2f5;
  border-top:1px solid #e0e4e8;
}
.eb-related-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.eb-related h2{margin:0}
.eb-related-links{
  display:grid;
  gap:10px;
  min-width:min(100%,430px);
}
.eb-related-links a{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:15px 17px;
  color:#252a32;
  background:#fff;
  border:1px solid #dde2e7;
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
}
.eb-related-links a:hover{
  border-color:#c6ccd4;
}
.eb-sticky-cta{
  position:fixed;
  z-index:9998;
  right:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:10px 10px 10px 15px;
  color:#fff;
  background:rgba(15,17,22,.94);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  box-shadow:0 18px 55px rgba(0,0,0,.34);
  backdrop-filter:blur(16px);
  transform:translateY(140%);
  opacity:0;
  transition:transform .35s ease,opacity .35s ease;
}
.eb-sticky-cta.is-visible{
  transform:translateY(0);
  opacity:1;
}
.eb-sticky-cta small,
.eb-sticky-cta strong{display:block}
.eb-sticky-cta small{color:#aeb6c1;font-size:.7rem}
.eb-sticky-cta strong{font-size:1.05rem}
.eb-sticky-cta .eb-btn{
  min-height:44px;
  padding:11px 16px;
  font-size:.86rem;
}
@media (max-width:1024px){
  .eb-hero{min-height:auto}
  .eb-hero-grid{grid-template-columns:1fr 1fr;gap:25px}
  .eb-hero-visual{min-height:500px}
  .eb-offer-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .eb-trust-grid{grid-template-columns:repeat(2,1fr)}
  .eb-trust-grid>div:nth-child(2){border-right:0}
  .eb-trust-grid>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
  .eb-lifestyle-block{width:min(940px,calc(100vw - 32px))}
}
@media (max-width:780px){
  .eb-container{width:min(calc(100% - 28px),var(--eb-container))}
  .eb-hero{padding:58px 0 40px}
  .eb-hero-grid{grid-template-columns:1fr;text-align:center}
  .eb-hero-copy{z-index:3}
  .eb-hero h1{font-size:clamp(3rem,17vw,5.2rem)}
  .eb-hero-subtitle{margin-inline:auto}
  .eb-hero-badges,
  .eb-hero-actions{justify-content:center}
  .eb-hero-visual{min-height:470px;margin-top:-5px}
  .eb-price-float{right:5%;bottom:8%}
  .eb-cards-three{grid-template-columns:1fr}
  .eb-section-heading{display:block}
  .eb-gallery-grid{grid-template-columns:1fr;grid-template-rows:auto}
  .eb-gallery-grid .eb-gallery-main{grid-row:auto;min-height:360px}
  .eb-gallery-grid figure{min-height:280px}
  .eb-toc ol{columns:1}
  .eb-inline-cta{align-items:stretch;flex-direction:column}
  .eb-feature-grid{grid-template-columns:1fr}
  .eb-lifestyle-block,
  .eb-lifestyle-block.eb-reverse{
    grid-template-columns:1fr;
    width:calc(100vw - 28px);
    margin-block:58px;
  }
  .eb-lifestyle-block.eb-reverse img{order:0}
  .eb-price-analysis{grid-template-columns:repeat(2,1fr)}
  .eb-related-inner{align-items:stretch;flex-direction:column}
  .eb-related-links{min-width:100%}
  .eb-reading h2{margin-top:54px}
}
@media (max-width:560px){
  .eb-hero-badges{display:grid;grid-template-columns:1fr}
  .eb-hero-actions{display:grid}
  .eb-btn{width:100%}
  .eb-trust-grid{grid-template-columns:1fr}
  .eb-trust-grid>div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .eb-trust-grid>div:last-child{border-bottom:0}
  .eb-offer-grid{grid-template-columns:1fr}
  .eb-price-analysis{grid-template-columns:1fr}
  .eb-reading p{font-size:1rem}
  .eb-final-cta{padding:31px 19px}
  .eb-sticky-cta{
    left:10px;
    right:10px;
    bottom:10px;
    justify-content:space-between;
  }
  .eb-sticky-cta .eb-btn{width:auto}
}
@media (prefers-reduced-motion:reduce){
  .energyb-page *,
  .energyb-page *::before,
  .energyb-page *::after{
    scroll-behavior:auto!important;
    transition:none!important;
    animation:none!important;
  }
}
@media print{
  .eb-sticky-cta,
  .eb-hero-actions,
  .eb-inline-cta,
  .eb-related{display:none!important}
  .eb-hero{min-height:auto;color:#000;background:#fff}
  .eb-hero h1{color:#000}
  .eb-hero h1 span{-webkit-text-fill-color:#000;color:#000}
}
