.svc-flow h2 { margin: 0 0 14px; font-size: 30px; line-height: 1.2; font-weight: 800; letter-spacing: -0.02em; }
.svc-flow .v11-kicker { margin: 0 0 8px; font-size: 12px; line-height: 1; letter-spacing: 0.12em; text-transform: uppercase; color: #6b7785; }
.svc-flow .v11-lead { margin: 0 0 24px; max-width: 62ch; font-size: 16px; color: #4a5560; }
.svc-flow .v11-radio { position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; }
.svc-flow .v11-switch { display: inline-grid; grid-auto-flow: column; gap: 4px; padding: 4px; margin: 0 0 24px; border-radius: 100px; background: #f6f8f9; }
.svc-flow .v11-switch label { padding: 9px 20px; border-radius: 100px; font-size: 14px; font-weight: 600; line-height: 1.2; color: #4a5560; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
.svc-flow .v11-switch label:hover { color: #17202a; }
.svc-flow #v11-private:checked ~ .v11-body label[for="v11-private"], .svc-flow #v11-company:checked ~ .v11-body label[for="v11-company"] { background: #08a826; color: #fff; }
.svc-flow #v11-private:focus-visible ~ .v11-body label[for="v11-private"], .svc-flow #v11-company:focus-visible ~ .v11-body label[for="v11-company"] { outline: 2px solid #08a826; outline-offset: 2px; }
.svc-flow #v11-private:checked ~ .v11-body [data-scenario="company"], .svc-flow #v11-company:checked ~ .v11-body [data-scenario="private"] { display: none; }
.svc-flow .v11-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc-flow .v11-card { position: relative; padding: 20px; border: 1px solid #e4e8ee; border-radius: 16px; background: #fff; overflow: hidden; }
.svc-flow .v11-card-num { position: absolute; top: 8px; right: 16px; font-size: 40px; line-height: 1; font-weight: 800; color: #d9f0df; }
.svc-flow .v11-card h3 { position: relative; margin: 0 0 6px; padding-top: 28px; font-size: 18px; line-height: 1.25; font-weight: 600; }
.svc-flow .v11-card p { margin: 0; font-size: 15px; line-height: 1.5; color: #4a5560; }
.svc-flow .v11-card--cta { display: flex; flex-direction: column; justify-content: center; border-color: #d9f0df; background: #f6f8f9; }
.svc-flow .v11-card--cta h3 { padding-top: 0; }
.svc-flow .v11-card--cta p { margin-bottom: 16px; }
.svc-flow .kkl-cta { align-self: flex-start; display: inline-block; padding: 11px 22px; border-radius: 100px; background: #08a826; color: #fff; font-size: 15px; font-weight: 600; line-height: 1.2; text-decoration: none; transition: background 160ms ease; }
.svc-flow .kkl-cta:hover { background: #067c1c; }
.svc-flow .kkl-cta:focus-visible { outline: 2px solid #0a0d12; outline-offset: 2px; }
@media (max-width: 900px) {
	.svc-flow .v11-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
	.svc-flow h2 { font-size: 24px; }
	.svc-flow .v11-lead { margin-bottom: 18px; font-size: 15px; }
	.svc-flow .v11-switch { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; margin-bottom: 18px; }
	.svc-flow .v11-switch label { padding: 9px 6px; text-align: center; font-size: 13px; }
}
@media (max-width: 560px) {
	.svc-flow .v11-grid { grid-template-columns: 1fr; gap: 12px; }
	.svc-flow .v11-card { padding: 16px; }
	.svc-flow .v11-card-num { font-size: 32px; right: 14px; }
	.svc-flow .v11-card h3 { padding-top: 22px; font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
	.svc-flow .v11-switch label, .svc-flow .kkl-cta { transition: none; }
}
