.sw-h15 { position: relative; min-height: 100vh; background: #DCE5DA; color: #2F4A3C; font-family: 'Inter', sans-serif; display: flex; flex-direction: column; overflow: hidden; }
.sw-h15-branch { position: absolute; top: -30px; right: 6%; width: 190px; height: 520px; color: rgba(47,74,60,0.22); pointer-events: none; }
.sw-h15-main { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; flex: 1; padding: 3rem clamp(2.5rem, 5vw, 4.5rem) 1.4rem; gap: 2rem; position: relative; z-index: 2; }
.sw-h15-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.7rem; letter-spacing: 3.5px; text-transform: uppercase; font-weight: 600; color: #2F4A3C; margin-bottom: 1.5rem; }
.sw-h15-dot { width: 8px; height: 8px; border-radius: 50%; background: #5E7C5B; }
.sw-h15-eyebrow-loc { font-style: normal; color: #6E8472; font-weight: 500; }
.sw-h15-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: 54px; line-height: 1.05; letter-spacing: -0.8px; color: #2F4A3C; margin: 0 0 0.9rem; max-width: 18ch; }
.sw-h15-italic { font-style: italic; font-weight: 500; color: #5E7C5B; }
.sw-h15-leafline { width: 170px; height: 18px; color: #5E7C5B; margin-bottom: 1rem; display: block; }
.sw-h15-sub { font-size: 15px; line-height: 1.7; color: #587263; max-width: 46ch; margin: 0 0 0.9rem; }
.sw-h15-emphasis { display: block; font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 600; color: rgba(94,124,91,0.9); margin-bottom: 1.6rem; }
.sw-h15-actions { display: flex; align-items: center; gap: 14px; margin-bottom: 1.8rem; }
.sw-h15-cta-primary { display: inline-flex; align-items: center; gap: 10px; background: #2F4A3C; color: #EFF4ED; font-size: 0.9rem; font-weight: 600; padding: 14px 28px; border-radius: 999px; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sw-h15-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(47,74,60,0.55); }
.sw-h15-cta-secondary { display: inline-flex; align-items: center; color: #2F4A3C; font-size: 0.9rem; font-weight: 600; padding: 13px 24px; border: 1.5px solid rgba(47,74,60,0.3); border-radius: 999px; text-decoration: none; transition: border-color 0.25s ease; }
.sw-h15-cta-secondary:hover { border-color: #5E7C5B; }
.sw-h15-foot { display: flex; align-items: baseline; gap: 10px; }
.sw-h15-foot-num { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.8rem; font-weight: 600; color: #2F4A3C; }
.sw-h15-foot-meta { font-size: 0.72rem; color: #587263; letter-spacing: 0.04em; }
.sw-h15-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.sw-h15-oval { position: relative; width: min(300px, 24vw); height: min(430px, 56vh); border-radius: 50%; background-image: url('/studio/components/images/coaches-3-heilpraktiker.jpg'); background-size: cover; background-position: 50% 25%; box-shadow: 0 30px 60px -30px rgba(47,74,60,0.5); z-index: 2; }
.sw-h15-oval-ring { position: absolute; width: min(330px, 26vw); height: min(465px, 60vh); border: 1px solid rgba(47,74,60,0.4); border-radius: 50%; transform: translate(14px, 10px); }
.sw-h15-photo-credit { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(239,244,237,0.95); background: rgba(47,74,60,0.5); padding: 4px 12px; border-radius: 999px; white-space: nowrap; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.sw-h15-spread { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3.5rem); padding: 1.5rem clamp(2.5rem, 5vw, 4.5rem) 2.4rem; border-top: 1px solid rgba(47,74,60,0.25); }
.sw-h15-col-num { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 0.95rem; color: #5E7C5B; display: block; margin-bottom: 4px; }
.sw-h15-col-title { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; font-size: 1.15rem; color: #2F4A3C; margin: 0 0 0.7rem; }
.sw-h15-method-list, .sw-h15-cert-list { list-style: none; margin: 0; padding: 0; }
.sw-h15-method-list li, .sw-h15-cert-list li { position: relative; font-size: 0.78rem; line-height: 1.5; color: #587263; padding: 3px 0 3px 18px; }
.sw-h15-method-list li::before, .sw-h15-cert-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 9px; height: 5px; background: #5E7C5B; border-radius: 50% 0 50% 0; transform: rotate(-32deg); opacity: 0.8; }
.sw-h15-termin { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 4px 0; border-bottom: 1px dashed rgba(47,74,60,0.2); }
.sw-h15-termin:last-of-type { border-bottom: none; }
.sw-h15-day { font-size: 0.76rem; color: #587263; }
.sw-h15-time { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.04em; color: #5E7C5B; white-space: nowrap; }
.sw-h15-termine-meta { margin: 0.6rem 0 0; font-size: 0.66rem; line-height: 1.5; color: rgba(88,114,99,0.85); }
@media (max-width: 960px) { .sw-h15-main { grid-template-columns: 1fr; padding: 3.5rem 1.6rem 1rem; } .sw-h15-title { font-size: 40px; } .sw-h15-visual { order: -1; } .sw-h15-oval { width: min(260px, 64vw); height: min(360px, 44vh); } .sw-h15-oval-ring { width: min(285px, 70vw); height: min(390px, 48vh); } .sw-h15-branch { display: none; } .sw-h15-spread { grid-template-columns: 1fr; gap: 1.4rem; padding: 1.4rem 1.6rem 2.2rem; } }
