/* === Service – Section-Design (Namespace .sv-) === */
.service main.content.sv-page { max-width: none !important; padding: 0 !important; flex-grow: 1 !important; }
.sv-container { max-width: 1100px; padding: 0 0 0 80px; margin: 0; box-sizing: border-box; }
@media (max-width: 768px) { .sv-container { padding: 0 20px; } }
.sv-page, .sv-page h1, .sv-page h2, .sv-page h3 { color: #1a2b3c; }
.sv-page p { line-height: 1.7; color: #334155; }

/* Hero */
.sv-hero { background: linear-gradient(135deg, #eef4fb 0%, #f7fbff 55%, #eaf3fb 100%); border-bottom: 1px solid #d4e4f4; padding: 56px 0 50px; }
.sv-hero-grid { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: center; }
.sv-hero h1 { font-size: 2.4rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1.14; margin: 0 0 16px; color: #0d2137; }
.sv-hero h1 span { color: #0d5a93; }
.sv-hero-sub { font-size: 1.12rem; line-height: 1.65; color: #475569; max-width: 580px; margin: 0 0 24px; }
.sv-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.sv-hero-visual { text-align: center; }
.sv-hero-visual img { width: 100%; max-width: 300px; height: auto; }

/* Buttons */
.sv-btn { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 1rem; padding: 13px 26px; border-radius: 9px; text-decoration: none; transition: transform .15s, box-shadow .2s, background .2s; }
.sv-btn svg { width: 16px; height: 16px; }
.sv-btn-primary { background: #0d5a93; color: #fff; box-shadow: 0 6px 16px rgba(13,90,147,0.25); }
.sv-btn-primary:hover { background: #094a7a; color: #fff; transform: translateY(-2px); text-decoration: none; }
.sv-btn-ghost { background: #fff; color: #0d5a93; border: 1px solid #c7ddf0; }
.sv-btn-ghost:hover { background: #eef5fb; color: #0d5a93; transform: translateY(-2px); text-decoration: none; }

/* Trust-Strip */
.sv-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 22px 0 0; padding: 0; }
.sv-trust li { list-style: none; display: inline-flex; align-items: center; gap: 8px; font-size: 0.95rem; font-weight: 600; color: #334155; }
.sv-trust li svg { color: #1e7d52; flex-shrink: 0; }

/* Sections */
.sv-section { padding: 52px 0; }
.sv-section-head { max-width: 720px; margin: 0 0 30px; }
.sv-section-head.is-center { text-align: center; margin-left: auto; margin-right: auto; }
.sv-section-head h2 { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
.sv-section-head p { color: #64748b; font-size: 1.04rem; line-height: 1.6; margin: 0; }
.sv-tint { background: linear-gradient(180deg, #f7fafd 0%, #ffffff 100%); border-top: 1px solid #e9eff5; border-bottom: 0; }

/* Flagship Design-Services */
.sv-flagship { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sv-flag-card { background: #fff; border: 1px solid #e6eef4; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(13,33,55,0.06); display: flex; flex-direction: column; transition: transform .15s, box-shadow .2s; }
.sv-flag-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(13,33,55,0.1); }
.sv-flag-media { aspect-ratio: 1/1; background: linear-gradient(135deg, #f0f5f9, #fcfeff); border-bottom: 1px solid #e3edf5; overflow: hidden; }
.sv-flag-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sv-flag-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1 1 auto; }
.sv-flag-body h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 8px; color: #0d2137; }
.sv-flag-body p { font-size: 0.94rem; color: #475569; margin: 0 0 14px; line-height: 1.55; }
.sv-flag-usps { list-style: none; padding: 0; margin: 0 0 18px; }
.sv-flag-usps li { display: flex; gap: 8px; align-items: flex-start; font-size: 0.9rem; color: #334155; padding: 3px 0; }
.sv-flag-usps li svg { color: #1e7d52; flex-shrink: 0; margin-top: 3px; width: 15px; height: 15px; }
.sv-flag-body .sv-btn { margin-top: auto; justify-content: center; }

/* Service-Grid (Icon-Karten) */
.sv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sv-card { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 24px 22px; box-shadow: 0 2px 10px rgba(13,33,55,0.05); display: flex; flex-direction: column; transition: transform .15s, box-shadow .2s; }
.sv-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(13,33,55,0.1); }
.sv-card-ico { width: 46px; height: 46px; border-radius: 12px; background: #eef5fb; color: #0d5a93; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.sv-card h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 5px; }
.sv-card p { font-size: 0.92rem; color: #475569; margin: 0 0 16px; flex: 1 1 auto; line-height: 1.5; }
.sv-card .sv-link { margin-top: auto; }
.sv-card:nth-child(1) .sv-card-ico { background: #eef5fb; color: #0d5a93; }
.sv-card:nth-child(2) .sv-card-ico { background: #fdf3e2; color: #d98a00; }
.sv-card:nth-child(3) .sv-card-ico { background: #e7f6ee; color: #1e7d52; }
.sv-card:nth-child(4) .sv-card-ico { background: #f1ecfd; color: #7c3aed; }
.sv-card:nth-child(5) .sv-card-ico { background: #fce7f0; color: #db2777; }
.sv-card:nth-child(6) .sv-card-ico { background: #fdecec; color: #c0392b; }
.sv-link { color: #0d5a93; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; font-size: 0.92rem; }
.sv-link:hover { text-decoration: underline; color: #094a7a; }
.sv-link svg { width: 14px; height: 14px; }

/* Mini-Karten (Agentur / Branding) */
.sv-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sv-mini { background: #fff; border: 1px solid #e6eef4; border-radius: 14px; padding: 22px 24px; display: flex; align-items: center; gap: 16px; box-shadow: 0 2px 10px rgba(13,33,55,0.05); transition: transform .15s, box-shadow .2s; }
.sv-mini:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(13,33,55,0.1); }
.sv-mini-ico { width: 44px; height: 44px; border-radius: 12px; background: #eef5fb; color: #0d5a93; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sv-mini h3 { font-size: 1.02rem; font-weight: 700; margin: 0 0 2px; }
.sv-mini p { font-size: 0.9rem; color: #64748b; margin: 0 0 6px; }

/* CTA-Band */
.sv-cta { background: linear-gradient(135deg, #0d5a93 0%, #0a4a7a 100%); color: #fff; border-radius: 18px; padding: 42px 34px; margin: 0 0 40px; text-align: center; }
.sv-cta h2 { color: #fff; font-size: 1.55rem; font-weight: 800; margin: 0 0 10px; }
.sv-cta p { color: #d6e6f3; margin: 0 auto 22px; max-width: 600px; }
.sv-cta .sv-btn-primary { background: #fff; color: #0d5a93; }
.sv-cta .sv-btn-primary:hover { background: #eef5fb; color: #0d5a93; }

@media (max-width: 900px) {
  .sv-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .sv-hero-visual { display: none; }
  .sv-hero h1 { font-size: 1.95rem; }
  .sv-flagship { grid-template-columns: 1fr; }
  .sv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .sv-grid { grid-template-columns: 1fr; }
  .sv-mini-grid { grid-template-columns: 1fr; }
}
