.lp-faixa-topo{
    background: linear-gradient(135deg, rgb(69 42 28) 0%, rgb(141 71 27) 100%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 10px 16px;
}

@media (max-width: 768px){
    .lp-faixa-topo{
        font-size: 12px;
        padding: 9px 12px;
    }
}

.hero-rental{
    position:relative;
    min-height:610px;
    display:flex;
    align-items:center;
    margin-bottom: -200px;
    padding-bottom: 300px;
    padding-top: 50px;
    overflow:hidden;
    background: linear-gradient(180deg, #f6ece1 30%, #FFF 100%);
}

/* Brilho suave atrás da imagem — só profundidade, sem competir com ela
   (antes era uma foto de fundo cobrindo a seção inteira; a imagem nova já
   tem o próprio recorte/logo, então o fundo virou só uma base neutra). */
.hero-rental .overlay{
    position:absolute;
    top:50%;
    right:-10%;
    width:60%;
    height:140%;
    transform:translateY(-50%);
    background:radial-gradient(closest-side, rgba(141,71,27,.10), rgba(141,71,27,0) 70%);
    pointer-events:none;
}

.hero-rental .container{
    position:relative;
    z-index:2;
}

.hero-rental__img{
    width:100%;
    /* max-width:560px; */
    filter:drop-shadow(0 25px 35px rgba(40,25,15,.20));
}

.logo{
    max-width:210px;
}

.hero-rental h1{
    font-size: 30px;
    font-weight:700;
    line-height:1.05;
    color:#452a1c;
    margin-bottom:20px;
}

.hero-rental p{
    line-height:1.2;
    color:#3f3f3f;
    margin-bottom:40px;
    font-size: 20px;
}

.hero-rental .btn{
    background:#08b443;
    border:none;
    border-radius:10px;
    font-size: 25px;
    font-weight:600;
    min-width: 280px;
    transition:.3s;
}

.hero-rental .btn:hover{
    background:#07943a;
}

.hero-trust{
    display:flex;
    flex-wrap:wrap;
    gap:8px 22px;
    margin-top:22px;
}

.hero-trust span{
    display:flex;
    align-items:center;
    gap:7px;
    font-size:14px;
    font-weight:600;
    color:#452a1c;
}

.hero-trust i{
    color:#08b443;
    font-size:15px;
}

@media (max-width:991px){

    .hero-rental{
        min-height:auto;
        padding:50px 0;
    }

    .hero-rental h1{
        font-size:42px;
    }

    .hero-rental p{
        font-size:22px;
    }

    .hero-rental .btn{
        min-width:100%;
        font-size:22px;
    }

}

@media (max-width:768px){

    .hero-rental{
        margin-bottom: 0;
        text-align: center;
    }
.empresa {
    margin-top: 30px;
}
    .hero-rental h1{
        font-size:24px;
        margin-top: 25px;
    }

    .hero-rental p{
        font-size:18px;
    }

    .logo{
        max-width:170px;
    }

    .hero-trust{
        justify-content: center;
    }

}

.about-rental{
    position:relative;
    padding-bottom:80px;
    z-index:10;
}

.about-box{
    background: linear-gradient(135deg, rgb(69 42 28) 0%, rgb(141 71 27) 100%);
    color:#fff;
    border-radius:0 35px 35px 35px;
    padding:70px 60px;
    min-height:530px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.about-box h2{
    font-size: 30px;
    font-weight:700;
    margin-bottom:30px;
}

.about-box p{
    line-height:1.8;
}

.about-image{
    position:relative;
    z-index:20;
}

.about-image img{
    width:100%;
    border-radius:30px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,.20);
}

.btn-about{
    width: 280px;
    height: 60px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 19px;
    font-weight:600;
    margin-top:20px;
}

@media (min-width:992px){

    .about-image{
        margin-right: -290px;
        margin-top: -100%;
    }

}

@media (max-width:991px){

    .about-rental{
        margin-top:40px;
    }

    .about-image{
        margin-bottom: 40px;
    }

    .about-box{
        border-radius:30px;
        padding:40px 30px;
        min-height:auto;
    }

    .about-box h2{
        font-size:38px;
    }

    .about-box p{
        font-size:18px;
    }

    .btn-about{
        width:100%;
        font-size:20px;
    }

}

.equipamentos{
    background:#fff;
}

.equipamentos .subatitle{
    color: #783f1c;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:2px;
}

.equipamentos h2{
    font-size:46px;
    font-weight:700;
    margin:15px 0;
    color:#333;
}

.equipamentos p{
    color:#666;
    font-size:18px;
}

.equipamento-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.equipamento-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.equipamento-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.equipamento-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.equipamento-card p{
    margin:0;
    font-size:16px;
}

.faq-section{
    background:#f5f5f5;
}

.faq-item{
    margin-bottom:12px;
}

.faq-title{
    width:100%;
    border:0;
    background: linear-gradient(135deg, rgb(69 42 28) 0%, rgb(141 71 27) 100%);
    color:#fff;
    padding:18px 22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size: 16px;
    font-weight:700;
    cursor:pointer;
    transition: 0.5s;
}

.faq-title:hover{
    background: linear-gradient(0deg, rgb(69 42 28) 0%, rgb(141 71 27) 100%);
    transition: all 0.5s;
}

.faq-title span{
    text-align:left;
}

.faq-title i{
    transition:.35s;
    font-size:22px;
}

.faq-content{
    background:#fff;
    color:#666;
    line-height:1.8;
    max-height:0;
    overflow:hidden;
    padding:0 22px;
    transition:max-height .35s ease,padding .35s ease;
}

.faq-item.active .faq-content{
    max-height:300px;
    padding:22px;
}

.faq-item.active i{
    transform:rotate(90deg);
}

/* Responsivo */

@media (max-width:991px){

    .faq-title{
        font-size:22px;
        padding:16px 18px;
    }

}

@media (max-width:768px){

    .faq-title{
        font-size:18px;
        padding:15px;
    }

    .faq-title i{
        font-size:18px;
    }

}

.titulo-locacao{background: linear-gradient(135deg, rgb(69 42 28) 0%, rgb(141 71 27) 100%);color:#FFF;font-size: 30px;font-weight:700;text-align:center;padding: 15px;border-radius:8px;}

/* ── Item único em destaque (trator/caminhão pipa) ───────────────────────
   Banner horizontal — foto de um lado, conteúdo do outro, ocupando a largura
   toda do container. Evita o "card sobrando no meio da tela" de quando só
   tem um item na seção (antes usava o mesmo grid de card estreito e
   centralizado da galeria de vários itens, que deixava metade da tela vazia). */
.lp-destaque{
    display: flex;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.09);
}

.lp-destaque__img-wrap{
    position: relative;
    flex: 0 0 46%;
    max-width: 46%;
}

.lp-destaque__img{
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    cursor: zoom-in;
    display: block;
}

.lp-destaque__contador{
    position: absolute;
    right: 14px;
    bottom: 14px;
    background: rgba(20,12,8,.72);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

.lp-destaque__body{
    flex: 1;
    padding: 40px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-destaque__body h3{
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 14px;
}

.lp-destaque__body .preco{
    font-size: 26px;
    margin-bottom: 4px;
}

.lp-destaque__body .condicoes{
    margin-bottom: 22px;
}

.lp-destaque__body .btn-alugar{
    max-width: 280px;
}

@media (max-width: 900px){
    .lp-destaque{
        flex-direction: column;
    }
    .lp-destaque__img-wrap{
        flex: none;
        max-width: 100%;
    }
    .lp-destaque__img{
        min-height: 230px;
    }
    .lp-destaque__body{
        padding: 28px 26px;
    }
    .lp-destaque__body h3{
        font-size: 22px;
    }
}

.preco{color:#00793f;font-size: 20px;font-weight:700;margin-bottom:25px;}

.condicoes{

    color:#555;
    font-size:18px;
    margin-bottom:25px;

}

.btn-alugar{display:block;background:#09b53f;color:#FFF;text-decoration:none;padding: 12px;border-radius:10px;font-size: 25px;font-weight:700;transition:.3s;}

.btn-alugar:hover{

    background:#089936;
    color:#FFF;

}

.btn-alugar--mini{
    font-size:15px;
    padding:10px;
    border-radius:8px;
}

/* WhatsApp flutuante — página isolada, sem o header do site pra herdar o botão de lá */
.wpp-float{
    position:fixed;
    right:22px;
    bottom:22px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25d366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    box-shadow:0 8px 24px rgba(0,0,0,.25);
    z-index:999;
    transition:.25s;
}

.wpp-float:hover{
    background:#1fb959;
    color:#fff;
    transform:scale(1.06);
}

.rodape-card{

    margin-top:30px;
    color:#555;
    font-size:17px;

}

.swiper{

    padding:15px 45px 40px;

}

.swiper-button-next,
.swiper-button-prev{width: 35px !important;
height: 35px !important;
    border-radius:50%;background:#FFF;box-shadow:0 5px 15px rgba(0,0,0,.15);
    visibility: hidden;}

.swiper-button-next::after,
.swiper-button-prev::after{font-size: 13px !important;
    color:#777;font-weight:bold;
    
}

@media(max-width:991px){

    .titulo-locacao{

        font-size:32px;

    }

    .preco{

        font-size:36px;

    }

    .btn-alugar{

        font-size:22px;

    }

}

@media(max-width:768px){

    .titulo-locacao{

        font-size:26px;

    }

    .preco{

        font-size:30px;

    }

}

.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next{
    visibility: visible;
    background: #fad13f;
}


.personalizacao {
    background: linear-gradient(135deg, rgb(69 42 28) 0%, rgb(141 71 27) 100%);
}

.persona {
    background: #fff;
    height: 100%;
    padding: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.persona p {
    padding: 0;
    margin: 0;
}

.personal {
    display: flex;
    align-items: center;
    gap: 22px;
    border-radius: 14px;
    box-shadow: 2px 3px 11px 4px #0000000f;
    font-weight: 600;
    padding: 28px 32px;
}

.personal img {
    width: 56px;
    height: 56px;
    padding: 14px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fdeeee;
    box-sizing: content-box;
}

.personal p {
    margin: 0;
    font-size: 17px;
    color: #333;
    text-align: left;
    line-height: 1.4;
}

/* Grid "Outros equipamentos" — mesma altura de card na fileira, botão sempre
   alinhado no rodapé independente do tamanho da descrição */
.equipamento-card {
    display: flex;
    flex-direction: column;
}

.equipamento-card > div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.equipamento-card p {
    flex: 1;
}

.lp-clicavel {
    cursor: zoom-in;
}

/* ── Modal: galeria de fotos ─────────────────────────────────────────────
   Mesmo padrão/nomenclatura do photo-modal já usado em produto.php, CSS
   próprio (mais leve) em vez de importar o style.css inteiro do site principal. */
.photo-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 12, 8, .88);
}

.photo-modal__content {
    position: relative;
    z-index: 2;
    max-width: 92vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-modal__image {
    max-width: 92vw;
    max-height: 86vh;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
    object-fit: contain;
}

.photo-modal__close {
    position: absolute;
    top: -46px;
    right: 0;
    background: none;
    border: 0;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.photo-modal__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .92);
    color: #452a1c;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.photo-modal__nav--prev { left: -20px; }
.photo-modal__nav--next { right: -20px; }

.photo-modal__nav:hover { background: #fff; }

.photo-modal__counter {
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .photo-modal__nav--prev { left: 6px; }
    .photo-modal__nav--next { right: 6px; }
    .photo-modal__close { top: 10px; right: 10px; z-index: 3; }
}

/* ── Modal: formulário "Quero alugar" ────────────────────────────────────
   Mesmo espírito do vendedorModal/modalSimulador de produto.php (nome,
   whatsapp, estado, cidade, prazo), CSS próprio e enxuto pra essa LP. */
.lp-form-modal {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lp-form-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 12, 8, .78);
}

.lp-form-modal__box {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 18px;
    padding: 34px 30px;
    width: 100%;
    max-width: 420px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .35);
}

.lp-form-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: 0;
    font-size: 26px;
    line-height: 1;
    color: #999;
    cursor: pointer;
}

.lp-form-modal__close:hover { color: #333; }

.lp-form-modal__title {
    font-size: 22px;
    font-weight: 700;
    color: #452a1c;
    margin-bottom: 4px;
}

.lp-form-modal__subtitulo {
    font-size: 14px;
    color: #7c4a1e;
    font-weight: 600;
    margin-bottom: 22px;
}

.lp-form-modal .campo {
    margin-bottom: 14px;
}

.lp-form-modal .campo label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.lp-form-modal .form-control,
.lp-form-modal .form-select {
    border-radius: 9px;
    border: 1.5px solid #ddd0c5;
    padding: 10px 12px;
}

.lp-form-modal .form-control:focus,
.lp-form-modal .form-select:focus {
    border-color: #8d471b;
    box-shadow: 0 0 0 3px rgba(141, 71, 27, .12);
}

.lp-form-modal__aviso {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.lp-form-modal__aviso strong {
    display: block;
    margin-bottom: 2px;
}

.lp-form-modal__aviso--atencao {
    background: #fdf6e3;
    color: #8a6414;
}

.lp-form-modal__aviso--info {
    background: #e8f8ef;
    color: #16794a;
}

.lp-form-modal__check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 16px;
}

.lp-form-modal__check input {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    accent-color: #08b443;
}

.lp-form-modal__check label {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

.lp-form-modal .btn-alugar {
    width: 100%;
    border: 0;
    margin-top: 8px;
    cursor: pointer;
}

.lp-form-modal__erro {
    color: #c0392b;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
}