@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

html { 
    scroll-behavior: smooth; 
}

body { 
    font-family: 'Inter', sans-serif; 
}

/* --- Custom Color Palette --- */
.text-limpeza-Lisboa { color: #4B91F8; }
.bg-limpeza-Lisboa { background-color: #4B91F8; }
.hover\:bg-Limpeza-Lisboa:hover { background-color: #4B91F8; }
.hover\:text-limpeza-lisboa:hover { color: #4B91F8; }
.border-b-limpeza-Lisboa { border-bottom-color: #4B91F8; }
.ring-limpeza-Lisboa:focus { --tw-ring-color: #4B91F8; }

/* --- Hero Section Base Styles --- */
.hero-section, 
.hero-section-service, 
.hero-section-article, 
.hero-section-article-hub {
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-section::before, 
.hero-section-service::before, 
.hero-section-article::before, 
.hero-section-article-hub::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Specific overlay for the homepage hero */
.hero-section::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-section > .container, 
.hero-section-service > .container, 
.hero-section-article > .container, 
.hero-section-article-hub > .container { 
    position: relative; 
}

/* --- Typography for Articles & Policy Pages --- */
.prose h2 { font-size: 1.875rem; font-weight: 700; color: #1f2937; margin-bottom: 1rem; margin-top: 2rem;}
.prose h3 { font-size: 1.5rem; font-weight: 600; color: #374151; margin-bottom: 0.75rem; margin-top: 1.75rem;}
.prose p, .prose ul li, .prose ol li { font-size: 1.125rem; line-height: 1.75; color: #4b5563; }
.prose a { color: #4B91F8; text-decoration: underline; }
.prose a:hover { color: #3b82f6; }
.prose strong { color: #1f2937; }

/* Styles specific to the privacy page prose */
.privacy-prose h2 { font-size: 1.5rem; font-weight: 600; margin-top: 2em; margin-bottom: 1em; }
.privacy-prose p, .privacy-prose li { color: #374151; }