h1 {
    font-size: 40px;
    text-align: center;
    margin: 40px 0 10px;
}
.hero {
    text-align: center;
    margin-bottom: 100px;
}
.page-subtitle {
    margin: 10px 0 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #262324;
    text-align: center;
    opacity: 0.6;
}
.hero-transfer-btn {
    margin: 0 auto 40px;
}
.hero-banner {
    width: 100%;
}
.hero-banner img {
    width: 100%;
    max-width: 1200px;
    height: 400px;
    object-fit: cover;
    display: block;
}
.assortment {
    margin-bottom: 90px;
}
.assortment-subtitle {
    margin: 8px 0 50px;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.6;
}
.btn.go-to-catalog-btn {
    display: block;
    margin: 50px auto 0;
    max-width: 450px;
    min-width: 250px;
}
.transfer {
    position: relative;
    height: 580px;
    margin-bottom: 180px;
    display: flex;
    align-items: center;
}

.transfer__bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #F4EDE8;
    z-index: 0;
}

.transfer__bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.transfer__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.transfer .container {
    position: relative;
    z-index: 1;
}

.transfer-subtitle {
    max-width: 400px;
    margin: 16px 0 120px;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.6;
}
.transfer-content {
    padding-top: 80px;
    max-width: 550px;
}
.transfer-phone-btn {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #262324;
}
.transfer-phone-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #262324;
    border-radius: 10px;
    overflow: hidden;
}
.transfer-phone-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.transfer-whatsapp-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #40A45A;
}
.transfer-alphard {
    position: absolute;
    display: block;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%, 65%);
    width: 45%;
    max-width: 675px;
    /* height: 100%; */
    height: auto;
    z-index: 10;
}
.full-description {
    margin-bottom: 180px;
}
.full-description-subtitle {
    margin: 8px 0 50px;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.6;
}
.full-description p {
    margin-bottom: 30px;
    line-height: 28px;
    letter-spacing: 0px;
}

/* Gallery */
.full-description-gallery {
    margin-top: 50px;
}

.gallery-swiper {
    width: 100%;
}

/* Desktop: Grid layout (2 columns) */
.gallery-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.gallery-swiper picture {
    height: 350px;
}

.gallery-item {
    height: 350px;
    overflow: hidden;
    border-radius: 2px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hide Swiper navigation and pagination on desktop */
.gallery-swiper .swiper-button-next,
.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-pagination {
    display: none;
}

/* Map */
.map {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}

.map__image {
    width: 100%;
    height: 100%;
    display: block;
}

.map__img {
    width: 100%;
    height: 100%;
    max-height: 700px;
    object-fit: cover;
    object-position: center;
    display: block;
}



/* Mobile: Swiper layout */
@media (max-width: 768px) {
    .gallery-swiper {
        --swiper-navigation-size: 44px;
        --swiper-navigation-top-offset: auto;
        --swiper-navigation-bottom-offset: 20px;
        --swiper-navigation-sides-offset: 0px;
        --swiper-navigation-color: #262324;
        position: relative;
        padding-bottom: 50px;
    }
    
    .gallery-swiper .swiper-wrapper {
        display: flex;
        grid-template-columns: none;
        gap: 0;
    }
    
    .gallery-item {
        height: 250px;
        flex-shrink: 0;
    }
    
    /* Show Swiper navigation and pagination on mobile */
    .gallery-swiper .swiper-button-next,
    .gallery-swiper .swiper-button-prev {
        display: flex;
        top: auto;
        bottom: var(--swiper-navigation-bottom-offset);
        margin-top: 0;
        width: var(--swiper-navigation-size);
        height: var(--swiper-navigation-size);
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

    }
    
    .gallery-swiper .swiper-button-next {
        right: 50%;
        transform: translateX(calc(50% + 40px));
    }
    
    .gallery-swiper .swiper-button-prev {
        left: 50%;
        transform: translateX(calc(-50% - 40px));
    }
    .gallery-swiper .swiper-button-next::after,
    .gallery-swiper .swiper-button-prev::after {
        font-size: 13px;
        color: #262324;
    }
    
    .gallery-swiper .swiper-pagination {
        display: block;
        bottom: 0;
    }
}

@media (max-width: 1000px) {
    .assortment {
        margin-bottom: 30px;
    }
    .transfer {
        height: auto;
        flex-direction: column-reverse;
    }
    .transfer-content {
        padding-top: 26px;
    }
    .transfer__bg-left {
        /* position: static; */
        width: 100%;
        height: 100%;
        background-color: #F4EDE8;
    }
    .transfer__bg-right {
        position: static;
        width: 100%;
        height: 300px;
        z-index: 0;
    }
    .transfer-subtitle {
        margin-bottom: 22px;
    }
    .transfer-actions {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 6px;
    }
    .transfer-alphard {
        transform: translate(-50%, 80%);
        width: 70%;
    }
}
@media (max-width: 768px) {
    .hero {
        margin-bottom: 30px;
    }
    .hero h1 {
        margin: 10px 0;
        font-size: 20px;
        text-align: left;
    }
    .page-subtitle {
        font-size: 14px;
        line-height: 100%;
        text-align: left;
    }
    .hero-banner img {
        height: 200px;
    }
    .assortment-subtitle {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 100%;
    }
    .transfer {
        margin-bottom: 200px;
    }
    .transfer__bg-right {
        height: 253px;
    }
    .hero-transfer-btn {
        margin: 0 auto 30px;
    }
    .transfer-phone-btn, 
    .transfer-whatsapp-btn {
        font-size: 16px;
        gap: 15px;
    }
    .transfer-phone-icon {
        width: 24px;
        height: 24px;
    }
    .transfer-whatsapp-btn svg {
        width: 24px;
        height: 24px;
    }
    .full-description {
        margin-bottom: 30px;
    }
    .full-description-subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 100%;
    }
    .full-description p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .full-description-gallery {
        margin-top: 0;
    }
    .map {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .transfer {
        margin-bottom: 80px;
    }
}


