.sw-p40 { box-sizing: border-box; font-family: 'Space Grotesk', 'Inter', sans-serif; background: #DDEBC8; color: #28401F; }
.sw-p40 *, .sw-p40 *::before, .sw-p40 *::after { box-sizing: inherit; }
.sw-p40-wrap { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.6rem, 4vw, 3rem); }
.sw-p40-section { padding: 6rem 0; position: relative; }
.sw-p40-head { text-align: center; max-width: 700px; margin: 0 auto 3.2rem; }
.sw-p40-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: #FFFFFF; border-radius: 999px; padding: 8px 18px; font-size: 0.66rem; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; color: #28401F; box-shadow: 0 10px 22px -14px rgba(40, 64, 31, 0.5); margin-bottom: 1.5rem; }
.sw-p40-dot { width: 8px; height: 8px; border-radius: 50%; background: #F08A24; }
.sw-p40-h2 { font-weight: 700; font-size: clamp(2.2rem, 4.6vw, 3.3rem); line-height: 1.02; letter-spacing: -1.2px; color: #28401F; margin: 0 0 1rem; }
.sw-p40-h2 em { font-family: 'Caveat', cursive; font-style: normal; font-weight: 700; font-size: 1.22em; color: #F08A24; }
.sw-p40-lead { font-size: 16px; line-height: 1.68; color: #5C7050; margin: 0; }
.sw-p40-trail { height: 130px; margin: -1rem 0; position: relative; z-index: 0; pointer-events: none; }
.sw-p40-trail svg { display: block; width: 100%; height: 100%; }
.sw-p40-trail-base { fill: none; stroke: rgba(40, 64, 31, 0.4); stroke-width: 3; stroke-dasharray: 1 14; stroke-linecap: round; }
.sw-p40-trail-ink { fill: none; stroke: #F08A24; stroke-width: 3.5; stroke-linecap: round; opacity: 0; }
.sw-p40-paw { fill: rgba(40, 64, 31, 0.45); }
.sw-p40-kurs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; align-items: stretch; }
.sw-p40-kurs { display: flex; }
.sw-p40-kurs-card { position: relative; flex: 1; background: #FFFFFF; border-radius: 20px; padding: 2rem 1.5rem 1.6rem; box-shadow: 0 22px 44px -24px rgba(40, 64, 31, 0.5); display: flex; flex-direction: column; gap: 0.7rem; }
.sw-p40-kurs:nth-child(odd) .sw-p40-kurs-card { transform: rotate(-0.8deg); }
.sw-p40-kurs:nth-child(even) .sw-p40-kurs-card { transform: rotate(0.8deg); }
.sw-p40-kurs-tag { align-self: flex-start; background: rgba(240, 138, 36, 0.16); color: #F08A24; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 800; padding: 6px 12px; border-radius: 999px; transition: transform 0.3s cubic-bezier(0.34, 1.5, 0.4, 1), background 0.3s ease, color 0.3s ease; }
.sw-p40-kurs-card:hover .sw-p40-kurs-tag { transform: scale(1.08) rotate(-2deg); background: #F08A24; color: #FFFFFF; }
.sw-p40-kurs h3 { font-size: 1.25rem; font-weight: 700; line-height: 1.15; margin: 0; color: #28401F; }
.sw-p40-kurs p { margin: 0; font-size: 0.86rem; line-height: 1.62; color: #5C7050; }
.sw-p40-kurs-meta { margin-top: auto; padding-top: 0.9rem; border-top: 1.5px dashed rgba(40, 64, 31, 0.22); display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem; }
.sw-p40-kurs-price { font-size: 1.15rem; font-weight: 700; color: #F08A24; }
.sw-p40-kurs-dauer { font-size: 0.72rem; color: #5C7050; }
.sw-p40-plan-sec { background: #FFFFFF; }
.sw-p40-plan-card { background: #FFFFFF; border-radius: 22px; box-shadow: 0 28px 56px -30px rgba(40, 64, 31, 0.5); padding: 1rem 1.6rem 1.4rem; max-width: 880px; margin: 0 auto; border: 1.5px solid rgba(40, 64, 31, 0.14); }
.sw-p40-plan-row { display: grid; grid-template-columns: 108px 1.25fr 0.8fr auto; gap: 14px; align-items: center; padding: 14px 8px; border-top: 1.5px dashed rgba(40, 64, 31, 0.18); border-radius: 12px; transition: background 0.3s ease; }
.sw-p40-plan-row:first-child { border-top: 0; }
.sw-p40-plan-row:hover { background: rgba(240, 138, 36, 0.08); }
.sw-p40-plan-time { font-size: 0.82rem; font-weight: 700; color: #F08A24; transition: transform 0.3s cubic-bezier(0.34, 1.5, 0.4, 1); }
.sw-p40-plan-row:hover .sw-p40-plan-time { transform: scale(1.1); transform-origin: left center; }
.sw-p40-plan-kurs { font-size: 0.92rem; font-weight: 700; color: #28401F; }
.sw-p40-plan-meta { font-size: 0.78rem; color: #5C7050; }
.sw-p40-plan-status { justify-self: end; font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; padding: 6px 12px; border-radius: 999px; background: rgba(40, 64, 31, 0.1); color: #5C7050; }
.sw-p40-plan-status--frei { background: rgba(240, 138, 36, 0.18); color: #F08A24; }
.sw-p40-plan-note { text-align: center; margin: 1.8rem 0 0; font-family: 'Caveat', cursive; font-size: 1.35rem; color: #28401F; transform: rotate(-1deg); }
.sw-p40-act { position: relative; background: radial-gradient(900px 480px at 50% 0%, rgba(255, 255, 255, 0.65), transparent 70%), #DDEBC8; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 5.5rem 0 4rem; border-top: 1.5px dashed rgba(40, 64, 31, 0.25); border-bottom: 1.5px dashed rgba(40, 64, 31, 0.25); }
.sw-p40-act-word { font-family: 'Caveat', cursive; font-weight: 700; font-size: clamp(3.4rem, 13vw, 8.5rem); line-height: 0.96; color: #28401F; margin: 0 0 1rem; transform: rotate(-2deg); }
.sw-p40-act-word em { font-style: normal; color: #F08A24; }
.sw-p40-act-sub { margin: 0 auto; max-width: 52ch; font-size: 1rem; line-height: 1.68; color: #5C7050; padding: 0 clamp(1.6rem, 4vw, 3rem); }
.sw-p40-lane { position: relative; width: min(760px, 86vw); height: 210px; margin: 1.6rem auto 2.2rem; }
.sw-p40-lane::after { content: ''; position: absolute; left: 0; right: 0; bottom: 26px; border-bottom: 2px dashed rgba(40, 64, 31, 0.35); }
.sw-p40-ball-x { position: absolute; inset: 0; }
.sw-p40-ball-shadow { position: absolute; left: 8px; bottom: 20px; width: 40px; height: 9px; border-radius: 50%; background: rgba(40, 64, 31, 0.28); }
.sw-p40-ball { position: absolute; left: 0; bottom: 28px; width: 56px; height: 56px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, #F8A953, #F08A24 58%, #D87315); box-shadow: inset -4px -6px 10px rgba(120, 60, 0, 0.35), 0 6px 14px -6px rgba(40, 64, 31, 0.5); }
.sw-p40-ball::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(circle at -38% 50%, transparent 60%, rgba(255, 255, 255, 0.85) 61% 64%, transparent 65%), radial-gradient(circle at 138% 50%, transparent 60%, rgba(255, 255, 255, 0.85) 61% 64%, transparent 65%); }
.sw-p40-act-stats { display: flex; justify-content: center; gap: 0.8rem 1.2rem; flex-wrap: wrap; padding: 0 clamp(1.6rem, 4vw, 3rem); }
.sw-p40-act-stat { display: inline-flex; align-items: center; gap: 10px; background: #FFFFFF; border-radius: 999px; padding: 10px 18px; font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: #28401F; box-shadow: 0 12px 26px -16px rgba(40, 64, 31, 0.5); }
.sw-p40-act-stat::before { content: ''; width: 10px; height: 10px; border-radius: 50%; background: #F08A24; }
.sw-p40-trainer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 4rem); max-width: 920px; margin: 0 auto; }
.sw-p40-trainer { display: grid; grid-template-columns: 168px 1fr; gap: 1.6rem; align-items: center; }
.sw-p40-trainer-photo { position: relative; width: 168px; aspect-ratio: 1; border-radius: 26px; border: 8px solid #FFFFFF; background-image: url('/studio/components/images/pages/kleinunt-3/s6.jpg'); background-size: cover; background-position: 50% 35%; box-shadow: 0 22px 44px -22px rgba(40, 64, 31, 0.55); transform: rotate(3deg); }
.sw-p40-trainer-photo::before { content: ''; position: absolute; inset: -8px; border-radius: 26px; border: 2px dashed rgba(40, 64, 31, 0.25); transform: rotate(-5deg); pointer-events: none; }
.sw-p40-trainer-photo--b { background-image: url('/studio/components/images/pages/kleinunt-3/s4.jpg'); background-position: 30% 40%; transform: rotate(-3deg); }
.sw-p40-trainer h3 { font-size: 1.4rem; font-weight: 700; margin: 0 0 0.2rem; color: #28401F; }
.sw-p40-trainer-role { display: block; font-family: 'Caveat', cursive; font-size: 1.3rem; color: #F08A24; margin-bottom: 0.6rem; transform: rotate(-1deg); }
.sw-p40-trainer p { margin: 0; font-size: 0.88rem; line-height: 1.64; color: #5C7050; }
.sw-p40-voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.sw-p40-voice { display: flex; }
.sw-p40-voice-card { position: relative; flex: 1; background: #FFFFFF; border-radius: 18px; padding: 2.1rem 1.6rem 1.5rem; box-shadow: 0 20px 40px -24px rgba(40, 64, 31, 0.5); }
.sw-p40-voice:nth-child(1) .sw-p40-voice-card { transform: rotate(-1deg); }
.sw-p40-voice:nth-child(2) .sw-p40-voice-card { transform: rotate(0.6deg); }
.sw-p40-voice:nth-child(3) .sw-p40-voice-card { transform: rotate(-0.5deg); }
.sw-p40-voice-card::before { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 74px; height: 18px; background: rgba(240, 138, 36, 0.45); border-radius: 2px; }
.sw-p40-voice-card p { margin: 0 0 1rem; font-size: 0.92rem; line-height: 1.66; color: #28401F; }
.sw-p40-voice-sig { font-family: 'Caveat', cursive; font-size: 1.3rem; color: #F08A24; }
.sw-p40-voice-meta { display: block; font-size: 0.72rem; color: #5C7050; margin-top: 2px; }
.sw-p40-contact { text-align: center; }
.sw-p40-contact-card { position: relative; max-width: 620px; margin: 0 auto; background: #FFFFFF; border-radius: 24px; padding: 3rem 2.4rem 2.6rem; box-shadow: 0 30px 60px -30px rgba(40, 64, 31, 0.55); }
.sw-p40-contact-card::before { content: ''; position: absolute; top: -12px; left: 50%; transform: translateX(-50%) rotate(-2deg); width: 96px; height: 22px; background: rgba(240, 138, 36, 0.45); border-radius: 2px; }
.sw-p40-contact-card .sw-p40-h2 { margin-bottom: 1.2rem; }
.sw-p40-address { font-style: normal; font-size: 0.95rem; line-height: 1.85; color: #5C7050; margin: 0 0 1.8rem; }
.sw-p40-address strong { color: #28401F; font-weight: 700; }
.sw-p40-cta { display: inline-flex; align-items: center; gap: 10px; background: #F08A24; color: #FFFFFF; font-size: 0.92rem; font-weight: 700; padding: 15px 32px; border-radius: 999px; text-decoration: none; box-shadow: 0 14px 26px -14px rgba(240, 138, 36, 0.8); transition: background 0.3s ease, box-shadow 0.3s ease; }
.sw-p40-cta:hover { background: #28401F; box-shadow: 0 18px 32px -14px rgba(40, 64, 31, 0.7); }
.sw-p40-contact-note { margin: 1.6rem 0 0; font-family: 'Caveat', cursive; font-size: 1.3rem; color: #28401F; transform: rotate(-1deg); }
.sw-p40-footer { background: #28401F; color: #DDEBC8; padding: 4.2rem 0 6.5rem; text-align: center; }
.sw-p40-f-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.5rem; font-weight: 700; color: #DDEBC8; margin: 0 0 0.5rem; }
.sw-p40-f-brand i { font-style: normal; width: 10px; height: 10px; border-radius: 50%; background: #F08A24; }
.sw-p40-f-tagline { display: block; font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 700; color: rgba(221, 235, 200, 0.6); margin-bottom: 2.2rem; }
.sw-p40-f-nav { list-style: none; display: flex; justify-content: center; gap: 1.8rem; margin: 0 0 2.2rem; padding: 0; flex-wrap: wrap; }
.sw-p40-f-nav a { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: #DDEBC8; text-decoration: none; transition: color 0.2s; }
.sw-p40-f-nav a:hover { color: #F08A24; }
.sw-p40-f-bottom { font-size: 0.76rem; line-height: 1.9; color: rgba(221, 235, 200, 0.55); }
.sw-p40-f-bottom a { color: rgba(221, 235, 200, 0.85); text-decoration: none; }
.sw-p40-f-bottom a:hover { color: #F08A24; }
@media (prefers-reduced-motion: no-preference) {
.sw-p40-trail-base { animation: sw-p40-march 2.4s linear infinite; }
.sw-p40-ball-x { animation: sw-p40-roll 5.4s ease-in-out infinite alternate; }
.sw-p40-ball { animation: sw-p40-bounce 1.35s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.sw-p40-ball-shadow { animation: sw-p40-shadow 1.35s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.sw-p40-kurs-card:hover, .sw-p40-trainer-photo:hover, .sw-p40-voice-card:hover { animation: sw-p40-wobble 0.55s ease-in-out 1; }
@keyframes sw-p40-march { to { stroke-dashoffset: -15; } }
@keyframes sw-p40-roll { from { left: 0; } to { left: calc(100% - 58px); } }
@keyframes sw-p40-bounce { 0% { transform: translateY(0) scale(1.14, 0.86); } 14% { transform: translateY(-46px) scale(1, 1); } 50% { transform: translateY(-150px) scale(0.96, 1.04); } 86% { transform: translateY(-46px) scale(1, 1); } 100% { transform: translateY(0) scale(1.14, 0.86); } }
@keyframes sw-p40-shadow { 0% { transform: scale(1.15); opacity: 0.85; } 50% { transform: scale(0.6); opacity: 0.35; } 100% { transform: scale(1.15); opacity: 0.85; } }
@keyframes sw-p40-wobble { 0% { rotate: 0deg; } 30% { rotate: -2.2deg; } 65% { rotate: 1.8deg; } 100% { rotate: 0deg; } }
@supports (animation-timeline: view()) {
.sw-p40-rev { animation: sw-p40-rise linear both; animation-timeline: view(); animation-range: entry 0% entry 42%; }
.sw-p40-d1 { animation-range: entry 5% entry 50%; }
.sw-p40-d2 { animation-range: entry 10% entry 58%; }
.sw-p40-d3 { animation-range: entry 15% entry 66%; }
.sw-p40-d4 { animation-range: entry 20% entry 74%; }
.sw-p40-trail-ink { opacity: 1; stroke-dasharray: 1; stroke-dashoffset: 1; animation: sw-p40-draw linear both; animation-timeline: view(); animation-range: entry 0% exit 60%; }
@keyframes sw-p40-rise { from { opacity: 0; transform: translateY(46px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sw-p40-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
}
}
@media (max-width: 960px) { .sw-p40-kurs-grid { grid-template-columns: repeat(2, 1fr); } .sw-p40-trainer-grid { grid-template-columns: 1fr; } .sw-p40-voices-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }
@media (max-width: 720px) { .sw-p40-section { padding: 4.2rem 0; } .sw-p40-kurs-grid { grid-template-columns: 1fr; } .sw-p40-kurs-card, .sw-p40-voice-card { transform: none; } .sw-p40-kurs:nth-child(odd) .sw-p40-kurs-card, .sw-p40-kurs:nth-child(even) .sw-p40-kurs-card { transform: none; } .sw-p40-plan-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 6px; } .sw-p40-plan-status { justify-self: start; } .sw-p40-trainer { grid-template-columns: 1fr; justify-items: center; text-align: center; } .sw-p40-contact-card { padding: 2.4rem 1.4rem 2.2rem; } .sw-p40-trail { display: none; } .sw-p40-lane { height: 170px; } .sw-p40-act { padding: 4.5rem 0 3.5rem; } }
.sw-p40-cover { position: relative; min-height: 90vh; display: flex; align-items: flex-end; padding: 6.5rem 0 4.4rem; background: #28401F; }
.sw-p40-cover-media { position: absolute; inset: 0; overflow: hidden; }
.sw-p40-cover-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; display: block; filter: saturate(1.05); }
.sw-p40-cover-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(40, 64, 31, 0.9), rgba(40, 64, 31, 0.32) 50%, rgba(40, 64, 31, 0.12)); }
.sw-p40-cover-inner { width: 100%; }
.sw-p40-cover-chip { display: inline-flex; align-items: center; gap: 10px; background: #FFFFFF; border-radius: 999px; padding: 8px 18px; font-size: 0.66rem; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; color: #28401F; box-shadow: 0 10px 22px -14px rgba(40, 64, 31, 0.6); margin-bottom: 1.4rem; }
.sw-p40-cover-chip::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #F08A24; }
.sw-p40-cover-h { font-weight: 700; font-size: clamp(2.5rem, 7.5vw, 5.4rem); line-height: 1; letter-spacing: -1.5px; margin: 0 0 1rem; color: #FFFFFF; }
.sw-p40-cover-h em { font-family: 'Caveat', cursive; font-style: normal; font-weight: 700; font-size: 1.2em; color: #F8A953; }
.sw-p40-cover-sub { font-size: 1rem; line-height: 1.7; color: rgba(255, 255, 255, 0.88); max-width: 52ch; margin: 0; }
.sw-p40-kurs-photo { position: relative; margin: -2rem -1.5rem 0.4rem; border-radius: 20px 20px 0 0; overflow: hidden; }
.sw-p40-kurs-photo img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: 50% 45%; filter: saturate(1.04); transition: transform 0.5s cubic-bezier(0.2, 0.65, 0.2, 1); }
.sw-p40-kurs-card:hover .sw-p40-kurs-photo img { transform: scale(1.06); }
.sw-p40-kurs-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(40, 64, 31, 0.18), rgba(40, 64, 31, 0) 45%); pointer-events: none; }
.sw-p40-snap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem, 3vw, 2.4rem); max-width: 1020px; margin: 0 auto; }
.sw-p40-snapwrap { display: flex; }
.sw-p40-snap { position: relative; flex: 1; background: #FFFFFF; border-radius: 6px; padding: 12px 12px 14px; box-shadow: 0 24px 46px -26px rgba(40, 64, 31, 0.55); transform: rotate(-2deg); transition: transform 0.4s cubic-bezier(0.34, 1.5, 0.4, 1); }
.sw-p40-snap--b { transform: rotate(1.6deg); margin-top: 1.6rem; }
.sw-p40-snap--c { transform: rotate(-1.2deg); }
.sw-p40-snap:hover { transform: rotate(0deg) scale(1.03); z-index: 1; }
.sw-p40-snap-tape { position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-3deg); width: 76px; height: 20px; background: rgba(240, 138, 36, 0.45); border-radius: 2px; z-index: 1; }
.sw-p40-snap img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 50%; border-radius: 3px; filter: saturate(1.05); }
.sw-p40-snap-cap { display: block; font-family: 'Caveat', cursive; font-size: 1.25rem; color: #28401F; text-align: center; padding-top: 0.6rem; transform: rotate(-1deg); }
@media (prefers-reduced-motion: no-preference) {
.sw-p40-cover-media img { animation: sw-p40-coverzoom 18s ease-in-out infinite alternate; }
@keyframes sw-p40-coverzoom { from { transform: scale(1); } to { transform: scale(1.05); } }
}
@media (max-width: 960px) { .sw-p40-snap-grid { grid-template-columns: 1fr; max-width: 420px; } .sw-p40-snap--b { margin-top: 0; } }
@media (max-width: 720px) { .sw-p40-cover { min-height: 74vh; padding: 5rem 0 3.2rem; } }
