/* Páginas locais — My Help */
.local-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d6cdf 55%, #1a9bff 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.local-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.12) 0%, transparent 45%);
    pointer-events: none;
}

.local-hero .container {
    position: relative;
    z-index: 1;
}

.local-hero-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
    border: 3px solid rgba(255, 255, 255, 0.15);
}

.local-hero-image img,
.local-hero-image picture {
    display: block;
    width: 100%;
    height: auto;
}

.local-stat-bar {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.local-stat-item {
    text-align: center;
    padding: 1.25rem 0.5rem;
}

.local-stat-item .local-stat-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #2d6cdf, #1a9bff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.local-stat-item strong {
    display: block;
    font-size: 1.35rem;
    color: #1e3a5f;
    line-height: 1.2;
}

.local-stat-item span {
    font-size: 0.875rem;
    color: #6c757d;
}

.local-feature-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.local-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(45, 108, 223, 0.12);
}

.local-feature-card .local-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(45, 108, 223, 0.1);
    color: #2d6cdf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.local-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.local-feature-card p {
    font-size: 0.925rem;
    color: #6c757d;
    margin: 0;
}

.local-process-step {
    text-align: center;
    position: relative;
    padding: 0 0.5rem;
}

.local-process-step .step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d6cdf, #1a9bff);
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 8px 20px rgba(45, 108, 223, 0.3);
}

.local-process-step h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.35rem;
}

.local-process-step p {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.local-split-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.local-split-image img,
.local-split-image picture {
    display: block;
    width: 100%;
    height: auto;
}

.local-portfolio-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e9ecef;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
}

.local-portfolio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    color: inherit;
}

.local-portfolio-card .local-portfolio-thumb {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f8f9fa;
}

.local-portfolio-card .local-portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.local-portfolio-card:hover .local-portfolio-thumb img {
    transform: scale(1.05);
}

.local-portfolio-card .local-portfolio-body {
    padding: 1rem 1.15rem;
}

.local-portfolio-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #212529;
}

.local-portfolio-card p {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
}

.local-state-card {
    display: block;
    padding: 1.15rem 1.25rem;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    text-decoration: none;
    color: #212529;
    background: #fff;
    transition: all 0.2s ease;
    height: 100%;
}

.local-state-card:hover {
    border-color: #2d6cdf;
    box-shadow: 0 8px 24px rgba(45, 108, 223, 0.12);
    color: #2d6cdf;
    transform: translateY(-2px);
}

.local-state-card .local-state-sigla {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(45, 108, 223, 0.1);
    color: #2d6cdf;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 0.65rem;
}

.local-state-card strong {
    display: block;
    font-size: 0.95rem;
}

.local-state-card small {
    color: #6c757d;
}

.local-city-chip {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    margin: 0.25rem;
    border-radius: 999px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    font-size: 0.875rem;
    text-decoration: none;
    color: #495057;
    transition: all 0.15s ease;
}

.local-city-chip:hover {
    background: #2d6cdf;
    border-color: #2d6cdf;
    color: #fff;
}

.local-city-card {
    display: block;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    text-decoration: none;
    color: #495057;
    font-size: 0.9rem;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.local-city-card:hover {
    background: rgba(45, 108, 223, 0.08);
    border-color: rgba(45, 108, 223, 0.2);
    color: #2d6cdf;
}

.local-search-panel {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.local-cidades-scroll {
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 0.75rem;
    background: #fff;
}

.local-cta-strip {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d6cdf 100%);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    color: #fff;
    text-align: center;
}

.local-cta-strip h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.local-cta-strip p {
    opacity: 0.9;
    margin-bottom: 1.25rem;
}

.local-popular-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.local-popular-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    color: inherit;
}

.local-popular-card .local-popular-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e9ecef;
}

.local-popular-card .local-popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.local-popular-card .local-popular-body {
    padding: 1rem;
}

.local-popular-card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
    color: #212529;
}

.local-popular-card p {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
}

.local-seo-visual {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.local-seo-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 120px;
    padding: 1rem 0;
}

.local-seo-chart span {
    flex: 1;
    background: linear-gradient(180deg, #2d6cdf, #1a9bff);
    border-radius: 6px 6px 0 0;
    min-height: 20%;
}

.local-section-title {
    font-size: 1.65rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
}

.local-section-lead {
    color: #6c757d;
    margin-bottom: 2rem;
}

.content-body .local-section-block {
    margin-bottom: 3.5rem;
}

@media (max-width: 991px) {
    .local-hero-image {
        margin-top: 1.5rem;
    }
}
