/* Página inicial — visual institucional premium (alinhado ao banner hero) */

.page-home-premium {
    background: #f4f6f9;
}

.page-home-premium .hero {
    margin-bottom: 0;
}

.page-home-premium .hero--image-only {
    background: #fff;
}

.page-home-premium .hero--image-only .hero-bg-layer {
    animation: none;
    background-color: #fff;
}

.page-home-premium .hero--contain .hero-bg-layer {
    background-color: #fff;
}

.page-home-premium .hero-shine {
    display: none;
}

/* Faixa de valores — eco visual do rodapé do banner */
.home-pillars {
    background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
    color: #fff;
    padding: 1.35rem 0;
    position: relative;
    overflow: hidden;
}

.home-pillars::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.home-pillars__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.home-pillars__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.92);
}

.home-pillars__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: var(--green-brand, #1a9e5c);
    background: rgba(255, 255, 255, 0.06);
}

/* Cabeçalhos de seção premium */
.section-header--premium {
    align-items: flex-end;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.section-header--premium .section-kicker {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--green-brand, #1a9e5c);
    margin-bottom: 0.35rem;
}

.section-header--premium h2 {
    font-size: 1.45rem;
    font-weight: 800;
    color: var(--navy-900);
    letter-spacing: -0.03em;
    position: relative;
    padding-bottom: 0.5rem;
}

.section-header--premium h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--green-brand, #1a9e5c), var(--navy-600));
}

.section-header--premium .link-more {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--navy-700);
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--gray-200);
    background: #fff;
    transition: all 0.2s ease;
}

.section-header--premium .link-more:hover {
    text-decoration: none;
    border-color: var(--navy-600);
    color: var(--navy-900);
    box-shadow: var(--shadow);
}

.page-home-premium .section {
    padding: 3rem 0;
}

.page-home-premium .section--surface {
    background: #fff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.page-home-premium .section--muted {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

/* Vereadores */
.page-home-premium .vereador-card {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 35, 64, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home-premium .vereador-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 35, 64, 0.12);
}

.page-home-premium .vereador-card .photo {
    aspect-ratio: 3 / 4;
    object-fit: cover;
    object-position: top center;
}

.page-home-premium .badge-presidente {
    background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
    border-radius: 6px;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
}

/* Atalhos rápidos */
.page-home-premium .home-split-section {
    padding: 3rem 0;
    background: #fff;
}

.page-home-premium .quick-icon-item {
    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 2px 12px rgba(15, 35, 64, 0.04);
    min-height: 130px;
    transition: all 0.25s ease;
}

.page-home-premium .quick-icon-item:hover {
    border-color: rgba(26, 158, 92, 0.35);
    box-shadow: 0 8px 24px rgba(15, 35, 64, 0.1);
    transform: translateY(-3px);
}

.page-home-premium .quick-icon-item .icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(15, 35, 64, 0.08), rgba(26, 158, 92, 0.12));
    color: var(--navy-800);
    font-size: 1.3rem;
}

.page-home-premium .highlights-slider {
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(15, 35, 64, 0.12);
    border: none;
}

.page-home-premium .highlight-content {
    background: linear-gradient(0deg, rgba(10, 22, 40, 0.88) 0%, rgba(10, 22, 40, 0.35) 45%, transparent 100%);
}

/* Painéis principais */
.page-home-premium .panel {
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(15, 35, 64, 0.07);
    border: 1px solid rgba(226, 232, 240, 0.85);
}

.page-home-premium .panel-head {
    padding: 1rem 1.25rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-bottom: 2px solid var(--green-brand, #1a9e5c);
}

.page-home-premium .panel-head .link-more {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.76rem;
}

.page-home-premium .news-list .item {
    border-radius: 8px;
    transition: background 0.2s ease;
}

.page-home-premium .news-list .item:hover {
    background: var(--gray-50);
}

.page-home-premium .news-list .thumb {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Service cards */
.page-home-premium .service-card--split {
    border-radius: 14px;
    box-shadow: 0 6px 28px rgba(15, 35, 64, 0.1);
    border: none;
    min-height: 320px;
}

.page-home-premium .service-card-photo {
    height: 168px;
}

/* Stats */
.page-home-premium .stats-bar {
    margin: 0;
    border-radius: 0;
}

.page-home-premium .stat-item {
    transition: transform 0.2s ease;
}

.page-home-premium .stat-item:hover {
    transform: translateY(-2px);
}

.page-home-premium .stat-item .icon {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Info panels */
.page-home-premium .info-panel {
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(15, 35, 64, 0.07);
    border: 1px solid rgba(226, 232, 240, 0.85);
    background: #fff;
}

.page-home-premium .info-panel h3 {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid var(--green-brand, #1a9e5c);
    margin-bottom: 1rem;
}

.page-home-premium .info-panel .photo-grid img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.page-home-premium .info-panel .photo-grid a:hover img {
    transform: scale(1.04);
}

/* Links úteis */
.page-home-premium .useful-links {
    background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%);
    border-top: none;
}

.page-home-premium .useful-links__header h3 {
    color: #fff;
}

.page-home-premium .useful-links__header p {
    color: rgba(255, 255, 255, 0.72);
}

.page-home-premium .useful-link-card {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
    box-shadow: none;
}

.page-home-premium .useful-link-card i {
    color: rgba(255, 255, 255, 0.55);
}

.page-home-premium .useful-link-card:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.page-home-premium .useful-link-card:hover i {
    color: var(--green-brand, #1a9e5c);
}

.page-home-premium .useful-link-card--placeholder {
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.04);
    border-style: dashed;
    opacity: 1;
    filter: none;
}

.page-home-premium .section-nav-arrows button {
    border-color: var(--gray-200);
    box-shadow: 0 2px 8px rgba(15, 35, 64, 0.06);
}

.page-home-premium .section-nav-arrows button:hover {
    background: var(--navy-800);
    color: #fff;
    border-color: var(--navy-800);
}

@media (max-width: 991px) {
    .home-pillars__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .home-pillars__list {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .section-header--premium h2 {
        font-size: 1.2rem;
    }

    .page-home-premium .section {
        padding: 2.25rem 0;
    }
}
