/* Google Werbung Landing Page Styles */

/* Hero Section */
.hero-section {
    display: block;
}

.hero-section img {
    max-width: 100%;
    height: auto;
}

.hero-section h1 {
    margin-top: 0;
}

/* Desktop adjustments */
@media (min-width: 769px) {
    .hero-section {
        padding-top: 80px;
    }
    
    .hero-section .row {
        align-items: flex-start;
    }
    
    .hero-section h1 {
        margin-top: 50px;
    }
    
    .hero-section img {
        margin-top: 0;
    }
    
    .hero-section .order-lg-1 {
        margin-top: 50px;
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
    
    .hero-section h1 {
        margin-top: 20px;
    }
    
    .hero-section img {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .hero-section .btn {
        margin-bottom: 0 !important;
    }
    
    .hero-section .container {
        padding-bottom: 0 !important;
    }
    
    .mobile-tight-spacing {
        padding-top: 10px !important;
        padding-bottom: 50px !important;
        margin-top: -10px !important;
    }
    
    .mobile-tight-spacing .container {
        padding-top: 0 !important;
    }
    
    .mobile-tight-spacing .row {
        margin-top: 0 !important;
    }
}

/* Desktop adjustments */
@media (min-width: 769px) {
    .mobile-spacer {
        display: none;
    }
}

/* Hero Subtitle */
.hero-subtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.subtitle-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #495057;
}

.badge {
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

/* Google Colors */
.g-blue {
    color: #4285f4;
}

.g-red {
    color: #ea4335;
}

.g-yellow {
    color: #fbbc05;
}

.g-green {
    color: #34a853;
}

/* Hero Features */
.feature-item {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-color: #e9ecef;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255,255,255,0.8);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
}

.bg-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

/* Problem Section */
.problem-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.problem-card {
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.problem-icon {
    flex-shrink: 0;
}

.solution-teaser {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.solution-teaser .btn-light:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,255,255,0.3);
}

/* Solution Section */
.solution-section {
    background: #ffffff;
}

.solution-card {
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.solution-icon {
    flex-shrink: 0;
}

.results-highlight {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border: 2px solid #28a745 !important;
}

.result-stat {
    text-align: center;
}

.result-stat .h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

/* Why Me Section */
.why-me-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.trust-card {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-color: #007bff;
}

.trust-icon {
    margin: 0 auto;
}

.personal-story, .guarantees {
    transition: all 0.3s ease;
}

.personal-story:hover, .guarantees:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

.credentials .badge {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
}

.cta-trust {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.cta-trust .btn-light:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255,255,255,0.3);
}

/* Services Section */
.services-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.services-section .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.services-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.service-icon {
    color: #007bff;
    margin-bottom: 1rem;
}

/* Button Styles */
.btn-dark {
    background: #212529;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-dark:hover {
    background: #1a1e21;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(33, 37, 41, 0.3);
}

.btn-primary {
    background: #007bff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

.btn-outline-primary {
    border: 2px solid #007bff;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #007bff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

/* Typography */
h1, h2, h3 {
    font-weight: 700;
    line-height: 1.2;
}

.display-4 {
    font-size: 2.5rem;
}

.lead {
    font-size: 1.1rem;
    font-weight: 400;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-section {
        min-height: 100vh;
    }
    
    .hero-image img {
        height: 50vh;
    }
    
    .hero-overlay {
        position: relative;
        background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
        padding: 3rem 0;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .hero-features {
        font-size: 0.8rem;
    }
    
    .services-section .card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 1.8rem;
    }
    
    .btn-lg {
        padding: 0.75rem 2rem;
        font-size: 1rem;
    }
    
    .hero-features small {
        font-size: 0.75rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility */
.btn:focus,
.btn:focus-visible {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Contact Section */
.contact-section {
    background: #ffffff;
}

.contact-card, .contact-form {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.contact-card:hover, .contact-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-color: #007bff;
}

.guarantee-banner {
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* Alert Enhancements */
.alert svg {
    vertical-align: text-top;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
}

/* Button Enhancements */
.btn svg {
    vertical-align: text-top;
}

.btn-danger {
    background: #dc3545;
    border: none;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.btn-danger:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
}

.btn-warning {
    background: #ffc107;
    border: none;
    color: #212529;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.btn-warning:hover {
    background: #e0a800;
    color: #212529;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

/* Footer Section */
.footer-section {
    background: #212529 !important;
    border-top: 3px solid #007bff;
}

.footer-section h5 {
    color: #007bff;
    font-weight: 600;
}

.footer-section p {
    color: #ced4da;
    line-height: 1.6;
}

.footer-section svg {
    color: #007bff;
}

.footer-section .border-top {
    border-color: #495057 !important;
}

/* Icon Consistency */
svg {
    flex-shrink: 0;
}

/* Loading Animation */
.card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Performance Optimizations */
.hero-image img {
    will-change: transform;
}

.card {
    will-change: transform, box-shadow;
}