body {
    background-color: #003D32;
    /* background-image: url('/assets/img/bg-ponte.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.logo-area {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}


/* Conceptualy, we're using the same text def as svg text, and as a mask in a rectangle. */

.ny-sp {
    width: 100%;
    height: 100%;
}

.svg-test-holder {
    background-image: url('/assets/img/bg-ponte.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(22, 139, 118, 0.8);
    background-position: center top;
    text-align: center;
    margin: 0;
    /* border: 1px solid red; */
}

.svg-test-holder {
    height: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
}

#backBox {
    fill: rgba(22, 139, 118, 0.8);
    /* stroke: #ffffff; */
    /* stroke-width: 10; */
    mix-blend-mode: multiply;
}

#realText {
    fill: rgba(228, 203, 170, 0.8);
    mix-blend-mode:overlay;
    /* fill: rgba(255, 255, 255, 0); */
}

/* Ajuste de posição dos textos NY e SP por tamanho de tela */
#tspan-ny {
    x: 10%;
}

#tspan-sp {
    x: 40%;
}

.melhor-curadoria{
    position: absolute;
    top: 400px;
    left: 1%;
    width: 190px;
    height: 200px;
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* Telas pequenas (mobile) */
@media (max-width: 520px) {
    #tspan-ny {
        x: 10% !important;
    }

    #tspan-sp {
        x: 40% !important;
    }
    .melhor-curadoria {
        top: 450px !important;
        left: 5% !important;
    }
}

@media (min-width: 521px) and (max-width: 576px) {
    #tspan-ny {
        x: 10% !important;
    }

    #tspan-sp {
        x: 40% !important;
    }
    .melhor-curadoria {
        /* top: 450px !important; */
        left: 5% !important;
    }
}

/* Telas médias (tablet) */
@media (min-width: 577px) and (max-width: 768px) {
    #tspan-ny {
        x: 13% !important;
    }

    #tspan-sp {
        x: 47% !important;
    }
    .melhor-curadoria {
        width: 250px !important;
    }
}

/* Telas grandes (desktop pequeno) */
@media (min-width: 769px) and (max-width: 992px) {
    #tspan-ny {
        x: 25% !important;
    }

    #tspan-sp {
        x: 45% !important;
    }
    .melhor-curadoria {
        left: 15% !important;
        width: 250px !important;
    }
}

/* Telas grandes (desktop grande) */
@media (min-width: 993px) and (max-width: 1200px) {
    #tspan-ny {
        x: 35% !important;
    }

    #tspan-sp {
        x: 50% !important;
    }
    .melhor-curadoria {
        left: 25% !important;
        width: 250px !important;
    }
}

/* Telas muito grandes */
@media (min-width: 1201px) and (max-width: 2000px) {
    #tspan-ny {
        x: 40% !important;
    }

    #tspan-sp {
        x: 50% !important;
    }
    .melhor-curadoria {
        left: 30% !important;
        width: 250px !important;
    }
}

@media (min-width: 2001px) {
    #tspan-ny {
        x: 38% !important;
    }

    #tspan-sp {
        x: 45% !important;
    }
    .melhor-curadoria {
        left: 30% !important;
        width: 250px !important;
    }
}

.world-trade-center-logo {
    width: 240px;
}

.horario-world-trade-center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.horario-world-trade-center h2 {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.horario-world-trade-center .andar {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 0.8rem;
}

/* Checklist Box */
.checklist-box {
    background-color: rgba(0, 61, 50, 0.9);
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding: 30px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.checklist-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.checklist-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}

.checklist-item:last-child {
    margin-bottom: 0;
}

.checklist-item i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.checklist-item span {
    flex: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .checklist-box {
        padding: 20px;
        border-radius: 12px;
    }
    
    .checklist-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .checklist-item {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .checklist-item i {
        font-size: 18px;
        margin-right: 10px;
    }
}

/* Insights List - sem box com bordas */
.insights-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.insights-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.insights-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.insights-item:last-child {
    margin-bottom: 0;
}

.check-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 2px;
}

.check-square i {
    color: #003D32;
    font-size: 14px;
}

.insights-text {
    flex: 1;
    color: #ffffff;
}

.insights-text strong {
    font-weight: 600;
}

/* Responsive adjustments para insights */
@media (max-width: 768px) {
    .insights-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .insights-item {
        font-size: 14px;
        margin-bottom: 18px;
    }
    
    .check-square {
        width: 22px;
        height: 22px;
        margin-right: 12px;
    }
    
    .check-square i {
        font-size: 12px;
    }
}

/* .svg-test-holder:hover #backBox {
    fill: rgba(255, 255, 255, 1);
  } */

/* Here's the magic' */
/* .svg-test-holder:hover #realText {
    fill: rgba(255, 255, 255, 0);
  }
  
  #backBox, #realText {
    transition: fill 0.5s ease;
  } */

.meio-buildings {
    position: relative;
    background-image: url('/assets/img/buildings.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /* shadown escuro no texto */
    
}

.insights-container {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}

.meio-buildings::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0, 61, 50, 1) 8%, rgba(0, 61, 50, 0.6) 20%, rgba(17, 121, 103, 0.7) 90%, rgba(0, 61, 50, 1) 100%);
    mix-blend-mode: normal;
    pointer-events: none;
    z-index: 0;
}

.meio-buildings > * {
    position: relative;
    z-index: 1;
}

/* Animação de pulsação para o botão */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.btn-pulse {
    animation: pulse 2s ease-in-out infinite;
    transition: transform 0.3s ease;
}

.btn-pulse:hover {
    animation: none;
    transform: scale(1.05);
}

/* ============================================
   ANIMAÇÕES GERAIS
   ============================================ */

/* Fade-in e slide-up para elementos ao fazer scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Animação de entrada do logo */
.logo {
    animation: fadeInUp 1s ease-out;
}

/* Animação do texto principal */
.container.my-5 h3,
.container.my-5 p {
    animation: fadeInUp 1s ease-out 0.3s both;
}

.container.my-5 p {
    animation-delay: 0.5s;
}

/* Animação do checklist box */
.checklist-box {
    animation: scaleIn 0.8s ease-out;
}

/* Animação sequencial dos itens do checklist */
.checklist-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.checklist-item:nth-child(1) {
    animation-delay: 0.2s;
}

.checklist-item:nth-child(2) {
    animation-delay: 0.4s;
}

.checklist-item:nth-child(3) {
    animation-delay: 0.6s;
}

.checklist-item:nth-child(4) {
    animation-delay: 0.8s;
}

/* Animação dos ícones de check no checklist */
.checklist-item i {
    transition: transform 0.3s ease;
}

.checklist-item:hover i {
    transform: scale(1.2) rotate(5deg);
}

/* Animação dos itens de insights */
.insights-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.insights-item:nth-child(1) {
    animation-delay: 0.3s;
}

.insights-item:nth-child(2) {
    animation-delay: 0.5s;
}

.insights-item:nth-child(3) {
    animation-delay: 0.7s;
}

/* Animação dos quadrados de check */
.check-square {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.insights-item:hover .check-square {
    transform: scale(1.1) rotate(5deg);
    background-color: rgba(255, 255, 255, 0.9);
}

/* Animação dos ícones sociais no footer */
footer a i {
    transition: transform 0.3s ease, color 0.3s ease;
}

footer a:hover i {
    transform: scale(1.3) translateY(-3px);
    color: #28a745 !important;
}

/* Animação do texto "melhor curadoria" */
.melhor-curadoria {
    animation: slideInLeft 1s ease-out 0.5s both;
}

/* Animação do horário e logo WTC */
.horario-world-trade-center {
    animation: fadeInUp 1s ease-out 0.7s both;
}

.world-trade-center-logo {
    transition: transform 0.3s ease;
}

.world-trade-center-logo:hover {
    transform: scale(1.05);
}

/* Animação suave para imagens do footer */
footer img {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
}

footer img:hover {
    transform: scale(1.05);
    opacity: 1;
}

/* Classes para animação ao scroll (será usado com JavaScript) */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Parallax sutil no background */
@media (prefers-reduced-motion: no-preference) {
    .meio-buildings {
        background-attachment: fixed;
    }
}
.text-light-blue {
    color: #57ace5 !important;
}
.btn-light-blue {
    background-color: #57ace5 !important;
    color: #ffffff !important;
}

@media (max-width: 560px) {
    .btn-light-blue {
        font-size: 1.2rem !important;
        padding: 1rem 3rem !important;
    }
}
