/* Hero + Busca + Promoções + Newsletter + Testimonials */
.swiper-container-hero {
    width: 100%;
    height: 650px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.swiper-slide-hero {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.swiper-slide-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
}

.hero-search-overlay {
    position: relative;
    z-index: 2;
    padding-top: 200px;
    height: 650px;
}

.hero-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.triple-search-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #222;
    padding: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.search-field {
    flex: 1;
    padding: 5px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-field.border-left {
    border-left: 1px solid #ddd;
}

.search-field label {
    font-size: 11px;
    font-weight: 700;
    color: #444;
    margin-bottom: 2px;
    display: block;
    pointer-events: none;
}

.search-field input.form-control,
.search-field select.form-control {
    border: none;
    box-shadow: none;
    padding: 0;
    height: 30px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    width: 100%;
}

.search-field input.form-control:focus {
    outline: none;
}

.search-field .select2-container--default .select2-selection--single {
    border: none;
    padding: 0;
    height: 30px;
    background: transparent;
    outline: none;
}

.search-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.input-with-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.input-col {
    flex: 1;
    min-width: 0;
}

.btn-search-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background: transparent;
    border: 2px solid #222;
    border-radius: 8px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10;
}

.btn-search-icon:hover {
    background: #f5f5f5;
    color: #1098C4;
    border-color: #1098C4;
}

.btn-search-icon i {
    line-height: 1;
    display: block;
}

.btn-search-icon::before,
.btn-search-icon::after {
    display: none !important;
}

.hero-pagination {
    display: block !important;
    position: relative !important;
    margin-top: 30px !important;
    text-align: center;
    z-index: 10 !important;
}

.hero-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    display: inline-block !important;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
}

.promo-card {
    border: 2px solid #222;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.promo-img-wrapper {
    height: 200px;
    border-bottom: 2px solid #222;
    width: 100%;
}

.promo-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.promo-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.promo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.promo-tag-black {
    background: #222;
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.promo-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px 0;
    line-height: 1.25;
}

.promo-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.promo-rating-badge {
    background: #222;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
}

.promo-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
    font-weight: 500;
}

.promo-economize {
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 20px;
    margin: auto -20px -20px -20px;
}

.promo-footer {
    padding: 20px;
    border-top: 2px solid #222;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.promo-price-label {
    font-size: 11px;
    color: #555;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.promo-price-old {
    text-decoration: line-through;
    color: #888;
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.promo-price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.promo-price-new {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    line-height: 0.9;
    letter-spacing: -1px;
}

.promo-price-new span {
    font-size: 18px;
    margin-right: 4px;
}

.promo-installments {
    font-size: 10px;
    color: #555;
    text-align: right;
    font-weight: 600;
    line-height: 1.3;
}

.promo-installments strong {
    color: #222;
    font-size: 12px;
}

.promo-disclaimer {
    font-size: 9px;
    color: #999;
    margin-top: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.section-newsletter {
    background: #1098C4;
    padding: 50px 0;
    color: #fff;
}

.newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.newsletter-text {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 300px;
}

.newsletter-text i {
    font-size: 45px;
}

.newsletter-text h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}

.newsletter-text p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

.newsletter-form {
    flex: 1;
    min-width: 300px;
}

.newsletter-form .input-group {
    width: 100%;
    display: flex;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.newsletter-form input {
    border-radius: 8px 0 0 8px;
    border: none;
    height: 50px;
    padding: 0 20px;
    flex-grow: 1;
    outline: none;
}

.newsletter-form .btn-dark {
    border-radius: 0 8px 8px 0;
    background: #222;
    color: #fff;
    border: none;
    height: 50px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0 20px;
    transition: background 0.2s;
}

.newsletter-form .btn-dark:hover {
    background: #000;
    color: #fff;
}

.section-testimonials {
    padding: 80px 0;
    background: #f4f7f8;
}

.testimonial-item {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    height: 100%;
    transition: transform 0.2s;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

.testimonial-item .image {
    flex-shrink: 0;
}

.testimonial-item .image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f4f7f8;
}

.testimonial-item .content h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 800;
    color: #222;
}

.testimonial-item .content h6 {
    margin: 0 0 15px 0;
    color: #1098C4;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.testimonial-item .content p {
    font-style: italic;
    color: #666;
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}