/* Stromvertrag (aWATTar) */
.vt-head{background:linear-gradient(160deg,var(--bg2),var(--dunkel) 70%);border:1px solid var(--line);border-radius:var(--r);padding:18px 16px;box-shadow:var(--sh);color:var(--ink)}
.vt-head .brand{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gruen-text)}
.vt-head h2{all:unset;display:block;font-size:22px;line-height:1.2;font-weight:750;letter-spacing:-.02em;margin:6px 0 8px;color:var(--ink)}
.vt-head p{color:var(--ink3);font-size:14px}
.vt-tarife{display:grid;gap:12px;margin-top:12px}
@media(min-width:520px){.vt-tarife{grid-template-columns:1fr 1fr}}
.vt-tarife .tarif{margin:0;display:flex;flex-direction:column;gap:6px}
.vt-tarife .t .ic{width:36px;height:36px;border-radius:11px;background:var(--wash);color:var(--gruen-text);display:grid;place-items:center;margin-bottom:8px}
.vt-tarife ul{margin:6px 0 0;padding-left:18px;font-size:13px;color:var(--ink3)}
.vt-ticks{list-style:none;margin:0;padding:0}
.vt-ticks li{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);align-items:flex-start}
.vt-ticks li:last-child{border:0}
.vt-ticks svg,.vt-ok{flex:none;width:22px;height:22px;border-radius:50%;background:var(--wash);color:var(--gruen-text);padding:4px}
.vt-ticks b{display:block}.vt-ticks small{color:var(--ink4);font-size:12px}
.vt-sum{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.vt-sum .big{font-size:34px}.vt-sum span{color:var(--ink4);font-size:14px}
.vt-det{margin-top:10px;border-top:1px solid var(--line)}
.vt-det summary{list-style:none;cursor:pointer;padding:12px 0;font-weight:600;color:var(--gruen-text);display:flex;justify-content:space-between;min-height:44px;align-items:center}
.vt-det summary::-webkit-details-marker{display:none}
.vt-det summary svg{width:18px;height:18px;transition:transform .2s}
.vt-det[open] summary svg{transform:rotate(180deg)}
.vt-bar{height:8px;border-radius:5px;background:var(--line);overflow:hidden;margin-top:6px}
.vt-bar i{display:block;height:100%;background:var(--gruen);border-radius:5px}
.vt-item{padding:8px 0}.vt-item .row{padding:0;border:0}
.vt-note{font-size:12px;color:#77590a;background:var(--wash-gelb);border:1px solid #efe0a6;border-radius:10px;padding:7px 10px;margin-top:10px}
.vt-switch{display:flex;justify-content:space-between;align-items:center;gap:12px}
.vt-switch small{display:block;color:var(--ink4);font-size:12px}
.vt-wechsel .big{font-size:30px}
.vt-eg{display:flex;gap:12px;align-items:flex-start}
.vt-eg .ic{width:40px;height:40px;border-radius:12px;background:var(--wash);color:var(--gruen-text);display:grid;place-items:center;flex:none}
.vt-eg p{color:var(--ink3);font-size:14px}
@media(prefers-reduced-motion:reduce){.vt-det summary svg{transition:none}}
