/* =====================================================================
   PAGE MODULE — en-services-search-everywhere-google-ads
   Extracted verbatim from inline <style> of: servicios/busqueda-total/google-ads.html, en/services/search-everywhere/google-ads.html
   Design unchanged; loaded via `pageCss` front-matter.
   ===================================================================== */

/* Hero 03 Geometric Stats - Navy Variant (Pattern B) */
.hero-geo {
    background: linear-gradient(135deg, var(--primary-navy) 0%, #1A2440 100%);
    padding: 8rem 5vw 6rem;
    position: relative;
    overflow: hidden;
    color: white;
}

.hero-geo .geo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 3rem;
}

.hero-geo .tag {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    color: white;
    opacity: 0.8;
    cursor: default;
    white-space: nowrap;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .google-badge {
        height: 50px !important;
    }
    
    .hero-geo {
        padding: 5rem 5vw 4rem;
    }
    
    .hero-geo .geo-text {
        padding-top: 1rem;
    }
    
    .hero-geo .eyebrow {
        font-size: 0.75rem !important;
    }
    
    .hero-geo h2 {
        font-size: 3.5rem !important;
        line-height: 1.2 !important;
    }
    
    .hero-geo p {
        font-size: 1rem !important;
    }
    
    .hero-geo .geo-stats {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin: 2rem 0;
    }
    
    .hero-geo .stat-icon {
        width: 50px;
        height: 50px;
    }
    
    .hero-geo .stat-item strong {
        font-size: 1.3rem;
    }
    
    .hero-geo .stat-item span {
        font-size: 0.9rem;
    }
    
    .hero-geo .geo-tags {
        gap: 0.75rem;
        margin-top: 2rem;
    }
    
    .hero-geo .tag {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
}

/* Grid responsive patterns */
@media (max-width: 968px) {
    .services-grid {
        grid-template-columns: 1fr !important;
    }
    
    section > div > div[style*="grid-template-columns: 1fr 1fr"],
    section > div > div[style*="grid-template-columns: repeat(3, 1fr)"] {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    section > div > div[style*="grid-template-columns: repeat(2, 1fr)"] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    section {
        padding: 4rem 5vw !important;
    }
    
    section:first-of-type:not(.hero-geo) {
        padding-top: 4rem !important;
    }
}
