/* NEAMT-AUTOIMPORT - ULTRA PROFESSIONAL STYLES */

/* ===== RESET & BASE ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #f8fafc;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

/* ===== ULTRA PROFESSIONAL COMPONENTS ===== */

/* Premium Glass Effect */
.premium-glass {
    background: rgba(248, 250, 252, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(248, 250, 252, 0.08);
    box-shadow: 
        0 4px 24px rgba(0, 0, 0, 0.15),
        0 2px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Executive Gradient */
.executive-gradient {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 50%, #1e293b 100%);
    position: relative;
}

.executive-gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    border-radius: inherit;
}

/* Premium Car Card */
.premium-car-card {
    background: linear-gradient(145deg, #1e293b 0%, #334155 100%);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 20px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.2),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.premium-car-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

.premium-car-card:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 32px rgba(59, 130, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

/* Premium Image Container */
.premium-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(145deg, #0f172a, #1e293b);
}

.premium-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(0.95) contrast(1.05);
}

.premium-car-card:hover .premium-image {
    transform: scale(1.05);
    filter: brightness(1) contrast(1.1);
}

/* Premium Price Badge */
.premium-price-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 
        0 4px 16px rgba(217, 119, 6, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Premium Status Badge */
.premium-status-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

/* Premium Fuel Badge */
.premium-fuel-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(10px);
    color: #e2e8f0;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 0.875rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

/* Premium Card Content */
.premium-card-content {
    padding: 32px 28px;
    background: linear-gradient(145deg, #1e293b 0%, #334155 100%);
}

.premium-car-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 16px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.premium-car-card:hover .premium-car-title {
    color: #60a5fa;
}

/* Premium Specs Grid */
.premium-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.premium-spec-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: rgba(15, 23, 42, 0.4);
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, 0.1);
    transition: all 0.3s ease;
}

.premium-spec-item:hover {
    background: rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

.premium-spec-icon {
    width: 18px;
    height: 18px;
    color: #60a5fa;
    flex-shrink: 0;
}

.premium-spec-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: #cbd5e1;
}

/* Premium Description */
.premium-description {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Premium Action Buttons */
.premium-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.premium-btn-primary {
    flex: 1;
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 4px 16px rgba(30, 64, 175, 0.2);
}

.premium-btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.3);
}

.premium-btn-whatsapp {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(16, 185, 129, 0.2);
    box-shadow: 0 4px 16px rgba(5, 150, 105, 0.2);
}

.premium-btn-whatsapp:hover {
    background: linear-gradient(135deg, #047857 0%, #059669 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.3);
}

.premium-whatsapp-icon {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

/* ===== SECTION STYLING ===== */
.premium-section {
    padding: 80px 0;
    position: relative;
}

.premium-section-bg {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    position: relative;
}

.premium-section-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(217, 119, 6, 0.02) 0%, transparent 50%);
}

/* Premium Section Header */
.premium-section-header {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
}

.premium-section-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 16px;
    line-height: 1.2;
}

.premium-section-subtitle {
    font-size: 1.25rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto 24px;
    line-height: 1.6;
}

.premium-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #1e40af, #d97706);
    margin: 0 auto;
    border-radius: 2px;
}

/* Premium Grid Layout */
.premium-cars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 32px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .premium-cars-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0 16px;
    }
    
    .premium-car-card {
        margin: 0 8px;
    }
    
    .premium-card-content {
        padding: 24px 20px;
    }
    
    .premium-specs-grid {
        gap: 12px;
    }
    
    .premium-spec-item {
        padding: 10px;
    }
    
    .premium-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    .premium-btn-whatsapp {
        width: 100%;
        height: 48px;
    }
}

@media (max-width: 480px) {
    .premium-section {
        padding: 60px 0;
    }
    
    .premium-section-header {
        margin-bottom: 48px;
    }
    
    .premium-cars-grid {
        padding: 0 12px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes premiumFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes premiumSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.premium-animate-in {
    animation: premiumFadeIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    transform: translateY(40px);
}

.premium-animate-delay-1 {
    animation-delay: 0.1s;
}

.premium-animate-delay-2 {
    animation-delay: 0.2s;
}

.premium-animate-delay-3 {
    animation-delay: 0.3s;
}

/* ===== ACCESSIBILITY ===== */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus styles */
.premium-btn-primary:focus,
.premium-btn-whatsapp:focus {
    outline: 2px solid #60a5fa;
    outline-offset: 2px;
}

/* ===== CONTACT SECTION STYLES ===== */

/* Premium Contact Cards */
.premium-contact-card {
    background: linear-gradient(145deg, #1e293b 0%, #334155 100%);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 20px;
    padding: 32px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.2),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.premium-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent);
}

.premium-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 32px rgba(59, 130, 246, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

/* Premium Contact Icon Container */
.premium-contact-icon-container {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.2);
}

.premium-whatsapp-bg {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%) !important;
    box-shadow: 0 8px 24px rgba(5, 150, 105, 0.2) !important;
}

.premium-contact-card:hover .premium-contact-icon-container {
    transform: rotate(6deg) scale(1.05);
}

.premium-contact-icon {
    width: 32px;
    height: 32px;
    color: #ffffff;
}

/* Premium Contact Content */
.premium-contact-content {
    flex: 1;
}

.premium-contact-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 8px;
    line-height: 1.3;
}

.premium-contact-text {
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-bottom: 4px;
    font-weight: 500;
}

.premium-contact-link {
    font-size: 1.1rem;
    color: #60a5fa;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.premium-contact-link:hover {
    color: #3b82f6;
}

.premium-whatsapp-text {
    color: #10b981 !important;
}

.premium-whatsapp-text:hover {
    color: #059669 !important;
}

.premium-contact-subtitle {
    font-size: 0.9rem;
    color: #94a3b8;
    line-height: 1.4;
}

/* Premium Map Card */
.premium-map-card {
    background: linear-gradient(145deg, #1e293b 0%, #334155 100%);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 20px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.2),
        0 4px 16px rgba(0, 0, 0, 0.1);
}

.premium-map-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 8px 32px rgba(59, 130, 246, 0.1);
    border-color: rgba(59, 130, 246, 0.2);
}

.premium-map-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.premium-map-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.premium-map-overlay {
    position: absolute;
    inset: 0;
    background: rgba(30, 64, 175, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.premium-map-card:hover .premium-map-overlay {
    opacity: 1;
}

.premium-map-text {
    color: #60a5fa;
    font-weight: 600;
    font-size: 1.1rem;
}

/* ===== CONTACT FORM STYLES ===== */

/* Premium Form Container */
.premium-form-container {
    background: linear-gradient(145deg, #1e293b 0%, #334155 100%);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.2),
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.premium-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #1e40af, #d97706);
}

/* Premium Form */
.premium-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.premium-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.premium-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.premium-form-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 4px;
}

.premium-form-input,
.premium-form-select,
.premium-form-textarea {
    background: rgba(15, 23, 42, 0.6);
    border: 2px solid rgba(148, 163, 184, 0.2);
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 1rem;
    color: #f8fafc;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    backdrop-filter: blur(10px);
}

.premium-form-input:focus,
.premium-form-select:focus,
.premium-form-textarea:focus {
    outline: none;
    border-color: #60a5fa;
    background: rgba(15, 23, 42, 0.8);
    box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.1);
}

.premium-form-input::placeholder,
.premium-form-textarea::placeholder {
    color: #94a3b8;
}

.premium-form-select {
    cursor: pointer;
}

.premium-form-textarea {
    resize: vertical;
    min-height: 120px;
}

/* Premium Submit Button */
.premium-form-submit {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    color: #ffffff;
    padding: 18px 32px;
    border: none;
    border-radius: 16px;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.2);
    position: relative;
    overflow: hidden;
}

.premium-form-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.premium-form-submit:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(30, 64, 175, 0.3);
}

.premium-form-submit:hover::before {
    opacity: 1;
}

.premium-form-submit:active {
    transform: translateY(0);
}

/* Premium Form Note */
.premium-form-note {
    font-size: 0.875rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.5;
    margin-top: 8px;
}

/* ===== FOOTER STYLES ===== */

/* Premium Footer */
.premium-footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    position: relative;
    overflow: hidden;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #1e40af, #d97706);
}

/* Premium Footer Content */
.premium-footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 48px;
    padding: 64px 0 48px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Premium Footer Section */
.premium-footer-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Premium Footer Logo */
.premium-footer-logo {
    margin-bottom: 16px;
}

.premium-footer-title {
    font-size: 2rem;
    font-weight: 800;
    color: #60a5fa;
    margin-bottom: 8px;
    line-height: 1.2;
}

.premium-footer-tagline {
    font-size: 0.9rem;
    color: #d97706;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.premium-footer-description {
    color: #94a3b8;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Premium Social Links */
.premium-social-links {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.premium-social-link {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(30, 64, 175, 0.2);
}

.premium-social-link:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(30, 64, 175, 0.3);
}

/* Premium Footer Headings */
.premium-footer-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 16px;
    position: relative;
}

.premium-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #60a5fa, #d97706);
    border-radius: 1px;
}

/* Premium Footer Links */
.premium-footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.premium-footer-link {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    padding: 8px 0;
    position: relative;
}

.premium-footer-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 2px;
    background: #60a5fa;
    transition: width 0.3s ease;
    transform: translateY(-50%);
}

.premium-footer-link:hover {
    color: #60a5fa;
    padding-left: 16px;
}

.premium-footer-link:hover::before {
    width: 12px;
}

/* Premium Footer Contact */
.premium-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premium-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #cbd5e1;
    font-size: 0.95rem;
}

.premium-footer-contact-item svg {
    flex-shrink: 0;
}

/* Premium Footer Bottom */
.premium-footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    padding: 32px 0;
    background: rgba(15, 23, 42, 0.5);
}

.premium-footer-bottom-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.premium-footer-copyright {
    color: #94a3b8;
    font-size: 0.9rem;
}

.premium-footer-legal {
    display: flex;
    gap: 24px;
}

.premium-footer-legal-link {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.premium-footer-legal-link:hover {
    color: #60a5fa;
}

/* ===== RESPONSIVE DESIGN FOR CONTACT & FOOTER ===== */
@media (max-width: 1024px) {
    .premium-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .premium-footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .premium-contact-card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
    }
    
    .premium-form-container {
        padding: 32px 24px;
    }
    
    .premium-footer-content {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 48px 0 32px;
    }
    
    .premium-footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .premium-footer-legal {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .premium-contact-card {
        padding: 20px;
    }
    
    .premium-form-container {
        padding: 24px 16px;
    }
    
    .premium-form-submit {
        padding: 16px 24px;
        font-size: 1rem;
    }
    
    .premium-social-links {
        justify-content: center;
    }
    
    .premium-footer-legal {
        flex-direction: column;
        gap: 12px;
    }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
.premium-car-card,
.premium-contact-card,
.premium-form-container {
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}