/* Scroll to Top Button */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
.scroll-to-top {
    position: fixed;
    right: 32px;
    bottom: 32px;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #dc3545 0%, #D4002A 100%);
    color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(33, 150, 243, 0.18);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    cursor: pointer;
    z-index: 9999;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.scroll-to-top:hover {
    background: linear-gradient(135deg, #D4002A 0%, #dc3545 100%);
    box-shadow: 0 8px 24px rgba(220, 53, 69, 0.28);
    transform: translateY(-3px) scale(1.08);
}
@media (max-width: 600px) {
    .scroll-to-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
}
/* Modern Success Stats Section (15 Yılda Elde Ettiğimiz Başarılar) */
.stats-modern-section {
    background: linear-gradient(135deg, #dc3545 0%, #D4002A 100%);
    padding: 4rem 0 3rem 0;
    margin: 0;
}

.stats-modern-header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.stats-modern-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
    letter-spacing: 0.5px;
}
.stats-modern-subtitle {
    color: #e3f2fd;
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    letter-spacing: 0.2px;
}

.stats-modern-grid {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.stats-modern-card {
    background: linear-gradient(135deg, #dc3545 0%, #D4002A 100%);
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(220, 53, 69, 0.13);
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    min-width: 220px;
    max-width: 270px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.12);
    transition: box-shadow 0.3s, transform 0.3s;
}
.stats-modern-card:hover {
    box-shadow: 0 16px 48px rgba(220, 53, 69, 0.18);
    transform: translateY(-4px) scale(1.03);
}
.stats-modern-icon {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.13);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 1.1rem;
    box-shadow: 0 2px 12px rgba(220,53,69,0.10);
    box-shadow: 0 2px 12px rgba(0,123,255,0.10);
}
.stats-modern-value {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #fff;
    letter-spacing: 0.5px;
}
.stats-modern-label {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: #fff;
}
.stats-modern-desc {
    font-size: 0.98rem;
    color: #e3f2fd;
    font-weight: 400;
    margin-bottom: 0.2rem;
}

/* Corporate Hero Compact (Kurumsal sayfa hero) */
.corporate-hero-compact {
    background: linear-gradient(135deg, rgba(30,30,30,0.6) 0%, rgba(60,0,0,0.6) 100%), url('../image/kurumsal-hero.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 4.5rem 0 3.5rem 0;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    min-height: 420px;
    margin: 0;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}
.corporate-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}
.corporate-hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: white;
    opacity: 0.95;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.corporate-highlights {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-width: 140px;
    padding: 0.8rem 1.5rem;
    background: rgba(255,255,255,0.18);
    border-radius: 25px;
    font-weight: 600;
    backdrop-filter: blur(15px);
    color: white;
    font-size: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 2px 12px rgba(220,53,69,0.10);
}
.highlight-item i {
    color: #ffc107;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.highlight-item span {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
}
/* Campaigns Hero Compact (Kampanyalar sayfa hero) */
.campaigns-hero-compact {
    background: linear-gradient(135deg, rgba(30,30,30,0.6) 0%, rgba(60,0,0,0.6) 100%), url('../image/kampanyalar-hero.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 4.5rem 0 3.5rem 0;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    min-height: 420px;
    margin: 0;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}
.campaigns-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}
.campaigns-hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: white;
    opacity: 0.95;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
/* Contact Hero Compact (İletişim sayfa hero) */
.contact-hero-compact {
    background: linear-gradient(135deg, rgba(30,30,30,0.6) 0%, rgba(60,0,0,0.6) 100%), url('../image/iletisim-hero.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 4.5rem 0 3.5rem 0;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    min-height: 420px;
    margin: 0;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}
.contact-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}
.contact-hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: white;
    opacity: 0.95;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.contact-highlights {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.highlight-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-width: 140px;
    padding: 0.8rem 1.5rem;
    background: rgba(255,255,255,0.18);
    border-radius: 25px;
    font-weight: 600;
    backdrop-filter: blur(15px);
    color: white;
    font-size: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 2px 12px rgba(220,53,69,0.10);
}
.highlight-item i {
    color: #ffc107;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.highlight-item span {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
}
/* FAQ Hero Compact (SSS sayfa hero) */
.faq-hero-compact {
    background: linear-gradient(135deg, rgba(30,30,30,0.6) 0%, rgba(60,0,0,0.6) 100%), url('../image/sss-hero.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 2.2rem 0 1.5rem 0;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    min-height: 280px;
    margin: 0;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}
.faq-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}
.faq-hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: white;
    opacity: 0.95;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
@media (max-width: 900px) {
    .faq-hero-compact {
        min-height: 280px;
        padding: 2.2rem 0 1.5rem 0;
    }
    .faq-hero-content h1 {
        font-size: 1.5rem;
    }
    .faq-hero-content p {
        font-size: 0.95rem;
    }
}
    .contact-hero-compact {
        min-height: 280px;
        padding: 2.2rem 0 1.5rem 0;
    }
    .contact-hero-content h1 {
        font-size: 1.5rem;
    }
    .contact-hero-content p {
        font-size: 0.95rem;
    }
    .contact-highlights {
        gap: 1.2rem;
    }
    .highlight-item {
        min-width: 100px;
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
    .highlight-item span {
        font-size: 0.95rem;
    }

    .campaigns-hero-compact {
        min-height: 280px;
        padding: 2.2rem 0 1.5rem 0;
    }
    .campaigns-hero-content h1 {
        font-size: 1.5rem;
    }
    .campaigns-hero-content p {
        font-size: 0.95rem;
    }
    
    .corporate-hero-compact {
        min-height: 280px;
        padding: 2.2rem 0 1.5rem 0;
    }
    .corporate-hero-content h1 {
        font-size: 1.5rem;
    }
    .corporate-hero-content p {
        font-size: 0.95rem;
    }
    .corporate-highlights {
        gap: 1.2rem;
    }
    .highlight-item {
        min-width: 100px;
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
    }
    .highlight-item span {
        font-size: 0.95rem;
    }
    .stats-modern-grid {
        gap: 1.2rem;
    }
    .stats-modern-card {
        min-width: 160px;
        max-width: 220px;
        padding: 1.5rem 0.7rem 1rem 0.7rem;
        background: linear-gradient(135deg, #dc3545 0%, #D4002A 100%);
        box-shadow: 0 8px 32px rgba(220, 53, 69, 0.13);
    }
    .stats-modern-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
    }
    .stats-modern-value {
        font-size: 1.3rem;
    }
    .stats-modern-label {
        font-size: 0.95rem;
    }
    .stats-modern-desc {
        font-size: 0.85rem;
    }
    .stats-modern-title {
        font-size: 1.5rem;
    }
/* Featured Stats Modern (Popüler Araçlarımız kutusu) */
.featured-stats-modern {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(220, 53, 69, 0.08);
    padding: 2.5rem 0.5rem;
    margin: 2.5rem 0 2.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-stats-grid {
    display: flex;
    gap: 4rem;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.featured-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-width: 180px;
}

.featured-stat-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #dc3545, #D4002A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 4px 18px rgba(220, 53, 69, 0.18);
    margin-bottom: 0.5rem;
}

.featured-stat-value {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.2rem;
    letter-spacing: 0.5px;
}

.featured-stat-label {
    font-size: 1.05rem;
    color: #4b5563;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
}

@media (max-width: 768px) {
    .featured-stats-grid {
        gap: 1.5rem;
    }
    .featured-stat-item {
        min-width: 120px;
    }
    .featured-stats-modern {
        padding: 1.2rem 0.2rem;
        border-radius: 18px;
        box-shadow: 0 8px 32px rgba(220, 53, 69, 0.08);
    }
    .featured-stat-icon {
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
        background: linear-gradient(135deg, #dc3545, #D4002A);
        box-shadow: 0 4px 18px rgba(220, 53, 69, 0.18);
        background: linear-gradient(135deg, #dc3545, #D4002A);
        box-shadow: 0 4px 18px rgba(220, 53, 69, 0.18);
    }
    .featured-stat-value {
        font-size: 1.3rem;
    }
    .featured-stat-label {
        font-size: 0.95rem;
    }
}
/* end campaign styles */
/* Cars Page Styles */


/* Compact Header Styles */
.compact-header {
    padding: 0 !important;
    margin: 0;
    width: 100vw;
    min-height: 420px;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

.cars-hero-compact {
    background: linear-gradient(135deg, rgba(30,30,30,0.6) 0%, rgba(60,0,0,0.6) 100%), url('../image/araclar-hero.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 2.2rem 0 1rem 0;
    border-radius: 0;
    box-shadow: none;
    width: 100vw;
    min-height: 320px;
    margin: 0;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

.cars-hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}

.cars-hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: white;
    opacity: 0.95;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-badge-small {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.18);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    backdrop-filter: blur(15px);
    color: white;
    font-size: 0.9rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.hero-badge-small i {
    color: #ffc107;
    font-size: 1.1rem;
}

.cars-quick-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    /* Bant kaldırıldı, sadece kutuların cam efekti kaldı */
}

.quick-stat {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    min-width: 140px;
    padding: 0.8rem 1.5rem;
    background: rgba(255,255,255,0.18);
    border-radius: 25px;
    font-weight: 600;
    backdrop-filter: blur(15px);
    color: white;
    font-size: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.quick-stat i {
    color: #ffc107;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.quick-stat .stat-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
}

.quick-stat .stat-label {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-left: 0.2rem;
}

/* Filter Styles */
.filter-container {
    margin-bottom: 2rem;
    text-align: center;
}

.filter-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-buttons .btn {
    background: rgba(255, 255, 255, 0.9);
    color: #666;
    border: 2px solid #e9ecef;
    backdrop-filter: blur(10px);
    min-width: 140px;
    font-size: 0.9rem;
    text-transform: capitalize;
    text-decoration: none;
}

.filter-buttons .btn:hover {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border-color: #007bff;
    transform: translateY(-1px);
}

.filter-buttons .btn.active {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    border-color: #007bff;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.filter-dropdown {
    display: none;
    max-width: 300px;
    margin: 0 auto;
}

.filter-dropdown select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #007bff;
    border-radius: 8px;
    font-size: 1rem;
    background: white;
    color: #333;
    cursor: pointer;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Car Cards */
.cars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.car-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(44,62,80,0.18);
    border: 1.5px solid #ececec;
    transition: box-shadow 0.3s, border 0.3s, transform 0.3s;
    opacity: 1;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

.car-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    border-color: #e0e0e0;
}

.car-image {
    height: 180px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 2.5rem;
    position: relative;
    overflow: hidden;
}

.car-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.car-card:hover .car-image img {
    transform: scale(1.05);
}

.car-badge {
    position: absolute;
    top: 12px;
    background: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
    z-index: 2;
}

.car-badge.popular {
    background: #28a745;
    right: 12px;
}

.car-badge.discount {
    background: #dc3545;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 6px 10px;
    left: 12px;
}

.car-info {
    padding: 1.5rem;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.car-name {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.car-category {
    background: #f8f9fa;
    color: #666;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.car-specs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.car-specs span {
    color: #666;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.car-specs span i {
    color: #999;
    font-size: 0.8rem;
}

.car-price-section {
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.car-price-info {
    display: flex;
    flex-direction: column;
}

.car-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.car-price small {
    font-size: 0.8rem;
    color: #999;
    font-weight: 400;
}

.car-price-old {
    font-size: 1rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 0.25rem;
}

.car-price-old small {
    font-size: 0.7rem;
}

.price-discount {
    background: #dc3545;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.car-actions {
    display: flex;
    gap: 0.8rem;
    margin-top: auto;
    justify-content: center;
    padding-bottom: 1.5rem;
}

.car-actions .btn {
    flex: 1;
    text-align: center;
    font-size: 0.95rem;
    font-family: inherit;
    font-weight: 600;
    padding: 12px 24px;
    min-width: 160px;
    height: 44px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.car-actions .btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.car-actions .btn-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
    color: white;
}

.car-actions .btn-call {
    background: linear-gradient(135deg, #e52d27 0%, #dc3545 100%);
    color: white;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.car-actions .btn-call:hover {
    background: linear-gradient(135deg, #dc3545 0%, #D4002A 100%);
    color: white;
}

/* No Cars Message */
.no-cars {
    text-align: center;
    padding: 3rem;
    color: #64748b;
    font-size: 1.1rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.no-cars h3 {
    color: #333;
    margin-bottom: 0.5rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 3rem 0;
}

.cta-card {
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    text-align: left;
}

.cta-content {
    flex: 1;
}

.cta-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 600;
}

.cta-content p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-shrink: 0;
    min-width: 300px;
    max-width: 400px;
}

.btn-lg {
    padding: 18px 36px;
    font-size: 1.1rem;
    height: 58px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
}

.btn-lg.btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-lg.btn-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.btn-lg.btn-call {
    background: linear-gradient(135deg, #e52d27 0%, #dc3545 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.btn-lg.btn-call:hover {
    background: linear-gradient(135deg, #dc3545 0%, #D4002A 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
    color: white;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .compact-header {
        padding: 0 !important;
        min-height: 220px;
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: clip !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .cars-hero-compact {
        padding: 1.2rem 0 1rem 0 !important;
        min-height: 220px !important;
        width: 100vw !important;
        max-width: 100vw !important;
        overflow-x: clip !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    }
    
    .hero-badge-small {
        font-size: 0.85rem;
        padding: 0.6rem 1.2rem;
        margin-bottom: 1.2rem;
    }
    
    .cars-quick-stats {
        gap: 2rem;
        padding: 0 1rem;
    }
    
    .quick-stat .stat-number {
        font-size: 1.5rem;
    }
    
    .quick-stat .stat-label {
        font-size: 0.9rem;
    }
    

    
    .desktop-only {
        display: none !important;
    }
    
    .mobile-only {
        display: block !important;
    }
    
    .cta-card {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }
    
    .cta-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-actions .btn {
        width: 100%;
    }

@media (max-width: 480px) {
    .contact-info-card {
        text-align: center;
    }
    .info-items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-item {
        align-items: center;
        text-align: center;
    }
    .faq-item {
        padding: 10px 12px;
        padding-left: 16px;
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .faq-item::before {
        left: 8px;
        top: 8px;
        bottom: 8px;
        width: 5px;
    }

    .faq-question {
        font-size: 0.95rem;
    }

    .faq-question i {
        margin-left: 8px;
        font-size: 1.05rem;
    }

    .faq-answer {
        margin-top: 10px;
        max-height: 700px;
    }

    .faq-answer-content p, .faq-answer-content li {
        font-size: 0.95rem;
    }
}

/* FAQ stats - small screen adjustments */
@media (max-width: 480px) {
    .faq-stats-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .faq-stat-item {
        padding: 12px;
        gap: 0.75rem;
        align-items: center;
        display: flex;
    }

    .faq-stat-icon {
        width: 48px;
        height: 48px;
        font-size: 1rem;
    }

    .faq-stat-number {
        font-size: 1.25rem;
    }

    .faq-stat-label {
        font-size: 0.92rem;
    }
}

@media (max-width: 480px) {
    .cars-hero-compact {
        padding: 2rem 0;
        margin: 0 1rem;
        border-radius: 18px;
    }
    
    .cars-hero-content h1 {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }
    
    .cars-hero-content p {
        font-size: 0.95rem;
        margin-bottom: 1.8rem;
    }
    
    .cars-quick-stats {
        flex-direction: row;
        justify-content: space-around;
        gap: 1rem;
    }
    
    .quick-stat .stat-number {
        font-size: 1.4rem;
    }
    
    .car-actions {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .car-actions .btn {
        flex: none;
        width: 100%;
    }
}/* About Hero Section */
.about-hero {
    text-align: center;
    padding: 2rem 0;
}

.about-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.about-intro {
    margin-top: 2rem;
}

.company-about {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: #666;
    text-align: justify;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}/* Page Header Styles */
.page-header {
    background: none;
    padding: 0;
    position: relative;
    overflow: visible;
}

.page-header::before {
    content: none;
}


/* Corporate Hero Styles */
.corporate-hero {
    background: linear-gradient(135deg, #28a745, #1e7e34);
    color: white;
    text-align: center;
    padding: 4rem 0;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}

.corporate-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}

.corporate-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: white;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.2);
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    margin-bottom: 2rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255,255,255,0.3);
}

.hero-badge i {
    color: #ffc107;
    font-size: 1.2rem;
}

.corporate-highlights {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255,255,255,0.1);
    padding: 1rem 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
}

.highlight-item i {
    font-size: 1.5rem;
    color: #ffc107;
}

/* Sections */
.section {
    padding: 2rem 0 2rem 0;
}

.values-section {
    background-color: #f8f9fa;
}

.features-section {
    background-color: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Company Stats */
.company-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stat-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

.stat-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-color: rgba(0, 123, 255, 0.3);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545, #D4002A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.stat-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    color: #64748b;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Values Grid */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.value-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    border-top: 4px solid #dc2743;
}

.value-card:nth-child(2) {
    border-top-color: #D4002A;
}

.value-card:nth-child(3) {
    border-top-color: #dc3545;
}

.value-card:nth-child(4) {
    border-top-color: #D4002A;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #dc3545, #D4002A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.value-card:nth-child(2) .value-icon {
    background: linear-gradient(135deg, #c82333, #D4002A);
}

.value-card:nth-child(3) .value-icon {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.value-card:nth-child(4) .value-icon {
    background: linear-gradient(135deg, #c82333, #D4002A);
}

.value-card h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.value-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Timeline */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 3rem auto 0;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #dc3545, #28a745);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}

.timeline-item:nth-child(odd) {
    flex-direction: row;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-year {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545, #D4002A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.timeline-content {
    flex: 1;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin: 0 2rem;
    position: relative;
}

.timeline-item:nth-child(odd) .timeline-content::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-color: white;
}

.timeline-item:nth-child(even) .timeline-content::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 30px;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right-color: white;
}

.timeline-content h3 {
    color: #dc3545;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.timeline-content p {
    color: #666;
    line-height: 1.6;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.feature-card i {
    font-size: 3rem;
    color: #dc3545;
    margin-bottom: 1.5rem;
    display: block;
}

.feature-card h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .corporate-hero-content h1 {
        font-size: 2rem;
    }
    
    .corporate-hero-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .corporate-highlights {
        gap: 1.2rem;
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    
    .highlight-item {
        font-size: 0.9rem;
        padding: 0.8rem 1.2rem;
    }
    
    .company-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        flex-direction: row !important;
        padding-left: 80px;
    }
    
    .timeline-year {
        position: absolute;
        left: 0;
        width: 60px;
        height: 60px;
        font-size: 0.9rem;
    }
    
    .timeline-content {
        margin: 0 0 0 1rem;
    }
    
    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 20px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-right-color: white;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .corporate-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .corporate-hero {
        margin: 0 1rem;
        border-radius: 15px;
        padding: 2.5rem 0;
    }
    
    .company-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .stat-item {
        padding: 1.5rem 1rem;
    }
    
    .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .value-card,
    .feature-card {
        padding: 1.5rem;
    }
    
    .timeline-content {
        padding: 1.5rem;
    }
}/* Footer Styles */
.footer {
    background: #333;
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    color: #e52d27;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-section p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #e52d27;
}

/* Footer Logo Styles */
.footer-logo {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.footer-logo img {
    max-height: 40px;
    max-width: 180px;
    object-fit: contain;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 0.9;
    align-items: flex-start;
}

.footer-logo-premium {
    font-size: 1.6rem;
    font-weight: 900;
    color: #dc3545;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #dc3545, #D4002A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: -2px;
}

.footer-logo-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.8px;
    text-transform: lowercase;
    font-style: italic;
    margin-left: 2px;
}

.footer-description {
    color: #ccc;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.footer-year {
    color: #999;
    font-size: 0.9rem;
}

/* Footer Links */
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

/* Footer Contact */
.footer-contact {
    margin-bottom: 1.5rem;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.footer-contact i {
    color: #007bff;
    width: 16px;
    text-align: center;
}

.footer-contact a {
    color: #ccc;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #007bff;
}

/* Footer Social */
.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-link.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
}

.social-link.whatsapp:hover {
    background: linear-gradient(135deg, #128c7e, #075e54);
    transform: translateY(-2px);
}

.social-link.phone {
    background: linear-gradient(135deg, #dc3545, #D4002A);
    color: white;
}

.social-link.phone:hover {
    background: linear-gradient(135deg, #c82333, #D4002A);
    transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 1.5rem;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.copyright {
    color: #ccc;
    font-size: 0.9rem;
    margin: 0;
}

.footer-logo-small {
    color: #dc3545;
    font-weight: 600;
}

/* Footer Policies */
.footer-policies {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.policy-link {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.policy-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #dc3545;
    transition: width 0.3s ease;
}

.policy-link:hover {
    color: #dc3545;
    text-decoration: none;
}

.policy-link:hover::before {
    width: 100%;
}

.separator {
    color: #666;
    font-size: 0.8rem;
}

/* Mobile Responsive Footer */
@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-policies {
        justify-content: center;
    }
    
    .footer-logo-premium {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
    
    .footer-logo-subtitle {
        font-size: 0.8rem;
    }
    
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-policies {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .separator {
        display: none;
    }
    
    .policy-link {
        padding: 0.5rem 1rem;
        border: 1px solid #555;
        border-radius: 20px;
        background: rgba(255,255,255,0.05);
    }
}/* Premium Rent A Car - Temiz CSS */

/* Reset ve Temel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    overflow-x: hidden;
    padding-top: 80px; /* Reserve space for fixed header */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    width: 100%;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.header.scrolled .header-content {
    padding: 0.7rem 0;
}

.header.scrolled .logo {
    font-size: 1.6rem;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

/* Logo Styles - Enhanced */
.logo-link {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.logo-link:hover {
    transform: scale(1.02);
    text-decoration: none;
}

.logo {
    font-size: 1.8rem;
    font-weight: bold;
    color: #dc3545;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 45px;
    max-width: 200px;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 0.9;
    align-items: flex-start;
}

.logo-premium {
    font-size: 2.1rem !important;
    font-weight: 900 !important;
    letter-spacing: 2.5px !important;
    color: #dc3545 !important;
    display: inline-block !important;
    position: relative !important;
    margin-bottom: -3px !important;
    text-shadow: 0 2px 8px rgba(220, 53, 69, 0.10);
}

.logo-premium::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #c82333, transparent);
    opacity: 0.7;
}

.logo-subtitle {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #222 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    font-style: italic !important;
    margin-left: 2px !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* Navigation Styles */
.nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
    position: relative;
}

.nav a:hover,
.nav a.active {
    color: #dc3545;
}

.nav a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc3545;
    border-radius: 1px;
}

/* Header Right */
.header-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-info {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

/* Contact Buttons */
.contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.contact-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.contact-btn:hover::before {
    left: 100%;
}

.contact-btn:hover {
    transform: translateY(-2px) scale(1.05);
    text-decoration: none;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
}

.whatsapp-btn:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    color: white;
}

.phone-btn {
    background: linear-gradient(135deg, #dc3545 0%, #D4002A 100%);
    color: white;
}

.phone-btn:hover {
    background: linear-gradient(135deg, #c82333 0%, #D4002A 100%);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    color: white;
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #333;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
}

.mobile-menu-btn.active {
    transform: rotate(90deg);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }
    body {
        padding-top: 65px; /* Reserve space for fixed header on mobile */
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
    }
/* Footer Styles */
.footer {
    background: #333;
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    color: #dc3545;
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-section p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #dc3545;
}

/* Footer Logo Styles */
.footer-logo {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.footer-logo img {
    max-height: 40px;
    max-width: 180px;
    object-fit: contain;
}

.footer-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 0.9;
    align-items: flex-start;
}

.footer-logo-premium {
    font-size: 1.6rem;
    font-weight: 900;
    color: #dc3545;
    letter-spacing: 1.5px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    margin-bottom: -2px;
}

.footer-logo-subtitle {
    font-size: 0.85rem;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.8px;
    text-transform: lowercase;
    font-style: italic;
    margin-left: 2px;
}

.footer-description {
    color: #ccc;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.footer-year {
    color: #999;
    font-size: 0.9rem;
}

/* Footer Links */
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

/* Footer Contact */
.footer-contact {
    margin-bottom: 1.5rem;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.footer-contact i {
    color: #dc3545;
    width: 16px;
    text-align: center;
}

.footer-contact a {
    color: #ccc;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #dc3545;
}

/* Footer Social */
.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-link.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
}

.social-link.whatsapp:hover {
    background: linear-gradient(135deg, #128c7e, #075e54);
    transform: translateY(-2px);
}

.social-link.phone {
    background: linear-gradient(135deg, #c82333, #dc3545);
    color: white;
}

.social-link.phone:hover {
    background: linear-gradient(135deg, #c82333, #dc3545);
    transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 1.5rem;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.copyright {
    color: #ccc;
    font-size: 0.9rem;
    margin: 0;
}

.footer-logo-small {
    color: #dc3545;
    font-weight: 600;
}

/* Footer Policies */
.footer-policies {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.policy-link {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.policy-link::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #dc3545;
    transition: width 0.3s ease;
}

.policy-link:hover {
    color: #dc3545;
    text-decoration: none;
}

.policy-link:hover::before {
    width: 100%;
}

.separator {
    color: #666;
    font-size: 0.8rem;
}

/* Mobile Responsive Footer */
@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-policies {
        justify-content: center;
    }
    
    .footer-logo-premium {
        font-size: 1.4rem;
        letter-spacing: 1px;
    }
    
    .footer-logo-subtitle {
        font-size: 0.8rem;
    }
    
    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-policies {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .separator {
        display: none;
    }
    
    .policy-link {
        padding: 0.5rem 1rem;
        border: 1px solid #555;
        border-radius: 20px;
        background: rgba(255,255,255,0.05);
    }
}
    
    .nav {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        z-index: 9998;
        animation: slideDown 0.3s ease;
    }
    
    .nav.mobile-active {
        display: block;
    }
    
    .header.fixed .nav.mobile-active {
        top: 65px;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .nav ul {
        flex-direction: column;
        padding: 1rem 0;
        gap: 0;
    }
    
    .nav li {
        border-bottom: 1px solid #eee;
    }
    
    .nav a {
        display: block;
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
    
    .nav a.active::after {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .header-content {
        padding: 0.8rem 0;
    }
    
    .logo-premium {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }
    
    .logo-subtitle {
        font-size: 0.8rem;
        letter-spacing: 0.8px;
    }
    
    .contact-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 0.75rem;
    }
    
    .header-content {
        padding: 0.7rem 0;
    }
    
    .contact-info {
        gap: 0.5rem;
    }
    
    .contact-btn {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}

/*  Campaigns page */
.campaigns-hero {
    background: linear-gradient(135deg, #dc3545, #D4002A);
    color: white;
    text-align: center;
    padding: 4rem 0;
    border-radius: 20px;
}

.campaigns-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
}

.campaigns-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: white;
    opacity: 1;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.campaigns-highlights {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255,255,255,0.1);
    padding: 1rem 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: white;
}

.highlight-item i {
    font-size: 1.5rem;
    color: #ffc107;
}

.campaign-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-item-modern {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.stat-item-modern:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.stat-label {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.2rem;
}

.steps-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 1000px;
    margin: 3rem auto 0;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.step-item:hover {
    transform: translateY(-10px);
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.step-content h3 {
    color: #333;
    margin-bottom: 1rem;
}

.step-content p {
    color: #666;
    line-height: 1.6;
}

.step-arrow {
    color: #dc3545;
    font-size: 2rem;
}

.campaign-cta {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 3rem;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.cta-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.cta-content p {
    opacity: 0.9;
}

.cta-actions {
    display: flex;
    gap: 1rem;
}

.campaigns-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.campaign-note {
    margin-top: 2rem;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    text-align: center;
}

.campaign-note p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.campaign-note strong {
    color: #495057;
}

 .campaign-card {
    background: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.campaign-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #333;
}

.campaign-discount {
    font-size: 2rem;
    font-weight: bold;
    color: #dc3545;
    margin-bottom: 1rem;
}

.campaign-description {
    color: #666;
    margin-bottom: 1.5rem;
}

/* --- FAQ page styles copied from OLDSTIL.css (used by sss.php) --- */
.faq-hero {
    background: linear-gradient(135deg, #6f42c1, #5a3a9a);
    color: white;
    text-align: center;
    padding: 4rem 0;
    border-radius: 20px;
}

.faq-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
}

.faq-hero p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: white;
    opacity: 1;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.search-box {
    position: relative;
    max-width: 500px;
    margin: 1rem auto 2rem;
}

.search-box input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    outline: none;
}

.search-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.quick-topics {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.topic-tag {
    background: rgba(255,255,255,0.1);
    color: white;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
}

.topic-tag:hover,
.topic-tag.active {
    background: linear-gradient(135deg, #6f42c1, #5a3a9a);
}

.faq-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.faq-stat-item {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    display: flex;
    gap: 1rem;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.faq-stat-item:hover {
    transform: translateY(-6px);
}

.faq-stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #6f42c1, #5a3a9a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.faq-stat-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}

.faq-stat-label {
    color: #666;
    font-weight: 600;
}

.faq-container {
    margin-top: 2rem;
}

.faq-category {
    margin-bottom: 2rem;
}

.faq-category-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.faq-item {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    padding-left: 22px; /* space for left accent */
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(13,38,59,0.06);
    transition: box-shadow 0.25s ease, transform 0.2s ease;
    overflow: visible;
}

.faq-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    width: 6px;
    border-radius: 6px;
    background: transparent;
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
    opacity: 0.9;
}

.faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(13,38,59,0.08);
}

.faq-question {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding: 0;
}

.faq-question:hover {
    color: #dc3545;
}

.faq-question i {
    margin-left: auto;
    transition: transform 0.35s ease, color 0.25s ease;
    color: #c82333; /* subtle red for chevron */
}

/* Animate open/close using max-height */
.faq-answer {
    margin-top: 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    padding-top: 0;
}

.faq-item.active {
    box-shadow: 0 14px 40px rgba(13,38,59,0.12);
}

.faq-item.active::before {
    background: linear-gradient(180deg, #dc3545 0%, #6f42c1 100%); /* red -> purple */
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #6f42c1;
}

.faq-item.active .faq-answer {
    /* large enough to show typical content; will expand to actual content height */
    max-height: 900px;
    padding-top: 12px;
}

.faq-answer-content {
    padding-top: 0;
}

.faq-answer-content p {
    color: #666;
    margin-bottom: 0.75rem;
}

.faq-answer-content ul {
    margin-left: 1rem;
}

.faq-answer-content li {
    margin-bottom: 0.4rem;
}

.faq-highlight {
    margin-top: 0.75rem;
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
}

.faq-warning {
    margin-top: 0.75rem;
    background: #fff3cd;
    padding: 0.75rem;
    border-radius: 8px;
}

/* end FAQ styles */
/* Campaigns - mobile tweaks (keeps design, improves stacking) */
@media (max-width: 768px) {
    .campaigns-hero-content h1 {
        font-size: 2rem;
    }

    .campaigns-hero-content p {
        font-size: 1rem;
        padding: 0 1rem;
    }

    /* Make campaigns grid single column on small screens */
    .campaigns-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .campaign-card {
        padding: 1.25rem;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    }

    .campaign-discount {
        font-size: 1.6rem;
    }

    /* Make CTA buttons full width and stacked */
    .cta-actions,
    .campaigns-container .cta-actions,
    .campaigns-container .campaign-card .btn-lg,
    .campaigns-container .btn-lg {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .campaigns-container .btn-lg {
        min-width: 0;
        padding: 14px 18px;
        height: auto;
    }

    .campaign-note {
        padding: 1rem;
    }
/* removed stray closing bracket */

/* Steps stacking for campaigns 'How to' on mobile */
@media (max-width: 768px) {
    .steps-container {
        grid-template-columns: 1fr !important;
        text-align: center;
        margin: 2rem auto 0;
        gap: 1rem;
    }

    .step-arrow {
        display: none; /* hide arrows to avoid horizontal overflow on narrow screens */
    }

    .step-item {
        padding: 1.25rem;
        border-radius: 14px;
    }
}

/* Reviews Page Styles */

/* Reviews Hero Styles */
.reviews-hero {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: white;
    text-align: center;
    padding: 4rem 0;
    border-radius: 20px;
}

.reviews-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}

.reviews-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: white;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.reviews-highlights {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.reviews-highlights .highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255,255,255,0.1);
    padding: 1rem 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
}

.reviews-highlights .highlight-item i {
    font-size: 1.5rem;
    color: #ffc107;
}

/* Reviews Stats Section */
.reviews-stats-section {
    background-color: #f8f9fa;
}

.reviews-stats {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 3rem;
    align-items: center;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.overall-rating {
    text-align: center;
}

.rating-score {
    font-size: 4rem;
    font-weight: bold;
    color: #dc3545;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.rating-stars {
    font-size: 1.5rem;
    color: #ffc107;
    margin-bottom: 0.5rem;
}

.rating-text {
    color: #666;
    font-weight: 500;
}

.rating-breakdown {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
}

.rating-bar span:first-child {
    min-width: 60px;
    color: #666;
}

.rating-bar span:last-child {
    min-width: 35px;
    color: #333;
    font-weight: 500;
}

.bar {
    flex: 1;
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.fill {
    height: 100%;
    background: linear-gradient(90deg, #dc3545, #c82333);
    border-radius: 4px;
    transition: width 0.6s ease;
}

.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px solid #e9ecef;
}

.badge i {
    font-size: 1.5rem;
    color: #28a745;
    margin-bottom: 0.5rem;
}

.badge span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
}

/* Category Ratings */
.category-ratings {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-info h3 {
    margin-bottom: 0.5rem;
    color: #333;
    font-size: 1.1rem;
}

.category-stars {
    color: #ffc107;
    font-size: 1rem;
}

.category-score {
    font-size: 2rem;
    font-weight: bold;
    color: #dc3545;
}

/* Reviews Container */
.reviews-list-section {
    background-color: #f8f9fa;
}

.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

/* Modern Review Cards */
.review-card-modern {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #c82333;
}

.review-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.review-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.customer-info {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.customer-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e52d27, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.customer-details {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.customer-name {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.review-category {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.rented-car {
    font-size: 0.85rem;
    color: #dc3545;
    font-weight: 500;
    margin: 0;
}

.rented-car i {
    margin-right: 0.3rem;
}

.rating-section {
    text-align: right;
}

.stars-display {
    color: #ffc107;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}
.stars-display .fa-star,
.stars-display .empty-stars {
    font-size: 0.95rem !important;
    margin-right: 2px;
}

.empty-stars {
    color: #e9ecef;
}

.rating-number {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.review-content {
    margin-bottom: 1.5rem;
}

.review-comment {
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 0;
}

.review-footer-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
}

.customer-location {
    font-size: 0.85rem;
    color: #666;
}

.customer-location i {
    margin-right: 0.3rem;
    color: #dc3545;
}

.verified-badge {
    font-size: 0.8rem;
    color: #28a745;
    font-weight: 500;
    padding: 0.3rem 0.8rem;
    background: #f8fff8;
    border: 1px solid #d4edda;
    border-radius: 15px;
}

.verified-badge i {
    margin-right: 0.3rem;
}

/* Reviews CTA */
.reviews-cta {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.reviews-cta h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #333;
}

.reviews-cta p {
    margin-bottom: 2rem;
    color: #666;
    line-height: 1.6;
}

.reviews-cta .cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.reviews-cta .btn {
    min-width: 200px;
}

/* No Reviews Message */
.no-reviews {
    text-align: center;
    padding: 3rem;
    color: #64748b;
    font-size: 1.1rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    grid-column: 1 / -1;
}

.no-reviews h3 {
    color: #333;
    margin-bottom: 0.5rem;
}

.no-reviews .btn {
    margin-top: 1rem;
}

.reviews-disclaimer {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.reviews-disclaimer small {
    color: #6c757d;
    font-style: italic;
}

/* Mobile Responsiveness for Reviews */
@media (max-width: 768px) {
    .reviews-hero-content h1 {
        font-size: 2rem;
    }
    
    .reviews-hero-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .reviews-highlights {
        gap: 1.2rem;
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    
    .reviews-highlights .highlight-item {
        font-size: 0.9rem;
        padding: 0.8rem 1.2rem;
    }
    
    .reviews-stats {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
        text-align: center;
    }
    
    .rating-breakdown {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .trust-badges {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .badge {
        padding: 0.8rem 0.5rem;
        min-width: 80px;
        font-size: 0.8rem;
    }
    
    .category-ratings {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1rem;
    }
    
    .category-item {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .category-score {
        font-size: 1.5rem;
    }
    
    .reviews-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .review-header-modern {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }
    
    .rating-section {
        text-align: center;
    }
    
    .customer-info {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .review-footer-modern {
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        text-align: center;
    }
    
    .reviews-cta .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .reviews-cta .btn {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .reviews-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .reviews-hero {
        margin: 0 1rem;
        border-radius: 15px;
        padding: 2.5rem 0;
    }
    
    .reviews-stats {
        padding: 1.5rem 0.5rem;
    }
    
    .overall-rating {
        margin-bottom: 1rem;
    }
    
    .rating-score {
        font-size: 3rem;
    }
    
    .badge {
        padding: 0.6rem 0.3rem;
        min-width: 70px;
        font-size: 0.75rem;
    }
    
    .badge i {
        font-size: 1.2rem;
    }
    
    .category-ratings {
        grid-template-columns: 1fr;
    }
    
    .category-item {
        padding: 1rem;
    }
    
    .review-card-modern {
        padding: 1rem;
        margin: 0 0.5rem;
    }
    
    .customer-info {
        gap: 0.8rem;
    }
    
    .customer-avatar {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .customer-name {
        font-size: 1rem;
    }
    
    .review-category,
    .rented-car {
        font-size: 0.8rem;
    }
    
    .stars-display {
        font-size: 1rem;
    }
    
    .review-comment {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .reviews-cta {
        padding: 2rem 1rem;
    }
}

/* Contact Hero Styles */
.contact-hero {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    text-align: center;
    padding: 4rem 0;
    border-radius: 20px;
}

.contact-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}

.contact-hero-content p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: white;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.contact-highlights {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-highlights .highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255,255,255,0.1);
    padding: 1rem 2rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
}

.contact-highlights .highlight-item i {
    font-size: 1.5rem;
    color: #ffc107;
}

/* Contact Main Section */
.contact-main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

/* Contact Form Styles */
.contact-form-container {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h3 {
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.form-header p {
    color: #666;
    font-size: 1rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    color: #333;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #dc3545;
    background: white;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
}

.checkmark {
    margin-top: 2px;
}

.submit-btn {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #c82333, #dc3545);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
}

.submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Contact Info Styles */
.contact-info-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-card,
.working-hours-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-info-card h3,
.working-hours-card h3 {
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.info-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.info-content h4 {
    color: #333;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    font-weight: 600;
}

.info-content p {
    color: #e52d27;
    margin-bottom: 0.2rem;
    font-weight: 500;
}

.info-content small {
    color: #666;
    font-size: 0.85rem;
}

/* Social Media */
.social-media {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
}

.social-media h4 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.social-link.facebook {
    background: #4267B2;
    color: white;
}

.social-link.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.social-link.twitter {
    background: #1DA1F2;
    color: white;
}

.social-link.linkedin {
    background: #0077B5;
    color: white;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Working Hours */
.hours-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.hour-item:last-child {
    border-bottom: none;
}

.hour-item.special {
    background: linear-gradient(135deg, #da3e4e, #92011e);
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.hour-item .day {
    font-weight: 500;
    color: #333;
}

.hour-item.special .day {
    color: white;
}

.hour-item .time {
    color: #666;
    font-weight: 500;
}

.hour-item .time.active {
    color: white;
    font-weight: 600;
}

/* Map Section */
.map-container {
    margin-top: 2rem;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* FAQ Quick Help */
.faq-quick {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.faq-quick h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.faq-quick p {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.btn-outline-primary {
    background: transparent;
    color: #e52d27;
    border: 2px solid #e52d27;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-outline-primary:hover {
    background: #dc3545;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.3);
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-hero-content h1 {
        font-size: 2rem;
    }
    
    .contact-hero-content p {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .contact-highlights {
        gap: 1.2rem;
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }
    
    .contact-highlights .highlight-item {
        font-size: 0.9rem;
        padding: 0.8rem 1.2rem;
    }
    
    .contact-main {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .contact-form-container {
        padding: 2rem 1.5rem;
    }
    
    .contact-info-card,
    .working-hours-card {
        padding: 1.5rem;
    }
    
    .social-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .contact-hero {
        margin: 0 1rem;
        border-radius: 15px;
        padding: 2.5rem 0;
    }
    
    .contact-form-container {
        padding: 1.5rem 1rem;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 0.95rem;
    }
    
    .submit-btn {
        padding: 12px 24px;
        font-size: 1rem;
    }
    
    .info-item {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .info-icon {
        align-self: center;
    }
    
    .hour-item {
        flex-direction: column;
        text-align: center;
        gap: 0.3rem;
        padding: 1rem 0;
    }
    
    .hour-item.special {
        padding: 1.2rem;
    }
    
    .faq-quick {
        padding: 2rem 1rem;
    }
}

/* Hero Modern Section */
.hero-modern {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #b31217 0%, #e52d27 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #b31217 0%, #e52d27 100%), url('../image/main-hero.jpg') center/cover no-repeat;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(179, 18, 23, 0.35) 0%, rgba(229, 45, 39, 0.25) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
    padding: 0.15rem 0 2rem 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.4);
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    margin-bottom: 2rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.hero-badge i {
    color: #ffc107;
    font-size: 1.2rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
    letter-spacing: -1px;
}

.hero-title .highlight {
    background: linear-gradient(45deg, #ffc107, #ff6b35);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    opacity: 0.95;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-feature i {
    color: #ffc107;
    font-size: 1.3rem;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-hero-primary,
.btn-hero-whatsapp,
.btn-hero-call {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 18px 32px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 180px;
    justify-content: center;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #e52d27 0%, #ff6a00 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(229, 45, 39, 0.4);
}

.btn-hero-primary:hover {
    background: linear-gradient(135deg, #ff6a00 0%, #e52d27 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(229, 45, 39, 0.5);
    color: white;
    text-decoration: none;
}

.btn-hero-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-hero-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
    color: white;
    text-decoration: none;
}

 .btn-hero-call {
    background: linear-gradient(135deg, #ff5a5f 0%, #ff767b 100%);
    color: white;
    border: none;
    box-shadow: 0 8px 25px rgba(255, 90, 95, 0.15);
    backdrop-filter: blur(10px);
}

 .btn-hero-call:hover {
    background: linear-gradient(135deg, #ff767b 0%, #ff5a5f 100%);
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
}

.hero-trust {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-item {
    text-align: center;
}

.trust-number {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffc107;
    line-height: 1;
}

.trust-label {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 0.3rem;
}

/* Quick Booking */
.quick-booking {
    margin-top: -4rem;
    position: relative;
    z-index: 10;
    padding: 0 0 4rem;
}

.booking-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.booking-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 700;
}

.booking-card p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.booking-steps {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.booking-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 120px;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.booking-step span {
    color: #333;
    font-weight: 600;
    font-size: 0.95rem;
}

.btn-booking {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 18px 36px;
    border: none;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.btn-booking:hover {
    background: linear-gradient(135deg, #1e7e34, #17a2b8);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(40, 167, 69, 0.4);
    color: white;
    text-decoration: none;
}

/* Featured Cars Section */
.featured-cars-section {
    background: #f8f9fa;
}

.showcase-stats-container {
    margin: 2rem 0 3rem;
}

.showcase-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.showcase-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    background: white;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    min-width: 150px;
    transition: transform 0.3s ease;
}

.showcase-stat:hover {
    transform: translateY(-5px);
}

.showcase-stat .stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e52d27, #ff6a00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.showcase-stat .stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

.showcase-stat .stat-label {
    color: #666;
    font-weight: 500;
    font-size: 0.9rem;
}

.cars-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

/* Featured Car Cards */
.car-card-featured {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.car-card-featured:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.car-badge.popular {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(40, 167, 69, 0.3);
}

.car-image-featured {
    height: 240px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

.car-image-featured img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 10px;
    transition: transform 0.3s ease;
    background: transparent;
}

.car-card-featured:hover .car-image-featured img {
    transform: scale(1.05);
}

.car-info-featured {
    padding: 2rem;
}

.car-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.car-header .car-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.car-header .car-category {
    background: linear-gradient(135deg, #e52d27, #ff6a00);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.car-specs-featured {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #666;
    font-size: 0.9rem;
}

.spec-item i {
    color: #28a745;
    font-size: 0.8rem;
}

.car-price-featured {
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.price-info {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}

.price-info .price {
    font-size: 2rem;
    font-weight: 700;
    color: #e52d27;
}

.price-info .price-unit {
    color: #666;
    font-size: 0.9rem;
}

.car-actions-featured {
    display: flex;
    gap: 1rem;
}

.car-actions-featured .btn {
    flex: 1;
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.car-actions-featured .btn-whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
}

.car-actions-featured .btn-whatsapp:hover {
    background: linear-gradient(135deg, #128c7e, #075e54);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.car-actions-featured .btn-call {
    background: linear-gradient(135deg, #e52d27, #ff6a00);
    color: white;
}

.car-actions-featured .btn-call:hover {
    background: linear-gradient(135deg, #ff6a00, #e52d27);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.featured-cars-footer {
    text-align: center;
    margin-top: 3rem;
}

.btn-all-cars {
    background: white;
    color: #e52d27;
    border: 2px solid #e52d27;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

.btn-all-cars:hover {
    background: #e52d27;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(229, 45, 39, 0.3);
    text-decoration: none;
}

/* Success Stats */
.success-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.success-stat {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.success-stat:hover {
    transform: translateY(-5px);
}

.success-stat .stat-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.success-stat .stat-info {
    color: white;
}

.success-stat .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.success-stat .stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.success-stat .stat-desc {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Advantages Section */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.advantage-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #e52d27;
}

.advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.advantage-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #dc3545, #D4002A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.advantage-content h3 {
    color: #333;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.advantage-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.advantage-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantage-content li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #555;
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
}

.advantage-content li::before {
    content: '✓';
    background: #dc2743;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* Reviews Preview */
.reviews-simple {
    margin-top: 3rem;
}

.featured-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.review-card-simple {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}

.review-card-simple:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.customer-info {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.customer-avatar {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545, #c82333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.customer-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 0.3rem 0;
}

.customer-meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.customer-location,
.rented-car {
    font-size: 0.85rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.customer-location i {
    color: #dc3545;
}

.rented-car i {
    color: #D4002A;
}

.review-rating .stars {
    display: flex;
    gap: 0.2rem;
}

.review-rating .stars i {
    color: #e9ecef;
    font-size: 1rem;
}

.review-rating .stars i.active {
    color: #ffc107;
}

.review-content p {
    color: #555;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.verified-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #28a745;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.reviews-footer {
    text-align: center;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.btn-reviews {
    background: linear-gradient(135deg, #6f42c1, #5a3a9a);
    color: white;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: all 0.3s ease;
}

.btn-reviews:hover {
    background: linear-gradient(135deg, #5a3a9a, #4a2c87);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.3);
    color: white;
    text-decoration: none;
}

.trust-badges {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-badge i {
    color: #28a745;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }
    
    .hero-features {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .btn-hero-primary,
    .btn-hero-whatsapp,
    .btn-hero-call {
        width: 100%;
        max-width: 280px;
    }
    
    .hero-trust {
        gap: 2rem;
    }
    
    .booking-card {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    
    .booking-steps {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    
    .showcase-stats {
        flex-direction: column;
        align-items: center;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
    }
    
    .success-stats {
        grid-template-columns: 1fr;
    }
    
    .success-stat {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .hero-badge {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }
    
    .booking-card {
        margin: 0 0.5rem;
        padding: 1.5rem 1rem;
    }
    
    .advantage-card {
        padding: 2rem 1.5rem;
    }
}

/* Policy Pages Styles */
.policy-hero {
    background: linear-gradient(135deg, #6f42c1, #5a3a9a);
    color: white;
    text-align: center;
    padding: 4rem 0;
    border-radius: 20px;
}

.policy-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}

.policy-hero p {
    font-size: 1.2rem;
    margin-bottom: 0;
    color: white;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.policy-content {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.policy-content h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
    text-align: center;
}

.policy-content h3 {
    color: #e52d27;
    font-size: 1.4rem;
    margin: 2.5rem 0 1.5rem 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.policy-content h3 i {
    color: #e52d27;
    font-size: 1.2rem;
}

.policy-content h4 {
    color: #333;
    font-size: 1.2rem;
    margin: 1.5rem 0 1rem 0;
    font-weight: 600;
}

.policy-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.policy-content ul {
    margin: 1rem 0 1.5rem 1.5rem;
    color: #555;
    line-height: 1.7;
}

.policy-content li {
    margin-bottom: 0.8rem;
}

.policy-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f0f0f0;
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 2rem;
}

/* Price Includes/Excludes */
.price-includes,
.price-excludes {
    margin: 1.5rem 0;
    padding: 1.5rem;
    border-radius: 12px;
}

.price-includes {
    background: #f8fff8;
    border: 1px solid #d4edda;
}

.price-excludes {
    background: #fff8f8;
    border: 1px solid #f5c6cb;
}

.included-list li,
.excluded-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.included-list i {
    color: #28a745;
    font-size: 0.9rem;
    width: 16px;
}

.excluded-list i {
    color: #dc3545;
    font-size: 0.9rem;
    width: 16px;
}

/* Important Notes Alert */
.important-notes .alert {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1rem;
}

.alert-warning ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.alert-warning li {
    position: relative;
    padding-left: 1.5rem;
}

.alert-warning li::before {
    content: '⚠️';
    position: absolute;
    left: 0;
    top: 0;
}

/* Data Types Cards */
.data-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.data-type-card {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #e52d27;
}

.data-type-card h4 {
    color: #e52d27;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.data-type-card h4 i {
    font-size: 1.1rem;
}

.data-type-card p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
}

/* Security Features */
.security-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f8fff8;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 1px solid #d4edda;
}

.security-item i {
    color: #28a745;
    font-size: 1.2rem;
    width: 24px;
}

.security-item span {
    color: #555;
    font-size: 0.95rem;
}

/* Cookie Types */
.cookie-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.cookie-type {
    background: #fff8f0;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #ffeaa7;
}

.cookie-type h4 {
    color: #f39c12;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cookie-type p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
}

/* Contact Section */
.contact-section {
    text-align: center;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
}

.contact-email {
    color: #e52d27;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: white;
    border-radius: 8px;
    display: inline-block;
    margin-top: 0.5rem;
}

.contact-email:hover {
    background: #e52d27;
    color: white;
    text-decoration: none;
}

/* Commitment Grid */
.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.commitment-item {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}

.commitment-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.commitment-item i {
    font-size: 2.5rem;
    color: #e52d27;
    margin-bottom: 1rem;
}

.commitment-item h4 {
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

.commitment-item p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

/* Satisfaction Features */
.satisfaction-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.satisfaction-item {
    display: flex;
    gap: 1rem;
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

.satisfaction-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #e52d27, #ff6a00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.satisfaction-content h4 {
    margin-bottom: 0.5rem;
    color: #333;
    font-size: 1rem;
}

.satisfaction-content p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    text-align: left;
}

/* Continuity List */
.continuity-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.continuity-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 0.8rem;
    border: 1px solid #e9ecef;
}

.continuity-list i {
    color: #e52d27;
    font-size: 1.1rem;
    width: 20px;
}

/* Environmental Grid */
.environmental-section {
    background: linear-gradient(135deg, #f8fff8, #e8f5e8);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #d4edda;
}

.environmental-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.environmental-item {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #d4edda;
}

.environmental-item i {
    font-size: 2rem;
    color: #28a745;
    margin-bottom: 1rem;
}

.environmental-item h4 {
    color: #28a745;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

.environmental-item p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

/* Purpose Grid */
.purpose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.purpose-item {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e9ecef;
}

.purpose-item i {
    font-size: 2rem;
    color: #6f42c1;
    margin-bottom: 1rem;
}

.purpose-item h4 {
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.purpose-item p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

/* Transfer List */
.transfer-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.transfer-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.transfer-item i {
    color: #6f42c1;
    font-size: 1.2rem;
    width: 24px;
}

/* Collection Methods */
.collection-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.method-item {
    background: #fff8f0;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #ffeaa7;
}

.method-item i {
    font-size: 2rem;
    color: #f39c12;
    margin-bottom: 1rem;
}

.method-item h4 {
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.method-item p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

/* Rights Section */
.rights-section {
    background: linear-gradient(135deg, #fff8f0, #fef5e7);
    padding: 2rem;
    border-radius: 15px;
}

.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.right-item {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #ffeaa7;
    text-align: center;
}

.right-item i {
    font-size: 2rem;
    color: #f39c12;
    margin-bottom: 1rem;
}

.right-item h4 {
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.right-item p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

/* Application Section */
.application-section {
    background: #e8f4ff;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #bee5eb;
}

.application-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.application-method {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #bee5eb;
}

.application-method i {
    font-size: 2rem;
    color: #e52d27;
    margin-bottom: 1rem;
}

.application-method h4 {
    color: #333;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.application-method p {
    margin: 0;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

.application-method a {
    color: #e52d27;
    text-decoration: none;
    font-weight: 600;
}

.application-method a:hover {
    text-decoration: underline;
}

.response-time {
    text-align: center;
    background: #fff3cd;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border: 1px solid #ffeaa7;
    margin-top: 2rem;
}

.response-time i {
    color: #f39c12;
    margin-right: 0.5rem;
}

/* Policy Footer */
.policy-footer {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e9ecef;
    margin-top: 3rem;
}

.policy-footer p {
    margin-bottom: 0.8rem;
    text-align: center;
}

.policy-footer p:last-child {
    margin-bottom: 0;
    color: #666;
    font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .policy-hero h1 {
        font-size: 2rem;
    }
    
    .policy-hero p {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .policy-content {
        padding: 2rem 1.5rem;
        margin: 0 1rem;
    }
    
    .policy-content h2 {
        font-size: 1.6rem;
    }
    
    .policy-content h3 {
        font-size: 1.2rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    
    .data-types,
    .security-features,
    .cookie-types,
    .commitment-grid,
    .satisfaction-features,
    .environmental-grid,
    .purpose-grid,
    .collection-methods,
    .rights-grid,
    .application-methods {
        grid-template-columns: 1fr;
    }
    
    .transfer-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .policy-hero {
        margin: 0 1rem;
        border-radius: 15px;
        padding: 2.5rem 0;
    }
    
    .policy-content {
        padding: 1.5rem 1rem;
    }
    
    .commitment-item,
    .satisfaction-item,
    .environmental-item,
    .purpose-item,
    .right-item,
    .application-method {
        padding: 1rem;
    }
    
    .policy-footer {
        padding: 1.5rem 1rem;
    }
}