/**
 * Desktop Service-Specific Themed Hero Sections
 * Sophisticated animated hero banners matching mobile themes
 * Optimized for desktop viewing with professional animations
 */

/* 1. EMERGENCY SERVICES - Red with Lightning/Fire Effects */
.hero-emergency {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #dc2626 0%, 
        #ef4444 25%, 
        #f87171 50%, 
        #dc2626 75%, 
        #991b1b 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-emergency::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 0, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 165, 0, 0.4) 0%, transparent 50%),
        linear-gradient(45deg, 
            transparent 30%, 
            rgba(255, 255, 255, 0.2) 35%, 
            rgba(255, 255, 255, 0.4) 40%, 
            rgba(255, 255, 255, 0.2) 45%, 
            transparent 50%);
    background-size: 300% 300%, 400% 400%, 500% 500%;
    animation: desktopFireFlicker 8s ease-in-out infinite, desktopLightningFlash 12s linear infinite;
    z-index: 1;
}

.hero-emergency::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.6) 2px, transparent 2px);
    background-size: 80px 80px, 120px 120px;
    animation: desktopSparkle 15s linear infinite;
    z-index: 2;
}

/* 2. ROOF REPAIR - Brown/Orange with Shingle/Wood Effects */
.hero-roof {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #7c2d12 0%, 
        #92400e 25%, 
        #a16207 50%, 
        #0891b2 75%, 
        #0e7490 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-roof::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(139, 69, 19, 0.3) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(160, 82, 45, 0.2) 45%, transparent 50%),
        repeating-linear-gradient(90deg, 
            transparent 0px, 
            rgba(255, 255, 255, 0.1) 2px, 
            transparent 4px, 
            transparent 20px);
    background-size: 150px 150px, 180px 180px, 25px 25px;
    animation: desktopShingleSlide 20s ease-in-out infinite, desktopWoodGrain 25s linear infinite;
    z-index: 1;
}

/* 3. WATER DAMAGE - Dark Deep Water with Rising Air Bubbles Only */
.hero-water-bubbles {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #0c1445 0%, 
        #1e2a5e 25%, 
        #2d4a7c 50%, 
        #1e2a5e 75%, 
        #0c1445 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-water-bubbles::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle, rgba(255, 255, 255, 0.4) 3px, transparent 3px),
        radial-gradient(circle, rgba(255, 255, 255, 0.3) 2px, transparent 2px),
        radial-gradient(circle, rgba(255, 255, 255, 0.5) 4px, transparent 4px),
        radial-gradient(circle, rgba(255, 255, 255, 0.25) 2.5px, transparent 2.5px),
        radial-gradient(circle, rgba(255, 255, 255, 0.35) 1.5px, transparent 1.5px),
        radial-gradient(circle, rgba(255, 255, 255, 0.45) 3.5px, transparent 3.5px);
    background-size: 120px 200px, 80px 180px, 150px 220px, 100px 160px, 60px 140px, 180px 240px;
    background-position: 15% 120%, 35% 115%, 55% 125%, 75% 110%, 25% 130%, 85% 120%;
    animation: desktopRisingBubbles 8s linear infinite;
    z-index: 1;
}

.hero-water-bubbles::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle, rgba(255, 255, 255, 0.3) 2px, transparent 2px),
        radial-gradient(circle, rgba(255, 255, 255, 0.4) 1.5px, transparent 1.5px),
        radial-gradient(circle, rgba(255, 255, 255, 0.2) 3px, transparent 3px),
        radial-gradient(circle, rgba(255, 255, 255, 0.35) 2.5px, transparent 2.5px),
        radial-gradient(circle, rgba(255, 255, 255, 0.25) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.4) 2.8px, transparent 2.8px);
    background-size: 90px 150px, 70px 120px, 110px 170px, 130px 190px, 50px 100px, 160px 210px;
    background-position: 8% 125%, 28% 120%, 48% 130%, 68% 115%, 88% 125%, 18% 135%;
    animation: desktopRisingBubbles2 10s linear infinite;
    z-index: 2;
}

/* 4. STORM DAMAGE - Enhanced Purple/Blue with Dynamic Storm/Lightning Effects */
.hero-storm {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #1e1b4b 0%, 
        #312e81 20%, 
        #3730a3 35%, 
        #4338ca 50%, 
        #6366f1 65%, 
        #8b5cf6 80%, 
        #a855f7 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-storm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.3) 0%, transparent 50%),
        linear-gradient(45deg, 
            transparent 40%, 
            rgba(255, 255, 255, 0.3) 42%, 
            rgba(255, 255, 255, 0.6) 44%, 
            rgba(255, 255, 255, 0.3) 46%, 
            transparent 48%),
        linear-gradient(-45deg, 
            transparent 40%, 
            rgba(139, 92, 246, 0.4) 42%, 
            rgba(139, 92, 246, 0.7) 44%, 
            rgba(139, 92, 246, 0.4) 46%, 
            transparent 48%);
    background-size: 400% 400%, 300% 300%, 600% 600%, 500% 500%;
    animation: desktopStormClouds 18s ease-in-out infinite, desktopLightningBolt 8s linear infinite;
    z-index: 1;
}

/* 5. INSURANCE CLAIMS - Enhanced Dark Blue/Teal with Prominent Money/Document Effects */
.hero-insurance {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #0f172a 0%, 
        #1e293b 20%, 
        #334155 40%, 
        #475569 60%, 
        #64748b 80%, 
        #94a3b8 100%);
    background-size: 600% 600%;
    animation: desktopInsuranceFlow 16s ease-in-out infinite;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-insurance::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.6) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.5) 0%, transparent 45%),
        radial-gradient(circle at 60% 40%, rgba(5, 150, 105, 0.4) 0%, transparent 35%),
        radial-gradient(circle at 30% 70%, rgba(74, 222, 128, 0.45) 0%, transparent 50%),
        linear-gradient(45deg, 
            transparent 30%, 
            rgba(255, 255, 255, 0.3) 35%, 
            rgba(255, 255, 255, 0.6) 40%, 
            rgba(255, 255, 255, 0.3) 45%, 
            transparent 50%);
    background-size: 250% 250%, 200% 200%, 300% 300%, 280% 280%, 500% 500%;
    animation: desktopMoneyFlow 18s ease-in-out infinite, desktopDocumentShine 12s linear infinite;
    z-index: 1;
}

.hero-insurance::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgba(34, 197, 94, 0.2) 1px, transparent 1px),
        linear-gradient(-45deg, rgba(16, 185, 129, 0.15) 1px, transparent 1px),
        conic-gradient(from 0deg at 25% 25%, transparent 0deg, rgba(34, 197, 94, 0.3) 90deg, transparent 180deg),
        conic-gradient(from 180deg at 75% 75%, transparent 0deg, rgba(16, 185, 129, 0.25) 120deg, transparent 240deg);
    background-size: 15px 15px, 20px 20px, 400% 400%, 350% 350%;
    animation: desktopPaperPattern 25s linear infinite, desktopMoneyCircles 20s ease-in-out infinite;
    z-index: 2;
}

/* 6. SIDING REPAIR - Gray/Metallic with Construction Effects */
.hero-siding {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #374151 0%, 
        #4b5563 25%, 
        #6b7280 50%, 
        #9ca3af 75%, 
        #d1d5db 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-siding::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.3) 50%, transparent 55%),
        linear-gradient(45deg, transparent 40%, rgba(156, 163, 175, 0.4) 45%, transparent 50%),
        repeating-linear-gradient(0deg, 
            transparent 0px, 
            rgba(255, 255, 255, 0.1) 2px, 
            transparent 4px, 
            transparent 30px);
    background-size: 200% 200%, 150% 150%, 35px 35px;
    animation: desktopMetallicShine 25s ease-in-out infinite, desktopConstructionPattern 20s linear infinite;
    z-index: 1;
}

/* Desktop-Specific Animations */
@keyframes desktopFireFlicker {
    0%, 100% { 
        background-position: 0% 0%, 0% 0%, 0% 0%;
        filter: brightness(1) hue-rotate(0deg);
    }
    25% { 
        background-position: 20% 30%, 40% 20%, 60% 40%;
        filter: brightness(1.1) hue-rotate(5deg);
    }
    50% { 
        background-position: 40% 60%, 80% 40%, 20% 80%;
        filter: brightness(1.2) hue-rotate(10deg);
    }
    75% { 
        background-position: 60% 20%, 20% 80%, 80% 20%;
        filter: brightness(1.1) hue-rotate(5deg);
    }
}

@keyframes desktopLightningFlash {
    0%, 95%, 100% { opacity: 1; }
    96%, 98% { opacity: 1.5; filter: brightness(1.8); }
    97% { opacity: 0.8; filter: brightness(1.2); }
}

@keyframes desktopSparkle {
    0%, 100% { 
        background-position: 0% 0%, 50% 50%;
        transform: scale(1);
    }
    50% { 
        background-position: 100% 100%, 0% 100%;
        transform: scale(1.05);
    }
}

@keyframes desktopShingleSlide {
    0%, 100% { 
        background-position: 0% 0%, 0% 0%, 0% 0%;
    }
    50% { 
        background-position: 50% 50%, -50% -50%, 25% 25%;
    }
}

@keyframes desktopWoodGrain {
    0%, 100% { 
        background-position: 0% 0%;
        filter: sepia(0.3) contrast(1.1);
    }
    50% { 
        background-position: 100% 100%;
        filter: sepia(0.5) contrast(1.2);
    }
}

@keyframes desktopWaterFlow {
    0%, 100% { 
        background-position: 0% 0%, 100% 100%, 50% 50%, 0% 100%, 0% 0%;
        filter: blur(0px) brightness(1);
    }
    25% { 
        background-position: 25% 25%, 75% 75%, 75% 25%, 25% 75%, 25% 25%;
        filter: blur(0.5px) brightness(1.1);
    }
    50% { 
        background-position: 50% 50%, 50% 50%, 0% 100%, 50% 50%, 50% 50%;
        filter: blur(0px) brightness(1.2);
    }
    75% { 
        background-position: 75% 75%, 25% 25%, 25% 75%, 75% 25%, 75% 75%;
        filter: blur(0.5px) brightness(1.1);
    }
}

@keyframes desktopRisingBubbles {
    0% { 
        background-position: 15% 120%, 35% 115%, 55% 125%, 75% 110%, 25% 130%, 85% 120%;
        opacity: 0;
    }
    10% { 
        background-position: 15% 110%, 35% 105%, 55% 115%, 75% 100%, 25% 120%, 85% 110%;
        opacity: 0.8;
    }
    50% { 
        background-position: 15% 60%, 35% 55%, 55% 65%, 75% 50%, 25% 70%, 85% 60%;
        opacity: 1;
    }
    90% { 
        background-position: 15% 10%, 35% 5%, 55% 15%, 75% 0%, 25% 20%, 85% 10%;
        opacity: 0.5;
    }
    100% { 
        background-position: 15% -10%, 35% -15%, 55% -5%, 75% -20%, 25% 0%, 85% -10%;
        opacity: 0;
    }
}

@keyframes desktopRisingBubbles2 {
    0% { 
        background-position: 8% 125%, 28% 120%, 48% 130%, 68% 115%, 88% 125%, 18% 135%;
        opacity: 0;
    }
    15% { 
        background-position: 8% 115%, 28% 110%, 48% 120%, 68% 105%, 88% 115%, 18% 125%;
        opacity: 0.7;
    }
    60% { 
        background-position: 8% 55%, 28% 50%, 48% 60%, 68% 45%, 88% 55%, 18% 65%;
        opacity: 1;
    }
    95% { 
        background-position: 8% 5%, 28% 0%, 48% 10%, 68% -5%, 88% 5%, 18% 15%;
        opacity: 0.3;
    }
    100% { 
        background-position: 8% -15%, 28% -20%, 48% -10%, 68% -25%, 88% -15%, 18% -5%;
        opacity: 0;
    }
}

/* 8. LEGAL SETTLEMENTS - Navy Blue with Justice/Document Effects */
.hero-legal {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #1e3c72 0%, 
        #2a5298 25%, 
        #0f2027 50%, 
        #203a43 75%, 
        #2c5364 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.hero-legal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.02) 75%),
        radial-gradient(circle at 30% 20%, rgba(173, 216, 230, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(70, 130, 180, 0.2) 0%, transparent 50%);
    background-size: 60px 60px, 60px 60px, 60px 60px, 60px 60px, 400% 400%, 300% 300%;
    animation: desktopLegalPattern 22s ease-in-out infinite, desktopDocumentShift 28s linear infinite;
    z-index: 1;
}

.hero-legal::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle, rgba(255, 255, 255, 0.15) 2px, transparent 2px),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, 
            transparent 40%, 
            rgba(255, 255, 255, 0.05) 45%, 
            rgba(255, 255, 255, 0.1) 50%, 
            rgba(255, 255, 255, 0.05) 55%, 
            transparent 60%);
    background-size: 80px 80px, 40px 40px, 300% 300%;
    animation: desktopJusticeFloat 26s linear infinite, desktopLegalShine 18s ease-in-out infinite;
    z-index: 2;
}

@keyframes desktopLegalPattern {
    0%, 100% { 
        background-position: 0% 50%, 0% 50%, 0% 50%, 0% 50%, 0% 0%, 0% 0%;
        filter: brightness(1);
    }
    50% { 
        background-position: 100% 0%, -100% 100%, 100% 0%, -100% 100%, 100% 100%, 100% 100%;
        filter: brightness(1.1);
    }
}

@keyframes desktopDocumentShift {
    0% { background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%; }
    100% { background-position: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%; }
}

@keyframes desktopJusticeFloat {
    0% { 
        background-position: 0% 0%, 0% 0%, 0% 0%;
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% { 
        background-position: 0% -100%, 0% -100%, 100% 100%;
        transform: translateY(0px);
    }
}

@keyframes desktopLegalShine {
    0%, 100% { 
        background-position: 0% 0%, 0% 0%, -200% 0%;
        filter: brightness(1);
    }
    50% { 
        background-position: 100% 100%, 100% 100%, 200% 0%;
        filter: brightness(1.2);
    }
}

@keyframes desktopStormClouds {
    0%, 100% { 
        background-position: 0% 0%, 100% 100%, 0% 0%, 100% 100%;
        filter: brightness(1) contrast(1.1);
    }
    33% { 
        background-position: 33% 33%, 67% 67%, 33% 33%, 67% 67%;
        filter: brightness(1.2) contrast(1.3);
    }
    67% { 
        background-position: 67% 67%, 33% 33%, 67% 67%, 33% 33%;
        filter: brightness(0.8) contrast(1.1);
    }
}

@keyframes desktopLightningBolt {
    0%, 90%, 100% { opacity: 1; }
    91%, 93%, 95% { opacity: 1.8; filter: brightness(2); }
    92%, 94% { opacity: 0.6; }
}

@keyframes desktopInsuranceFlow {
    0%, 100% { 
        background-position: 0% 0%;
        filter: hue-rotate(0deg) brightness(1);
    }
    25% { 
        background-position: 25% 25%;
        filter: hue-rotate(5deg) brightness(1.1);
    }
    50% { 
        background-position: 50% 50%;
        filter: hue-rotate(10deg) brightness(1.2);
    }
    75% { 
        background-position: 75% 75%;
        filter: hue-rotate(5deg) brightness(1.1);
    }
}

@keyframes desktopMoneyFlow {
    0%, 100% { 
        background-position: 0% 0%, 100% 100%, 0% 0%, 50% 50%, 0% 0%;
        filter: hue-rotate(0deg) brightness(1) saturate(1);
        transform: scale(1) rotate(0deg);
    }
    25% { 
        background-position: 25% 25%, 75% 75%, 25% 25%, 75% 25%, 25% 25%;
        filter: hue-rotate(15deg) brightness(1.2) saturate(1.1);
        transform: scale(1.05) rotate(90deg);
    }
    50% { 
        background-position: 50% 50%, 50% 50%, 50% 50%, 0% 100%, 50% 50%;
        filter: hue-rotate(30deg) brightness(1.3) saturate(1.2);
        transform: scale(1.1) rotate(180deg);
    }
    75% { 
        background-position: 75% 75%, 25% 25%, 75% 75%, 25% 75%, 75% 75%;
        filter: hue-rotate(15deg) brightness(1.2) saturate(1.1);
        transform: scale(1.05) rotate(270deg);
    }
}

@keyframes desktopDocumentShine {
    0%, 100% { 
        background-position: 0% 0%, 0% 0%;
        filter: brightness(1) contrast(1);
    }
    33% { 
        background-position: 33% 33%, 66% 66%;
        filter: brightness(1.4) contrast(1.2);
    }
    66% { 
        background-position: 66% 66%, 33% 33%;
        filter: brightness(1.6) contrast(1.3);
    }
}

@keyframes desktopPaperPattern {
    0%, 100% { 
        background-position: 0% 0%, 0% 0%;
        opacity: 0.8;
    }
    50% { 
        background-position: 50% 50%, -50% 50%;
        opacity: 1;
    }
}

@keyframes desktopMoneyCircles {
    0%, 100% { 
        background-position: 0% 0%, 100% 100%;
        transform: rotate(0deg) scale(1);
        opacity: 0.7;
    }
    25% { 
        background-position: 25% 25%, 75% 75%;
        transform: rotate(90deg) scale(1.1);
        opacity: 0.9;
    }
    50% { 
        background-position: 50% 50%, 50% 50%;
        transform: rotate(180deg) scale(1.2);
        opacity: 1;
    }
    75% { 
        background-position: 75% 75%, 25% 25%;
        transform: rotate(270deg) scale(1.1);
        opacity: 0.9;
    }
}

@keyframes desktopMetallicShine {
    0%, 100% { 
        background-position: 0% 0%, 0% 0%, 0% 0%;
        filter: brightness(1) contrast(1.1);
    }
    50% { 
        background-position: 100% 100%, 100% 100%, 50% 50%;
        filter: brightness(1.3) contrast(1.2);
    }
}

@keyframes desktopConstructionPattern {
    0%, 100% { 
        background-position: 0% 0%;
    }
    50% { 
        background-position: 100% 100%;
    }
}

/* Storm Icon Theme Control - Light Mode shows GIFs, Dark Mode shows Bootstrap Icons */
.storm-icon-light {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.storm-icon-dark {
    display: none;
}

[data-theme="dark"] .storm-icon-light {
    display: none;
}

[data-theme="dark"] .storm-icon-dark {
    display: block;
}

/* Ensure content appears above animations */
.hero-emergency .container,
.hero-roof .container,
.hero-water .container,
.hero-storm .container,
.hero-insurance .container,
.hero-siding .container,
.hero-contractors .container {
    position: relative;
    z-index: 10;
}

/* Override Bootstrap bold classes in hero sections */
.hero-emergency .fw-bold,
.hero-roof .fw-bold,
.hero-water .fw-bold,
.hero-storm .fw-bold,
.hero-insurance .fw-bold,
.hero-siding .fw-bold,
.hero-contractors .fw-bold {
    font-weight: 300 !important; /* Thin font weight instead of bold */
}

/* Ensure all text is brightest white */
.hero-emergency h3,
.hero-roof h3,
.hero-water h3,
.hero-storm h3,
.hero-insurance h3,
.hero-siding h3,
.hero-contractors h3,
.hero-emergency small,
.hero-roof small,
.hero-water small,
.hero-storm small,
.hero-insurance small,
.hero-siding small,
.hero-contractors small {
    color: #ffffff !important; /* Brightest white for all text */
    font-weight: 300 !important; /* Thin font weight */
}

/* Text styling for better readability over animations */
.hero-emergency h1,
.hero-roof h1,
.hero-water h1,
.hero-storm h1,
.hero-insurance h1,
.hero-siding h1,
.hero-contractors h1 {
    color: #ffffff !important; /* Brightest white */
    font-weight: 300 !important; /* Thin font weight */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.hero-emergency p,
.hero-roof p,
.hero-water p,
.hero-storm p,
.hero-insurance p,
.hero-siding p,
.hero-contractors p {
    color: #ffffff !important; /* Brightest white */
    font-weight: 300 !important; /* Thin font weight */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

/* Bright yellow hyperlinks with background for visibility */
.hero-emergency a,
.hero-roof a,
.hero-water a,
.hero-storm a,
.hero-insurance a,
.hero-siding a,
.hero-contractors a {
    color: #22d3ee !important; /* Cyan color for better dark mode compatibility */
    font-weight: 300 !important; /* Thin font weight, not bold */
    text-decoration: none !important; /* No underline */
    background: rgba(0,0,0,0.4) !important; /* Semi-transparent dark background */
    padding: 2px 6px !important; /* Small padding for visibility */
    border-radius: 4px !important; /* Rounded corners */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important; /* Strong shadow for contrast */
    border: 1px solid rgba(251,191,36,0.3) !important; /* Subtle border */
}

.hero-emergency a:hover,
.hero-roof a:hover,
.hero-water a:hover,
.hero-storm a:hover,
.hero-insurance a:hover,
.hero-siding a:hover,
.hero-contractors a:hover {
    color: #67e8f9 !important; /* Lighter cyan on hover */
    background: rgba(0,0,0,0.6) !important; /* Darker background on hover */
    text-decoration: none !important; /* Still no underline */
    transform: translateY(-1px) !important; /* Slight lift effect */
    border: 1px solid rgba(253,224,71,0.5) !important; /* Brighter border on hover */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .hero-emergency,
    .hero-roof,
    .hero-water,
    .hero-storm,
    .hero-insurance,
    .hero-siding {
        min-height: 50vh;
    }
}