/* Kontaktseite Styles */

/* Neuer "Lassen Sie uns gemeinsam starten" Bereich */
.get-started-section {
    padding: 40px 0;
    padding-top: 80px;
    padding-bottom: 0px;
    background: white;
    text-align: center;
}

.get-started-content {
    max-width: 1200px;
    margin: 0 auto;
}

.get-started-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.get-started-description {
    font-size: 1.1rem;
    margin: auto;
    max-width: 800px;
    align-items: center;
    color: #666;
    margin-bottom: 3rem;
    line-height: 1.6;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contact-options-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: white;
    flex: 1;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.contact-option:hover {
    transform: scale(1.02);
}

.contact-option-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a6a6a;
}

.contact-option-icon svg {
    width: 100%;
    height: 100%;
}

.contact-option-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contact-option-value {
    font-size: 1rem;
    color: #333;
    margin-bottom: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-book-appointment {
    display: inline-block;
    background: linear-gradient(135deg, #2B9184 0%, #20a39e 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(43, 145, 132, 0.3);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-book-appointment:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 145, 132, 0.4);
    background: linear-gradient(135deg, #237a6f 0%, #1a8a85 100%);
}

/* Page Hero */
.page-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
}

.page-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.page-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Kontakt Information Section */
.contact-info-section {
    padding: 40px 0;
    padding-bottom: 0px;
    background: #f8f9fa;
}

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

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.contact-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.contact-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.contact-card p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.contact-note {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
}

/* Kontaktformular Section */
.contact-form-section {
    padding: 40px 0;
    padding-bottom: 80px;
    padding-top: 0px;
    background: white;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

/* Linke Seite: Karte */
.map-container {
    position: relative;
    height: 700px;
    border-radius: 12px;
    overflow: hidden;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.map-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-wrapper iframe {
    border-radius: 12px;
}

.map-info {
    position: absolute;
    top: 20px;
    left: 20px;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 250px;
}

.map-info h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.map-info p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.map-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.map-link {
    color: #2B9184;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.map-link:hover {
    color: #237a6f;
    text-decoration: underline;
}

/* Rechte Seite: Formular */
.form-container {
    background: white;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-radius: 16px;
    height: 700px;
    display: flex;
    flex-direction: column;
}

.form-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
}

.contact-form {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

.form-group {
    margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #f8f9fa;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #f8f9fa;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2B9184;
    box-shadow: 0 0 0 3px rgba(43, 145, 132, 0.1);
    background: white;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
    font-style: italic;
}

.form-group textarea {
    resize: none;
    min-height: 150px;
    max-height: 400px;
    overflow: hidden;
    transition: height 0.2s ease;
}

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

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 0.25rem;
}

.checkbox-group label {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.9rem;
}

.privacy-link {
    color: #2B9184;
    text-decoration: none;
    font-weight: 600;
}

.privacy-link:hover {
    text-decoration: underline;
}

/* hCaptcha Styling */
.h-captcha {
    margin: 1rem 0;
    display: flex;
    justify-content: flex-start;
}

/* Submit Button */
.btn-primary {
    background: #2B9184;
    color: white;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    box-shadow: 0 4px 15px rgba(43, 145, 132, 0.2);
}

/* CTA Button Anpassung */
.cta-buttons .btn-primary {
    width: auto;
    margin-top: 0;
}

.btn-primary:hover {
    background: #237a6f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 145, 132, 0.3);
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

/* FAQ Preview Section */
.faq-preview {
    padding: 80px 0;
    background: #f8f9fa;
    text-align: center;
}

.faq-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.faq-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.faq-links {
    margin-top: 2rem;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
    color: white;
    text-align: center;
}

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

.cta-content p {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #333;
    transform: translateY(-2px);
}

/* Google Review CTA Section */
.google-review-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    color: #1e293b;
    text-align: center;
    position: relative;
    z-index: 3;
}

.google-review-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.google-branding {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.google-review-image {
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    background: transparent;
    margin-bottom: 15px;
}

.google-stars {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.star {
    color: #FFD700;
    font-size: 28px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.google-review-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
}

.google-review-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.8;
    color: #64748b;
}

.btn-google-review {
    display: inline-block;
    padding: 18px 36px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #2B9184;
    background: #2B9184;
    color: white;
    cursor: pointer;
    text-align: center;
}

.btn-google-review:hover {
    background: #1F7A6F;
    color: white;
    border-color: #1F7A6F;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(43, 145, 132, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .get-started-section {
        padding: 30px 0;
        padding-top: 60px;
    }
    
    .get-started-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .get-started-description {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }
    
    .contact-options-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin-top: 1rem;
    }
    
    .contact-option {
        padding: 1.2rem 0.8rem;
        min-height: 120px;
        justify-content: center;
    }
    
    .contact-option-icon {
        width: 32px;
        height: 32px;
        margin-bottom: 0.8rem;
    }
    
    .contact-option-label {
        font-size: 0.8rem;
        margin-bottom: 0.4rem;
    }
    
    .contact-option-value {
        font-size: 0.9rem;
    }
    
    .btn-book-appointment {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .page-title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
    
    .page-subtitle {
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .map-container {
        height: 300px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        order: 2;
    }
    
    .form-container {
        height: auto;
        padding: 1.5rem;
        order: 1;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.9rem 1rem;
        font-size: 1rem;
    }
    
    .form-group textarea {
        min-height: 120px;
    }
    
    .btn-primary {
        padding: 1.1rem 2rem;
        font-size: 1rem;
        margin-top: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .get-started-section {
        padding: 25px 0;
        padding-top: 50px;
    }
    
    .get-started-title {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    
    .get-started-description {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .contact-options-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .contact-option {
        padding: 1rem 0.6rem;
        min-height: 100px;
    }
    
    .contact-option-icon {
        width: 28px;
        height: 28px;
        margin-bottom: 0.6rem;
    }
    
    .contact-option-label {
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
    }
    
    .contact-option-value {
        font-size: 0.85rem;
    }
    
    .btn-book-appointment {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    
    .page-hero {
        padding: 80px 0 50px;
    }
    
    .contact-form-section {
        padding: 30px 0;
    }
    
    .contact-info-section,
    .faq-preview,
    .cta-section {
        padding: 50px 0;
    }
    
    .contact-layout {
        gap: 1.5rem;
    }
    
    .form-container {
        padding: 1.2rem;
        order: 1;
    }
    
    .map-container {
        height: 250px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        order: 2;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.8rem 0.9rem;
        font-size: 0.95rem;
    }
    
    .form-group textarea {
        min-height: 100px;
    }
    
    .btn-primary {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .map-info {
        padding: 0.8rem;
        max-width: 180px;
    }
    
    .form-title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
    
    .form-intro h2,
    .faq-content h2,
    .cta-content h2 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .cta-buttons .btn {
        padding: 10px 20px;
        font-size: 0.85rem;
        max-width: 260px;
    }

    .google-review-cta {
        padding: 40px 0;
    }

    .google-review-content {
        padding: 0 15px;
    }

    .google-review-content h2 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .google-review-content p {
        font-size: 0.9rem;
        margin-bottom: 18px;
    }

    .google-review-image {
        max-width: 120px;
        margin-bottom: 12px;
    }

    .star {
        font-size: 20px;
    }

    .btn-google-review {
        padding: 10px 20px;
        font-size: 0.85rem;
        width: 100%;
        max-width: 280px;
    }
}

/* Zusätzliche Optimierungen für sehr kleine Bildschirme */
@media (max-width: 360px) {
    .container {
        padding: 0 10px;
    }
    
    .get-started-section {
        padding: 20px 0;
        padding-top: 40px;
    }
    
    .get-started-title {
        font-size: 1.4rem;
    }
    
    .get-started-description {
        font-size: 0.85rem;
    }
    
    .contact-option {
        padding: 0.8rem 0.4rem;
        min-height: 90px;
    }
    
    .contact-option-icon {
        width: 24px;
        height: 24px;
    }
    
    .contact-option-label {
        font-size: 0.7rem;
    }
    
    .contact-option-value {
        font-size: 0.8rem;
    }
    
    .form-container {
        padding: 1rem;
    }
    
    .form-group input,
    .form-group textarea {
        padding: 0.7rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .btn-primary {
        padding: 0.9rem 1.2rem;
        font-size: 0.9rem;
    }
    
    .google-review-content h2 {
        font-size: 1.4rem;
    }
    
    .google-review-content p {
        font-size: 0.85rem;
    }
    
    .google-review-image {
        max-width: 100px;
    }
    
    .star {
        font-size: 18px;
    }
}

