/* landing/seo_page.html */
.landing-hero {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-bottom: 3px solid #0066CC;
}
.landing-cta-btn {
    background: linear-gradient(135deg, #0066CC 0%, #0052a3 100%);
    border: none;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
}
.landing-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.3);
}
.feature-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}
.feature-card:hover {
    border-color: #0066CC;
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.1);
}
.provider-card {
    background: white;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 20px;
    transition: all 0.2s ease;
}
.provider-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.breadcrumb-custom {
    background: #f8fafc;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.landing-hero-tools-icon {
    font-size: 8rem;
    color: #0066cc;
    opacity: 0.2;
}

.seo-provider-avatar-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.seo-provider-avatar-ph {
    width: 80px;
    height: 80px;
}
