.b2b-charging-product-switcher-01{padding:130px 0 100px;background:#fff}
.b2b-charging-product-switcher-01 *{box-sizing:border-box}
.b2b-charging-product-switcher-01__inner{width:min(var(--container-width,1320px),calc(100% - 40px));margin:auto}
.b2b-charging-product-switcher-01 header{display:grid;grid-template-columns:1fr 440px;align-items:end;gap:50px;margin-bottom:50px}
.b2b-charging-product-switcher-01 header>div>p{margin:0 0 12px;color:var(--color-primary,#16bfb2);font-size:11px;font-weight:700;letter-spacing:2.2px;text-transform:uppercase}
.b2b-charging-product-switcher-01 h2{max-width:760px;margin:0;color:var(--color-secondary,#122630);font:700 clamp(34px,3.25vw,46px)/1.1 var(--font-heading,Arial);letter-spacing:-1.25px}
.b2b-charging-product-switcher-01 header>p{margin:0;color:var(--color-muted,#667881);font-size:15px;line-height:1.75}
.b2b-charging-product-switcher-01__stage{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:610px;border:1px solid #dde7ea;border-radius:12px;background:var(--color-surface,#f1f6f6);box-shadow:0 22px 60px rgba(21,50,60,.08);overflow:hidden}
.b2b-charging-product-switcher-01__stage nav{display:flex;flex-direction:column;border-right:1px solid #dde7ea;background:#fff}
.b2b-charging-product-switcher-01__stage nav button{position:relative;display:grid;flex:1;grid-template-columns:36px 1fr;gap:4px 10px;min-height:0;padding:24px 22px;border:0;border-bottom:1px solid #e6edef;color:#72838b;background:#fff;text-align:left;cursor:pointer}
.b2b-charging-product-switcher-01__stage nav button:before{position:absolute;top:0;bottom:0;left:0;width:4px;background:var(--color-primary,#16bfb2);content:"";transform:scaleY(0);transition:.25s}
.b2b-charging-product-switcher-01__stage nav button.is-active{color:var(--color-secondary,#122630);background:#f7fbfb}
.b2b-charging-product-switcher-01__stage nav button.is-active:before{transform:scaleY(1)}
.b2b-charging-product-switcher-01__stage nav span{grid-row:1/3;color:var(--color-primary,#16bfb2);font-size:11px;font-weight:700}
.b2b-charging-product-switcher-01__stage nav strong{font-size:16px;line-height:1.3;font-weight:600}
.b2b-charging-product-switcher-01__stage nav small{font-size:13px}
.b2b-charging-product-switcher-01__panels{position:relative;min-width:0}
.b2b-charging-product-switcher-01__panels article{display:none;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);height:100%}
.b2b-charging-product-switcher-01__panels article.is-active{display:grid;animation:chargeProductIn .4s ease both}
.b2b-charging-product-switcher-01__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:610px;padding:45px;background:radial-gradient(circle at 50% 48%,#fff 0 28%,transparent 67%)}
.b2b-charging-product-switcher-01__visual:before{position:absolute;width:68%;aspect-ratio:1;border:1px solid #d9e6e8;border-radius:50%;content:""}
.b2b-charging-product-switcher-01__visual>span{position:absolute;z-index:2;top:30px;left:30px;padding:9px 13px;border-radius:999px;color:#fff;background:var(--color-secondary,#122630);font-size:10px;font-weight:700;letter-spacing:1px}
.b2b-charging-product-switcher-01__visual img{position:relative;z-index:1;width:min(100%,540px);height:auto;filter:drop-shadow(0 25px 28px rgba(15,37,46,.16))}
.b2b-charging-product-switcher-01__copy{padding:65px 55px;background:#fff}
.b2b-charging-product-switcher-01__copy>p:first-child{margin:0 0 10px;color:var(--color-primary,#16bfb2);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.b2b-charging-product-switcher-01__copy h3{margin:0;color:var(--color-secondary,#122630);font:600 30px/1.12 var(--font-heading,Arial)}
.b2b-charging-product-switcher-01__power{display:flex;align-items:end;gap:12px;margin:28px 0 22px}
.b2b-charging-product-switcher-01__power strong{color:var(--color-primary,#16bfb2);font:700 34px/1 var(--font-heading,Arial)}
.b2b-charging-product-switcher-01__power span{padding-bottom:4px;color:#7b8a91;font-size:13px}
.b2b-charging-product-switcher-01__description{color:var(--color-muted,#667881);font-size:14px;line-height:1.7}
.b2b-charging-product-switcher-01__copy dl{margin:28px 0}
.b2b-charging-product-switcher-01__copy dl div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid #edf1f2;font-size:13px}
.b2b-charging-product-switcher-01__copy dt{color:#819098}
.b2b-charging-product-switcher-01__copy dd{margin:0;color:var(--color-secondary,#122630);font-weight:600}
.b2b-charging-product-switcher-01__copy>a{display:inline-flex;gap:35px;padding:15px 21px;color:#fff;background:var(--color-secondary,#122630);text-decoration:none;font-size:12px;font-weight:700}
@keyframes chargeProductIn{from{opacity:0;transform:translateX(12px)}
to{opacity:1;transform:none}
}
@media(max-width:980px){.b2b-charging-product-switcher-01{padding-top:115px}
.b2b-charging-product-switcher-01 header{grid-template-columns:1fr}
.b2b-charging-product-switcher-01__stage{grid-template-columns:1fr}
.b2b-charging-product-switcher-01__stage nav{display:grid;grid-template-columns:repeat(4,1fr);border-right:0;border-bottom:1px solid #dde7ea}
.b2b-charging-product-switcher-01__stage nav button{grid-template-columns:1fr;min-height:96px;padding:18px}
.b2b-charging-product-switcher-01__stage nav span{grid-row:auto}
.b2b-charging-product-switcher-01__stage nav button:before{top:auto;right:0;width:auto;height:4px;transform:scaleX(0)}
.b2b-charging-product-switcher-01__stage nav button.is-active:before{transform:scaleX(1)}
}
@media(max-width:720px){.b2b-charging-product-switcher-01{padding:105px 0 65px}
.b2b-charging-product-switcher-01__inner{width:calc(100% - 30px)}
.b2b-charging-product-switcher-01 h2{font-size:32px}
.b2b-charging-product-switcher-01__stage nav{grid-template-columns:1fr 1fr}
.b2b-charging-product-switcher-01__panels article.is-active{grid-template-columns:1fr}
.b2b-charging-product-switcher-01__visual{min-height:390px;padding:30px}
.b2b-charging-product-switcher-01__copy{padding:38px 25px}
.b2b-charging-product-switcher-01__power strong{font-size:32px}
}
