@font-face { font-family: 'TWK Lausanne'; font-weight: 300; font-style: normal; font-display: swap; src: url('/fonts/TWKLausanne-300.woff2') format('woff2'); }
        @font-face { font-family: 'TWK Lausanne'; font-weight: 300; font-style: italic; font-display: swap; src: url('/fonts/TWKLausanne-300Italic.woff2') format('woff2'); }
        @font-face { font-family: 'TWK Lausanne'; font-weight: 600; font-style: normal; font-display: swap; src: url('/fonts/TWKLausanne-600.woff2') format('woff2'); }
        @font-face { font-family: 'TWK Lausanne'; font-weight: 600; font-style: italic; font-display: swap; src: url('/fonts/TWKLausanne-600Italic.woff2') format('woff2'); }
        @font-face { font-family: 'TWK Lausanne'; font-weight: 800; font-style: normal; font-display: swap; src: url('/fonts/TWKLausanne-800.woff2') format('woff2'); }
        @font-face { font-family: 'TWK Lausanne'; font-weight: 800; font-style: italic; font-display: swap; src: url('/fonts/TWKLausanne-800Italic.woff2') format('woff2'); }

        :root {
            --navy: #eeeeee;
            --navy-card: #e8e8e8;
            --navy-border: #d4d4d4;
            --bg-muted: #e2e2e2;
            --orange: #8b2635;
            --orange-hover: #7a1f2a;
            --orange-light: rgba(139, 38, 53, 0.10);
            --bg: #f9f9f9;
            --bg-white: #ffffff;
            --text-dark: #2a2a2a;
            --text-body: #454545;
            --text-muted: #787878;
            --text-light: #a0a0a0;
            --border: #e4e4e4;
        }
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'TWK Lausanne', -apple-system, sans-serif;
            color: var(--text-body); background: var(--bg-white);
            line-height: 1.65; -webkit-font-smoothing: antialiased;
        }
        h1, h2, h3, h4 { font-family: 'TWK Lausanne', sans-serif; color: var(--text-dark); line-height: 1.25; }
        .container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
        a { text-decoration: none; }

        /* NAVBAR */
        .navbar {
            position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
            background: transparent; backdrop-filter: blur(12px);
            border-bottom: 1px solid transparent; transition: all 0.3s;
        }
        .navbar.scrolled {
            background: rgba(255,255,255,0.97);
            border-bottom-color: var(--border); box-shadow: 0 2px 20px rgba(0,0,0,0.06);
        }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
        .nav-logo {
            display: flex; align-items: center; gap: 10px;
            color: #111111; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1.15rem;
            transition: color 0.3s;
        }
        .navbar.scrolled .nav-logo { color: #111111; }
        .navbar.scrolled .nav-logo-img { content: url('/logo.png'); }
        .nav-logo-icon { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; color: var(--orange); }
        .nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
        .nav-links a { color: rgba(0,0,0,0.6); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
        .nav-links a:hover { color: #111111; }
        .navbar.scrolled .nav-links a { color: var(--text-body); }
        .navbar.scrolled .nav-links a:hover { color: #111111; }
        .nav-cta {
            background: var(--orange); color: #ffffff !important; padding: 10px 22px; border-radius: 8px;
            font-weight: 600 !important; font-size: 0.82rem !important; text-transform: uppercase;
            letter-spacing: 0.5px; transition: background 0.2s;
        }
        .nav-cta:hover { background: var(--orange-hover) !important; }
        .mobile-menu-btn { display: none; background: none; border: none; color: #111111; cursor: pointer; }
        .navbar.scrolled .mobile-menu-btn { color: #111111; }

        /* HERO */
        .hero {
            background: var(--navy); padding: 68px 0 0; position: relative;
        }
        .hero-inner {
            display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
            align-items: center; min-height: 520px;
        }
        .hero-left { padding: 80px 0 100px; }
        .hero h1 { font-size: 2.6rem; font-weight: 800; color: #111111; margin-bottom: 16px; letter-spacing: -0.5px; }
        .hero h1 .hl { color: var(--orange); }
        .hero-sub { font-size: 1rem; color: #666666; margin-bottom: 28px; max-width: 440px; line-height: 1.7; }
        .hero-cta {
            display: inline-flex; align-items: center; gap: 8px;
            background: var(--orange); color: #ffffff; padding: 14px 28px; border-radius: 8px;
            font-weight: 600; font-size: 0.9rem; transition: all 0.25s; border: none; cursor: pointer;
        }
        .hero-cta:hover { background: var(--orange-hover); transform: translateY(-2px); }
        .hero-perks {
            display: flex; gap: 24px; margin-top: 28px; flex-wrap: wrap;
        }
        .hero-perk {
            display: flex; align-items: center; gap: 8px;
            font-size: 0.82rem; color: #666666;
        }
        .hero-perk i { color: var(--orange); }
        .hero-right {
            display: flex; align-items: flex-end; justify-content: center; height: 100%;
        }
        .hero-img {
            width: 100%; max-width: 420px; height: 400px; object-fit: cover;
            border-radius: 20px 20px 0 0;
        }

        /* Wave */
        .wave-divider { position: relative; line-height: 0; height: 80px; margin-top: -1px; }
        .wave-divider svg { display: block; width: 100%; height: 100%; }

        /* SECTION */
        .section { padding: 88px 0; }
        .section-label {
            display: inline-flex; align-items: center; gap: 8px;
            font-size: 0.72rem; font-weight: 600; letter-spacing: 1.8px;
            text-transform: uppercase; color: var(--orange); margin-bottom: 14px;
        }
        .section-label::before { content: ''; width: 20px; height: 2px; background: var(--orange); }
        .section-title { font-size: 2rem; font-weight: 700; margin-bottom: 14px; }
        .section-desc { font-size: 0.95rem; color: var(--text-body); max-width: 580px; line-height: 1.7; }
        .text-center { text-align: center; }
        .mx-auto { margin-left: auto; margin-right: auto; }

        /* JOBS */
        .jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
        .job-card {
            background: var(--bg-muted); border: 1px solid var(--border); border-radius: 16px;
            padding: 32px 24px; transition: all 0.3s; position: relative; overflow: hidden;
        }
        .job-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); border-color: var(--orange); }
        .job-icon {
            width: 52px; height: 52px; border-radius: 14px;
            background: var(--orange-light); color: var(--orange);
            display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
        }
        .job-card:hover .job-icon { background: var(--orange); color: #ffffff; }
        .job-card h4 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
        .job-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 16px; }
        .job-tags { display: flex; gap: 6px; flex-wrap: wrap; }
        .job-tag {
            font-size: 0.72rem; font-weight: 600; padding: 4px 10px; border-radius: 50px;
            background: var(--bg); color: var(--text-muted);
        }
        .job-tag.highlight { background: var(--orange-light); color: var(--orange); }

        /* WHY US */
        .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
        .why-card { text-align: center; padding: 24px 16px; }
        .why-icon {
            width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 16px;
            background: var(--orange-light); color: var(--orange);
            display: flex; align-items: center; justify-content: center;
        }
        .why-card h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 6px; }
        .why-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

        /* BEWERBUNGSFORMULAR */
        .apply-section { background: var(--bg); padding: 88px 0; }
        .apply-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
        .apply-intro .section-desc { margin-bottom: 28px; }
        .apply-feat {
            display: flex; align-items: center; gap: 12px;
            font-size: 0.88rem; font-weight: 500; color: var(--text-dark); margin-bottom: 14px;
        }
        .apply-feat i { color: var(--orange); flex-shrink: 0; }
        .apply-card {
            background: white; border-radius: 20px; padding: 36px 32px;
            border: 1px solid var(--border); box-shadow: 0 8px 40px rgba(0,0,0,0.06);
        }
        .apply-card h3 { font-size: 1.2rem; text-align: center; margin-bottom: 4px; }
        .apply-card .form-subtitle { text-align: center; font-size: 0.82rem; color: var(--text-muted); margin-bottom: 24px; }
        .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
        .form-group { margin-bottom: 14px; }
        .form-group label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text-dark); margin-bottom: 5px; }
        .form-group input, .form-group select, .form-group textarea {
            width: 100%; padding: 11px 14px; border: 1px solid var(--border);
            border-radius: 8px; font-size: 0.88rem; font-family: 'DM Sans', sans-serif;
            color: var(--text-dark); background: var(--bg); transition: all 0.2s; outline: none;
        }
        .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
            border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-light); background: white;
        }
        .form-group textarea { resize: vertical; min-height: 70px; }

        /* Position pills */
        .position-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
        .pos-pill { cursor: pointer; }
        .pos-pill input { display: none; }
        .pos-pill span {
            display: inline-flex; align-items: center; gap: 6px;
            padding: 9px 16px; border-radius: 50px; border: 1px solid var(--border);
            font-size: 0.82rem; font-weight: 500; color: var(--text-muted);
            transition: all 0.2s; background: white;
        }
        .pos-pill input:checked + span { background: var(--orange); color: #ffffff; border-color: var(--orange); }
        .pos-pill span:hover { border-color: var(--orange); }

        /* Availability pills */
        .avail-pills { display: flex; gap: 8px; flex-wrap: wrap; }
        .avail-pill { cursor: pointer; }
        .avail-pill input { display: none; }
        .avail-pill span {
            display: inline-block; padding: 8px 16px; border-radius: 50px;
            border: 1px solid var(--border); font-size: 0.82rem; font-weight: 500;
            color: var(--text-muted); transition: all 0.2s; background: white;
        }
        .avail-pill input:checked + span { background: var(--orange); color: #ffffff; border-color: var(--orange); }
        .avail-pill span:hover { border-color: var(--orange); }

        .form-submit {
            width: 100%; padding: 14px; background: var(--orange); color: #ffffff;
            border: none; border-radius: 8px; font-size: 0.92rem; font-weight: 600;
            cursor: pointer; transition: all 0.2s; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px;
        }
        .form-submit:hover { background: var(--orange-hover); }
        .form-submit:disabled { opacity: 0.6; cursor: not-allowed; }

        .form-success { display: none; text-align: center; padding: 48px 20px; }
        .form-success.visible { display: block; }
        .form-success .success-icon {
            width: 64px; height: 64px; border-radius: 50%;
            background: #dcfce7; color: #16a34a;
            display: flex; align-items: center; justify-content: center; margin: 0 auto 16px;
        }
        .form-success h3 { margin-bottom: 8px; }
        .form-success p { color: var(--text-muted); font-size: 0.9rem; }

        /* FOOTER */
        .footer {
            background: var(--bg-muted); color: var(--text-muted); padding: 48px 0 24px;
        }
        .footer-inner {
            display: flex; justify-content: space-between; align-items: center;
            flex-wrap: wrap; gap: 16px;
        }
        .footer .nav-logo { color: #111111; }
        .footer-links { display: flex; gap: 24px; }
        .footer-links a { color: var(--text-muted); font-size: 0.85rem; transition: color 0.2s; }
        .footer-links a:hover { color: #333333; }
        .footer-copy { font-size: 0.78rem; color: var(--text-muted); width: 100%; text-align: center; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--navy-border); }

        /* RESPONSIVE */
        @media (max-width: 968px) {
            .hero-inner { grid-template-columns: 1fr; }
            .hero-left { text-align: center; padding: 80px 0 40px; }
            .hero-sub { margin: 0 auto 28px; }
            .hero-perks { justify-content: center; }
            .hero-right { display: none; }
            .jobs-grid { grid-template-columns: repeat(2, 1fr); }
            .why-grid { grid-template-columns: repeat(2, 1fr); }
            .apply-layout { grid-template-columns: 1fr; }
        }
        @media (max-width: 640px) {
            .nav-links { display: none; }
            .mobile-menu-btn { display: block; }
            .nav-links.open {
                display: flex; flex-direction: column; position: absolute;
                top: 68px; left: 0; right: 0; background: white; padding: 20px 24px;
                gap: 14px; box-shadow: 0 8px 30px rgba(0,0,0,0.08);
            }
            .nav-links.open a { color: var(--text-body) !important; }
            .hero h1 { font-size: 2rem; }
            .jobs-grid, .why-grid { grid-template-columns: 1fr; }
            .form-row { grid-template-columns: 1fr; }
            .apply-card { padding: 28px 20px; }
        }

/* Generated from legacy inline declarations to keep CSP strict. */
[data-fw-style="s1"] { height:40px !important; }
[data-fw-style="s2"] { width:24px !important; height:24px !important; }
[data-fw-style="s3"] { width:16px !important; height:16px !important; }
[data-fw-style="s4"] { background:var(--navy) !important; }
[data-fw-style="s5"] { background: var(--bg) !important; }
[data-fw-style="s6"] { width:18px !important; height:18px !important; }
[data-fw-style="s7"] { width:14px !important; height:14px !important; }
[data-fw-style="s8"] { width:32px !important; height:32px !important; }
[data-fw-style="s9"] { background:var(--bg) !important; }
[data-fw-style="s10"] { height:36px !important; }

[data-fw-style="inherit-color"] { color: inherit; }
[data-fw-style="jobs-empty"] { text-align: center; color: var(--text-muted); padding: 40px; }
[data-fw-style="job-icon"] { width: 24px; height: 24px; }
@media (max-width: 640px) { .footer-inner { justify-content: center; } .footer-links { flex-wrap: wrap; justify-content: center; column-gap: 18px; row-gap: 10px; } }
