.batt .cell.off{opacity:.12}.sim-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--ww);border-radius:10px}.sim-row svg{width:20px;height:20px;color:var(--or);flex:none}.sim-row .t{font-size:13.5px;font-weight:600;color:var(--dk)}.sim-row .t b{color:var(--or);font-weight:800}.pc-bar{flex:1;display:flex;flex-direction:column;justify-content:flex-end;position:relative;height:100%}.pc-grid-fill{background:#d9dee3;border-radius:3px 3px 0 0}.pc-batt-fill{background:var(--gr);border-radius:3px 3px 0 0}.tech{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px}.tech-card{background:#fff;border:1px solid var(--ln);border-radius:16px;padding:30px}.tech-hex{width:48px;height:54px;background:rgba(233,107,30,.1);flex:none;margin-bottom:18px;display:flex;align-items:center;justify-content:center;-webkit-clip-path:var(--hex);clip-path:var(--hex)}.tech-hex svg{width:24px;height:24px;color:var(--or)}.tech-card h3{font-size:17px;font-weight:700;margin-bottom:10px;letter-spacing:-.01em;color:var(--dk)!important}.tech-card p{font-size:14px;color:var(--gy);line-height:1.6;margin:0}.tech-card .tspec{display:inline-block;margin-top:14px;font-size:12px;font-weight:700;background:var(--ww);color:var(--dk);padding:5px 12px;border-radius:999px}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-item.open .faq-a{display:block}@media (max-width:960px){.tech{grid-template-columns:1fr}}