/* Leistungen: Karten mit Mini-Oberflächen */
.svc-bento .card { min-height: 0; justify-content: flex-start; padding: 20px 20px 28px; gap: 0; }
.svc-bento .card::before { display: none; }
.svc-bento .ct { padding: 0 8px; margin-top: 26px; }
.svc-bento .ct h3 { margin: 0 0 8px; font-size: 22px; }
.viz { position: relative; height: 230px; border-radius: 12px; background: #0a0a0a; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); overflow: hidden; padding: 18px; color: #d2d2d2; text-align: left; }
.viz small { display: block; font: 500 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: #8a8a8a; margin-bottom: 8px; }
.card.inv .viz { box-shadow: none; }
.bento.svc-bento .card:nth-child(1) .viz, .bento.svc-bento .card:nth-child(2) .viz { height: 270px; }

/* Design */
.v-design { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; }
.v-design .sw { display: flex; gap: 8px; margin-bottom: 22px; }
.v-design .sw i { width: 34px; height: 34px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.v-design .sw i:nth-child(1) { background: #000; } .v-design .sw i:nth-child(2) { background: #2b2b2b; } .v-design .sw i:nth-child(3) { background: #6b6b6b; } .v-design .sw i:nth-child(4) { background: #b5b5b5; } .v-design .sw i:nth-child(5) { background: #d2d2d2; }
.v-design .bts { display: flex; gap: 8px; flex-wrap: wrap; }
.v-design .bts b { padding: 10px 16px; border-radius: 8px; background: #d2d2d2; color: #000; font-size: 13px; font-weight: 500; }
.v-design .bts b.o { background: none; color: #d2d2d2; box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.v-design .dz-r { border-left: 1px solid rgba(255,255,255,.1); padding-left: 18px; }
.v-design .aa { font-size: 92px; font-weight: 600; letter-spacing: -.06em; line-height: 1; }
.v-design .aa span { font: italic 400 92px 'Instrument Serif', serif; color: #8a8a8a; margin-left: -6px; }
.v-design em { font-style: normal; font-size: 12px; color: #8a8a8a; }
.v-design .ruler { position: absolute; left: 18px; right: 18px; bottom: 16px; height: 1px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.35) 0 1px, transparent 1px 10px); }

/* Code */
.v-code { font: 12.5px/1.75 var(--mono); padding: 18px 18px 18px 0; display: grid; grid-template-columns: 34px 1fr; }
.v-code .ln { color: #4a4a4a; text-align: right; padding-right: 12px; user-select: none; }
.v-code .k { color: #8a8a8a; } .v-code .s { color: #d2d2d2; } .v-code .a { color: #b5b5b5; }
.v-code .chip2 { position: absolute; right: 14px; bottom: 14px; padding: 6px 10px; border-radius: 8px; background: #d2d2d2; color: #000; font: 500 11px var(--sans); }

/* Redesign */
.v-redes { padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.v-redes .half { padding: 40px 18px 18px; position: relative; }
.v-redes .half small { position: absolute; left: 18px; top: 16px; margin: 0; }
.v-redes .old { background: #151515; }
.v-redes .old i { display: block; height: 10px; border-radius: 2px; background: #3a3a3a; margin-bottom: 8px; }
.v-redes .old i:nth-child(2) { width: 70%; background: #555; height: 22px; } .v-redes .old i:nth-child(3) { width: 90%; } .v-redes .old i:nth-child(4) { width: 55%; background: #2c2c2c; } .v-redes .old i:nth-child(5) { width: 80%; height: 30px; background: #444; }
.v-redes .new { background: #d2d2d2; color: #000; }
.v-redes .new small { color: #555; }
.v-redes .new .t { height: 20px; width: 84%; background: #000; border-radius: 4px; margin-bottom: 8px; }
.v-redes .new .t.s { width: 56%; }
.v-redes .new .p { height: 6px; width: 70%; background: #8a8a8a; border-radius: 3px; margin: 14px 0 16px; }
.v-redes .new .b { width: 74px; height: 24px; background: #000; border-radius: 8px; }
.v-redes .knob { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: #fff; transform: translateX(-1px); }
.v-redes .knob::after { content: '⇄'; position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; margin: -17px 0 0 -17px; border-radius: 50%; background: #fff; color: #000; display: grid; place-items: center; font-size: 15px; box-shadow: 0 8px 24px rgba(0,0,0,.5); }

/* SEO */
.v-seo .bar { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 30px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); font-size: 13px; margin-bottom: 16px; }
.v-seo .bar svg { width: 15px; height: 15px; stroke: #8a8a8a; fill: none; stroke-width: 2; stroke-linecap: round; }
.v-seo .res { display: grid; gap: 3px; }
.v-seo .res u { text-decoration: none; font-size: 11px; color: #8a8a8a; }
.v-seo .res b { font-size: 15px; font-weight: 500; letter-spacing: -.01em; }
.v-seo .res span { font-size: 12px; color: #8a8a8a; line-height: 1.4; }
.v-seo .rank { position: absolute; right: 14px; top: 68px; padding: 4px 9px; border-radius: 6px; background: #d2d2d2; color: #000; font: 500 10px var(--mono); }
.v-seo .rings { position: absolute; left: 18px; bottom: 16px; display: flex; gap: 14px; }
.v-seo .rg { display: flex; align-items: center; gap: 8px; font-size: 11px; color: #8a8a8a; }
.v-seo .rg i { width: 30px; height: 30px; border-radius: 50%; background: conic-gradient(#d2d2d2 0 100%, #333 0); display: grid; place-items: center; }
.v-seo .rg i::after { content: '100'; width: 23px; height: 23px; border-radius: 50%; background: #0a0a0a; display: grid; place-items: center; font: 600 8.5px var(--sans); color: #d2d2d2; }

/* Wartung */
.v-ops .head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.v-ops .st { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 14px; }
.v-ops .st i { width: 8px; height: 8px; border-radius: 50%; background: #d2d2d2; box-shadow: 0 0 0 4px rgba(210,210,210,.15); }
.v-ops .up { font: 500 11px var(--mono); color: #8a8a8a; }
.v-ops .r { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.v-ops .r em { font-style: normal; color: #8a8a8a; }
.v-ops .spark { display: flex; align-items: flex-end; gap: 3px; height: 26px; position: absolute; right: 18px; top: 44px; left: 18px; display: none; }

@media (max-width: 960px) { .bento.svc-bento .card:nth-child(1) .viz, .bento.svc-bento .card:nth-child(2) .viz { height: 240px; } }

.bento.svc-bento .card:nth-child(3), .bento.svc-bento .card:nth-child(4) { grid-column: span 3; }
