:root {
    --mc-navy: #071c55;
    --mc-blue: #0f3b93;
    --mc-ice: #eef4ff;
    --mc-white: #ffffff;
    --mc-text: #122849;
    --mc-green: #25d366;
    --mc-green-dark: #128c7e;
}

body.mc-page {
    background: #f4f8ff;
    color: var(--mc-text);
}

.mc-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 24px 80px;
    overflow: hidden;
}

.mc-hero::before {
    content: "";
    position: absolute;
    inset: -24px;
    background: url("https://i.postimg.cc/jq1ZT4JV/cadeiras-na-rua.png") center/cover no-repeat;
    filter: blur(4px) brightness(0.38);
    transform: scale(1.08);
}

.mc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgba(7, 28, 85, 0.88) 0%, rgba(7, 28, 85, 0.66) 45%, rgba(7, 28, 85, 0.78) 100%);
}

.mc-logo {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 5;
}

.mc-logo img {
    height: 82px;
    width: auto;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
}

.mc-hero-content {
    position: relative;
    z-index: 3;
    max-width: 980px;
    text-align: center;
    color: var(--mc-white);
}

.mc-kicker {
    display: inline-block;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.mc-hero h1 {
    font-size: clamp(2rem, 4.9vw, 3.8rem);
    line-height: 1.12;
    margin-bottom: 18px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
    text-wrap: balance;
}

.mc-hero p {
    max-width: 780px;
    margin: 0 auto;
    font-size: clamp(1rem, 1.9vw, 1.35rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.mc-hero-cta {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.mc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    padding: 15px 28px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.mc-btn-primary {
    color: var(--mc-white);
    background: var(--mc-green);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
}

.mc-btn-primary:hover {
    background: var(--mc-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(18, 140, 126, 0.35);
}

.mc-btn-outline {
    color: var(--mc-white);
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.mc-btn-outline:hover {
    color: var(--mc-navy);
    background: var(--mc-white);
    transform: translateY(-2px);
}

.mc-hero-points {
    margin-top: 30px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.mc-hero-points li {
    font-size: 0.92rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
}

.mc-section {
    padding: 86px 24px;
}

.mc-container {
    max-width: 1180px;
    margin: 0 auto;
}

.mc-section h2 {
    color: var(--mc-navy);
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    line-height: 1.2;
}

.mc-subtitle {
    margin-top: 12px;
    color: #486086;
    font-weight: 500;
}

.mc-benefits {
    background: linear-gradient(180deg, #071c55 0%, #0d2a72 100%);
}

.mc-benefits h2 {
    color: var(--mc-white);
}

.mc-benefits .mc-subtitle {
    color: rgba(238, 244, 255, 0.88);
}

.mc-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.mc-card {
    background: var(--mc-white);
    border: 1px solid #d6e2fb;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 24px rgba(7, 28, 85, 0.08);
}

.mc-card i {
    font-size: 1.6rem;
    color: var(--mc-blue);
}

.mc-card h3 {
    margin-top: 14px;
    margin-bottom: 8px;
    color: var(--mc-navy);
    font-size: 1.1rem;
}

.mc-card p {
    color: #4a6289;
    line-height: 1.55;
}

.mc-showcase {
    background: var(--mc-navy);
}

.mc-showcase .mc-container {
    max-width: 900px;
    text-align: center;
}

.mc-showcase-copy {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mc-showcase-copy p {
    margin-top: 14px;
    color: rgba(238, 244, 255, 0.9);
    line-height: 1.65;
}

.mc-showcase-copy .mc-btn {
    margin-top: 18px;
}

.mc-showcase h2 {
    color: var(--mc-white);
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 800;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
    line-height: 1.2;
    white-space: nowrap;
}

.mc-inline-link {
    margin-top: 18px;
    display: inline-flex;
    color: var(--mc-blue);
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.mc-inline-link:hover {
    border-bottom-color: var(--mc-blue);
}

.mc-measures {
    background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%);
}

.mc-measures .mc-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
}

.mc-measures-image img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d3ddf2;
    box-shadow: 0 16px 28px rgba(7, 28, 85, 0.1);
    background: #ffffff;
}

.mc-measures-content p {
    margin-top: 14px;
    color: #3b537c;
    line-height: 1.65;
}

.mc-tag {
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #dbe8ff;
    color: var(--mc-blue);
}

.mc-measures-content .mc-btn {
    margin-top: 20px;
}

.mc-final-cta {
    background: var(--mc-white);
    color: var(--mc-text);
    border-top: 1px solid #d9e5fb;
}

.mc-final-cta .mc-container {
    text-align: center;
}

.mc-final-cta h2 {
    color: var(--mc-navy);
}

.mc-final-cta p {
    margin-top: 12px;
    margin-bottom: 26px;
    color: #3f5882;
    font-size: 1.08rem;
}

.mc-final-gallery {
    margin: 0 auto 22px;
    max-width: 980px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mc-final-photo {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #d7e4fa;
    box-shadow: 0 8px 22px rgba(7, 28, 85, 0.12);
}

.mc-final-photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.mc-benefits-cta {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

@media (max-width: 1100px) {
    .mc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-measures .mc-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .mc-logo {
        left: 20px;
    }

    .mc-logo img {
        height: 62px;
    }

    .mc-hero {
        padding-top: 130px;
    }

    .mc-hero h1 {
        font-size: clamp(1.65rem, 8vw, 2.4rem);
    }

    .mc-grid {
        grid-template-columns: 1fr;
    }

    .mc-final-gallery {
        grid-template-columns: 1fr;
    }

    .mc-final-photo img {
        height: 220px;
    }

    .mc-showcase h2 {
        font-size: clamp(0.92rem, 4.2vw, 1.35rem);
        letter-spacing: 0.01em;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
        white-space: normal;
        text-wrap: balance;
    }

    .mc-showcase-copy,
    .mc-card {
        padding: 22px;
    }

    .mc-btn {
        width: min(420px, 94vw);
    }

    .mc-section {
        padding: 70px 16px;
    }
}
