:root{
    --border-box: solid 2px var(--border-color);
}

/* importante para sobrescrever do css legado */
html, body{
    overflow-y: auto !important;
}


#home-new {
    background-color: #ffffff;
    padding-top: 100px;
    overflow-x: clip;
}

#home-new .container-fluid {
    padding: 0;
}

.home-new {
    color: #0d0d0c;
    overflow-x: hidden;
}

.home-new-container {
    max-width: 1240px;
}

.home-new-hero {
    border-bottom: var(--border-box);
    padding: 52px 0 52px;
}

.home-new-hero-grid {
    display: grid;
    grid-template-columns: minmax(320px, 520px) minmax(320px, 540px);
    gap: 100px;
    align-items: center;
    margin: 100px 0px;
}

.img-fortaleza-logo,
.img-fortaleza-skyline,
.img-fortaleza-city-soul,
.img-mapa-bairros,
.img-teatro {
    width: 100%;
    height: auto;
    display: block;
}

.home-new-hero-content h1 {
    font-size: clamp(2.2rem, 4.1vw, 3.28rem);
    line-height: 0.95;
    margin: 0 0 14px;
    max-width: 500px;
}

.home-new-hero-content p {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1.04rem);
    line-height: 1.28;
    margin: 0 0 10px;
    max-width: 510px;
}

.home-new-pill-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 40px;
    border-radius: 999px;
    background: #0d0d0c;
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(0.88rem, 1vw, 1.02rem);
    font-weight: 700;
    line-height: 1.1;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.home-new-pill-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(13, 13, 12, 0.2);
}

.home-new-pill-btn:active {
    transform: translateY(0);
}

.img-fortaleza-skyline {
    margin-top: 34px;
}

.home-new-stats {
    padding: 80px 0;
}

.home-new-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 16px;
}

.home-new-stat-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.home-new-stat-item strong {
    font-size: clamp(2.3rem, 4.6vw, 3.35rem);
    line-height: 0.9;
}

.home-new-stat-item span {
    font-size: clamp(1.15rem, 1.8vw, 2rem);
    line-height: 1;
}

.home-new-highlight {
    background: #e31373;
    padding: 68px 0;
    border-top: var(--border-box);
    border-bottom: var(--border-box);
}

.home-new-highlight-grid {
    display: grid;
    grid-template-columns: minmax(460px, 2fr) minmax(250px, 1fr);
    gap: 65px;
    align-items: center;
}

.img-fortaleza-city-soul {
    border: var(--border-box);
}

.home-new-highlight-content h2 {
    font-size: 38px;
    line-height: 1.1;
    margin: 0 0 14px;
    font-weight: bold;
}

.home-new-highlight-content p {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 1.08;
    margin: 0;
    max-width: 340px;
}

.home-new-map-cta {
    padding: 78px 0 52px;
}

.home-new-map-grid {
    display: grid;
    grid-template-columns: minmax(290px, 420px) minmax(420px, 1fr);
    gap: 18px;
    align-items: center;
}

.home-new-map-content h2 {
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 14px;
    max-width: 330px;
    font-weight: bold;
}

.home-new-map-content p {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.96rem, 1.24vw, 1.38rem);
    line-height: 1.19;
    margin-bottom: 20px;
    max-width: 330px;
}

.img-mapa-bairros {
    max-width: 690px;
    margin-left: auto;
}

.home-new-quiz-cta {
    padding: 8px 0 88px;
}

.home-new-quiz-grid {
    display: grid;
    grid-template-columns: minmax(460px, 2fr) minmax(250px, 1fr);
    gap: 60px;
    align-items: center;
}

.img-teatro {
    border-radius: 0;
}

.home-new-quiz-content h2 {
    font-size: 40px;
    line-height: 1.1;
    margin: 0 0 14px;
    max-width: 360px;
    font-weight: bold;
}

.home-new-quiz-content p {
    font-family: "Poppins", sans-serif;
    font-size: clamp(0.95rem, 1.22vw, 1.32rem);
    line-height: 1.18;
    margin: 0 0 16px;
    max-width: 330px;
}

.home-new-contact {
    background: #f5f5f5;
    padding: 70px 0 80px;
    border-top: var(--border-box);
}

.home-new-contact-title h2 {
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
    line-height: 1;
    margin: 0 0 8px;
}

.home-new-contact-title p {
    margin: 0 0 18px;
    font-family: "Poppins", sans-serif;
    font-size: 0.98rem;
}

.home-new-contact-card {
    border: 1px solid #0d0d0c;
    background: #ffffff;
    padding: 18px;
}

.home-new-contact-card .form-label {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.home-new-contact-card .form-control {
    border: 1px solid #0d0d0c;
    border-radius: 6px;
    padding: 8px 10px;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}

.home-new-contact-card textarea.form-control {
    min-height: 120px;
}

.home-new-contact-card .form-control:focus {
    border-color: #0d0d0c;
    box-shadow: none;
}

.home-new-pill-btn--submit {
    border: 0;
    margin-top: 0;
    padding: 7px 18px;
}

.home-new-footer {
    background: #1f275c;
    color: #ffffff;
    padding: 28px 0 14px;
}

.home-new-footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 50px 0px;
}

.home-new-footer-top img {
    height: 80px;
    width: auto;
    max-width: 100%;
}

.home-new-footer-mid {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    margin-top: 18px;
    padding-bottom: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.home-new-footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 0.78rem;
    line-height: 1.2;
}

.home-new-footer-contact .title {
    font-weight: 700;
    font-size: 0.78rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.home-new-footer-contact i {
    margin-right: 4px;
}

.home-new-footer-contact-items {
    display: flex;
    align-items: flex-start;
    gap: 88px;
    font-size: 0.78rem;
    line-height: 1.2;
}

.home-new-footer-contact-items a,
.home-new-footer-contact-items span {
    color: #ffffff;
    text-decoration: none;
}

.home-new-footer-contact-items a {
    transition: opacity 0.22s ease;
}

.home-new-footer-contact-items a:hover {
    opacity: 0.8;
}

.home-new-footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    font-size: 0.78rem;
    line-height: 1;
}

.home-new-footer-social .title {
    font-weight: 700;
    font-size: 0.78rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.home-new-footer-social div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-new-footer-social a {
    color: #1f275c;
    font-size: 20px;
    text-decoration: none;
    background: #ffffff;
    border-radius: 100%;
    border: var(--border-box);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.home-new-footer-social a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.22);
}

.home-new-footer-bottom {
    padding-top: 20px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.8;
}

@media (max-width: 1199px) {
    .home-new-container {
        max-width: 1080px;
    }

    .home-new-highlight-grid,
    .home-new-quiz-grid {
        grid-template-columns: minmax(380px, 1.65fr) minmax(240px, 1fr);
    }
}

@media (max-width: 991px) {
    .home-new-container {
        max-width: 100%;
        padding-left: 22px;
        padding-right: 22px;
    }

    .home-new-hero-grid,
    .home-new-highlight-grid,
    .home-new-map-grid,
    .home-new-quiz-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-new-hero-grid {
        margin: 40px 0 24px;
    }

    .home-new-hero-logo {
        max-width: 420px;
    }

    .home-new-map-content h2,
    .home-new-map-content p,
    .home-new-highlight-content p,
    .home-new-quiz-content h2,
    .home-new-quiz-content p {
        max-width: none;
    }

    .img-mapa-bairros {
        max-width: 100%;
        margin-left: 0;
    }

    .img-teatro {
        border-radius: 0;
    }

    .home-new-contact {
        padding: 44px 0 52px;
    }

    .home-new-footer-mid {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .home-new-footer-contact-items {
        flex-wrap: wrap;
        gap: 12px 24px;
    }

    .home-new-footer-social {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    #home-new {
        padding-top: 100px;
    }

    .home-new-hero {
        padding: 60px 0 31px;
    }

    .home-new-hero-grid {
        margin: 18px 0 8px;
        gap: 60px;
    }

    .img-fortaleza-skyline {
        margin-top: 40px;
    }

    .home-new-stats {
        padding: 35px 0 35px;
    }

    .home-new-stats-grid {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
        gap: 34px 14px;
    }

    .home-new-highlight {
        padding: 34px 0;
    }

    .home-new-highlight-grid {
        gap: 22px;
    }

    .home-new-map-cta {
        padding: 44px 0 50px;
    }

    .home-new-map-grid {
        gap: 40px;
    }

    .home-new-quiz-cta {
        padding: 8px 0 60px;
    }

    .home-new-quiz-grid {
        gap: 20px;
    }

    .home-new-footer-top {
        flex-wrap: wrap;
        gap: 16px;
        padding: 18px 0 8px;
    }

    .home-new-footer-top img {
        height: 46px;
    }

    .home-new-footer-contact-items {
        gap: 10px 12px;
    }
}

@media (max-width: 575px) {
    .home-new-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-new-pill-btn {
        width: 100%;
        text-align: center;
        padding: 12px 18px;
    }

    .home-new-stat-item {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .home-new-highlight-content p {
        line-height: 1.18;
    }

    .home-new-contact-card {
        padding: 14px;
    }

    .home-new-footer-mid {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .home-new-footer-contact-items {
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }

    .home-new-footer-social div {
        gap: 8px;
    }

    .home-new-footer-social a {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .home-new-footer-contact {
        font-size: 0.74rem;
    }

    .home-new-footer-bottom {
        font-size: 0.68rem;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .home-new-hero-grid,
    .home-new-stats-grid,
    .home-new-highlight-grid,
    .home-new-map-grid,
    .home-new-quiz-grid,
    .home-new-contact-card,
    .home-new-footer {
        animation: homeNewFadeUp 0.7s ease both;
    }

    .home-new-stats-grid { animation-delay: 0.08s; }
    .home-new-highlight-grid { animation-delay: 0.12s; }
    .home-new-map-grid { animation-delay: 0.16s; }
    .home-new-quiz-grid { animation-delay: 0.2s; }
    .home-new-contact-card { animation-delay: 0.24s; }
    .home-new-footer { animation-delay: 0.28s; }
}

@keyframes homeNewFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
