.hero-header {
    position: relative;
    min-height: 664px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_background {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    z-index: -2;
}

.hero {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 80px 40px;
    z-index: 1;
}

.hero_content {
    width: 100%;
    text-align: left;
}

.hero_text {
    margin-left: 140px;
    max-width: 820px;
}

.hero_subtitle {
    font-family: var(--third-family), Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: 20px;
    color: #c8a96b;
    margin-top: 0;
    margin-bottom: 20px;
}

.hero_title {
    font-family: var(--second-family), 'Arial Black', Impact, sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.23;
    line-height: 123%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #ffe7b2;
    margin-top: 0;
    margin-bottom: 20px;
}

.hero_description {
    font-family: var(--third-family), Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: 18px;
    color: #eac15b;
    margin-top: 0;
    margin-bottom: 40px;
}

.hero_buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 24px;
    margin-bottom: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 140px;
}

.button_whatsapp {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 10px;
    padding: 14px 32px;
    min-width: 210px;
    height: 50px;
    background: #b68a3d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button_whatsapp p {
    font-family: var(--font-family), Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.button_whatsapp:hover {
    background: #9a6e2a;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.button_phone {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #b68a3d;
    border-radius: 10px;
    padding: 14px 32px;
    min-width: 210px;
    height: 50px;
    background: transparent;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button_phone p {
    font-family: var(--font-family), Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #b68a3d;
    margin: 0;
}

.button_phone:hover {
    background: rgba(182, 138, 61, 0.1);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hero_features {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    margin-top: 60px;
    margin-left: 140px;
    margin-bottom: 0;
    padding: 0;
    width: calc(100% - 140px);
}

.feature-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
    background: transparent;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 180px;
}

.feature-item p {
    font-family: var(--third-family), Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.feature-item p span {
    font-family: var(--second-family), 'Arial Black', Impact, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffe7b2;
}

.feature-item:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.feature-item img {
    width: 32px;
    height: 32px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.3));
    filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.3));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.feature-item:hover img {
    -webkit-filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.5));
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.5));
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1024px) {
    .hero_text {
        margin-left: 60px;
        margin-top: 120px;
    }
    
    .hero_buttons {
        margin-left: 60px;
    }
    
    .hero_features {
        margin-left: 60px;
        width: calc(100% - 60px);
    }
}

.button_phone-icon {
    display: none;
}

@media (max-width: 768px) {
    .hero {
        padding: 40px 20px;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .hero_content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .hero_text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    .hero_subtitle {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 18px;
        color: #c8a96b;
    }

    .hero_title {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        font-size: 27px;
        line-height: 1.25;
        margin-bottom: 0;
        color: #ffe7b2;
    }

    .hero_description {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        font-size: 14px;
        line-height: 1.6;
        color: #d8b87a;
        margin-top: 45px;
        margin-bottom: 0;
        max-width: 95%;
    }

    .hero_buttons {
        margin-left: 0;
        margin-top: 28px;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 14px;
        width: 100%;
    }

    .button_whatsapp,
    .button_phone {
        width: 100%;
        max-width: 320px;
        min-width: unset;
        height: 52px;
        border-radius: 8px;
    }

    .button_whatsapp p {
        font-size: 15px;
    }

    .button_phone {
        gap: 10px;
        border-color: #b68a3d;
    }

    .button_phone p {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #d8b87a;
    }

    .button_phone-icon {
        display: block;
        width: 20px;
        height: 20px;
    }

    .hero_features {
        display: none;
    }
}

@media (max-width: 480px) {
    .hero_title {
        font-size: 24px;
    }

    .hero_subtitle {
        font-size: 14px;
    }

    .hero_description {
        font-size: 13px;
        margin-top: 40px;
    }
}

.slider-dots {
    display: none;
}

@media (max-width: 768px) {
    .slider-dots {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 8px;
        margin-top: 6px;
        margin-bottom: 4px;
        padding-right: 16px;
    }

    .slider-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #5a5a5a;
        border: none;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .slider-dot.active {
        width: 22px;
        border-radius: 4px;
        background: #c8a84e;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero-header,
    .hero,
    .hero_content,
    .hero_text,
    .hero_buttons,
    .hero_features,
    .slider-dots {
        display: -ms-flexbox;
    }
    
    .button_whatsapp,
    .button_phone {
        display: -ms-inline-flexbox;
    }
    
    .feature-item {
        display: -ms-flexbox;
    }
}

@-moz-document url-prefix() {
    .button_whatsapp,
    .button_phone {
        line-height: normal;
    }
}

@supports (-ms-ime-align: auto) {
    .hero_background {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    .button_whatsapp:hover,
    .button_phone:hover,
    .feature-item:hover {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    
    .feature-item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}