.apoiador-home-page-wrapper {
    background-color: #F9FAFB;
    min-height: 100vh;
}

.main-container:has(.apoiador-home-page-wrapper) .main-content {
    padding: 0 !important;
    margin: 0 !important;
}

.main-container:has(.apoiador-home-page-wrapper) .top-header {
    display: none !important;
}

.apoiador-home-banner {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E7EB;
    padding: 40px 56px 37px;
}

.apoiador-home-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #111827;
    margin: 0 0 8px 0;
}

.apoiador-home-subtitle {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #6B7280;
    margin: 0;
}

.apoiador-home-content-container {
    width: 100%;
    padding: 32px 56px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    box-sizing: border-box;
}

.apoiador-home-impact-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background-image: linear-gradient(179deg, #095584 43.2%, #0EA5E9 150.8%);
}

.apoiador-home-impact-banner p {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.2px;
}

.apoiador-home-impact-banner-button {
    background-color: transparent;
    border: 1px solid rgba(209, 213, 219, 0.4);
    border-radius: 4px;
    color: #F9FAFB;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    padding: 0 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.apoiador-home-impact-banner-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.apoiador-home-search-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 370px;
    max-width: 100%;
    height: 38px;
    padding: 0 12px;
    background-color: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.apoiador-home-search-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.apoiador-home-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #111827;
}

.apoiador-home-search-input::placeholder {
    color: #6B7280;
}

.apoiador-home-search-clear {
    background: none;
    border: none;
    color: #6B7280;
    cursor: pointer;
    padding: 4px;
}

.apoiador-home-badge-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.apoiador-home-meta-icon {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    flex-shrink: 0;
}

.apoiador-home-section {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

#sec-principais-apoiadores {
    font-size: 24px;
}

.apoiador-home-supporters-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.apoiador-home-supporters-group-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    letter-spacing: 0.2px;
    margin: 0;
}

.apoiador-home-supporters-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
}

.apoiador-home-supporter-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.apoiador-home-supporter-logo {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
}

.apoiador-home-supporter-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.apoiador-home-supporter-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.apoiador-home-supporter-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

.apoiador-home-supporter-subtitle {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #6B7280;
    margin: 0;
}

.apoiador-home-card-clickable {
    cursor: pointer;
}

.apoiador-home-single-action {
    grid-template-columns: 1fr;
}

.apoiador-home-missionary-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.apoiador-home-missionary-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.apoiador-home-missionary-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
}

.apoiador-home-missionary-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    margin: 0;
}

.apoiador-home-missionary-subtitle {
    font-size: 12px;
    color: #6B7280;
    margin: 0;
}

.apoiador-home-missionary-count {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #374151;
    letter-spacing: 0.2px;
    margin: 0;
    text-align: center;
}

.apoiador-home-missionary-button {
    width: 100%;
}

.project-card-progress-fill.progress-pct-0 { width: 0%; }
.project-card-progress-fill.progress-pct-5 { width: 5%; }
.project-card-progress-fill.progress-pct-10 { width: 10%; }
.project-card-progress-fill.progress-pct-15 { width: 15%; }
.project-card-progress-fill.progress-pct-20 { width: 20%; }
.project-card-progress-fill.progress-pct-25 { width: 25%; }
.project-card-progress-fill.progress-pct-30 { width: 30%; }
.project-card-progress-fill.progress-pct-35 { width: 35%; }
.project-card-progress-fill.progress-pct-40 { width: 40%; }
.project-card-progress-fill.progress-pct-45 { width: 45%; }
.project-card-progress-fill.progress-pct-50 { width: 50%; }
.project-card-progress-fill.progress-pct-55 { width: 55%; }
.project-card-progress-fill.progress-pct-60 { width: 60%; }
.project-card-progress-fill.progress-pct-65 { width: 65%; }
.project-card-progress-fill.progress-pct-70 { width: 70%; }
.project-card-progress-fill.progress-pct-75 { width: 75%; }
.project-card-progress-fill.progress-pct-80 { width: 80%; }
.project-card-progress-fill.progress-pct-85 { width: 85%; }
.project-card-progress-fill.progress-pct-90 { width: 90%; }
.project-card-progress-fill.progress-pct-95 { width: 95%; }
.project-card-progress-fill.progress-pct-100 { width: 100%; }

@media (max-width: 1024px) {
    .apoiador-home-banner {
        padding: 32px 40px;
    }

    .apoiador-home-content-container {
        padding: 24px 40px;
    }

    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .apoiador-home-supporters-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .apoiador-home-banner {
        padding: 24px 16px;
    }

    .apoiador-home-content-container {
        padding: 16px;
    }

    .apoiador-home-impact-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .apoiador-home-supporters-row {
        grid-template-columns: 1fr;
    }

    .apoiador-home-search-wrapper {
        width: 100%;
    }
}
