.sw-p45 { box-sizing: border-box; font-family: 'Outfit', 'Inter', sans-serif; background: #1450A3; color: #FFFFFF; position: relative; }
.sw-p45 *, .sw-p45 *::before, .sw-p45 *::after { box-sizing: inherit; }
.sw-p45-roadline { position: absolute; top: 0; bottom: 0; left: 50%; width: 6px; transform: translateX(-50%); background: repeating-linear-gradient(180deg, rgba(255,212,0,0.3) 0 38px, transparent 38px 74px); transform-origin: top center; pointer-events: none; z-index: 0; }
.sw-p45-wrap { max-width: 1180px; margin: 0 auto; padding: 0 clamp(1.6rem, 4vw, 3rem); position: relative; z-index: 1; }
.sw-p45-section { padding: 6.4rem 0; position: relative; }
.sw-p45-head { text-align: center; max-width: 760px; margin: 0 auto 3.4rem; }
.sw-p45-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.66rem; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; color: #FFFFFF; margin-bottom: 1.4rem; background: #1450A3; padding: 0 14px; }
.sw-p45-dot { width: 9px; height: 9px; border-radius: 50%; background: #FFD400; }
.sw-p45-h2 { font-weight: 900; font-size: clamp(2.4rem, 5.4vw, 4rem); line-height: 0.96; letter-spacing: -0.035em; color: #FFFFFF; margin: 0 0 1rem; }
.sw-p45-h2 em { position: relative; font-style: normal; color: #FFD400; display: inline-block; padding-bottom: 0.12em; }
.sw-p45-h2 em::after { content: ""; position: absolute; left: 0.04em; right: 0.04em; bottom: 0; height: 5px; background: repeating-linear-gradient(90deg, #FFD400 0 18px, transparent 18px 32px); border-radius: 3px; }
.sw-p45-lead { font-size: 16px; line-height: 1.65; color: #C3D3F2; margin: 0; }
.sw-p45-plate { display: inline-flex; align-items: stretch; flex: none; border: 2px solid #FFD400; border-radius: 7px; overflow: hidden; background: #0B1B33; }
.sw-p45-plate-eu { display: flex; align-items: flex-end; justify-content: center; width: 16px; padding-bottom: 3px; background: #1450A3; color: #FFD400; font-style: normal; font-size: 0.5rem; font-weight: 700; }
.sw-p45-plate-code { font-family: ui-monospace, 'SF Mono', monospace; font-size: 1.05rem; font-weight: 700; letter-spacing: 0.1em; color: #FFD400; padding: 6px 12px; }
.sw-p45-klass-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(3rem, 9vw, 8rem); row-gap: 2rem; }
.sw-p45-klass { position: relative; background: rgba(11,27,51,0.55); border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; padding: 1.9rem 1.7rem 1.6rem; display: flex; flex-direction: column; gap: 0.8rem; transition: border-color 0.3s ease, background-color 0.3s ease; backdrop-filter: none; }
.sw-p45-klass:hover { border-color: #FFD400; background: rgba(11,27,51,0.8); }
.sw-p45-klass:nth-child(even) { margin-top: clamp(2rem, 8vh, 5rem); }
.sw-p45-klass:nth-child(odd)::after { content: ""; position: absolute; top: 2.2rem; right: calc(clamp(3rem, 9vw, 8rem) / -2); width: 14px; height: 14px; border-radius: 50%; background: #FFD400; transform: translateX(50%); box-shadow: 0 0 0 5px rgba(255,212,0,0.18); }
.sw-p45-klass:nth-child(even)::after { content: ""; position: absolute; top: 2.2rem; left: calc(clamp(3rem, 9vw, 8rem) / -2); width: 14px; height: 14px; border-radius: 50%; background: #FFD400; transform: translateX(-50%); box-shadow: 0 0 0 5px rgba(255,212,0,0.18); }
.sw-p45-klass-top { display: flex; align-items: center; gap: 14px; }
.sw-p45-klass-top .sw-p45-plate { transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.3, 1.3); }
.sw-p45-klass:hover .sw-p45-klass-top .sw-p45-plate { transform: rotate(-5deg) scale(1.06); }
.sw-p45-klass h3 { font-size: 1.25rem; font-weight: 800; margin: 0; color: #FFFFFF; }
.sw-p45-klass-sub { display: block; font-size: 0.72rem; color: #C3D3F2; font-weight: 500; }
.sw-p45-klass ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; }
.sw-p45-klass li { position: relative; padding-left: 1.5rem; font-size: 0.85rem; line-height: 1.5; color: #C3D3F2; }
.sw-p45-klass li::before { content: ""; position: absolute; left: 0; top: 0.52em; width: 14px; height: 4px; border-radius: 2px; background: repeating-linear-gradient(90deg, #FFD400 0 6px, transparent 6px 10px); }
.sw-p45-klass-price { margin-top: auto; padding-top: 0.9rem; border-top: 1px solid rgba(255,255,255,0.15); display: flex; align-items: baseline; justify-content: space-between; }
.sw-p45-klass-price strong { font-size: 1.15rem; font-weight: 900; color: #FFD400; }
.sw-p45-klass-price span { font-size: 0.7rem; color: #C3D3F2; }
.sw-p45-preis-card { max-width: 720px; margin: 0 auto; border: 2px solid #FFD400; border-radius: 12px; overflow: hidden; background: #0B1B33; box-shadow: 0 34px 64px -30px rgba(0,0,0,0.6); position: relative; z-index: 1; }
.sw-p45-preis-head { display: flex; align-items: center; gap: 14px; padding: 1.1rem 1.6rem; background: #1450A3; border-bottom: 2px solid #FFD400; }
.sw-p45-preis-head-eu { font-size: 0.6rem; font-weight: 700; color: #FFD400; letter-spacing: 0.1em; }
.sw-p45-preis-head h3 { font-size: 1rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #FFFFFF; margin: 0; }
.sw-p45-preis-head span { margin-left: auto; font-size: 0.68rem; color: #C3D3F2; }
.sw-p45-preis-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1.4rem; padding: 0.95rem 1.6rem; border-bottom: 1px solid rgba(255,255,255,0.1); transition: background-color 0.25s ease; }
.sw-p45-preis-row:hover { background: rgba(255,212,0,0.07); }
.sw-p45-preis-row:last-of-type { border-bottom: 0; }
.sw-p45-preis-row span:first-child { font-size: 0.9rem; color: #FFFFFF; font-weight: 500; }
.sw-p45-preis-row i { flex: 1; border-bottom: 1px dashed rgba(195,211,242,0.3); transform: translateY(-4px); }
.sw-p45-preis-row span:last-child { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.95rem; font-weight: 700; color: #FFD400; white-space: nowrap; }
.sw-p45-preis-note { text-align: center; margin: 1.8rem auto 0; max-width: 60ch; font-size: 0.76rem; line-height: 1.6; color: #C3D3F2; }
.sw-p45-act { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; gap: clamp(2rem, 5vh, 3.6rem); background: #0B1B33; padding: 5.5rem 0; overflow: hidden; z-index: 1; }
.sw-p45-act::before { content: ""; position: absolute; inset: 0; background: radial-gradient(900px 480px at 50% 0%, rgba(20,80,163,0.55), transparent 70%); pointer-events: none; }
.sw-p45-sweep { position: absolute; left: -2%; right: -2%; top: 50%; height: clamp(100px, 17vh, 160px); background: #161A21; transform: translateY(-50%) rotate(-4deg); border-top: 3px solid rgba(255,255,255,0.3); border-bottom: 3px solid rgba(255,255,255,0.3); box-shadow: 0 30px 60px -28px rgba(0,0,0,0.7); overflow: hidden; }
.sw-p45-sweep-dash { position: absolute; left: 0; top: 50%; height: 9px; width: calc(100% + 264px); background: repeating-linear-gradient(90deg, #FFD400 0 66px, transparent 66px 132px); transform: translateY(-50%); }
.sw-p45-act-head { position: relative; text-align: center; padding: 0 clamp(1.2rem, 4vw, 3rem); }
.sw-p45-act-kicker { display: inline-block; font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 800; color: #FFD400; margin-bottom: 1.1rem; }
.sw-p45-act-title { font-weight: 900; font-size: clamp(2.2rem, 6vw, 4.4rem); line-height: 0.96; letter-spacing: -0.035em; color: #FFFFFF; margin: 0; }
.sw-p45-act-title em { font-style: normal; color: #FFD400; }
.sw-p45-megas { position: relative; display: flex; justify-content: center; align-items: flex-end; gap: clamp(1.4rem, 4vw, 3.4rem); flex-wrap: wrap; padding: 0 clamp(1.2rem, 4vw, 3rem); }
.sw-p45-mega { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.sw-p45-mega-plate { display: inline-flex; align-items: stretch; border: 3px solid #FFD400; border-radius: 14px; overflow: hidden; background: #0B1B33; box-shadow: 0 34px 64px -28px rgba(0,0,0,0.85); transform: rotate(-2deg); }
.sw-p45-mega:nth-child(2) .sw-p45-mega-plate { transform: rotate(1.6deg); }
.sw-p45-mega:nth-child(3) .sw-p45-mega-plate { transform: rotate(-1.2deg); }
.sw-p45-mega-eu { display: flex; align-items: flex-end; justify-content: center; width: clamp(22px, 3.4vw, 36px); padding-bottom: 8px; background: #1450A3; color: #FFD400; font-style: normal; font-size: clamp(0.6rem, 1.2vw, 0.85rem); font-weight: 700; }
.sw-p45-mega-code { font-family: ui-monospace, 'SF Mono', monospace; font-size: clamp(2.4rem, 7.5vw, 5.2rem); font-weight: 700; letter-spacing: 0.02em; color: #FFD400; padding: 0.5rem 1.4rem; line-height: 1.1; white-space: nowrap; }
.sw-p45-mega-label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; color: #C3D3F2; text-align: center; }
.sw-p45-theorie-card { max-width: 880px; margin: 0 auto; background: #FFFFFF; border-radius: 16px; overflow: hidden; box-shadow: 0 34px 64px -30px rgba(0,0,0,0.5); color: #10306B; position: relative; z-index: 1; }
.sw-p45-theorie-head { position: relative; background: #161A21; padding: 1.2rem 1.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.sw-p45-theorie-head::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 5px; background: repeating-linear-gradient(90deg, #FFD400 0 28px, transparent 28px 54px); }
.sw-p45-theorie-head h3 { font-size: 1rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #FFFFFF; margin: 0; }
.sw-p45-theorie-head span { font-size: 0.7rem; color: #C3D3F2; font-weight: 600; }
.sw-p45-theorie-row { display: grid; grid-template-columns: 130px 1fr auto; gap: 14px; align-items: center; padding: 0.95rem 1.6rem; border-bottom: 1px solid rgba(16,48,107,0.1); transition: background-color 0.25s ease; }
.sw-p45-theorie-row:hover { background: rgba(20,80,163,0.06); }
.sw-p45-theorie-row:last-child { border-bottom: 0; }
.sw-p45-theorie-day { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.85rem; font-weight: 700; color: #1450A3; }
.sw-p45-theorie-row strong { font-size: 0.92rem; font-weight: 700; color: #10306B; display: block; }
.sw-p45-theorie-row small { font-size: 0.74rem; color: #54667E; }
.sw-p45-theorie-chip { font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800; background: rgba(20,80,163,0.1); color: #1450A3; padding: 6px 12px; border-radius: 999px; transition: transform 0.3s ease, background-color 0.3s ease; }
.sw-p45-theorie-row:hover .sw-p45-theorie-chip { transform: rotate(-4deg); background: rgba(255,212,0,0.4); }
.sw-p45-theorie-note { margin: 1.6rem auto 0; text-align: center; font-size: 0.76rem; color: #C3D3F2; }
.sw-p45-voices-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; max-width: 920px; margin: 0 auto; }
.sw-p45-voice { background: rgba(11,27,51,0.55); border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; padding: 1.9rem 1.7rem 1.6rem; transition: border-color 0.3s ease; }
.sw-p45-voice:hover { border-color: #FFD400; }
.sw-p45-voice p { margin: 0 0 1.2rem; font-size: 0.95rem; line-height: 1.65; color: #FFFFFF; }
.sw-p45-voice-who { display: flex; align-items: center; gap: 12px; }
.sw-p45-voice-name { font-size: 0.85rem; font-weight: 700; color: #FFFFFF; }
.sw-p45-voice-meta { display: block; font-size: 0.72rem; color: #C3D3F2; font-weight: 400; }
.sw-p45-contact { text-align: center; }
.sw-p45-contact-card { max-width: 660px; margin: 0 auto; background: #0B1B33; border: 1px solid rgba(255,255,255,0.18); border-radius: 18px; padding: 3.2rem 2.6rem 2.8rem; position: relative; z-index: 1; }
.sw-p45-contact-card .sw-p45-eyebrow { background: transparent; padding: 0; }
.sw-p45-address { font-style: normal; font-size: 0.95rem; line-height: 1.85; color: #C3D3F2; margin: 0 0 1.8rem; }
.sw-p45-address strong { color: #FFFFFF; font-weight: 800; }
.sw-p45-cta { display: inline-flex; align-items: center; gap: 10px; background: #FFD400; color: #10306B; font-size: 0.92rem; font-weight: 800; padding: 16px 32px; border-radius: 12px; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.sw-p45-cta:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -16px rgba(255,212,0,0.55); }
.sw-p45-contact-note { margin: 1.6rem 0 0; font-size: 0.76rem; color: #C3D3F2; }
.sw-p45-footer { background: #0B1B33; padding: 4.2rem 0 6.5rem; text-align: center; position: relative; z-index: 1; }
.sw-p45-f-plate { margin-bottom: 1.2rem; }
.sw-p45-f-brand { font-size: 1.6rem; font-weight: 900; letter-spacing: 0.02em; color: #FFFFFF; margin: 0 0 0.4rem; }
.sw-p45-f-brand em { font-style: normal; color: #FFD400; }
.sw-p45-f-tagline { display: block; font-size: 0.64rem; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 700; color: #C3D3F2; margin-bottom: 2.2rem; }
.sw-p45-f-nav { list-style: none; display: flex; justify-content: center; gap: 1.8rem; margin: 0 0 2.2rem; padding: 0; flex-wrap: wrap; }
.sw-p45-f-nav a { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700; color: #FFFFFF; text-decoration: none; transition: color 0.2s; }
.sw-p45-f-nav a:hover { color: #FFD400; }
.sw-p45-f-bottom { font-size: 0.76rem; line-height: 1.9; color: rgba(195,211,242,0.7); }
.sw-p45-f-bottom a { color: #C3D3F2; text-decoration: none; }
.sw-p45-f-bottom a:hover { color: #FFD400; }
.sw-p45-imgact { position: relative; z-index: 1; min-height: 96vh; display: flex; align-items: flex-end; background: #0B1B33; }
.sw-p45-imgact-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% 38%; filter: saturate(0.88) contrast(1.08) brightness(0.84); }
.sw-p45-imgact::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,27,51,0.78), rgba(20,80,163,0.18) 38%, rgba(11,27,51,0.52) 70%, rgba(11,27,51,0.95)); z-index: 1; }
.sw-p45-imgact::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: repeating-linear-gradient(90deg, #FFD400 0 46px, transparent 46px 92px); z-index: 2; }
.sw-p45-imgact-inner { position: relative; z-index: 2; width: 100%; padding: 6rem 0 5.4rem; }
.sw-p45-imgact-title { font-weight: 900; font-size: clamp(2.4rem, 6.8vw, 5.2rem); line-height: 0.94; letter-spacing: -0.04em; color: #FFFFFF; margin: 0.9rem 0 1.1rem; max-width: 16ch; }
.sw-p45-imgact-title em { font-style: normal; color: #FFD400; }
.sw-p45-imgact-sub { max-width: 54ch; font-size: 1rem; line-height: 1.7; color: #C3D3F2; margin: 0 0 1.8rem; }
.sw-p45-imgact-plates { display: flex; gap: 12px; flex-wrap: wrap; }
.sw-p45-gal-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(1.6rem, 4vw, 3rem); row-gap: 2.2rem; }
.sw-p45-photo-plate { position: relative; margin: 0; display: flex; align-items: stretch; border: 3px solid #FFD400; border-radius: 14px; overflow: hidden; background: #0B1B33; box-shadow: 0 30px 56px -26px rgba(0,0,0,0.7); transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.3, 1.2); }
.sw-p45-photo-plate:hover { transform: rotate(-1.2deg) translateY(-4px); }
.sw-p45-gal-grid .sw-p45-photo-plate:nth-child(even) { margin-top: clamp(1.4rem, 5vh, 3.2rem); }
.sw-p45-gal-grid .sw-p45-photo-plate:nth-child(even):hover { transform: rotate(1.2deg) translateY(-4px); }
.sw-p45-photo-eu { display: flex; flex-direction: column; align-items: center; justify-content: space-between; width: 30px; padding: 9px 0 7px; background: #1450A3; color: #FFD400; font-style: normal; font-size: 0.66rem; font-weight: 700; flex: none; }
.sw-p45-photo-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.sw-p45-photo-imgwrap { position: relative; overflow: hidden; }
.sw-p45-photo-imgwrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(170deg, rgba(20,80,163,0.3), rgba(11,27,51,0.08) 48%, rgba(11,27,51,0.42)); pointer-events: none; }
.sw-p45-photo-imgwrap img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(0.92) contrast(1.06); transition: transform 0.5s ease; }
.sw-p45-photo-plate:hover .sw-p45-photo-imgwrap img { transform: scale(1.045); }
.sw-p45-photo-code { font-family: ui-monospace, 'SF Mono', monospace; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; color: #FFD400; background: #0B1B33; border-top: 2px solid #FFD400; padding: 9px 14px; }
.sw-p45-band { position: relative; z-index: 1; min-height: 58vh; display: flex; align-items: center; background: #0B1B33; }
.sw-p45-band-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: saturate(1.05) contrast(1.06) brightness(0.88); }
.sw-p45-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,27,51,0.88), rgba(11,27,51,0.45) 55%, rgba(20,80,163,0.3)); z-index: 1; }
.sw-p45-band-inner { position: relative; z-index: 2; width: 100%; padding: 4.6rem 0; }
.sw-p45-band-title { font-weight: 900; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 0.96; letter-spacing: -0.035em; color: #FFFFFF; margin: 0.9rem 0 1rem; }
.sw-p45-band-title em { font-style: normal; color: #FFD400; }
.sw-p45-band-sub { max-width: 50ch; font-size: 0.96rem; line-height: 1.7; color: #C3D3F2; margin: 0 0 1.6rem; }
@keyframes sw-p45-rise { from { opacity: 0; transform: translateY(44px); } to { opacity: 1; transform: translateY(0); } }
@keyframes sw-p45-platein { from { opacity: 0; transform: translateY(54px) scale(0.9); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes sw-p45-draw { from { transform: translateX(-50%) scaleY(0); } to { transform: translateX(-50%) scaleY(1); } }
@keyframes sw-p45-sweep { to { transform: translateY(-50%) translateX(-132px); } }
@media (prefers-reduced-motion: no-preference) {
.sw-p45-sweep-dash { animation: sw-p45-sweep 2.4s linear infinite; }
@supports (animation-timeline: view()) {
.sw-p45-roadline { animation: sw-p45-draw linear both; animation-timeline: view(); animation-range: cover 0% cover 82%; }
.sw-p45-rev { animation: sw-p45-rise linear both; animation-timeline: view(); animation-range: entry 0% entry 42%; }
.sw-p45-rev--2 { animation-range: entry 8% entry 50%; }
.sw-p45-rev--3 { animation-range: entry 16% entry 58%; }
.sw-p45-rev--4 { animation-range: entry 24% entry 66%; }
.sw-p45-mega { animation: sw-p45-platein linear both; animation-timeline: view(); animation-range: entry 0% entry 40%; }
.sw-p45-mega:nth-child(2) { animation-range: entry 10% entry 50%; }
.sw-p45-mega:nth-child(3) { animation-range: entry 20% entry 60%; }
}
}
@media (max-width: 960px) { .sw-p45-gal-grid { grid-template-columns: 1fr; } .sw-p45-gal-grid .sw-p45-photo-plate:nth-child(even) { margin-top: 0; } .sw-p45-imgact { min-height: 84vh; } .sw-p45-klass-grid { grid-template-columns: 1fr; column-gap: 0; } .sw-p45-klass:nth-child(even) { margin-top: 0; } .sw-p45-klass::after { display: none !important; } .sw-p45-voices-grid { grid-template-columns: 1fr; } .sw-p45-theorie-row { grid-template-columns: 100px 1fr; } .sw-p45-theorie-chip { display: none; } .sw-p45-roadline { left: 19px; } }
@media (max-width: 720px) { .sw-p45-section { padding: 4.4rem 0; } .sw-p45-act { min-height: 100svh; } .sw-p45-imgact { min-height: 92svh; } .sw-p45-imgact-inner { padding: 4.6rem 0 4.2rem; } .sw-p45-band { min-height: 0; } .sw-p45-photo-imgwrap img { aspect-ratio: 3 / 2; } .sw-p45-preis-row { padding: 0.85rem 1.1rem; } .sw-p45-preis-row i { display: none; } .sw-p45-theorie-row { grid-template-columns: 1fr; gap: 4px; } .sw-p45-contact-card { padding: 2.4rem 1.4rem 2.2rem; } .sw-p45-mega-code { font-size: clamp(1.9rem, 11vw, 2.8rem); padding: 0.4rem 1rem; } }
