/* ===================================
   STANDORTE SEITEN - SPEZIFISCHE STYLES
   Fliesenleger Latta
   =================================== */

/* Location Hero Section */
.location-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    overflow: hidden;
    padding-top: 80px; /* Header-Höhe kompensieren */
}

.location-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.location-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(26, 37, 47, 0.94) 0%,
        rgba(10, 10, 10, 0.92) 100%);
}

.location-hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.location-hero .breadcrumb {
    margin-bottom: 2rem;
}

.location-hero .breadcrumb ol {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}

.location-hero .breadcrumb li {
    color: rgba(255, 255, 255, 0.7);
}

.location-hero .breadcrumb li:not(:last-child)::after {
    content: '/';
    margin-left: 1rem;
    color: rgba(255, 255, 255, 0.4);
}

.location-hero .breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.location-hero .breadcrumb a:hover {
    color: #fff;
}

.location-hero .hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.location-hero .hero-title .highlight {
    color: #E74C3C;
    font-weight: 700;
}

.location-hero .hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 700px;
    line-height: 1.6;
}

.location-hero .hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.location-hero .feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 500;
}

.location-hero .feature svg {
    color: #E74C3C;
}

.location-hero .hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.location-hero .btn-hero-primary,
.location-hero .btn-hero-secondary {
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.location-hero .btn-hero-primary {
    background: #C0392B;
    color: #fff;
    border: 2px solid #C0392B;
}

.location-hero .btn-hero-primary:hover {
    background: #A93226;
    border-color: #A93226;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(192, 57, 43, 0.3);
}

.location-hero .btn-hero-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.location-hero .btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

/* Trust Bar Local */
.trust-bar-local {
    background: #f8f9fa;
    padding: 2rem 0;
    border-bottom: 1px solid #e9ecef;
}

.trust-bar-local .trust-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.trust-bar-local .trust-item {
    text-align: center;
}

.trust-bar-local .number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #C0392B;
    margin-bottom: 0.25rem;
}

.trust-bar-local .label {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Districts Section */
.districts-section {
    padding: 5rem 0;
    background: #fff;
}

.districts-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.districts-section .section-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(192, 57, 43, 0.1);
    color: #C0392B;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.districts-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.districts-section .section-subtitle {
    font-size: 1.125rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.districts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.district-group h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #C0392B;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(192, 57, 43, 0.2);
}

.district-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.district-list li {
    padding: 0.5rem 0;
}

.district-list a {
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.district-list a:hover {
    color: #C0392B;
}

/* Standorte & Einsatzgebiete - Card-Layout für Stadtteile */
body[data-active-nav="standorte"] .districts-section .district-list,
body[data-active-nav="einsatzgebiete"] .districts-section .district-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

body[data-active-nav="standorte"] .districts-section .district-list li,
body[data-active-nav="einsatzgebiete"] .districts-section .district-list li {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    text-align: center;
}

body[data-active-nav="standorte"] .districts-section .district-list li:hover,
body[data-active-nav="einsatzgebiete"] .districts-section .district-list li:hover {
    background: #fff;
    border-color: #C0392B;
    box-shadow: 0 4px 12px rgba(192, 57, 43, 0.1);
    transform: translateY(-2px);
}

body[data-active-nav="standorte"] .districts-section .district-list a,
body[data-active-nav="einsatzgebiete"] .districts-section .district-list a {
    display: block;
    font-weight: 600;
    color: #495057;
    font-size: 0.9rem;
}

body[data-active-nav="standorte"] .districts-section .district-list a:hover,
body[data-active-nav="einsatzgebiete"] .districts-section .district-list a:hover {
    color: #C0392B;
}

.districts-cta {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.districts-cta p {
    margin-bottom: 1.5rem;
    color: #6c757d;
}

/* Services Local */
.services-local {
    padding: 5rem 0;
    background: #f8f9fa;
}

.services-local .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.services-local .service-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.services-local .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.services-local .service-icon {
    width: 60px;
    height: 60px;
    background: rgba(192, 57, 43, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.services-local .service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.services-local .service-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.services-local .service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.services-local .service-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #495057;
}

.services-local .service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #C0392B;
    font-weight: bold;
}

.services-local .service-link {
    color: #C0392B;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.services-local .service-link:hover {
    color: #A93226;
}

.services-local .services-more {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 3rem 3.5rem;
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.08), rgba(231, 76, 60, 0.08));
    border-radius: 20px;
    border: 1px solid rgba(192, 57, 43, 0.15);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.services-local .services-more-copy h3 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.services-local .services-more-copy p {
    max-width: 640px;
    color: #2f353a;
    font-size: 1.1rem;
    line-height: 1.75;
    margin: 0;
}

.services-local .services-more-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.05rem 2.75rem;
    font-size: 1rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    background: #C0392B;
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(192, 57, 43, 0.3);
}

.services-local .services-more-button img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.services-local .services-more-button span {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .services-local .services-more {
        flex-direction: column;
        text-align: center;
        padding: 2.5rem;
    }

    .services-local .services-more-copy p {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .services-local .services-more {
        padding: 2rem;
        gap: 1.75rem;
        border-radius: 16px;
    }

    .services-local .services-more-copy h3 {
        font-size: 1.4rem;
    }

    .services-local .services-more-copy p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .services-local .services-more-button {
        width: 100%;
        justify-content: center;
        padding: 0.95rem 2rem;
    }

    .services-local .services-more-button span {
        white-space: normal;
    }
}

/* Why Local Section */
.why-local {
    padding: 5rem 0;
    background: #fff;
}

.why-local .why-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 4rem;
    align-items: center;
}

.why-local h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.why-local .text-accent {
    color: #C0392B;
}

.why-local .lead {
    font-size: 1.25rem;
    color: #495057;
    margin-bottom: 2rem;
}

.why-points {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-point {
    display: flex;
    gap: 1rem;
}

.why-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(192, 57, 43, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon svg {
    color: #C0392B;
}

.why-point h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.why-point p {
    color: #6c757d;
    line-height: 1.6;
}

.why-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: #C0392B;
    background: #fff;
    box-shadow: 0 5px 20px rgba(192, 57, 43, 0.1);
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #C0392B;
    display: block;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.stat-detail {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* Projects Local */
.projects-local {
    padding: 5rem 0;
    background: #f8f9fa;
}

.projects-local .projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.projects-local .project-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 400px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.projects-local .project-card.large {
    grid-column: span 2;
    height: 400px;
}

.projects-local .project-card:hover {
    transform: scale(1.02);
}

.projects-local .project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-local .project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: #fff;
    padding: 2rem;
    transform: translateY(20px);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.projects-local .project-card:hover .project-overlay {
    transform: translateY(0);
    opacity: 1;
}

.projects-local .project-location {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: #C0392B;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.projects-local .project-overlay h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.projects-local .project-overlay p {
    font-size: 0.875rem;
    opacity: 0.9;
}

.projects-local .projects-footer {
    text-align: center;
}

/* Testimonials Local */
.testimonials-local {
    padding: 5rem 0;
    background: #fff;
}

.testimonials-local .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: linear-gradient(135deg, #ffffff 0%, #fcfcfc 100%);
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    border-left: 4px solid #C0392B;
    box-shadow: 0 4px 20px rgba(192, 57, 43, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(192, 57, 43, 0.12);
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: #C0392B;
    opacity: 0.15;
    font-family: Georgia, serif;
}

.testimonial-rating {
    color: #ffc107;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.testimonial-card blockquote {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #2c3e50;
    margin: 0 0 1.5rem 0;
    font-style: italic;
    font-weight: 400;
}

.testimonial-author {
    padding-top: 1rem;
    border-top: 1px solid rgba(192, 57, 43, 0.1);
}

.testimonial-author strong {
    display: block;
    color: #C0392B;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.testimonial-author span {
    font-size: 0.875rem;
    color: #7f8c8d;
    font-weight: 500;
}

/* FAQ Local */
.faq-local {
    padding: 5rem 0;
    background: #f8f9fa;
}

.faq-local .faq-grid {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 3rem;
}

.faq-local .faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-local .faq-question {
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 1.0625rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-local .faq-question:hover {
    background: #f8f9fa;
}

.faq-local .faq-question svg {
    transition: transform 0.3s ease;
    color: #C0392B;
}

.faq-local .faq-item.active .faq-question svg {
    transform: rotate(180deg);
}

.faq-local .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-local .faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-local .faq-answer p {
    padding: 0 1.5rem 1.5rem;
    color: #6c757d;
    line-height: 1.6;
}

/* Contact Local */
.contact-local {
    padding: 5rem 0;
    background: #fff;
}

.contact-local > .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.contact-local .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: start;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(1.5rem, 5vw, 4rem);
    box-sizing: border-box;
}

.contact-local .contact-form {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}



.contact-local .section-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(192, 57, 43, 0.1);
    color: #C0392B;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.contact-local h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.contact-local .contact-info > p {
    font-size: 1.125rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.contact-benefits {
    margin-bottom: 2rem;
}

.contact-benefits .benefit {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    color: #495057;
}

.contact-benefits .benefit svg {
    color: #C0392B;
    flex-shrink: 0;
}

.contact-direct {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
}

.contact-direct h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.contact-phone {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-phone:hover {
    border-color: #C0392B;
    box-shadow: 0 5px 20px rgba(192, 57, 43, 0.1);
}

.contact-phone svg {
    color: #C0392B;
}

.phone-label {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.phone-number {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}


.contact-hours {
    margin-top: 6.5rem;
    padding-top: 4.2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
}

.contact-hours h4 {
    font-size: 1.18rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}

.contact-hours p {
    color: #6c757d;
    line-height: 2.45;
}

/* Location Form */
.location-form {
    background: #C0392B;
    color: #fff;
    border-radius: 12px;
    padding: 2rem;
    width: 100%;
    box-shadow: none;
}

.location-form .form-group {
    margin-bottom: 1.5rem;
}

.location-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.location-form label {
    display: block;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.location-form input,
.location-form select,
.location-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    color: #1a1a1a;
}

.location-form input::placeholder,
.location-form textarea::placeholder {
    color: rgba(26, 26, 26, 0.6);
}

.location-form input:focus,
.location-form select:focus,
.location-form textarea:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.35);
}



.location-form textarea {
    resize: vertical;
    min-height: 120px;
}

.location-form .checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.location-form .checkbox input {
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
    border-radius: 0.35rem;
    border: 2px solid rgba(255, 255, 255, 0.75);
    background: transparent;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    accent-color: #fff;
}

.location-form .checkbox input::after {
    content: '';
    width: 0.45rem;
    height: 0.95rem;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(45deg);
    transition: border-color 0.2s ease;
}

.location-form .checkbox input:focus-visible {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.location-form .checkbox input:checked {
    background: #fff;
    border-color: #fff;
}

.location-form .checkbox input:checked::after {
    border-color: #C0392B;
}

.location-form .checkbox label {
    font-weight: normal;
    font-size: 0.875rem;
    color: #fff;
}

.location-form .checkbox a {
    color: #fff;
    text-decoration: underline;
}

.location-form .checkbox a:hover,
.location-form .checkbox a:focus {
    color: rgba(255, 255, 255, 0.8);
}

.location-form .btn-submit {
    width: 100%;
    padding: 1rem 2rem;
    background: #fff;
    color: #C0392B;
    border: none;
    border-radius: 8px;
    font-size: 1.0625rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.location-form .btn-submit:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #A93226;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.25);
}

.location-form .form-note {
    margin-top: 1rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #C0392B;
    font-size: 0.875rem;
    color: #495057;
}

/* Final CTA */
.final-cta {
    background: linear-gradient(135deg, #C0392B 0%, #A93226 100%);
    padding: 4rem 0;
    text-align: center;
    color: #fff;
}

.final-cta h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.final-cta p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.final-cta .cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.final-cta .btn-cta-primary,
.final-cta .btn-cta-secondary {
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.final-cta .btn-cta-primary {
    background: #fff;
    color: #C0392B;
    border: 2px solid #fff;
}

.final-cta .btn-cta-primary:hover {
    background: transparent;
    color: #fff;
}

.final-cta .btn-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.final-cta .btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .why-local .why-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-local .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .projects-local .project-card.large {
        grid-column: span 1;
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .why-stats {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
        gap: 2rem;
        max-width: clamp(600px, 90vw, 780px);
        margin: 0 auto;
    }

    .projects-local .projects-grid {
        grid-template-columns: repeat(2, minmax(240px, 1fr));
        gap: 2rem;
        max-width: clamp(640px, 92vw, 880px);
        margin: 0 auto 3rem;
    }

    .projects-local .project-card,
    .projects-local .project-card.large {
        grid-column: span 1;
        height: clamp(260px, 34vw, 340px);
    }

    .projects-local .project-card:nth-child(n+5) {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .location-hero {
        padding-top: 75px; /* Angepasste Header-Höhe für Tablet */
    }
    
    .location-hero .hero-title {
        font-size: 2rem;
    }
    
    .location-hero .hero-subtitle {
        font-size: 1.125rem;
    }

    .why-local h2 {
        text-align: center;
    }
    
    .location-hero .hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .trust-bar-local .trust-items {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .districts-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    /* Responsive Anpassungen für Dormagen Grid */
    body[data-active-nav="standorte"] .districts-section .district-list,
    body[data-active-nav="einsatzgebiete"] .districts-section .district-list {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.5rem;
    }
    
    .services-local .services-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-local .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .location-form {
        width: 100%;
    }

    .location-form .form-row {
        grid-template-columns: 1fr;
    }
    
    .final-cta h2 {
        font-size: 2rem;
    }
    
    .final-cta .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .final-cta .btn-cta-primary,
    .final-cta .btn-cta-secondary {
        width: 100%;
        max-width: 300px;
    }

    .contact-local .contact-form {
        width: 100%;
        justify-self: stretch;
        align-self: stretch;
    }

    .contact-local .contact-form .location-form {
        width: 100%;
    }

    .contact-hours {
        margin-top: 6.5rem;
        padding-top: 4.1rem;
        border-top: 1px solid rgba(0, 0, 0, 0.22);
    }

    .contact-hours p {
        line-height: 2.4;
    }
}

@media (max-width: 640px) {
    .why-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .location-hero {
        min-height: 80vh;
        padding-top: 70px; /* Kleinerer Header auf Mobile */
    }
    
    .location-hero .hero-content {
        padding: 40px 0;
    }
    
    .location-hero .hero-actions {
        flex-direction: column;
    }
    
    .location-hero .btn-hero-primary,
    .location-hero .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .trust-bar-local .trust-items {
        grid-template-columns: 1fr;
    }
    
    .projects-local .projects-grid {
        grid-template-columns: 1fr;
    }

    .contact-local .contact-form {
        padding: var(--space-sm);
    }

    .contact-hours {
        margin-top: 5rem;
        padding-top: 3.2rem;
        border-top: 1px solid rgba(0, 0, 0, 0.24);
    }

    .contact-hours h4 {
        font-size: 1.2rem;
        margin-bottom: 1.25rem;
    }

    .contact-hours p {
        line-height: 2.35;
        font-size: 1.16rem;
    }
    
    /* Mobile Anpassungen für Dormagen Grid */
    body[data-active-nav="standorte"] .districts-section .district-list,
    body[data-active-nav="einsatzgebiete"] .districts-section .district-list {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.4rem;
    }
    
    body[data-active-nav="standorte"] .districts-section .district-list li,
    body[data-active-nav="einsatzgebiete"] .districts-section .district-list li {
        padding: 0.5rem 0.75rem;
    }
    
    body[data-active-nav="standorte"] .districts-section .district-list a,
    body[data-active-nav="einsatzgebiete"] .districts-section .district-list a {
        font-size: 0.85rem;
    }
}
