/* Premium Visual Polish - Make It POP! */

/* Hero Section - Add gradient background and depth */
.hero-lt {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #e8f4f8 100%);
    position: relative;
    overflow: hidden;
}

.hero-lt::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-lt::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.hero-lt > * {
    position: relative;
    z-index: 1;
}

/* Premium Button Styles with 3D Depth */
.btn-header-lt,
.btn-cta-lt,
button[id="compareBtn"] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
}

.btn-header-lt:hover,
.btn-cta-lt:hover,
button[id="compareBtn"]:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.5), 0 4px 8px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px) !important;
}

.btn-header-lt:active,
.btn-cta-lt:active,
button[id="compareBtn"]:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.3) !important;
}

/* Service Tabs - Add colorful accents */
.service-tab-lt {
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-tab-lt::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #dc2626, #f97316, #3b82f6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-tab-lt:hover::before,
.service-tab-lt.active-tab-lt::before {
    transform: scaleX(1);
}

.service-tab-lt:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-tab-lt.active-tab-lt {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.15);
}

/* Trust Stats Bar - Add gradient background */
.trust-bar-lt {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.trust-stat-lt {
    transition: transform 0.3s ease;
}

.trust-stat-lt:hover {
    transform: translateY(-3px);
}

.trust-stat-lt i {
    background: linear-gradient(135deg, #dc2626, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.3));
}

/* Why Cards - Add depth and color accents */
.why-card-lt {
    background: white;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.why-card-lt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #dc2626, #f97316, #3b82f6, #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.why-card-lt:hover::before {
    opacity: 1;
}

.why-card-lt:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.why-icon-lt {
    background: linear-gradient(135deg, #dc2626 0%, #f97316 100%);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
}

.why-card-lt:nth-child(2) .why-icon-lt {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.why-card-lt:nth-child(3) .why-icon-lt {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

/* Featured Rates Cards - Premium treatment */
.rate-card-lt {
    background: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-left: 4px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(135deg, #dc2626, #f97316);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.rate-card-lt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.03), rgba(249, 115, 22, 0.03));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
    pointer-events: none;
}

.rate-card-lt:hover::after {
    opacity: 1;
}

.rate-card-lt:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.rate-card-lt:nth-child(2) {
    background-image: linear-gradient(white, white), linear-gradient(135deg, #3b82f6, #2563eb);
}

.rate-card-lt:nth-child(3) {
    background-image: linear-gradient(white, white), linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.rate-card-lt:nth-child(4) {
    background-image: linear-gradient(white, white), linear-gradient(135deg, #f97316, #ea580c);
}

.rate-number-lt {
    background: linear-gradient(135deg, #dc2626, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(220, 38, 38, 0.2));
}

/* Testimonial Section - Rich background */
.testimonial-credibility-lt {
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f4f8 50%, #f8f9fa 100%);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.testimonial-quote-lt {
    background: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-left: 4px solid;
    border-image: linear-gradient(135deg, #dc2626, #f97316) 1;
}

.quote-icon-lt {
    background: linear-gradient(135deg, #dc2626, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Trust Badges - Add glow effect */
.trust-badge-lt {
    background: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.trust-badge-lt:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.trust-badge-lt i {
    background: linear-gradient(135deg, #10b981, #059669);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Media Logos - Add subtle animation */
.media-logo-lt {
    transition: all 0.3s ease;
    opacity: 0.7;
}

.media-logo-lt:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Add floating animation for decorative elements */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.hero-right-lt img {
    animation: float 6s ease-in-out infinite;
}

/* CTA Section - Vibrant gradient */
.cta-lt {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #991b1b 100%);
    box-shadow: 0 8px 32px rgba(220, 38, 38, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-lt::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

/* Footer - Rich dark gradient */
.footer-lt {
    background: linear-gradient(135deg, #1f2937 0%, #111827 50%, #0f172a 100%);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}
