.page-header {
            background: linear-gradient(135deg, rgba(47, 58, 103, 0.98), rgba(37, 79, 88, 0.95)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
            color: white;
            text-align: center;
        }
.page-title { font-size: 3rem; font-weight: 800; margin-bottom: 10px; }
.page-subtitle { font-size: 1.2rem; opacity: 0.9; max-width: 700px; margin: 0 auto; text-align: center; }
.intro-section { padding: 60px 0 30px; background-color: white; }
.intro-text { font-size: 1.2rem; line-height: 1.8; color: var(--facilita-text-title); max-width: 900px; margin: 0 auto; text-align: center; }
.intro-text { font-size: 1.05rem; text-align: justify; }
.badge-destacado {
            background-color: var(--facilita-green-light);
            color: white;
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            margin-bottom: 15px;
            box-shadow: var(--facilita-glow-intense);
            animation: glow-pulse 3s infinite;
            transition: all 0.3s ease;
            cursor: default; 
        }
.divider {
            height: 4px;
            width: 60px;
            background-color: var(--facilita-green-light);
            border-radius: 2px;
            box-shadow: var(--facilita-glow); 
        }