:root {
    --mp-alt-bg: #edf4fb;
    --mp-alt-surface: #ffffff;
    --mp-alt-ink: #17324d;
    --mp-alt-muted: #5e7387;
    --mp-alt-primary: #0069c2;
    --mp-alt-primary-dark: #0d3d73;
    --mp-alt-accent: #17b26a;
    --mp-alt-border: rgba(19, 50, 77, 0.1);
    --mp-alt-shadow: 0 24px 54px rgba(18, 45, 74, 0.12);
}

.mp-alt-home {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(0, 105, 194, 0.12), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, var(--mp-alt-bg) 58%, #e6eef7 100%);
    color: var(--mp-alt-ink);
}

.mp-alt-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(248, 251, 255, 0.84);
    border-bottom: 1px solid rgba(19, 50, 77, 0.08);
}

.mp-alt-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}

.mp-alt-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    flex: 1 1 auto;
}

.mp-alt-gov-logo,
.mp-alt-main-logo {
    display: block;
    width: auto;
    max-width: 100%;
}

.mp-alt-gov-logo {
    max-height: 58px;
}

.mp-alt-main-logo {
    max-height: 60px;
}

.mp-alt-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.mp-alt-header-link {
    color: var(--mp-alt-primary-dark);
    font-weight: 700;
}

.mp-alt-client-button {
    margin-top: 0;
    white-space: nowrap;
}

.mp-alt-instagram-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(19, 50, 77, 0.12);
    color: var(--mp-alt-primary-dark);
    font-size: 1.25rem;
    box-shadow: 0 10px 24px rgba(18, 45, 74, 0.12);
}

.mp-alt-instagram-button:hover,
.mp-alt-instagram-button:focus {
    color: var(--mp-alt-primary);
    background: #f8fbff;
}

.mp-alt-hero {
    position: relative;
   /* overflow-x: visible; */
    overflow-y: visible;
    padding: 0.75rem 0 3.6rem;
}

.mp-alt-hero .wave-dark {
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 0;
    display: block;
    width: max(100%, 1920px);
    height: auto;
    min-width: 1920px;
    transform: translateX(-50%);
    pointer-events: none;
}

.mp-alt-hero .wave-path-1 {
    opacity: 1;
}

.mp-alt-hero .wave-path-2 {
    opacity: 0.9;
}

.mp-alt-hero .wave-path-3 {
    opacity: 0.72;
}

.mp-alt-hero-shell {
    position: relative;
    z-index: 1;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 1.2rem;
}

.mp-alt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 105, 194, 0.1);
    color: var(--mp-alt-primary-dark);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 10px;
}

.mp-alt-hero-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
    min-height: 180px;
    padding: 0 2rem;
}

.mp-alt-hero-copy {
    max-width: 980px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0.2rem;
    text-align: center;
}

.mp-alt-hero-copy h1,
.mp-alt-search-copy h2,
.mp-alt-section-heading h2 {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1.05;
}

.mp-alt-hero-copy h1 {
    font-size: clamp(2.2rem, 3.4vw, 4rem);
}

.mp-alt-search-copy h2 {
    font-size: clamp(1.7rem, 2.1vw, 2.5rem);
}

.mp-alt-copy-text,
.mp-alt-search-copy p,
.mp-alt-section-heading p,
.mp-alt-partner-card span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.65;
    font-family: "Merriweather", "Times New Roman", Times, serif;
}

.mp-alt-hero-media {
    display: none;
}

.mp-alt-hero-image {
    width: min(100%, 560px);
    height: 100%;
    min-height: 320px;
    max-height: 380px;
    object-fit: cover;
    object-position: center;
    border-radius: 32px 0 0 32px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
    display: block;
}

.mp-alt-search-card,
.mp-alt-partner-card {
    position: relative;
    z-index: 1;
    background: var(--mp-alt-surface);
    border: 1px solid var(--mp-alt-border);
    border-radius: 28px;
    box-shadow: var(--mp-alt-shadow);
}

.mp-alt-search-card {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem;
    transform: translateY(2px);
    overflow: visible;
}

.mp-alt-search-copy-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.mp-alt-search-copy {
    max-width: 920px;
}

.mp-alt-search-copy h2 {
    color: var(--mp-alt-ink);
}

.mp-alt-search-copy p {
    color: var(--mp-alt-muted);
}

.mp-alt-form-block {
    margin-top: 1.2rem;
}

.mp-alt-form-grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.95fr) minmax(320px, 1.25fr) minmax(170px, 0.55fr);
    gap: 0.85rem;
    align-items: stretch;
}

.mp-alt-form-panel {
    height: 100%;
    padding: 1rem;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid rgba(19, 50, 77, 0.08);
}

.mp-alt-form-panel-destino,
.mp-alt-form-panel-empresa {
    display: flex;
    flex-direction: column;
}

.mp-alt-empresa-apoio {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.4rem;
    flex: 0 0 auto;
}

.mp-alt-empresa-apoio span {
    color: var(--mp-alt-muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.mp-alt-empresa-apoio-logo {
    display: block;
    width: auto;
    height: 42px;
    max-width: 100%;
    object-fit: contain;
    margin-top: 1px;
}

.mp-alt-form-action {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.mp-alt-field-label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--mp-alt-primary-dark);
    font-weight: 700;
}

.mp-alt-search-card .combo-menu {
    background: #fff;
    z-index: 1200;
}

.mp-alt-search-card .combo-item,
.mp-alt-search-card .combo-item-text {
    font-family: "Merriweather", "Times New Roman", Times, serif;
}

.mp-alt-search-card .origem-list {
    max-height: none;
    overflow: visible;
    border-radius: 14px;
}

.mp-alt-search-card .origem-list .origem-item {
    margin-bottom: 0.5rem;
    padding: 0.55rem 0.7rem;
    padding-left: 0.55rem;
    color: var(--mp-alt-ink);
    border-color: rgba(19, 50, 77, 0.08);
    background: #ffffff;
}

.mp-alt-search-card .origem-list .origem-item .d-flex.gap-2 {
    gap: 0.9rem !important;
}

.mp-alt-search-card .origem-list .origem-item.active {
    background: rgba(0, 105, 194, 0.1);
    border-color: rgba(0, 105, 194, 0.22);
}

.mp-alt-search-card .origem-item-logo {
    width: 100px;
    height: 44px;
    padding: 6px;
    flex: 0 0 auto;
    object-fit: contain;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
}

.mp-alt-search-card .origem-item-title {
    color: var(--mp-alt-ink);
    font-weight: 700;
}

.mp-alt-search-card .origem-item-check {
    color: var(--mp-alt-primary);
    font-weight: 900;
}

.mp-alt-submit {
    min-height: 54px;
    height: 54px;
    margin-top: auto;
    border-radius: 22px;
    font-size: 1rem;
    font-weight: 700;
}

.mp-alt-partners {
    padding: 0 0 4rem;
}

.mp-alt-section-heading {
    max-width: 760px;
}

.mp-alt-section-heading h2 {
    color: var(--mp-alt-ink);
}

.mp-alt-section-heading p,
.mp-alt-partner-card span {
    color: var(--mp-alt-muted);
}

.mp-alt-partners-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.mp-alt-partner-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    min-height: 160px;
    padding: 1.4rem;
}

.mp-alt-partner-card strong {
    display: block;
    color: var(--mp-alt-ink);
    font-size: 1.02rem;
}

.mp-alt-partner-logo {
    height: 68px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.mp-alt-whatsapp {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #16a34a 0%, var(--mp-alt-accent) 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 18px 40px rgba(23, 178, 106, 0.35);
}

.mp-alt-whatsapp:hover,
.mp-alt-whatsapp:focus {
    color: #f3f4f6;
}

.mp-alt-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1.15rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 1199px) {
    .mp-alt-partners-grid {
        grid-template-columns: 1fr;
    }

    .mp-alt-form-grid {
        grid-template-columns: minmax(220px, 1fr) minmax(280px, 1fr);
    }

    .mp-alt-search-copy-wrap {
        flex-direction: column;
        gap: 0.7rem;
    }

    .mp-alt-form-action {
        grid-column: 1 / -1;
    }

    .mp-alt-submit {
        min-height: 54px;
    }

    .mp-alt-search-card {
        transform: translateY(2px);
    }
}

@media (max-width: 767px) {
    .mp-alt-header-inner {
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .mp-alt-branding {
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0.65rem;
        min-width: 0;
        flex: 0 1 auto;
        margin-right: auto;
    }

    .mp-alt-gov-logo {
        display: none;
    }

    .mp-alt-main-logo {
        display: block;
        height: 58px;
        width: auto;
        max-height: none;
        max-width: calc(100vw - 180px);
    }

    .mp-alt-header-actions {
        justify-content: flex-end;
        align-items: center;
        align-self: center;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .mp-alt-client-button {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.92rem;
        margin-left: auto;
        white-space: nowrap;
    }

    .mp-alt-instagram-button {
        width: 46px;
        height: 46px;
        font-size: 1.15rem;
    }

    .mp-alt-hero {
        padding-top: 0.55rem;
        padding-bottom: 1.9rem;
    }

    .mp-alt-hero .wave-dark {
        min-width: 1280px;
    }

    .mp-alt-hero-shell {
        padding-bottom: 0.85rem;
    }

    .mp-alt-search-card,
    .mp-alt-partner-card {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .mp-alt-hero-banner {
        min-height: auto;
        padding: 0 1rem;
        margin-bottom: 0.35rem;
    }

    .mp-alt-form-grid {
        grid-template-columns: 1fr;
    }

    .mp-alt-form-action {
        grid-column: auto;
    }

    .mp-alt-submit {
        min-height: 54px;
    }

    .mp-alt-search-card {
        transform: translateY(0);
    }

    .mp-alt-search-card .origem-item-logo {
        width: 90px;
        padding: 7px;
        border-radius: 12px;
    }

    .mp-alt-search-card .origem-list .origem-item {
        padding: 0.65rem 0.75rem;
        padding-left: 0.55rem;
    }

    .mp-alt-whatsapp {
        right: 0.75rem;
        left: auto;
        bottom: 0.75rem;
        width: auto;
        min-width: 0;
        max-width: none;
        justify-content: center;
        white-space: nowrap;
    }
}
