/* Custom CSS extracted from Squarespace site */

/* Ensure page background is always dark — prevents white hairlines at section seams */
html, body {
  background-color: #000 !important;
}

/* FONTS */
    @media (max-width: 1500px) {
h1{
line-height: 52pt;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

}

h2{
font-weight: 700;
}

#block-yui_3_17_2_1_1768736370598_237485 h2{
font-weight: 400;
}

#block-24c125702b3f85b83f77 h2{
font-weight: 400;
}

#block-eaee8e2f5d70ad8dc64e h2{
font-weight: 400;
}

.btn-primary{
padding: 13px;
padding-left: 35px;
padding-right: 35px;
background-color: #eaf672;
color: #000;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
    font-weight: 700;
    text-transform:uppercase;
    font-size: 17px;
}

.btn-primary:hover{
background-color: #bdc462;
}


.sqs-button-element--primary{
height: 50px!important;
max-width: 270px!important;
}

.sqs-button-element--tertiary{
height: 50px!important;
max-width: 250px!important;
}

.banner-icons{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:50px;
  align-items: stretch;
  color: #999999;
}

 
.banner-icons .box3, 
.banner-icons .box2 {
position:relative;
  float: left;
  width: 33.33%;
  padding: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
  background: rgba(74, 82, 242, 0.3);
  margin-bottom: 25px;
}

.banner-icons .box3::before,
.banner-icons .box2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px; /* border thickness */
    border-radius: 25px;
    background: linear-gradient(to bottom, #4a52f2, #000);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.banner-icons .box2{
  width: 100%;
}

.banner-icons img{
  float: left;
  width: 20%;
  min-width: 50px;
  max-width: 120px;
}

.banner-icons span{
  font-size:18pt;
  line-height: 1.4em;
}

.banner-icons .box3 span.stat-amount{
    font-size: 30pt;
    font-weight: 700;
    line-height: 50px;
    color: #ecece3;
}

.banner-icons .box2 span.stat-amount{
color: #EAF672;
font-size: 40pt;
font-weight: 700;
}

.stat-txt{
  float: right;
  width: 70%;
  padding-left: 10%;
}

.banner-icons p{margin-top: 0px;}

.box1{
float:left;
width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.hero-badge{
    float: left;
    min-width: 450px;
    padding: 25px !important;
    padding-bottom: 35px !important;
-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
  background: rgba(17, 2, 49, 0.7);
text-align: left;
}

.hero-badge .stat-txt {
    float: right;
    width: 100%;
    padding-left: 0%;
}

.hero-badge p, .hero-badge .stat-txt p{
font-weight: 700!important;
font-size: 14pt!important;
line-height: 21pt;
color: #ecece3;
margin: 0px;
}

.hero-badge .stat-amount-hero{
font-size: 60px;
color: #4a52f2!important;
line-height: 65px;
}


.hero-stat {
  display: flex;
  align-items: center; /* vertical alignment */
  justify-content: left!important;
  gap: 8px; /* space between text and number */
}



/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 768px) {

.hero-badge{
min-width: 0px;
}

h1{

font-size: 40pt;
line-height: 43pt!important;
margin-top: 0px!important;
}

.hero-badge{
width:100%;
}


  .banner-icons {
    flex-direction: column;
    gap: 25px;
  }


  .banner-icons .box2,
  .banner-icons .box3 {
    float: none;              
    width: 100%;             
    flex: 0 0 100%;           
    max-width: 100%;
    }


.banner-icons .box3 span.stat-amount {
    font-size: 25pt;
}


}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 768px) {

  .banner-icons {
    flex-direction: column;
    gap: 5px;
  }


  .banner-icons .box2,
  .banner-icons .box3 {
    float: none;              
    width: 100%;             
    flex: 0 0 100%;           
    max-width: 100%;
    }
}

/* ===== Carousel wrapper ===== */
  .cs3-carousel {
    position: relative;
    width: 100%;
    padding: 12px 0;
  }

  /* Track scrolls horizontally */
  .cs3-carousel__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 0 10%;             /* creates the ~20% peeks */
    margin: 0;
  }

  /* Hide scrollbar (still scrollable) */
  .cs3-carousel__track::-webkit-scrollbar { display: none; }
  .cs3-carousel__track { scrollbar-width: none; }

  /* Each slide: 80% width so 20% can peek on both sides */
  .cs3-carousel__slide {
    flex: 0 0 70%;
    scroll-snap-align: center;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
  }

  .cs3-carousel__media {
    width: 100%;
    object-fit: cover;
    display: block;
  }

.cs3-carousel__slide{
  position: relative;
  overflow: hidden;
}

.cs3-carousel__media{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;      /* fill + crop */
}

/* Fade the peek areas to white */
.cs3-carousel::before,
.cs3-carousel::after{
  content:"";
  position:absolute;
  top: 12px;              /* match .cs3-carousel padding top */
  bottom: 12px;           /* match .cs3-carousel padding bottom */
  width: 20%;             /* match your track side padding (10% = ~20% peeks total) */
  z-index: 3;             /* above slides, below arrows */
  pointer-events: none;   /* don’t block scrolling/clicks */
}

/*.cs3-carousel::before{
  left: 0;
  background: linear-gradient(to right,
    #fff 0%,
    rgba(236,236,227,0) 100%
  );
}

.cs3-carousel::after{
  right: 0;
  background: linear-gradient(to left,
    #fff 0%,
    rgba(236,236,227,0) 100%
  );
}*/

/* Make sure arrows stay above the fades */
.cs3-carousel__btn{
  z-index: 4;
}


/* ===== Overlay content on image ===== */
.cs3-carousel__slide {
  position: relative; /* anchor for overlay */
}

/* Optional dark gradient for readability */
.cs3-carousel__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.55),
    rgba(0,0,0,.15) 55%,
    rgba(0,0,0,0)
  );
  z-index: 1;
}

/* Overlay container */
.cs3-carousel__content {
position: absolute;
    top: 50px;
    left: 0px;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    text-align: left;
    color: #fff;
    padding: 0px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Text styling */
.cs3-carousel__content h3 {
  margin: 0 0 6px;
  font-size: 25pt;
  line-height: 28pt;
  font-weight:700;
  color: #ecece3;
}

.cs3-carousel__content h3 span{
  color: #EAF672;
}

.cs3-carousel__content p {
  margin: 0;
   font-size: 12pt;
    line-height: 15pt;
  color: #ecece3;
}

/* Ensure image stays underneath */
.cs3-carousel__media {
  display: block;
  width: 100%;
}


  /* Nav buttons */
  .cs3-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(234,246,114,1);
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    cursor: pointer;
    display: grid;
    place-items: center;
  }

  .cs3-carousel__btn:active { transform: translateY(-50%) scale(.98); }
  .cs3-carousel__btn--prev { left: 5%; }
  .cs3-carousel__btn--next { right: 5%; }

  .cs3-carousel__btn svg { width: 18px; height: 18px; }


/* Mobile tweaks */
@media (max-width: 640px) {
  /* make each track item (slide) taller */
  .cs3-carousel__slide {
    height: 420px;          /* adjust to taste */
  }

  /* ensure the image fills the new height */
  .cs3-carousel__media {
    height: 100%;
  }

  .cs3-carousel__track { 
    gap: 14px; 
    padding: 0 8%; 
  }

  .cs3-carousel__slide { 
    flex-basis: 84%; 
  }

  .cs3-carousel__content { 
    top: 50px; 
    padding: 0 25px; 
  }

  .cs3-carousel__content h3 {
    font-size: 20pt;
    line-height: 23pt;
  }
}

.cs5-carousel__content .preSlide {
    opacity: 1;
    transform: translate(0, 0%);
  }

  .cs5-carousel__content .preFade {
    opacity: 1;
    transition-property: opacity;
  }

  /* ===== Carousel wrapper ===== */
  .cs5-carousel{
    position: relative;
    width: 100%;
    /*padding: 12px 75px;*/
    box-sizing: border-box;
  }

  /* ===== Track ===== */
  .cs5-carousel__track{
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 18px 0;               /* ✅ room for scaled centre slide */
    margin: 0;
    min-height: 400px;
  }
  .cs5-carousel__track::-webkit-scrollbar{ display:none; }
  .cs5-carousel__track{ scrollbar-width:none; }

  /* 3-up => 2 gaps */
  .cs5-carousel__slide{
    flex: 0 0 calc((100% - (16px * 2)) / 3);
    scroll-snap-align: center;
    background: #5b5d5b;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* ✅ scale behaviour */
    transition: transform 220ms ease, opacity 220ms ease;
    transform: scale(0.92);
    opacity: 0.9;
    will-change: transform;
  }

  /* ✅ in-focus / centered card */
  .cs5-carousel__slide.is-center{
    transform: scale(1.04);
    opacity: 1;
  }

  .cs5-carousel__content{
    position: relative;
    z-index: 1;
    padding: 25px;
  }

  .cs5-carousel__content::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
  }

  .cs5-carousel__content h3{
    margin: 0 0 6px;
    font-weight: 700;
    color: #ecece3;
  }
  .cs5-carousel__content p{
    margin: 0;
    line-height: 18pt;
    font-weight: 700;
    color: #999999;
  }

  .cs5-carousel__media{
    height: 70px;
    display: none;
    margin-bottom: 10px;
  }

  /* ✅ Hide arrows (we're using dots instead) */
  .cs5-carousel__btn{ display:none; }

  /* ===== Horizontal menu ===== */
  .cs5-carousel__menu{
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
  }

  .cs5-carousel__menuTrack{
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
    max-width: 100%;
    justify-content: center;
  }
  .cs5-carousel__menuTrack::-webkit-scrollbar{ display:none; }

  .cs5-carousel__menuItem{
    flex: 0 0 auto;
    border: 1px solid rgba(255,255,255,.18);
    background: #13181d;
    color: #999999;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 12pt;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
  }

  .cs5-carousel__menuItem.is-active{
    background: #4551f7;
    border-color: #4551f7;
    color: #edede3;
  }

  /* ===== Pagination dots ===== */
  .cs5-carousel__dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 15px;
    padding: 25px 0 0;
  }

  .cs5-carousel__dot{
    width: 8px;
    height: 12px;
    border-radius: 100%;
    border: 0;
    background: #999;
    cursor: pointer;
    transition: transform 200ms ease, background 200ms ease;
  }

  .cs5-carousel__dot.is-active{
    width: 50px;
    border-radius: 50px;
    background: #4551f7;
  }

  .cs5-carousel__dot:focus-visible{

  }

  /* Background images */
  #fault-detection{
    background-image: url("https://images.squarespace-cdn.com/content/v1/67ee7e47dac1261412ecf537/3915bff4-2ef0-448c-a32d-c41ead22c12e/Feature-FaultDetection.png?format=500w");
  }
  #scheduling{
    background-image: url("https://images.squarespace-cdn.com/content/v1/67ee7e47dac1261412ecf537/1f5ce107-88d8-48df-a615-e32c7a1fe6e6/Feature-SmartScheduling.png?format=500w");
  }
  #reports{
    background-image: url("https://images.squarespace-cdn.com/content/v1/67ee7e47dac1261412ecf537/3c95cb95-9a83-4dfb-ae7e-361bd17d6578/Feature-GroupReporting.png?format=500w");
  }
  #alerts{
    background-image: url("https://images.squarespace-cdn.com/content/v1/67ee7e47dac1261412ecf537/f72969db-c670-4480-9b1c-05ba294c41e7/Feature-AutomatedAlerts.png?format=500w");
  }
  #maintenance{
    background-image: url("https://images.squarespace-cdn.com/content/v1/67ee7e47dac1261412ecf537/7f6de639-cbff-4122-a51c-c3504c345e72/Feature-PreventativeMaintenance.png?format=500w");
  }
  #monitoring{
    background-image: url("https://images.squarespace-cdn.com/content/v1/67ee7e47dac1261412ecf537/4d9dbefb-774e-40c1-8b80-4244ee1fc60f/Feature-247ApplianceMonitoring.png?format=500w");
  }
  #no-risk{
    background-image: url("https://images.squarespace-cdn.com/content/v1/67ee7e47dac1261412ecf537/e027632c-3d59-4349-bdfe-a47f2490e00b/Feature-InstantSavings-NoRisk.png?format=500w");
  }

  /* ✅ when it gets tight, don’t center a scrollable row */
  @media (max-width: 1000px){
    .cs5-carousel__menuTrack{ justify-content: flex-start; }
  }

  /* Responsive */
  @media (max-width: 980px){
    .cs5-carousel__slide{ flex-basis: calc((100% - (16px * 2)) / 3); }
  }

  @media (max-width: 640px){
    .cs5-carousel{ padding: 12px 12px; }
    .cs5-carousel__track{ gap: 12px; }
    .cs5-carousel__slide{ flex-basis: 100%; }
    .cs5-carousel__menu{ padding: 8px 12px 10px; }
    .cs5-carousel__menuTrack{ justify-content: flex-start; }

    /* ✅ On 1-up view, don't scale */
    .cs5-carousel__slide,
    .cs5-carousel__slide.is-center{
      transform: none;
      opacity: 1;
    }
  }

.logo-strip{
    width: 100%;
    background: #000;
    padding: 48px 0 56px;
  }

  .logo-strip__label {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(237, 237, 227, 0.65);
    margin: 0 0 32px;
  }

  
  .logo-strip__inner{
    width:100%;
    overflow:hidden;
    /* nice fade edges (supported in modern browsers) */
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
            mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  }

 
  .logo-strip__track{
    display:flex;
    width:max-content;
    will-change: transform;
    animation: logoMarquee 30s linear infinite;
  }

  
  .logo-strip__inner:hover .logo-strip__track{
    animation-play-state: paused;
  }


  .logo-strip__logos{
    display:flex;
    align-items:center;
    gap:28px;
    padding: 10px 0;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .logo-strip__logos img{
    height:34px;
    width:auto;
    object-fit:contain;
    filter: grayscale(100%);
    opacity:.75;
    transition: opacity .35s ease, transform .35s ease, filter .35s ease;
    flex: 0 0 auto;
  }

  .logo-strip__logos img:hover{
    filter:none;
    opacity:1;
    transform: translateY(-1px);
  }

 
  .logo-strip__logos .logo-royal{ height:70px; }
  .logo-strip__logos .logo-conkers{ height:40px; }
  .logo-strip__logos .logo-refining{ height:100px; }
  .logo-strip__logos .logo-castle{ height:80px; }
  .logo-strip__logos .logo-palmers-green{ height:90px; }
  .logo-strip__logos .logo-wels-house{ height:100px; }
  .logo-strip__logos .logo-wildhive{ height:80px; }
  .logo-strip__logos .logo-planning-property{ height:80px; }
  .logo-strip__logos .logo-ukwa{ height:60px; }
  .logo-strip__logos .logo-brooks{ height:60px; filter: brightness(4) grayscale(1); }
  .logo-strip__logos .logo-park-hall{ height:70px; }



  /* seamless: move left by exactly one set width (50% of the doubled track) */
  @keyframes logoMarquee{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
  }

  /* accessibility: reduce motion */
  @media (prefers-reduced-motion: reduce){
    .logo-strip__track{ animation: none; }
  }

/* ── Shape block frames (section 5 "get-started") ─────────────────── */
#get-started .sqs-shape-block-container-system_desktop {
  display: block !important;
}
#get-started .sqs-shape-rectangle {
  --shape-block-background-color: transparent;
  --shape-block-stroke-color: rgba(255,255,255,0.2);
  position: absolute;
  inset: 0;
  box-sizing: border-box;
}

/* Dark section text overrides (sections 4 & 5 have gradient bg) */
#helios-ai .sqsrte-text-color--black,
#get-started .sqsrte-text-color--black {
  color: #ffffff !important;
}
#get-started h2 strong,
#get-started h1 strong {
  color: #ffffff;
}

/* ── Callout boxes in Helios AI section ────────────────────────────── */
#helios-ai .sqs-background-enabled.sqs-block-html {
  background: #4A52F2;
  border-radius: 25px;
  padding: 1rem 1.25rem;
  overflow: hidden;
}

/* ── background-image-fx: site.css hides these by default (Squarespace FX JS
      normally reveals them after applying a liquid/parallax effect).
      We override to always visible so the gradient backgrounds render. ── */
.background-image-fx {
  visibility: visible !important;
}

/* ── How-it-works: hero text block — almost-opaque black overlay ──────── */
#block-579167ae0c37c649c238.sqs-background-enabled {
  background: rgba(0, 0, 0, 0.70) !important;
  border-radius: 32px;
}

/* ── How-it-works: CTA section — Data→black gradient background ────────── */
#cta-section .section-background {
  background: linear-gradient(to bottom, #160F3A, #000) !important;
}
#cta-section h2,
#cta-section p,
#cta-section .sqsrte-large {
  color: #ecece3 !important;
}

/* ── Case studies: top section background ──────────────────────────────── */
#case-studies .section-background {
  background: #160F3A !important;
}

/* ── Case studies: text overlay cards — match how-it-works hero style ──── */
#case-studies .sqs-background-enabled.sqs-block-html {
  background: rgba(0, 0, 0, 0.70) !important;
  border-radius: 32px !important;
  padding: 24px !important;
}

/* ── Pricing: "Turn energy data" section — card shape backgrounds ───────── */
/* Cards are shape blocks sitting behind the text; text blocks have no bg   */
#block-2a5d7d36de349b986fba .sqs-shape-rectangle,
#block-7a7af1b5e5ba02f61fbc .sqs-shape-rectangle {
  --shape-block-background-color: #160F3A;
  --shape-block-stroke-color: transparent;
}

/* ── Solutions page: graph section background ──────────────────────────── */
#graph-section .section-background {
  background: #160F3A !important;
}
#graph-section {
  color: #ecece3 !important;
}
#graph-section p,
#graph-section .sqsrte-large {
  color: #ecece3 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SOLUTIONS PAGE — solution cards (#discover section)
   ═══════════════════════════════════════════════════════════════════════════ */

/* Row of 4 cards */
.heliotec-solutions-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 24px;
  align-items: stretch;
  padding: 40px 0 0;
}

/* Individual card */
.heliotec-solution-card {
  position: relative;
  background: #15191B;
  border-radius: 32px;
  padding: 50px 22px 28px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #fff;
}

/* "+" circle button — centred above each card */
.heliotec-solution-plus {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.heliotec-solution-plus img {
  width: 52px;
  height: 52px;
  display: block;
}

/* Tag e.g. "[ + GENERATION ]" */
.heliotec-solution-tag {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 18px;
  line-height: 1.4;
}

.heliotec-tag-bracket {
  color: rgba(234,246,114,0.7);
}

.heliotec-tag-text {
  color: rgba(255,255,255,0.55);
}

/* Solution icon (solar panel, battery, etc.) */
.heliotec-solution-icon {
  width: auto;
  height: 58px;
  object-fit: contain;
  display: block;
  margin-bottom: 18px;
}

/* Card heading */
.heliotec-solution-card h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 16px;
}

.heliotec-solution-text-white {
  color: #ecece3;
}

.heliotec-solution-text-yellow {
  color: #EAF672;
}

/* How-it-works process card headings and lists */
.heliotec-solutions-row h3 {
  color: #eaf672;
  margin-top: 0;
  font-weight: 700;
}
.heliotec-solutions-row h3 span {
  color: #999;
}
.heliotec-solutions-row ul {
  color: #999;
  list-style: none;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.heliotec-solutions-row ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}
.heliotec-solutions-row ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #edf67a;
  font-size: 19px;
  font-weight: 700;
}

/* "Read more" link */
.heliotec-read-more {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  text-decoration: underline;
  cursor: pointer;
}

.heliotec-solution-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Hide popup modals by default */
.heliotec-s3-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.75);
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.heliotec-s3-popup.is-open {
  display: flex;
}

/* Modal panel */
.heliotec-s3-modal {
  background: #1c1e26;
  border-radius: 20px;
  padding: 40px;
  max-width: 760px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  color: #ecece3;
  box-sizing: border-box;
}

.heliotec-s3-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transform: rotate(180deg);
}

.heliotec-s3-close img {
  width: 32px;
  height: 32px;
}

/* Modal shared header layout */
.heliotec-generation-header,
.heliotec-storage-header,
.heliotec-sourcing-header,
.heliotec-sponsorship-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 16px 0 20px;
}

.heliotec-generation-icon,
.heliotec-storage-icon,
.heliotec-sourcing-icon,
.heliotec-sponsorship-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}

.heliotec-generation-title,
.heliotec-storage-title,
.heliotec-sourcing-title,
.heliotec-sponsorship-title {
  font-size: 24px;
  line-height: 1.3;
  margin: 0;
}

.heliotec-generation-title-white,
.heliotec-storage-title-white,
.heliotec-sourcing-title-white { color: #ecece3; }

.heliotec-generation-title-yellow,
.heliotec-storage-title-yellow,
.heliotec-sourcing-title-yellow { color: #EAF672; }

.heliotec-generation-sub,
.heliotec-storage-sub,
.heliotec-sourcing-sub,
.heliotec-sponsorship-sub,
.heliotec-sponsorship-desc {
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 24px;
}

.heliotec-generation-main,
.heliotec-storage-main,
.heliotec-sourcing-main,
.heliotec-sponsorship-main {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.heliotec-generation-results-heading,
.heliotec-storage-results-heading,
.heliotec-sourcing-results-heading,
.heliotec-sponsorship-results-heading {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
  margin: 0 0 10px;
}

.heliotec-generation-results-list,
.heliotec-storage-results-list,
.heliotec-sourcing-results-list,
.heliotec-sponsorship-results-list {
  padding-left: 18px;
  margin: 0;
  color: #ecece3;
  line-height: 1.7;
}

.heliotec-generation-cta,
.heliotec-storage-cta,
.heliotec-sourcing-cta {
  text-align: center;
  min-width: 200px;
}

.heliotec-generation-cta-text,
.heliotec-storage-cta-text,
.heliotec-sourcing-cta-text {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}

.heliotec-generation-cta-btn,
.heliotec-storage-cta-btn,
.heliotec-sourcing-cta-btn,
.heliotec-sponsorship-btn {
  background: #EAF672;
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.heliotec-generation-cta-btn a,
.heliotec-storage-cta-btn a,
.heliotec-sourcing-cta-btn a,
.heliotec-sponsorship-btn a {
  color: #000;
  text-decoration: none;
}

/* Responsive: stack to 2×2 on tablet, 1 col on mobile */
@media (max-width: 1024px) {
  .heliotec-solutions-row {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 768px) {
  .heliotec-solutions-row {
    grid-template-columns: 1fr;
  }
  .heliotec-solution-card {
    max-width: 420px;
  }
}

@media (max-width: 480px) {
  .heliotec-generation-main,
  .heliotec-storage-main,
  .heliotec-sourcing-main,
  .heliotec-sponsorship-main {
    flex-direction: column;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PRICING PAGE — pricing boxes
   ═══════════════════════════════════════════════════════════════════════════ */

.pricing-box {
  position: relative;
  background-color: #121212;
  border-radius: 32px;
  padding: 32px;
  box-sizing: border-box;
  overflow: hidden;
}

.pricing-box h4 {
  font-weight: 700;
  color: #999999;
}

.pricing-box p.sqsrte-small {
  color: #666666;
  font-weight: 700;
}

.pricing-box .highlights {
  text-align: center;
}

.pricing-box .highlights .benefit div.key {
  font-size: 26pt;
  line-height: 1.0em;
}

.pricing-box .highlights .price {
  color: #eaf672;
  font-size: 18pt;
  font-weight: 700;
  margin-top: 20px;
}

/* Default: hide the flag text on non-recommended boxes */
.pricing-box .flag {
  color: rgba(0,0,0,0);
}

/* Recommended box */
.recommended {
  border: 2px solid #4551f7;
}

/* Absolute-positioned flag badge */
.flag {
  position: absolute;
  top: 0;
  right: 0;
}

.recommended .flag {
  background: #4A52F2;
  padding: 10px 30px;
  color: #ecece3;
  font-size: 12pt;
  line-height: 12pt;
  border-radius: 0px 30px 0px 30px;
}

/* "Get started today" buttons in pricing boxes — taller with centred text */
.pricing-box .sqs-block-button-element {
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   SHARED LAYOUT GRID — box1/box2/box3/box5 used across custom code blocks
   ═══════════════════════════════════════════════════════════════════════════ */

.box1 {
  float: left;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box2 {
  float: left;
  position: relative;
  width: 50%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box3 {
  float: left;
  position: relative;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box5 {
  float: left;
  position: relative;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ═══════════════════════════════════════════════════════════════════════════
   VALUES SECTION — used on join-us and about-us pages
   ═══════════════════════════════════════════════════════════════════════════ */

.values-container {
  padding-top: 50px;
  padding-bottom: 0;
  text-align: center;
}

.values-container h2 {
  color: #fff;
  margin-bottom: 75px;
}

.our-values-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
  justify-content: flex-start;
  text-align: left;
}

.our-values-boxes .box5 {
  float: none;
  width: auto;
  flex: 0 0 calc(33.33% - 75px);
  box-sizing: border-box;
}

.value-box {
  background: linear-gradient(90deg, rgba(37, 44, 52, 0.8) 30%, rgba(19, 24, 29, 1) 61%);
  border-radius: 25px;
  padding: 25px;
  padding-top: 40px;
  border: 1px solid #252c34;
}

.value-box h3 {
  color: #EAF672;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

.value-box p {
  color: #999;
  font-weight: 700;
  margin-bottom: 0;
}

.value-box .value-icon {
  position: absolute;
  left: 0;
  top: -35px;
  width: 70px;
  margin-left: -30px;
}

@media (max-width: 1000px) {
  .our-values-boxes .box5 {
    float: none;
    width: auto;
    flex: 0 0 calc(50% - 75px);
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  .our-values-boxes {
    gap: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .our-values-boxes .box5 {
    float: none;
    width: auto;
    flex: 0 0 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   TEAM SECTION — used on about-us page
   ═══════════════════════════════════════════════════════════════════════════ */

.team-container {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.team-container h2 {
  color: #fff;
  margin-bottom: 75px;
}

.team-member-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: flex-start;
  text-align: left;
}

.team-member-boxes .box3 {
  float: none;
  width: auto;
  flex: 0 0 calc(33.333% - 50px);
  box-sizing: border-box;
}

.team-member-boxes .team-title {
  position: relative;
}

.team-member-boxes .box3 img.team-photo {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
  display: block;
}

.team-title {
  padding: 25px;
  background: #ecece3;
  border-radius: 0 0 30px 0;
}

.team-title h4 {
  margin: 0;
  font-size: 15pt;
  font-weight: 700;
  color: #000;
}

.team-title p {
  margin: 0;
  color: #5b5d5b;
}

.team-title img {
  position: absolute;
  right: 25px;
  top: 25px;
  max-width: 35px;
  border-radius: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.team-title img:hover {
  scale: 1.05;
}

@media (max-width: 1000px) {
  .team-member-boxes .box3 {
    float: none;
    width: auto;
    flex: 0 0 calc(50% - 50px);
    box-sizing: border-box;
  }
}

@media (max-width: 700px) {
  .team-member-boxes .box3 {
    float: none;
    width: auto;
    flex: 0 0 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
  }

  .team-member-boxes {
    gap: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .team-member-boxes {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* News/Blog listing: Squarespace JS normally adds .is-loaded to reveal articles;
   force visible without Squarespace's BlogImageLoader controller */
.blog-single-column .blog-single-column--container {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Contact / free-assessment form styling (static HTML replacement for Squarespace form component) */
.heliotec-form {
  width: 100%;
}
.heliotec-form .form-field {
  margin-bottom: 16px;
}
.heliotec-form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
}
.heliotec-form input[type="text"],
.heliotec-form input[type="email"],
.heliotec-form input[type="tel"],
.heliotec-form textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 100px;
  border: none;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
  outline: none;
  transition: background 0.2s;
}
.heliotec-form textarea {
  border-radius: 20px;
  min-height: 130px;
  resize: vertical;
}
.heliotec-form input[type="text"]:focus,
.heliotec-form input[type="email"]:focus,
.heliotec-form input[type="tel"]:focus,
.heliotec-form textarea:focus {
  background: rgba(255,255,255,0.18);
}
.heliotec-form input::placeholder,
.heliotec-form textarea::placeholder {
  color: rgba(255,255,255,0.35);
}
.heliotec-form .form-button-wrapper {
  margin-top: 20px;
}

