/** Shopify CDN: Minification failed

Line 58:0 Unexpected "}"

**/

/* .battery-step {
  display: block !important;
} */

.battery-hero {
	background: #f3f4f6;
	padding: 20px 20px 40px;
}

.shopify-section.advisor_section button::before {
  content: unset !important;
}

.usage-item .usage-btn {
  display: grid !important;
  justify-content: center !important;
}

.usage-item button.usage-info-btn {
	padding: 0 !important;
	width: unset !important;
	height: unset !important;
	border: none !important;
}
.field input::placeholder{
  color: #9ca3af !important;
  opacity: 1 !important; /* Firefox */
  -webkit-text-fill-color: #9ca3af !important; /* Chrome/Safari */
}

.field input{
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
}
.field.is-required{
  position: relative;
}

/* .field.is-required::after{
  content: "*";
  position: absolute;
  left: 16px;          /* adjust */
  /* top: 50%;
  transform: translateY(-50%);
  color: #e11d48;
  pointer-events: none; */
/* } */

/* add some left padding so text doesn’t overlap the star */
/* .field.is-required input{
  padding-left: 26px;  /* adjust */
} */
.chat-btn a {
  display: flex;
  align-items: center;
  color: #122c4d;
}

.battery-hero__container {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}

.usage-btn * {
  justify-content: center;
}

/* .advisior_top_icon img{
  width:30px;
  height:auto;
} */
.advisior_top_icon{
background-color:lab(70.5521% -66.5147 45.8073);
border-radius:50%;
height:50px;
display:flex;
justify-content:center;
width:50px;
margin:auto;

}
.battery-hero__button {
  width: 100%;
}

/* IMAGE CARD */
.battery-hero__image-wrapper {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  margin-bottom: 50px;
}

/* 🔥 THIS FIXES THE IMAGE SIZE */
.battery-hero__image {
  width: 100%;
  height: 330px;          /* Control image height here */
  object-fit: cover;      /* Prevents stretching */
  display: block;
}

/* BADGE */
.battery-hero__badge {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 20px;
  /* backdrop-filter: blur(6px); */
  display: flex;
  align-items: center;
  gap: 10px;
}

.battery-hero__badge svg {
  stroke: #122c4d;
}

/* HEADING */
.battery-hero__heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #0f172a;
}

/* SUBTEXT */
.battery-hero__subtext {
  font-size: 16px;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* FEATURES */
.battery-hero__features {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.battery-hero__features svg {
  stroke: #122c4d;
}

.feature-pill {
  background: #ffffff;
  padding: 14px 22px;
  border-radius: 14px;
  font-size: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 10px;
}

/* BUTTON */
.battery-hero__button {
  display: inline-block;
  background: #122c4d;
  color: #fff;
  padding: 18px 60px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(18,44,77,0.3);
  transition: all 0.25s ease;
}

.battery-hero__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(18,44,77,0.4);
  color: #fff;
}

/* TRUST TEXT */
.battery-hero__trust {
  margin-top: 25px;
  font-size: 14px;
  color: #94a3b8;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.battery-step {
  background: #f5f6f7;
  padding: 95px 20px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.battery-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  /* align-items: flex-start; */
}

.battery-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  flex: 2.5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: auto;
}

.inner_battery_wrap {
  padding: 30px 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-radius: 15px;  
}

.step-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.step-subtitle {
  color: #6b7280;
  margin-bottom: 30px;
}

.kwh-display {
  text-align: center;
  margin-bottom: 30px;
}

.kwh-display span {
  font-size: 48px;
  font-weight: 700;
  color: #122c4d;
}

.kwh-display small {
  display: block;
  color: #6b7280;
  margin-top: 5px;
}

/* RANGE (filled track like reference) */
.slider-wrapper input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  outline: none;
  background: linear-gradient(#122c4d, #122c4d) 0 0 / var(--sx, 0%) 100% no-repeat,
              #e5e7eb;
}

/* WebKit thumb */
.slider-wrapper input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #122c4d;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

/* Firefox track + thumb */
.slider-wrapper input[type="range"]::-moz-range-track{
  height: 6px;
  background: #e5e7eb;
  border-radius: 999px;
}
.slider-wrapper input[type="range"]::-moz-range-progress{
  height: 6px;
  background: #122c4d;
  border-radius: 999px;
}
.slider-wrapper input[type="range"]::-moz-range-thumb{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #122c4d;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 10px;
  color: #6b7280;
}

.usage-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.usage-btn {
  flex: 1;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.usage-btn:hover {
  border-color: #122c4d;
}

.usage-btn.active {
  background: rgba(18,44,77,0.08);
  border-color: #122c4d;
  color: #122c4d;
  font-weight: 600;
}

.estimate-link {
  display: inline-block;
  margin-top: 20px;
  color: #122c4d;
  font-size: 14px;
  text-decoration: none;
}

.battery-summary {
  flex: 1;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.summary-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.summary-list li {
  padding: 10px 0;
  color: #9ca3af;
}

.summary-list li.active {
  color: #122c4d;
  font-weight: 600;
}

.help-box {
  background: rgba(18,44,77,0.08);
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.chat-btn {
  margin-top: 10px;
  background: #122c4d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

.bottom-navigation {
  max-width: 1100px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.prev-btn {
  background: transparent;
  border: none;
  color: #6b7280;
  font-size: 16px;
  cursor: pointer;
}

.next-btn {
  background: #122c4d;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(18,44,77,0.3);
}

.next-btn:hover {
  background: #0f2743;
}

.wrapper_progress {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	z-index: 999;
	/* border-bottom: 1px solid #2c2c2d; */
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.battery-progress__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}

.battery-progress__title svg {
  padding: 5px;
  border-radius: 5px;
  background: rgba(18,44,77,0.35);
  stroke: #122c4d;
}

.battery-progress__percent {
  padding: 7px 10px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 50pc;
  background: rgba(18,44,77,0.18);
  color: #122c4d;
}

.wrapper_progress .battery-progress {
  padding: 15px 0px;
}

.wrapper_progress .battery-progress {
  width: 100%;
}


.battery-progress{
  max-width: 1100px;
  /* margin: 20px auto 0; */
  padding: 0 20px;
}
.battery-progress__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-weight:600;
  color:#0f172a;
  margin-bottom:10px;
}
.battery-progress__bar{
  height:6px;
  background:#e5e7eb;
  border-radius:999px;
  overflow:hidden;
}
.battery-progress__fill{
  display:block;
  height:100%;
  background:#122c4d;
  border-radius:999px;
  transition:width .25s ease;
}
.usage-buttons{
  display:flex;
  gap:18px;
  margin-top:30px;
  flex-wrap:wrap;
}

.usage-item{
  position:relative;
  flex:1;
  min-width:180px;
}

.usage-btn{
  width:100%;
  /* min-height:82px; */
  padding:16px 18px;
  border-radius:14px;
  border:1px solid #e5e7eb;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:600;
  color:#0f172a;
  transition:all .2s ease;
  position:relative;
}

.usage-btn__icon{
  display:inline-flex;
  color:#0f172a;
  opacity:.8;
}

.usage-btn:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.usage-btn.active{
  background:rgba(18,44,77,0.08);
  border-color:#122c4d;
  color:#122c4d;
}

.usage-btn.active .usage-btn__icon{
  color:#122c4d;
  opacity:1;
}

/* small info icon button (top-right) */
.usage-info-btn{
  position:absolute;
  top:10px;
  right:10px;
  width:28px;
  height:28px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#94a3b8;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all .2s ease;
  z-index:2;
}

.usage-info-btn:hover{
  border-color:#122c4d;
  color:#122c4d;
}

/* MODAL overlay */
.usage-modal{
  position:fixed;
  inset:0;
  background:rgba(15, 23, 42, .45);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:9999;
}

.usage-modal.is-open{
  display:flex;
}

.usage-modal__card{
  width:min(520px, 92vw);
  background:#fff;
  border-radius:16px;
  padding:26px 26px 22px;
  box-shadow:0 25px 60px rgba(0,0,0,.2);
  position:relative;
}

.usage-modal__close{
  position:absolute;
  top:12px;
  right:12px;
  width:34px;
  height:34px;
  border:none;
  background:transparent;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  color:#94a3b8;
}

.usage-modal__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}

.usage-modal__badge{
  width:32px;
  height:32px;
  border-radius:999px;
  background:rgba(18,44,77,0.08);
  color:#122c4d;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}

.usage-modal__card h3{
  margin:0;
  font-size:22px;
  color:#0f172a;
}

.usage-modal__card p{
  margin:10px 0 18px;
  color:#64748b;
  line-height:1.6;
  font-size:15px;
}

.usage-modal__ok{
  width:100%;
  border:none;
  background:#122c4d;
  color:#fff;
  padding:14px 18px;
  border-radius:12px;
  font-weight:700;
  cursor:pointer;
}
.battery-summary{
  flex: 1;
  background:#fff;
  padding:30px;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.battery-summary h3{
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  color:#0f172a;
}

.summary-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.summary-item{
  display:flex;
  align-items:center;
  gap:12px;
  color:#94a3b8;
  font-weight:600;
}

.summary-dot{
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid #e5e7eb;
  flex: 0 0 18px;
  background:#fff;
}

.summary-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#94a3b8;
  background:#fff;
  flex: 0 0 34px;
  padding-top: 8px;

}

.summary-text{
  font-size:15px;
}

/* Active state */
.summary-item.is-active{
  color:#0f172a;
}

.summary-item.is-active .summary-dot{
  border-color:#f59e0b;          /* orange ring */
  background:#f59e0b;            /* orange fill */
  box-shadow:0 0 0 4px rgba(245,158,11,.18);
}

.summary-item.is-active .summary-icon{
  border-color:#f59e0b;
  background:#fff7ed;
  color:#f59e0b;
}

.summary-item.is-active .summary-text{
  color:#0f172a;
}

/* Help box */
.help-box{
  margin-top:22px;
  background:rgba(18,44,77,0.08);
  border:1px solid rgba(18,44,77,.25);
  padding:22px;
  border-radius:14px;
}

.help-box__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}

.help-box__badge{
  width:36px;
  height:36px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(18,44,77,.25);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#122c4d;
}

.help-box h4{
  margin:0;
  font-size:18px;
  font-weight:800;
  color:#0f172a;
}

.help-box p{
  margin:0 0 14px;
  color:#64748b;
  line-height:1.6;
  font-size:14px;
}

.chat-btn{
  width:100%;
  background:transparent;
  border:1px solid rgba(16,185,129,.45);
  color:#122c4d;
  padding:12px 16px;
  border-radius:12px;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.chat-btn__icon{
  display:inline-flex;
}
/* Modal overlay */
.estimate-modal{
  position:fixed;
  inset:0;
  background:rgba(15, 23, 42, .45);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:9999;
}
.estimate-modal.is-open{display:flex;}

.estimate-modal__card{
  width:min(920px, 92vw);
  background:#fff;
  border-radius:16px;
  box-shadow:0 25px 60px rgba(0,0,0,.20);
  overflow:hidden;
}

.estimate-modal__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 22px;
  border-bottom:1px solid #eef2f7;
}
.estimate-modal__header h3{
  margin:0;
  font-size:22px;
  font-weight:800;
  color:#0f172a;
}
.estimate-modal__close{
  width:40px;
  height:40px;
  border:none;
  background:transparent;
  font-size:26px;
  line-height:1;
  color:#94a3b8;
  cursor:pointer;
}

.estimate-modal__tabs{
  padding:14px 22px 0;
}
.estimate-tab{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 0;
  background:transparent;
  border:none;
  font-weight:700;
  color:#122c4d;
  cursor:default;
}
.estimate-tab__icon{
  display:inline-flex;
  color:#122c4d;
}
.estimate-modal__divider{
  display:block;
  height:2px;
  background:#eef2f7;
  margin-top:10px;
  position:relative;
}
.estimate-modal__divider::after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  height:2px;
  width:180px;
  background:#122c4d;
  border-radius:999px;
}

.estimate-modal__body{
  padding:18px 22px 22px;
}

.estimate-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 22px;
}

.estimate-block--full{
  grid-column:1 / -1;
}

.estimate-label{
  font-weight:700;
  color:#0f172a;
  font-size:14px;
  margin-bottom:10px;
}

.estimate-seg{
  display:flex;
  background:#f3f4f6;
  border-radius:12px;
  padding:6px;
  gap:6px;
}
.estimate-seg--wide .estimate-seg__btn{
  flex:1;
}

.estimate-seg__btn{
  flex:1;
  border:none;
  background:transparent;
  padding:10px 12px;
  border-radius:10px;
  font-weight:700;
  color:#64748b;
  cursor:pointer;
  transition:all .15s ease;
  white-space:nowrap;
}
.estimate-seg__btn.is-active{
  background:#fff;
  color:#0f172a;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

/* Result bar */
.estimate-result{
  margin-top:18px;
  background:rgba(18,44,77,0.08);
  border-radius:14px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.estimate-result__label{
  color:#64748b;
  font-weight:700;
  font-size:14px;
  margin-bottom:6px;
}
.estimate-result__value{
  font-size:28px;
  font-weight:900;
  color:#122c4d;
}
.estimate-result__btn{
  background:#122c4d;
  color:#fff;
  border:none;
  padding:14px 18px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(18,44,77,.30);
  white-space:nowrap;
}
/* STEP 2 – Solar styles */
.solar-card .solar-field { margin-top: 26px; }
.solar-label{
  display:block;
  font-weight:700;
  font-size:14px;
  color:#0f172a;
  margin-bottom:10px;
}

/* Counter */
.solar-counter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:18px 18px;
  background:#fff;
}

.solar-btn{
  width:48px;
  height:48px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#fff;
  font-size:22px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}
.solar-btn:hover{ border-color:#122c4d; }

.solar-counter__center{
  text-align:center;
  min-width:120px;
}
.solar-counter__value{
  font-size:34px;
  font-weight:900;
  color:#0f172a;
  line-height:1;
}
.solar-counter__unit{
  margin-top:6px;
  font-size:14px;
  color:#64748b;
}

/* Select */
.solar-select-wrap{
  position:relative;
}
.solar-select{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:14px 44px 14px 14px;
  background:#fff;
  font-weight:600;
  color:#0f172a;
  appearance:none;
  -webkit-appearance:none;
  outline:none;
}
.solar-select:focus{ border-color:#122c4d; }

.solar-select-arrow{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:#94a3b8;
  pointer-events:none;
}

/* Hint */
.solar-hint{
  margin:10px 0 0;
  font-size:13px;
  color:#94a3b8;
  display:flex;
  align-items:center;
  gap:8px;
}
.solar-hint__icon{ display:inline-flex; color:#94a3b8; }

/* KPI Box */
.solar-kpi{
  margin-top:22px;
  border:1px solid rgba(18,44,77,.25);
  background:rgba(18,44,77,0.06);
  border-radius:14px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.solar-kpi__left{
  display:flex;
  align-items:center;
  gap:10px;
  color:#0f172a;
  font-weight:700;
}
.solar-kpi__icon{ color:#122c4d; display:inline-flex; }
.solar-kpi__label{ font-size:14px; }

.solar-kpi__value{
  font-size:22px;
  font-weight:900;
  color:#122c4d;
}
.solar-kpi__unit{ margin-left:4px; font-weight:800; }

/* No solar link */
.solar-no-link{
  display:block;
  text-align:center;
  margin-top:18px;
  color:#94a3b8;
  text-decoration:underline;
  font-size:14px;
}
.solar-no-link:hover{ color:#64748b; }

/* Summary enhancements for done/active row */
.summary-list li{
  display:flex;
  align-items:center;
  gap:10px;
}
.summary-dot{
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid #e5e7eb;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#94a3b8;
  flex:0 0 18px;
}
.summary-dot--done{
  border-color:#122c4d;
  background:#122c4d;
  color:#fff;
}
.summary-dot--active{
  border-color:#f59e0b;
  background:#f59e0b;
  color:#fff;
}
.summary-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#94a3b8;
}
.summary-list li.active .summary-icon{
  border-color:#f59e0b;
  color:#f59e0b;
}
.summary-list li.done .summary-icon{
  border-color:#122c4d;
  color:#122c4d;
}
.summary-check{
  margin-left:auto;
  color:#122c4d;
  font-weight:900;
}
/* STEP 3 – Omvormer check */
.inverter-panel{
  background:#fff;
  border-radius:16px;
  padding:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.inverter-q{
  margin:0 0 16px;
  font-size:16px;
  font-weight:800;
  color:#0f172a;
}

.inverter-options{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.inverter-option{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px 18px;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  transition:all .2s ease;
  text-align:left;
}

.inverter-option:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.inverter-option.is-selected{
  background:rgba(18,44,77,0.08);
  border-color:#122c4d;
}

.inverter-option__left{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.inverter-option__icon{
  width:28px;
  height:28px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 28px;
}

.inverter-option__icon--ok{
  background:rgba(18,44,77,0.08);
  border:2px solid #122c4d;
  color:#122c4d;
}

.inverter-option__icon--no{
  background:#fff;
  border:2px solid #cbd5e1;
  color:#64748b;
}

.inverter-option__icon--q{
  background:#fff;
  border:2px solid #cbd5e1;
  color:#64748b;
}

.inverter-option__title{
  font-weight:800;
  color:#0f172a;
  display:flex;
  align-items:center;
  gap:8px;
}

.inverter-option__info{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#94a3b8;
}

.inverter-option__sub{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:#64748b;
  font-weight:600;
}

.inverter-radio{
  width:20px;
  height:20px;
  border-radius:999px;
  border:2px solid #cbd5e1;
  background:#fff;
  display:inline-block;
}

.inverter-radio.is-on{
  border-color:#122c4d;
  background:#122c4d;
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}

.inverter-option.is-selected .inverter-radio{
  border-color:#122c4d;
  background:#122c4d;
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}

.inverter-divider{
  border:none;
  height:1px;
  background:#eef2f7;
  margin:22px 0;
}

.inverter-label{
  display:block;
  font-weight:800;
  font-size:14px;
  color:#0f172a;
  margin-bottom:10px;
}

.inverter-select-wrap{
  position:relative;
}

.inverter-select{
  width:100%;
  border:2px solid #122c4d;
  border-radius:12px;
  padding:14px 44px 14px 14px;
  background:#fff;
  font-weight:700;
  color:#0f172a;
  appearance:none;
  -webkit-appearance:none;
  outline:none;
}

.inverter-select:focus{
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}

.inverter-select-arrow{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:#94a3b8;
  pointer-events:none;
}
/* STEP 4 – Netaansluiting */
.connection-panel{
  background:#fff;
  border-radius:16px;
  padding:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.connection-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.conn-option{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px 18px;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  text-align:left;
  transition:all .2s ease;
}

.conn-option:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.conn-option.is-selected{
  background:rgba(18,44,77,0.08);
  border-color:#122c4d;
}

.conn-option--full{
  grid-column:1 / -1;
}

.conn-option__left{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.conn-option__icon{
  width:32px;
  height:32px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 32px;
}

.conn-option__icon--green{
  background:rgba(18,44,77,0.08);
  border:2px solid #122c4d;
  color:#122c4d;
}

.conn-option__icon--gray{
  background:#fff;
  border:2px solid #cbd5e1;
  color:#64748b;
}

.conn-option__title{
  font-weight:900;
  color:#0f172a;
  display:flex;
  align-items:center;
  gap:8px;
}

.conn-option__info{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#94a3b8;
}

.conn-option__sub{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:#64748b;
  font-weight:600;
}

.conn-radio{
  width:20px;
  height:20px;
  border-radius:999px;
  border:2px solid #cbd5e1;
  background:#fff;
  display:inline-block;
}

.conn-option.is-selected .conn-radio{
  border-color:#122c4d;
  background:#122c4d;
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}

/* Info box bottom */
.conn-info-box{
  margin-top:18px;
  background:#eef5ff;
  border:1px solid #dbeafe;
  border-radius:14px;
  padding:16px 16px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
}

.conn-info-box__badge{
  width:32px;
  height:32px;
  border-radius:999px;
  background:#dbeafe;
  color:#1d4ed8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 32px;
}

.conn-info-box__title{
  font-weight:900;
  color:#0f172a;
  margin-bottom:4px;
}

.conn-info-box__sub{
  color:#1d4ed8;
  font-weight:700;
  font-size:13px;
}
/* STEP 5 – Grootverbruikers */
.bigusers-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:22px;
}

.biguser-tile{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px 16px;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  transition:all .2s ease;
  min-height:96px;
}

.biguser-tile:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.biguser-tile.is-selected{
  background:rgba(18,44,77,0.08);
  border-color:#122c4d;
}

.biguser-tile__left{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.biguser-tile__icon{
  width:36px;
  height:36px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 36px;
  color:#64748b;
  background:#fff;
}

.biguser-tile.is-selected .biguser-tile__icon{
  border-color:#122c4d;
  color:#122c4d;
}

.biguser-tile__title{
  font-weight:900;
  color:#0f172a;
  display:flex;
  align-items:center;
  gap:8px;
}

.biguser-tile__info{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#94a3b8;
}

.biguser-tile__sub{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:#64748b;
  font-weight:600;
}

.biguser-tile__check{
  width:22px;
  height:22px;
  border-radius:6px;
  border:2px solid #cbd5e1;
  display:flex;
  align-items:center;
  justify-content:center;
  color:transparent;
  background:#fff;
  font-weight:900;
  flex:0 0 22px;
}

.biguser-tile.is-selected .biguser-tile__check{
  border-color:#122c4d;
  background:#122c4d;
  color:#fff;
}

/* Charger block */
.charger-block{
  margin-top:22px;
}

.charger-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  color:#0f172a;
  margin-bottom:12px;
}

.charger-title__icon{
  display:inline-flex;
  color:#122c4d;
}

.charger-title__info{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#94a3b8;
}

/* Radio options (boxed) */
.charger-options{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.charger-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.charger-option__box{
  border:2px solid #0f172a;
  border-radius:12px;
  padding:14px 14px;
  display:flex;
  flex-direction:column;
  gap:4px;
  cursor:pointer;
  background:#fff;
  position:relative;
  padding-left:46px;
}

.charger-option__box::before{
  content:"";
  position:absolute;
  left:14px;
  top:18px;
  width:16px;
  height:16px;
  border-radius:999px;
  border:2px solid #cbd5e1;
  background:#fff;
}

.charger-option input:checked + .charger-option__box::before{
  border-color:#b45309;
  box-shadow: inset 0 0 0 5px #b45309;
}

.charger-option__main{
  font-weight:900;
  color:#0f172a;
}

.charger-option__sub{
  font-size:13px;
  color:#64748b;
  font-weight:600;
}
/* STEP 6 – Slimme functies */
.smart-list{ margin-top:22px; display:flex; flex-direction:column; gap:14px; }

.smart-item{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:16px 16px;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  transition:all .2s ease;
}

.smart-item:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.smart-item__left{ display:flex; align-items:flex-start; gap:12px; }
.smart-item__icon{
  width:34px; height:34px; border-radius:10px;
  border:1px solid #e5e7eb; display:flex; align-items:center; justify-content:center;
  color:#94a3b8; background:#fff; flex:0 0 34px;
}
.smart-item__title{ font-weight:900; color:#0f172a; display:flex; align-items:center; gap:8px; }
.smart-item__sub{ display:block; margin-top:4px; color:#64748b; font-size:13px; font-weight:600; }
.smart-item__info{
  width:18px; height:18px; border-radius:999px;
  border:1px solid #cbd5e1; display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; color:#94a3b8;
}

/* Checkbox square */
.smart-item__check{
  width:18px; height:18px; border-radius:4px;
  border:2px solid #cbd5e1; background:#fff; flex:0 0 18px;
}
.smart-item.is-selected .smart-item__check{
  border-color:#122c4d; background:#122c4d;
  box-shadow: inset 0 0 0 2px #122c4d;
}

/* Blocks */
.smart-block{
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius:14px;
  padding:16px;
}

.smart-block__head{
  display:flex; align-items:flex-start; gap:12px;
  margin-bottom:12px;
}
.smart-block__icon{
  width:34px; height:34px; border-radius:10px;
  background:#fff; border:1px solid rgba(18,44,77,.35);
  display:flex; align-items:center; justify-content:center;
  color:#122c4d; flex:0 0 34px;
}
.smart-block__title{ font-weight:900; color:#0f172a; }
.smart-block__sub{ margin-top:4px; color:#64748b; font-size:13px; font-weight:600; }

.smart-radios{ display:flex; flex-direction:column; gap:10px; }

.smart-radio{
  display:flex; align-items:center; gap:10px;
  font-weight:700; color:#0f172a;
}
.smart-radio input{ accent-color:#b45309; }

/* mini tiles inside noodstroom */
.smart-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:6px 0 4px;
}

.smart-mini{
  border:1px solid #e5e7eb;
  background:#fff;
  border-radius:12px;
  padding:12px 12px;
  text-align:left;
  cursor:pointer;
}
.smart-mini.is-selected{
  border-color:#122c4d;
  background:rgba(18,44,77,0.08);
}
.smart-mini__title{ font-weight:900; color:#0f172a; display:flex; align-items:center; gap:8px; }
.smart-mini__info{
  width:18px; height:18px; border-radius:999px;
  border:1px solid #cbd5e1; display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; color:#94a3b8;
}
.smart-mini__sub{ margin-top:4px; color:#64748b; font-size:13px; font-weight:600; }
/* STEP 7 – Installatie */
.install-top-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:22px;
}

.install-tile{
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
  padding:18px 18px 16px;
  text-align:center;
  cursor:pointer;
  transition:all .2s ease;
  position:relative;
  min-height:120px;
}

.install-tile:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.install-tile.is-selected{
  background:rgba(18,44,77,0.08);
  border-color:#122c4d;
}

.install-tile__icon{
  display:inline-flex;
  font-size:28px;
  margin-bottom:10px;
  color:#94a3b8;
}
.install-tile.is-selected .install-tile__icon{ color:#122c4d; }

.install-tile__title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:900;
  color:#0f172a;
}

.install-tile__sub{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:13px;
  font-weight:600;
}

.install-tile__info{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#94a3b8;
}

.install-tile__radio {
    position: absolute;
    right: 20px;
    top: 26px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid #cbd5e1;
    background: #fff;
}
.install-tile__radio.is-on{
  border-color:#122c4d;
  background:#122c4d;
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}

/* Sections */
.install-section{ margin-top:18px; }
.install-section__title{
  font-weight:900;
  color:#0f172a;
  font-size:14px;
  margin-bottom:12px;
  display:flex;
  align-items:center;
  gap:8px;
}

.install-choice{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.install-row{
  width:100%;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px 16px;
  background:#fff;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  transition:all .2s ease;
}

.install-row:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.install-row.is-selected{
  background:rgba(18,44,77,0.08);
  border-color:#122c4d;
}

.install-row__left{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

.install-row__icon{
  width:34px;
  height:34px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#94a3b8;
  flex:0 0 34px;
}

.install-row.is-selected .install-row__icon{
  border-color:#122c4d;
  color:#122c4d;
}

.install-row__title{ font-weight:900; color:#0f172a; }
.install-row__sub{
  display:block;
  margin-top:4px;
  font-size:13px;
  color:#64748b;
  font-weight:600;
}

.install-row__radio{
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid #cbd5e1;
  background:#fff;
  flex:0 0 18px;
}
.install-row__radio.is-on{
  border-color:#122c4d;
  background:#122c4d;
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}

.install-divider{
  border:none;
  height:1px;
  background:#eef2f7;
  margin:18px 0;
}

/* Bottom mini grid */
.install-bottom-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:12px;
}

.install-mini{
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
  padding:14px 14px;
  cursor:pointer;
  text-align:left;
  position:relative;
  transition:all .2s ease;
  min-height:76px;
}

.install-mini:hover{
  border-color:#122c4d;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}

.install-mini.is-selected{
  background:rgba(18,44,77,0.08);
  border-color:#122c4d;
}

.install-mini__icon{
  width:28px;
  height:28px;
  border-radius:10px;
  border:1px solid #e5e7eb;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#94a3b8;
  background:#fff;
  font-size: 14px;
  line-height: 1px;
}
.install-mini.is-selected .install-mini__icon{ color:#122c4d; border-color:#122c4d; }

.install-mini__label{
  display:block;
  margin-top:10px;
  font-weight:900;
  color:#0f172a;
}

.install-mini__radio{
  position:absolute;
  right:14px;
  top:30px;
  width:18px;
  height:18px;
  border-radius:999px;
  border:2px solid #cbd5e1;
  background:#fff;
}
.install-mini__radio.is-on{
  border-color:#122c4d;
  background:#122c4d;
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}
/* STEP 8 – Installatie Check */
.installcheck-panel{
  background:#fff;
  border-radius:16px;
  padding:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.installcheck-note{
  background:#eef5ff;
  border:1px solid #dbeafe;
  border-radius:12px;
  padding:14px 16px;
  color:#1d4ed8;
  font-size:13px;
  font-weight:700;
  margin-bottom:14px;
}

/* Checklist items */
.installcheck-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.installcheck-item{
  border:2px solid #0f172a;
  border-radius:12px;
  padding:14px 14px;
  background:#fff;
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
}

.installcheck-item input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

/* custom checkbox */
.installcheck-box{
  width:18px;
  height:18px;
  border-radius:4px;
  border:2px solid #b45309;
  background:#fff;
  margin-top:2px;
  flex:0 0 18px;
  position:relative;
}

.installcheck-item input:checked + .installcheck-box{
  background:#b45309;
  border-color:#b45309;
}

.installcheck-item input:checked + .installcheck-box::after{
  content:"";
  position:absolute;
  left:5px;
  top:2px;
  width:4px;
  height:9px;
  border:2px solid #fff;
  border-top:none;
  border-left:none;
  transform:rotate(45deg);
}

/* text */
.installcheck-title{
  font-weight:900;
  color:#0f172a;
  display:flex;
  align-items:center;
  gap:8px;
  font-size: 16px;
}

.installcheck-sub{
  display:block;
  margin-top:4px;
  color:#64748b;
  font-size:13px;
  font-weight:600;
}

.installcheck-info{
  width:18px;
  height:18px;
  border-radius:999px;
  border:1px solid #cbd5e1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  color:#94a3b8;
}

/* Success box */
.installcheck-success{
  margin-top:14px;
  background:rgba(18,44,77,0.08);
  border:1px solid rgba(18,44,77,.25);
  border-radius:14px;
  padding:16px 16px;
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.installcheck-success__icon{
  width:36px;
  height:36px;
  border-radius:999px;
  background:#122c4d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 36px;
}

.installcheck-success__title{
  font-weight:900;
  color:#0f172a;
  margin-bottom:4px;
}

.installcheck-success__sub{
  color:#64748b;
  font-size:13px;
  font-weight:600;
}
/* FINAL STEP – Form */
.final-note{
  background:rgba(18,44,77,0.08);
  border:1px solid rgba(18,44,77,.25);
  border-radius:14px;
  padding:14px 16px;
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-bottom:16px;
}
.final-note__icon{
  width:30px; height:30px; border-radius:999px;
  background:#122c4d; color:#fff;
  display:flex; align-items:center; justify-content:center;
  font-weight:900; flex:0 0 30px;
}
.final-note__title{ font-weight:900; color:#0f172a; margin-bottom:2px; }
.final-note__sub{ color:#64748b; font-size:13px; font-weight:600; line-height:1.4; }

.final-title{ margin:10px 0 6px; font-size:26px; font-weight:900; color:#0f172a; }
.final-subtitle{ margin:0 0 14px; color:#64748b; font-weight:600; }

.final-form{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:14px;
  padding:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}

.final-form__head{
  display:flex; align-items:center; gap:10px;
  color:#0f172a; font-weight:900;
  margin-bottom:12px;
}
.final-form__icon{
  width:28px; height:28px; border-radius:10px;
  border:1px solid #e5e7eb;
  display:flex; align-items:center; justify-content:center;
  color:#122c4d; background:#fff;
}

.final-grid{
  display:grid;
  grid-template-columns: 1.2fr .6fr .5fr;
  gap:12px;
}
.field{ display:flex; flex-direction:column; gap:6px; }
.field--full{ grid-column: 1 / -1; }

.field label{
  font-size:12px;
  font-weight:800;
  color:#64748b;
}
.req{ color:#ef4444; font-weight:900; }

.field input{
  /* border:1px solid #ef4444; matches your screenshot error state */
  border-radius:10px;
  padding:10px 12px;
  font-weight:700;
  outline:none;
}
.field input:focus{
  border-color:#122c4d;
  box-shadow:0 0 0 4px rgba(18,44,77,.18);
}
.error{
  color:#ef4444;
  font-size:11px;
  font-weight:700;
}

/* privacy note */
.final-privacy{
  margin-top:14px;
  background:#f8fafc;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:12px 14px;
  color:#64748b;
  font-size:12px;
  line-height:1.45;
}
.final-privacy strong{ color:#0f172a; display:block; margin-bottom:4px; }

/* bullets */
.final-bullets{
  margin:14px 0 10px;
  padding-left:18px;
  color:#0f172a;
  font-weight:600;
}
.final-bullets li{ margin:6px 0; color:#0f172a; }
.final-trust{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  color:#94a3b8;
  font-size:12px;
  font-weight:700;
  margin-top:8px;
}

/* disabled CTA */
.next-btn--disabled{
  background:#e5e7eb !important;
  color:#94a3b8 !important;
  box-shadow:none !important;
  cursor:not-allowed !important;
}
.template-page-advisor div#shopify-section-sections--28252857893251__header {
    display: none;
}
.template-page-advisor div#shopify-section-sections--28252857893251__announcement-bar {
    display: none;
}
.template-page-advisor div#shopify-section-sections--28252857860483__footer{
  display:none;
}
/* Step-5 info modals */
.info-modal{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.45);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:9999;
}
.info-modal.is-open{ display:flex; }

.info-modal__card{
  width:min(560px, 92vw);
  background:#fff;
  border-radius:16px;
  padding:26px 26px 22px;
  box-shadow:0 25px 60px rgba(0,0,0,.22);
  position:relative;
}

.info-modal__close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border:none;
  background:transparent;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  color:#94a3b8;
}

.info-modal__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}

.info-modal__badge{
  width:34px;
  height:34px;
  border-radius:999px;
  background:rgba(18,44,77,0.08);
  color:#122c4d;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.info-modal__card h3{
  margin:0;
  font-size:22px;
  font-weight:900;
  color:#0f172a;
}

.info-modal__card p{
  margin:10px 0 18px;
  color:#64748b;
  line-height:1.6;
  font-size:15px;
}

.info-modal__btn{
  width:100%;
  border:none;
  background:#122c4d;
  color:#fff;
  padding:14px 18px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
}
.smart-item.is-selected{
  border-color:#122c4d;
  background:rgba(18,44,77,0.08);
}
.smart-item.is-selected .smart-item__check{
  background:#122c4d;
  border-color:#122c4d;
}
.smart-block.is-selected{
  border:2px solid #122c4d;
  background:rgba(18,44,77,0.08);
}
.smart-later-pill{
  margin: 10px 0 0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(18,44,77,0.08);
  border:1px solid rgba(18,44,77,.35);
  color:#122c4d;
  font-weight:800;
}

.smart-later-pill__icon{
  width:28px;
  height:28px;
  border-radius:10px;
  background:#fff;
  border:1px solid rgba(18,44,77,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
}

.smart-later-pill__text{
  font-size:14px;
  line-height:1.2;
}
.info-modal{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.45);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:9999;
}
.info-modal.is-open{ display:flex; }

.info-modal__card{
  width:min(560px, 92vw);
  background:#fff;
  border-radius:16px;
  padding:26px 26px 22px;
  box-shadow:0 25px 60px rgba(0,0,0,.22);
  position:relative;
}

.info-modal__close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border:none;
  background:transparent;
  font-size:26px;
  line-height:1;
  cursor:pointer;
  color:#94a3b8;
}

.info-modal__head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
}

.info-modal__badge{
  width:34px;
  height:34px;
  border-radius:999px;
  background:rgba(18,44,77,0.08);
  color:#122c4d;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.info-modal__card h3{
  margin:0;
  font-size:22px;
  font-weight:900;
  color:#0f172a;
}

.info-modal__card p{
  margin:10px 0 18px;
  color:#64748b;
  line-height:1.6;
  font-size:15px;
}

.info-modal__btn{
  width:100%;
  border:none;
  background:#122c4d;
  color:#fff;
  padding:14px 18px;
  border-radius:12px;
  font-weight:800;
  cursor:pointer;
}
.warn-box{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 16px;
  border-radius:12px;
  background:#fff4e8;
  border:1px solid #fed7aa;
  color:#ea580c;
}

.warn-box__icon{
  width:28px;
  height:28px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
}

.warn-box__text{
  margin:0;
  font-size:14px;
  line-height:1.45;
  font-weight:600;
}
.error{
  display:none;
}

.battery-advice-hero__btn.whatsapp {
  background: #122c4d !important;
}

.battery-step:has(.success-messge) {
  height: 100vh;
  display: flex;
    justify-content: center;
    align-items: center;
}

.success-messge {
	text-align: center;
	justify-content: center;
	padding: 0px 30px;
	height: 100vh;
	width: 100%;
}

.success-messge > div {
	margin: auto;
	/* display: none !important; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 7px;
}

@media (max-width: 900px){
  .smart-mini-grid{ grid-template-columns:1fr; }
}

@media (max-width: 820px){
  .estimate-grid{grid-template-columns:1fr;}
  .estimate-result{flex-direction:column; align-items:stretch;}
  .estimate-result__btn{width:100%;}
}
@media (max-width: 900px){
  .usage-buttons{flex-direction:column;}
  .usage-item{min-width:unset;}
  .inverter-panel{ padding:22px; }
   .connection-panel{ padding:22px; }
  .connection-grid{ grid-template-columns:1fr; }
   .battery-container {
    flex-direction: column;
  }
  .usage-buttons {
    flex-direction: column;
  }
  .bigusers-grid{ grid-template-columns:1fr; }
  .smart-mini-grid{ grid-template-columns:1fr; }
  .install-top-grid{ grid-template-columns:1fr; }
  .install-bottom-grid{ grid-template-columns:1fr; }
  .final-grid{ grid-template-columns:1fr; }
}

@media (max-width: 768px) {
  .battery-hero__image {
    height: 260px;   /* smaller on mobile */
  }

  .battery-hero__heading {
    font-size: 30px;
  }

  .battery-hero__subtext {
    font-size: 16px;
  }

  .battery-hero__button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .battery-card {
    padding: 20px;
  }

  .wrapper_progress .battery-progress {
    padding-left: 10px;
    padding-right: 10px;
  }
}


.inverter-options .inverter-option , .connection-grid .conn-option , .bigusers-grid .biguser-tile , .smart-list .smart-item  {
  justify-content: space-between !important;
}
.install-top-grid .install-tile{
  flex-direction: column;
}
.smart-radio__label {
  font-size:15px;
}
.install-bottom-grid .install-mini{
  justify-content: flex-start !important;
}
