body {
    margin: 0;
    padding: 0;
    background-color: #bc1823;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
header {
    padding: 20px;
    background-color: #bc1823;
}

/* Estilo do logo */
.logo {
    height: 65px;
    width: auto;
    display: block;
    transition: transform 1s ease;
    margin-left: 75px;
    margin-top: 30px;
}
.logo:hover{
     transform: scale(1.10);
}

h1{
    color:#ffffff;
    margin-left:30px;
    margin-top:-200px;
    font-size: 40px;
}
h2{
    color:#ffffff;
    margin-left:30px;
    margin-top:0px;
    font-size: 25px;
    font-weight: normal;
}
.mockup-container {
    display: flex;
    gap: 0px;
    order: 1;
    position: relative;
    top: -150px;
    margin-left: 0;
}
.mockups {
    height: 500px;
    width: auto;
}
.main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px;
    gap: 40px;
    background-color: #bc1823;
}
.text-container {
    order: 0;
    margin-top: 0px;
    margin-left:0px;
}
.botao {
    display: inline-block;
    margin-top: 20px;
    margin-left:30px ;
    padding: 15px 70px;
    background-color: #ffffff;
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 3px solid rgb(255, 255, 255);
    transition: transform 1s ease;
}

.botao:hover {
    background-color: #ffffff;
    transform: scale(1.10);
}
.gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 40px;
}

.gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    margin-bottom: 20px;
}

.gallery-img {
    width: auto;
    height: 200px;
    border-radius: 7px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s;
}

.gallery-img:hover {
    transform: scale(1.03);
}

.gallery-img-large {
    height: 350px;
}

.gallery-img-small {
    height: 180px;
}

.gallery-title {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
    font-weight: normal;
}

.gallery-row-large {
    gap: 120px;
    margin-top: 60px;
}

html {
    scroll-behavior: smooth;
}

/* As regras mobile continuam abaixo, sem afetar o desktop */
@media (max-width: 600px) {
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 10px 0 10px;
        background: #bc1823;
    }
    .logo {
        height: 32px !important;
    }
    .apple-below-mockups {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        position: static;
    }
    .apple-image {
        width: 48px;
        height: auto;
        margin: 0 0 0 8px;
        display: block;
    }
    h1 {
        font-size: 1.2rem;
        margin: 18px 0 8px 0;
        text-align: left;
        font-weight: bold;
    }
    h2 {
        font-size: 1rem;
        margin: 0 0 16px 0;
        text-align: left;
        font-weight: normal;
        line-height: 1.3;
    }
    .botao {
        font-size: 1rem;
        padding: 10px 24px;
        margin: 18px auto 0 auto;
        display: block;
    }
    .main-content {
        padding: 0 8px;
    }
    .mockup-container {
        flex-direction: column;
        align-items: center;
        top: 0;
        gap: 0px;
        margin-bottom: 10px;
    }
    .mockups {
        height: 120px;
        width: auto;
        margin: 0 0 0px 0;
    }
    .gallery-row,
    .gallery-row-large {
        flex-direction: column !important;
        gap: 8px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .gallery-img,
    .gallery-img-large,
    .gallery-img-small,
    .gallery-img-highlight {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block;
    }
    .gallery {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .gallery-img-social {
        max-width: 48px !important;
        height: 32px !important;
        object-fit: contain !important;
    }
    .gallery-img-featured {
        max-width: 100px !important;
        height: 80px !important;
    }
    .gallery-img-highlight {
        max-width: 120px;
        height: 100px;
    }
    /* ...demais regras mobile... */
}

@media (max-width: 900px) {
    .gallery-row,
    .gallery-row-large {
        gap: 40px;
    }
    .gallery-img,
    .gallery-img-large {
        max-width: 180px;
        height: 160px;
    }
    .gallery-img-small {
        max-width: 120px;
        height: 90px;
    }
    .gallery-title {
        font-size: 1.3rem;
    }
    .logo {
        height: 55px;
    }
}
.ultima{
        width: 100% !important;
        max-width: 70% !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        display: block;
}