* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

.ad-notice {
    background: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e9ecef;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.header-left .logo {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.header-right {
    display: flex;
    gap: 32px;
    align-items: center;
}

.header-right a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.header-right a:hover {
    color: #2c3e50;
}

.header-right a.active {
    color: #2c3e50;
    font-weight: 600;
}

.impressum-link {
    padding-left: 32px;
    border-left: 1px solid #dee2e6;
}

.hero-split {
    display: flex;
    min-height: 600px;
    background: #f8f9fa;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: #f8f9fa;
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.hero-content p {
    font-size: 20px;
    color: #4a5568;
    margin-bottom: 32px;
    max-width: 500px;
}

.hero-image {
    flex: 1;
    background: #cbd5e0;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    transition: background 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    background: #1a252f;
}

.intro-split {
    display: flex;
    min-height: 500px;
}

.intro-image {
    flex: 1;
    background: #e2e8f0;
    overflow: hidden;
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.intro-text p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 16px;
}

.services-overview {
    padding: 100px 60px;
    background: #ffffff;
}

.services-header-full {
    text-align: center;
    margin-bottom: 80px;
}

.services-header-full h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.services-header-full p {
    font-size: 20px;
    color: #718096;
}

.service-split {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.service-split.reverse {
    flex-direction: row-reverse;
}

.service-info {
    flex: 1;
}

.service-info h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
}

.service-info p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 24px;
}

.service-info .price {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.select-service {
    padding: 14px 28px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #1a252f;
}

.service-visual {
    flex: 1;
    background: #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    min-height: 380px;
}

.service-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trust-block-centered {
    text-align: center;
    padding: 100px 60px;
    background: #f8f9fa;
}

.trust-block-centered h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.trust-block-centered p {
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.trust-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-number {
    font-size: 56px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: #718096;
    max-width: 180px;
    text-align: center;
}

.contact-form-section {
    padding: 100px 60px;
    background: #ffffff;
}

.form-container-split {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.form-intro p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.form-wrapper {
    flex: 1;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-selection-display {
    padding: 16px;
    background: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 10px;
}

.service-selection-display p {
    font-size: 15px;
    color: #495057;
}

.contact-form label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: -12px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px 16px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #2c3e50;
}

.contact-form textarea {
    resize: vertical;
}

.cta-submit {
    padding: 16px 32px;
    background: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.cta-submit:hover {
    background: #1a252f;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    padding: 60px;
    background: #2c3e50;
    color: #ffffff;
    gap: 60px;
}

.footer-left {
    flex: 1;
}

.footer-brand {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-claim {
    font-size: 15px;
    color: #cbd5e0;
}

.footer-right {
    flex: 2;
}

.footer-nav {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.footer-nav a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-nav a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    font-size: 13px;
    color: #a0aec0;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a202c;
    color: #ffffff;
    padding: 24px 60px;
    display: none;
    z-index: 1000;
}

.cookie-banner.visible {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-content a {
    color: #90cdf4;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.cookie-btn-accept,
.cookie-btn-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.cookie-btn-accept {
    background: #48bb78;
    color: #ffffff;
}

.cookie-btn-accept:hover {
    background: #38a169;
}

.cookie-btn-reject {
    background: #4a5568;
    color: #ffffff;
}

.cookie-btn-reject:hover {
    background: #2d3748;
}

.about-hero-split {
    display: flex;
    min-height: 500px;
}

.about-hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: #f8f9fa;
}

.about-hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 20px;
}

.about-hero-content p {
    font-size: 20px;
    color: #4a5568;
    max-width: 500px;
}

.about-hero-image {
    flex: 1;
    background: #cbd5e0;
    overflow: hidden;
}

.about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content-split {
    display: flex;
    gap: 60px;
    padding: 100px 60px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.about-text p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-image {
    flex: 1;
    background: #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-values-centered {
    padding: 100px 60px;
    background: #f8f9fa;
}

.about-values-centered h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 60px;
}

.values-grid {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.value-card {
    flex: 1;
    min-width: 260px;
    padding: 32px;
    background: #ffffff;
    border-radius: 8px;
}

.value-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.about-team-split {
    display: flex;
    gap: 60px;
    padding: 100px 60px;
    align-items: center;
}

.about-team-split.reverse {
    flex-direction: row-reverse;
}

.team-image {
    flex: 1;
    background: #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-text {
    flex: 1;
}

.team-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 24px;
}

.team-text p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 16px;
}

.services-hero-full {
    text-align: center;
    padding: 100px 60px 60px;
    background: #f8f9fa;
}

.services-hero-full h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 16px;
}

.services-hero-full p {
    font-size: 20px;
    color: #718096;
}

.service-detail-split {
    display: flex;
    gap: 60px;
    padding: 80px 60px;
    align-items: center;
}

.service-detail-split.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    margin-bottom: 28px;
}

.service-features li {
    padding: 10px 0 10px 28px;
    font-size: 16px;
    color: #4a5568;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: 700;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 28px;
    background: transparent;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #2c3e50;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background: #2c3e50;
    color: #ffffff;
}

.service-detail-image {
    flex: 1;
    background: #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero-full {
    text-align: center;
    padding: 100px 60px 60px;
    background: #f8f9fa;
}

.contact-hero-full h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 16px;
}

.contact-hero-full p {
    font-size: 20px;
    color: #718096;
}

.contact-info-split {
    display: flex;
    gap: 60px;
    padding: 80px 60px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 40px;
}

.contact-item {
    margin-bottom: 36px;
}

.contact-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.contact-item p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
}

.email-display {
    color: #4a5568;
}

.contact-map-placeholder {
    flex: 1;
    background: #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    min-height: 450px;
}

.contact-map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thanks-centered {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 60px;
    background: #f8f9fa;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 44px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 24px;
}

.thanks-content p {
    font-size: 19px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

.thanks-service-info {
    font-weight: 600;
    color: #2c3e50;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
}

.legal-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-content p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-content ul {
    margin: 16px 0 16px 24px;
}

.legal-content li {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .header-split {
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;
    }

    .header-right {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-split,
    .intro-split,
    .service-split,
    .about-hero-split,
    .about-content-split,
    .about-team-split,
    .service-detail-split,
    .contact-info-split,
    .form-container-split {
        flex-direction: column;
    }

    .service-split.reverse,
    .about-team-split.reverse,
    .service-detail-split.reverse {
        flex-direction: column;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .footer-split {
        flex-direction: column;
        padding: 40px 30px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .values-grid {
        flex-direction: column;
    }
}