* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans',
    sans-serif;
}

 .content_wrapper {
    max-width: 1185px;
    margin: auto;
    position: relative;
    padding-bottom: 85px;
}

.intro {
    background-image: url('../images/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.intro_top {
    display: flex;
    justify-content: space-between;
}

.top_left {
    display: flex;
    align-items: center;
}

.logo {
    color: #FFF; 
    font-size: 20px; 
    font-weight: 800; 
    letter-spacing: 0.9px;
    text-transform: uppercase;
    background-color: #E62D3E;
    padding: 10px 10px;
    text-align: center;
    width: 140px;
}

.logo_text {
    color: #9A9A9A; 
    font-size: 12px; 
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-left: 1px solid #9A9A9A;
    padding: 5px 5px 5px 10px;
    margin-left: 10px;
}

.top_right {
    color: #fff;
    display: flex;
    align-items: center;
}

.top_right p {
    margin-left: 14px;
}

.top_right span {
    color: #9A9A9A;
}

.intro_title {
    color: #FFF; 
    font-size: 45px; 
    font-weight: 700;
    line-height: 1.2; 
    letter-spacing: 2.25px;
    text-transform: uppercase;
    max-width: 790px;
    margin: 60px 0 15px;
}

.intro_text {
    font-size: 18px;
    color: #9A9A9A;
    letter-spacing: 0.9px;
}

.text-size {
    max-width: 660px;
}

.preorder_list {
    display: flex;
    max-width: 560px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.preorder_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.preorder_item:nth-child(odd) {
    margin-right: 115px;
}

.arrow {
    margin-right: 20px;
}

.order_btn {
    border-radius: 32.5px;
    background: linear-gradient(77deg, #E62D3E 0%, #E54146 100%);
    box-shadow: 0px 0px 15px 0px #E7464C;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 16px 48px;
    font-weight: 700;
    border: none;
}

.preorder_offer {
    display: flex;
    align-items: center;
    position: absolute;
    right: -180px;
    top: 80px;
}

.discount_pie {
    width: 113px;
    height: 113px;
    background-color: #FFE51B;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    top: -35px;
}

.discount_text {
    color: #000;
    text-align: center; 
    font-size: 18px; 
    font-weight: 700;
    line-height: 1.1; 
    text-transform: uppercase;
}

.discount_count {
    color: #E62D3E;  
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.offer_img {
    margin: 0 -80px 0 -40px;
    position: relative;
    z-index: 1;
}

.offer_effect {
    position: relative;
    top: -20px
}

.why .content_wrapper {
    padding: 55px 0;
}

.section_title {
    color: #090D10;
    text-align: center; 
    font-size: 48px; 
    font-weight: 700; 
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
}

.section_title::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    background-color: #E52E3F;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.why_text {
    text-align: center;
    max-width: 1005px;
    margin: auto;
}

.why_gallery {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
}

.char {
    background-color: #1D1D1D;
}

.char .section_title {
    color: #fff;
}


.char .content_wrapper {
    padding: 55px 0;
}

.wrap_chars {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.char_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
}

.charitem_logo {
    margin-bottom: 15px;
}

.charitem_title {
    color: #FFF;
    text-align: center; 
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
}

.charitem_separator {
    width: 50px;
    height: 3px;
    background-color: #E62D3E;
    margin: 10px 0;
}

.charitem_text {
    color: #FFF;
    text-align: center; 
    font-size: 16px; 
    font-weight: 400; 
    text-transform: uppercase;
}

.goodsitem_wrap:not(:nth-child(1)) {
    margin-top: 40px;
}

.goods .content_wrapper {
    padding: 55px 0;
}

.goods_list {
    background-color: #1D1D1D;
    color: #fff;
    max-width: 730px;
    padding: 50px 40px 50px 180px; 
}

.gooditem_title {
    display: flex;
    margin-bottom: 15px;
}

.gooditem_title p { 
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
}

.title_arrows {
    width: 22px;
    height: 22px;
    margin-right: 25px;
}
 
.gooditem_text {
    font-weight: 300;
}

.goods_wrap {
    display: flex;
    align-items: center;
    margin-top: 40px;
}


.bmw {
    margin-right: -130px;
    position: relative;
}

.order {
    background-color: #E62D3E;
}

.order .content_wrapper {
    max-width: 1045px;
    padding: 45px 0 60px;
    
}

.order_form {
    display: flex;
    justify-content: space-between;
}

.order_title {
    color: #FFF;
    text-align: center; 
    font-size: 28px; 
    font-weight: 700; 
    text-transform: uppercase;
}

.order_text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}

.inp {
    font-size: 16px;
    padding: 12px 20px;
    max-width: 315px;
    width: 100%;
    border: none;
    color: #000;
}

.ord_btn {
    color: #1C1C1C;
    text-align: center; 
    font-size: 20px; 
    font-weight: 700; 
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #FFE51B;
    box-shadow: 0px 0px 15px 0px #FFE51B;
    max-width: 320px;
    width: 100%;
    padding: 12px
}

.gallery .content_wrapper {
    padding: 55px 0;
}

.gallery .section_title {
    margin-bottom: 50px;
}

.swiper-slide img { 
    width: 100%;
}

.swiper-wrapper {
    align-items: center; 
}

.swiper-slide .container {
    max-width: 310px;
    width: 100%;
    margin: auto;
}

.swiper-slide-active .container  {
    max-width: 500px;
    width: 100%;
} 

.prev, .next {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev:hover, .next:hover {
    background-color: #E62D3E;
}

.controls {
    width: 70px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;

}

.wrap_reviews {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 40px auto 0;
}

.wrap_reviews img {
    max-width: 325px;
    width: 100%;
}

.how .content_wrapper {
    padding: 55px 0 30px;
}

.delivery_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 915px;
    margin: 50px auto 0;
    flex-wrap: wrap;
}

.delivary_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.info_title {
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.info_text {
    font-size: 16px;
}

.delivary_item img {
    margin-right: 25px;
    width: 150px;
}

.footer_info {
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    max-width: 695px;
    margin: auto;
}

.promotion {
    margin: 15px 0
}

@media (max-width: 1600px) {
    .offer_effect {
        max-width: 400px;
        width: 100%;
    }
    .offer_img {
        width: 100%;
        max-width: 150px;
        margin: 0 -135px 0 -40px;
    }
    .preorder_offer {
        right: 0px;
        top: 160px;
    }
    .content_wrapper {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}

@media (max-width: 1200px) {
    .intro_title,
    .section_title {
        font-size: 34px;
    }
    .text-size {
        max-width: 550px;
    }
    .intro_text {
        font-size: 16px;
    }

    .why_gallery {
        flex-direction: column;
        align-items: center;
    }
    
    .why_gallery img {
        width: 100%;
        max-width: 500px;
        margin-top: 15px;
    }

    .wrap_reviews img {
        max-width: 280px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .intro .content_wrapper {
        padding-bottom: 50px;
    }
    .why .content_wrapper,
    .goods .content_wrapper,
    .order .content_wrapper,
    .gallery .content_wrapper,
    .how .content_wrapper,
    .char .content_wrapper {
        padding: 35px 10px;
    }

   
    .intro_preorder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .preorder_offer {
        position: relative;
        top: unset;
        right: unset;
        margin: auto;
        order: 1;
    }
    .preorder_list {
        order: 2;
    }
    .intro_order {
        order: 3;
    }
    .preorder_item:nth-child(odd) {
        margin-right: unset;
    }
     
    .intro_text br {
        display: none;
    }
    .preorder_list {
        max-width: 265px;
            margin: 25px 0 5px;
    }
    .preorder_offer {
        max-width: 286px;
    }
    .arrow {
        width: 18px;
        margin-right: 15px;
    }
    .offer_img {
        position: absolute;
        width: 100px;
        right: 145px;
        bottom: 10px
    }
    .discount_pie {
        position: absolute;
        width: 90px;
        height: 90px;
        left: 0;
        top: unset;
        bottom: 25px;
    }
    .discount_text {
        font-size: 13px;
    }
    .discount_count {
        font-size: 24px;
    }
    .intro_order {
        margin-top: 10px;
    }

    .content_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order_btn {
        font-size: 18px;
            padding: 15px 34px;
    }
    .intro_top {
        flex-direction: column;
        align-items: center;
        
    }
    .logo {
        font-size: 16px;
        padding: 8px;
        width: unset;
    }
    .intro_top {
        font-size: 10px;
    }
    .top_left {
        margin-bottom: 15px;
    }
    .top_right img {
        width: 97px;
    }
    .intro_title {
            margin: 45px 0 20px;
            font-size: 28px;
            text-align: center;
            max-width: unset;
    }
    .text-size {
        max-width: unset;
        text-align: center;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .section_title {
        font-size: 27px;
    }
    .section_title::after {
        bottom: -10px;
    }
    .why_text {
        font-size: 16px;
    }
    .why_gallery {
        margin-top: -10px;
    }
    .wrap_chars {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .char_item:nth-child(1) {
        order: 2;
        margin-top: 45px;
    }
    .char_item:nth-child(2) {
        order: 1;
    }
    .char_item:nth-child(3) {
        order: 3;
        margin-top: 45px;
    }
    .bmw {
        margin-right: unset;
        position: static;
        max-width: 590px;
        width: 90%;
    }
    .goods_wrap {
        flex-direction: column;
        margin-top: 25px;
    }
    .goods_list {
        padding: 30px 20px;
        margin: 0 -10px -35px;
    }
    .gooditem_title p {
        font-size: 16px;
    }
    .gooditem_text {
        font-size: 14px;
    }
    .title_arrows {
        margin-right: 12px;
    }
    .order_title {
        font-size: 24px;
    }
    .order_text {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .order_form {
        flex-direction: column;
        align-items: center;
    }
    .inp {
        margin-bottom: 15px;
    }
    .controls {
        margin: 12px auto 0;
    }
    .gallery .section_title {
        margin-bottom: 30px;
    }
    .wrap_reviews {
        flex-direction: column;
        align-items: center;
    }

    .wrap_reviews img:not(:nth-child(1)) {
        margin-top: 35px;
    }
    .delivary_item img {
        margin-right: 20px;
        width: 130px;
    }
    .info_title {
        font-size: 16px;
    }
    .info_text {
        font-size: 14px;
    }
    .delivery_wrap {
        flex-direction: column;
    }
    .delivery_wrap {
        max-width: 285px;
    }
    .delivary_item:last-child {
        margin-bottom: 0;
    }
    .footer_info {
        font-size: 10px;
    }
}

/* ─── VISUAL & CONVERSION ENHANCEMENTS ─── */

.urgency-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 25px auto 35px;
    max-width: 850px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 25px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.urgency-timer-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.urgency-timer-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.urgency-timer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    min-width: 60px;
    padding: 6px 4px;
}

.timer-unit .val {
    color: #FFE51B;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    text-shadow: 0 0 10px rgba(255, 229, 27, 0.5);
}

.timer-unit .lbl {
    color: #AAA;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 2px;
}

.timer-dot {
    color: #FFE51B;
    font-size: 22px;
    font-weight: 800;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% { opacity: 0.3; }
}

.urgency-stock-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stock-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
}

.stock-title-row b {
    color: #FFE51B;
    text-shadow: 0 0 8px rgba(255, 229, 27, 0.4);
}

.stock-progress-bar {
    height: 12px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stock-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #FFE51B 0%, #E62D3E 100%);
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(230, 45, 62, 0.5);
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Social Proof Popup --- */
.social-proof-popup {
    position: fixed;
    bottom: -100px;
    left: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 380px;
    z-index: 99999;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    pointer-events: none;
}

.social-proof-popup.show {
    bottom: 25px;
    opacity: 1;
    pointer-events: auto;
}

.popup-icon {
    font-size: 24px;
    background: rgba(46, 125, 50, 0.1);
    color: #2E7D32;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(46,125,50,0.15);
}

.popup-content {
    flex: 1;
}

.popup-title {
    font-size: 13px;
    font-weight: 800;
    color: #2E7D32;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.popup-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.35;
}

.popup-desc b {
    color: #000;
}

.popup-time {
    font-size: 11px;
    color: #777;
    margin-top: 4px;
}

.popup-close {
    font-size: 20px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    align-self: flex-start;
}

.popup-close:hover {
    color: #333;
}

/* --- Form Improvements --- */
.inp {
    border: 2px solid transparent;
    border-radius: 30px;
    height: 52px;
    padding: 0 25px !important;
    font-weight: 600;
    background: #FFF;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.inp:focus {
    border-color: #FFE51B;
    outline: none;
    box-shadow: 0 0 12px rgba(255, 229, 27, 0.5);
    transform: translateY(-1px);
}

.ord_btn {
    height: 52px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ord_btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(255, 229, 27, 0.5) !important;
}

.ord_btn:active {
    transform: translateY(-1px) scale(0.98);
}

.order_btn {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order_btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 25px rgba(230, 45, 62, 0.4) !important;
}

.order_btn:active {
    transform: translateY(-1px) scale(0.98);
}

/* --- Responsive Adaptations --- */
@media (max-width: 991px) {
    .urgency-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 15px;
        margin: 15px auto 25px;
    }
    .urgency-timer-box, .urgency-stock-box {
        width: 100%;
    }
    .social-proof-popup {
        left: 12px;
        right: 12px;
        max-width: calc(100% - 24px);
    }
    .social-proof-popup.show {
        bottom: 12px;
    }
}