/* ============================================
   Landing Page: Unternehmensberatung Mittelstand
   Optimized for Google Ads Conversion
   ============================================ */

/* Hero Section Enhancements */
.hero-section {
    background: linear-gradient(135deg, #0c5d7b 0%, #0a4a5e 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}


.header-cta {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 15px;
}
.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 700;
    text-align: center;
}

.hero-content h1 .highlight {
    color: #ffd700;
    display: block;
    margin-top: 0.5rem;
    text-align: center;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    line-height: 1.6;
    opacity: 0.95;
    max-width: 900px;
    color: white;
    text-align: center;
    margin: auto;
}

/* Hero Benefits Grid */
.hero-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.benefit-icon {
    font-size: 1.5rem;
    color: #ffd700;
    font-weight: bold;
}
nav#navMenu {
    margin-bottom: 20px;
}
/* Hero CTA */
.hero-cta {
    text-align: center;
}

.btn-large {
    font-size: 1.2rem;
    padding: 1.2rem 3rem;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}

.cta-subtext {
    margin-top: 1rem;
    font-size: 0.95rem;
    opacity: 0.9;
    color: white;
}

/* Trust Indicators */
.hero-trust {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-item {
    text-align: center;
}

.trust-item strong {
    display: block;
    font-size: 2.5rem;
    color: #ffd700;
    font-weight: 700;
    line-height: 1;
}

.trust-item span {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Why Section */
.why-section {
    background: #ffffff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.why-item {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}
.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonial-content {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.why-item:hover {
    border-color: #0c5d7b;
    box-shadow: 0 8px 25px rgba(12, 93, 123, 0.15);
    transform: translateY(-5px);
}

.why-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.why-item h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #0c5d7b;
}

.why-item p {
    line-height: 1.7;
    color: #333;
}

/* Services Section */
.services-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0c5d7b;
}

.service-card p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #555;
}

.service-benefits {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-benefits li {
    padding: 0.5rem 0;
    color: #333;
    line-height: 1.6;
}

.btn-service {
    margin-top: 1.5rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}

/* Process Section */
.process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.process-step {
    /* background: #f8f9fa; */
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.process-step:hover {
    border-color: #0c5d7b;
    box-shadow: 0 8px 25px rgba(12, 93, 123, 0.15);
    transform: translateY(-5px);
}
.testimonial-avatar {
    display: flex;
    justify-content: center;
}
.testimonial-avatar img {
    border-radius: 50%;
    margin-bottom: 20px;
}
button.testimonial-toggle {
    background: none;
    border: 1px solid gray;
    padding: 5px;
    border-radius: 5px;
}
.testimonial-more-content {
    margin-top: 10px;
}
.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0c5d7b 0%, #0a4a5e 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.process-step h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #0c5d7b;
}

.process-step p {
    line-height: 1.6;
    color: #555;
    font-size: 0.95rem;
}

.process-arrow {
    font-size: 2rem;
    color: #0c5d7b;
    font-weight: 700;
}

/* Testimonials Enhancement */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.testimonial-rating {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.testimonial-text {
    font-style: italic;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.testimonial-author {
    border-top: 2px solid #f0f0f0;
    padding-top: 1rem;
}

.testimonial-author strong {
    display: block;
    color: #0c5d7b;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.testimonial-author span {
    display: block;
    color: #666;
    font-size: 0.9rem;
}

/* FAQ Section */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #0c5d7b;
    box-shadow: 0 4px 15px rgba(12, 93, 123, 0.1);
}

.faq-question {
    font-size: 1.2rem;
    color: #0c5d7b;
    margin-bottom: 1rem;
    font-weight: 600;
}

.faq-answer p {
    line-height: 1.7;
    color: #555;
}

/* Contact Form Enhancements */
.contact-form-section {
    background: linear-gradient(135deg, #0c5d7b 0%, #0a4a5e 100%);
    color: #ffffff;
}

.contact-form-container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form-header h2 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.contact-form-header p {
    font-size: 1.1rem;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
    color: white;
}

.contact-form-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-person {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}
.contact-person-details p {
    color: white;
    font-size: small;
}
.contact-person h3 {
    color: #ffd700;
    margin-bottom: 1.5rem;
}

.contact-person-avatar img {
    width: 100%;
    max-width: 200px;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.contact-person-details h4 {
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
}

.contact-person-details p {
    opacity: 0.9;
    margin-bottom: 1rem;
}

.contact-email,
.contact-phone,
.contact-linkedin {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.contact-email:hover,
.contact-phone:hover,
.contact-linkedin:hover {
    color: #ffd700;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 0.9rem 1.2rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-control:focus {
    outline: none;
    border-color: #0c5d7b;
    box-shadow: 0 0 0 3px rgba(12, 93, 123, 0.1);
}

.form-control::placeholder {
    color: #999;
}

select.form-control {
    cursor: pointer;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.form-checkbox {
    margin-top: 1.5rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    color: #333;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 0.2rem;
    cursor: pointer;
}

.checkbox-label a {
    color: #0c5d7b;
    text-decoration: underline;
}

.checkbox-label a:hover {
    color: #0a4a5e;
}

.required {
    color: #d9534f;
}

.form-error {
    display: block;
    color: #d9534f;
    font-size: 0.9rem;
    margin-top: 0.3rem;
}

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-disclaimer {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #666;
}

.form-message {
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    text-align: center;
    color: #6c6363;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Honeypot - Hidden from users */
.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-form-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .process-arrow {
        display: none;
    }

    .process-steps {
        flex-direction: column;
    }

    .process-step {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-benefits {
        grid-template-columns: 1fr;
    }

    .hero-trust {
        gap: 2rem;
    }

    .why-grid,
    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-wrapper {
        padding: 1.5rem;
    }

    .btn-large {
        font-size: 1.1rem;
        padding: 1rem 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .trust-item strong {
        font-size: 2rem;
    }

    .why-icon {
        font-size: 2.5rem;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
}

/* Animation for scroll effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-animate {
    animation: fadeInUp 0.6s ease-out;
}

/* Print styles */
@media print {
    .hero-section,
    .contact-form-section,
    header,
    footer {
        display: none;
    }
}
@media screen and (max-width: 768px) {
nav#navMenu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 20px;
}
}