.sw-h4 { position: relative; min-height: 100vh; background: #DEE6ED; color: #1C2B3A; font-family: 'Inter', sans-serif; display: flex; align-items: center; justify-content: center; padding: 4.5rem 2rem 3.5rem; overflow: hidden; }
.sw-h4::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 500px at 50% -10%, rgba(255,255,255,0.55), rgba(255,255,255,0) 60%); pointer-events: none; }
.sw-h4-card { position: relative; width: min(880px, 94vw); background: #FCFBF8; border: 1px solid #1C2B3A; box-shadow: 0 30px 70px -30px rgba(28,43,58,0.35); padding: 4.6rem 3.4rem 3rem; text-align: center; }
.sw-h4-card::after { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(28,43,58,0.35); pointer-events: none; }
.sw-h4-seal { position: absolute; top: -34px; right: 38px; width: 96px; height: 96px; border-radius: 50%; background: #FCFBF8; border: 1.5px solid #7D2F35; box-shadow: inset 0 0 0 4px #FCFBF8, inset 0 0 0 5.5px rgba(125,47,53,0.55); display: flex; align-items: center; justify-content: center; transform: rotate(-11deg); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: #7D2F35; z-index: 2; }
.sw-h4-medallion { display: block; width: 92px; height: 92px; margin: 0 auto 1.6rem; border-radius: 50%; border: 2px solid #1C2B3A; box-shadow: 0 0 0 6px #FCFBF8, 0 0 0 7px rgba(28,43,58,0.25); background-image: url('/studio/components/images/aerzte-2-hausarzt.jpg'); background-size: cover; background-position: 50% 22%; }
.sw-h4-eyebrow { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 0.72rem; letter-spacing: 4.5px; text-transform: uppercase; font-weight: 600; color: #1C2B3A; margin-bottom: 1.6rem; }
.sw-h4-cross { color: #7D2F35; font-size: 0.65rem; }
.sw-h4-eyebrow-loc { font-style: normal; color: #5E7186; font-weight: 500; }
.sw-h4-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: 64px; line-height: 1.04; letter-spacing: -0.8px; color: #1C2B3A; margin: 0 auto 1.3rem; max-width: 17ch; }
.sw-h4-italic { font-style: italic; font-weight: 500; color: #7D2F35; }
.sw-h4-sub { font-size: 17px; line-height: 1.65; color: #4A5C6E; max-width: 52ch; margin: 0 auto 2rem; }
.sw-h4-actions { margin-bottom: 2.4rem; }
.sw-h4-cta-primary { display: inline-flex; align-items: center; gap: 10px; background: #1C2B3A; color: #FCFBF8; font-size: 0.92rem; font-weight: 600; letter-spacing: 0.04em; padding: 15px 32px; border-radius: 999px; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sw-h4-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(28,43,58,0.5); }
.sw-h4-arrow { font-size: 1rem; }
.sw-h4-heritage { display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: #5E7186; font-weight: 600; }
.sw-h4-heritage-rule { width: 56px; height: 1px; background: rgba(28,43,58,0.3); }
.sw-h4-photo-credit { position: absolute; bottom: 10px; right: 14px; font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(28,43,58,0.4); }
@media (max-width: 860px) { .sw-h4-card { padding: 3.6rem 1.6rem 2.4rem; } .sw-h4-title { font-size: 42px; } .sw-h4-seal { width: 78px; height: 78px; top: -26px; right: 18px; font-size: 0.6rem; } }
