/* Benefícios na home (ex-stats): sem números grandes, só ícone + título + texto */
.section-stats--benefits .stats-item__header {
    align-items: center;
    margin-bottom: 18px;
}

/* Benefícios: fundo preto sólido, sem parallax/imagem; textos em #FFF (hierarquia: título mais pesado no main.css) */
.section-stats.section-stats--benefits {
    background-color: #000000;
    background-image: none;
    background-attachment: scroll;
    padding-top: 90px;
    padding-bottom: 65px;
}

.section-stats.section-stats--benefits::before {
    display: none;
}

.section-stats--benefits .stats-item__title,
.section-stats--benefits .stats-item__desc {
    color: #ffffff;
}

.section-stats--benefits .stats-item__title {
    font-weight: 600;
}

.section-stats--benefits .stats-item__desc {
    font-weight: 400;
}

/* Sobre: fundo preto, sem decoração de fundo; textos que eram cinza em branco */
.section-about {
    background-color: #000000;
    background-image: none;
    color: #ffffff;
    padding-top: 80px;
    padding-bottom: 105px;
}

.section-about p,
.section-about .uk-text-meta,
.section-about .about-list li,
.section-about .about-list li span {
    color: #ffffff;
}

.section-about .about-list li strong {
    color: #ffffff;
    font-weight: 600;
}

.section-about .about-list li span {
    font-weight: 400;
}

.about-section-cta {
    margin-top: 44px;
}

.about-section-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 14px 28px;
    border: 1px solid #ffffff;
    border-radius: 999px;
    background-color: #ffffff;
    color: #000000 !important;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    border-radius: 2px;
}

.about-section-cta__btn:hover,
.about-section-cta__btn:focus {
    background-color: transparent;
    color: #ffffff !important;
    border-color: #ffffff;
}

.about-section-cta__btn img,
.about-section-cta__btn svg {
    width: 1.05em;
    height: auto;
    flex-shrink: 0;
}

/* Label superior da secao de passos no vermelho padrao da identidade */
.section-steps .section-title .uk-text-meta {
    color: #d00705;
}

/* CTA da secao de passos no padrao visual do site (base uk-button-default) */
.about-section-cta--steps .about-section-cta__btn--steps {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000000 !important;
    border-radius: 2px;
    box-shadow: none;
}

.about-section-cta--steps .about-section-cta__btn--steps:hover,
.about-section-cta--steps .about-section-cta__btn--steps:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff !important;
}

@media (max-width: 959px) {
    .section-stats.section-stats--benefits {
        padding-top: 70px;
        padding-bottom: 45px;
    }

    .section-about {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    .about-section-cta {
        margin-top: 32px;
    }
}

/* Sobre: centraliza verticalmente o conteudo ao lado da imagem */
@media (min-width: 960px) {
    .section-about .section-content .uk-grid {
        align-items: center;
    }

    .section-about .section-content .uk-grid > div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* Ajuste de transicao entre secoes: remove faixa branca */
.section-equipment {
    margin-bottom: 0;
}

/* Blog na home: sem imagem de fundo decorativa */
.section-blog {
    padding-top: 180px;
    background-image: none;
    background-blend-mode: normal;
}

.section-blog .uk-button-default {
    background-color: #ffffff;
    border-color: #dddddd;
}

/* Refino visual da secao "Por que escolher" para ficar mais sobria */
.section-why-choose-us .section-title .uk-text-meta {
    color: #d00705;
}

.section-why-choose-us .block-icon__link {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-why-choose-us .block-icon__link::before {
    display: none;
}

.section-why-choose-us .block-icon__ico {
    width: auto;
    height: auto;
    margin-bottom: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d00705;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.78;
}

.section-why-choose-us .block-icon__link:hover,
.section-why-choose-us .block-icon__link:focus,
.section-why-choose-us .block-icon__link:active {
    background-color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.section-why-choose-us .block-icon__link:hover .block-icon__ico,
.section-why-choose-us .block-icon__link:focus .block-icon__ico,
.section-why-choose-us .block-icon__link:active .block-icon__ico {
    color: #d00705;
    opacity: 0.9;
}

.section-why-choose-us .block-icon__link:hover .block-icon__title,
.section-why-choose-us .block-icon__link:focus .block-icon__title,
.section-why-choose-us .block-icon__link:active .block-icon__title {
    color: #000000;
}

.section-why-choose-us .section-content p {
    color: #1c1c1c;
    font-size: 19px;
    line-height: 1.58;
}

.section-why-choose-us .section-content .list-checked li {
    color: #1f1f1f;
    font-size: 19px;
    line-height: 1.45;
}

.section-why-choose-us .section-content .list-checked li + li {
    margin-top: 16px;
}

@media only screen and (max-width: 959px) {
    .section-cta__box {
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-cta__title,
    .section-cta__support,
    .section-cta__btn {
        text-align: center;
    }

    .section-cta .support__link {
        justify-content: center;
    }
}

/* Encontre o equipamento: titulo com mais peso; rádios + botão juntos (sem vao vazio) */
.find-box__title {
    margin-bottom: 32px;
}

.find-box__title span {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
}

.find-box__delivery label + label {
    margin-left: 0;
}

.find-box__form-grid {
    margin-top: 0;
}

.find-box__row-actions-wrap {
    margin-top: 4px;
}

.find-box__row-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px 22px;
}

.find-box__delivery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
}

.find-box__orcamento-btn {
    flex: 0 0 auto;
    min-height: 52px;
    padding-left: 22px;
    padding-right: 22px;
}

@media (max-width: 479px) {
    .find-box__orcamento-btn {
        width: 100%;
        justify-content: center;
    }
}

/* Barra superior do header: icones em #FFF; redes sociais 20px e alinhadas */
@media (max-width: 639px) {
    .page-header-top .time-work__txt {
        font-size: 12px;
        line-height: 1.25;
    }
}

.page-header-top .update svg,
.page-header-top .update .far,
.page-header-top .time-work svg,
.page-header-top .time-work .far,
.page-header-top .login-link svg,
.page-header-top .login-link .fas {
    color: #fff !important;
}

.page-header-top .social-list {
    align-items: center;
}

.page-header-top .social-list__link {
    color: #fff !important;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
}

.page-header-top .social-list__link:hover,
.page-header-top .social-list__link:focus,
.page-header-top .social-list__link:active {
    color: #fff !important;
    opacity: 0.85;
}

.uk-offcanvas-bar .social-list {
    align-items: center;
}

.uk-offcanvas-bar .social-list__link {
    color: #fff !important;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
}

.uk-offcanvas-bar .social-list__link:hover,
.uk-offcanvas-bar .social-list__link:focus,
.uk-offcanvas-bar .social-list__link:active {
    color: #fff !important;
    opacity: 0.85;
}

#contactForm.contact-form--enviando button[type="submit"] {
    pointer-events: none;
    opacity: 0.88;
    cursor: wait;
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: #dc3545;
    font-weight: 500;
    font-size: 14px;
}

/* Popup para retorno do formulario */
.popup {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 320px;
    max-width: calc(100% - 40px);
    color: #fff;
    border-radius: 4px;
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 9999;
}

.popup p {
    padding: 13px 15px 15px;
    line-height: 18px;
    font-size: 1rem;
    margin: 0;
}

.popup .progress-bar {
    height: 10px;
    width: 0%;
    transition: width linear;
}

.popup-success {
    background: #28a745 !important;
}

.popup-success .progress-bar {
    background: #1c7a32 !important;
}

.popup-error {
    background: #dc3545 !important;
}

.popup-error .progress-bar {
    background: #9e2430 !important;
}

/* Ficha do equipamento (layout em duas dobras, proporcao 620x790) */
.equip-detail-fold--hero {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}

.equip-detail-photo {
    max-width: 620px;
    margin: 0 auto;
    border-radius: 0 0 0 24px;
    background: #f4f4f4;
    aspect-ratio: 620 / 790;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.equip-detail-photo__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.equip-detail-intro {
    max-width: 520px;
}

.equip-detail-title {
    font-size: clamp(1.65rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.15;
    margin: 0.75rem 0 1rem;
}

.equip-detail-subtitle {
    font-size: 1.05rem;
    line-height: 1.55;
    color: #444;
    margin-bottom: 1.5rem;
}

.equip-rental-field {
    margin-bottom: 1rem;
}

.equip-qty-field {
    margin-bottom: 1.5rem;
}

.equip-qty-label {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.equip-qty-row {
    display: flex;
    align-items: stretch;
    max-width: 360px;
    gap: 0;
    border-radius: 999px;
    border: 2px solid #d00705;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    background: #fff;
}

.equip-qty-btn {
    flex: 0 0 3rem;
    border: none;
    background: #f7f7f7;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    color: #1a1a1a;
    transition: background 0.15s ease;
}

.equip-qty-btn:hover {
    background: #ececec;
}

.equip-qty-input {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.65rem 0.25rem;
    box-sizing: border-box;
    color: #1a1a1a;
    -moz-appearance: textfield;
}

.equip-qty-input:focus {
    outline: none;
}

.equip-qty-input::-webkit-outer-spin-button,
.equip-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.equip-rental-label {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.equip-rental-select {
    width: 100%;
    max-width: 360px;
    border-radius: 999px;
    border: 2px solid #d00705;
    padding: 0.75rem 2.25rem 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 3rem;
    height: auto;
    box-sizing: border-box;
    background-color: #fff;
    color: #1a1a1a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    vertical-align: middle;
}

.equip-rental-select:focus {
    outline: none;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 3px rgba(208, 7, 5, 0.15);
}

.equip-store-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.equip-detail-fold--body {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.equip-detail-body-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #d00705;
}

.equip-detail-content {
    font-size: 1rem;
    line-height: 1.65;
    color: #333;
}

.equip-card-wrap .equip-card-media {
    aspect-ratio: 620 / 790;
    background: #f4f4f4;
    overflow: hidden;
}

.equip-card-wrap .equip-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.equip-rent-whatsapp {
    background: #25d366 !important;
    color: #fff !important;
    border: none !important;
    font-size: 1.12rem;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 999px;
    line-height: 1.35;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}

.equip-rent-whatsapp:hover {
    filter: brightness(0.95);
    color: #fff !important;
}

/*
 * Paginacao (equipamentos, artigos): o Pager gera <ul class="paginator"> dentro de
 * <ul class="uk-pagination">. O UIkit estiliza o <li> e o reset.css o <a> pequeno
 * em azul, desalinhando. Forcamos o link a ocupar o quadrado 55x55 com flex.
 */
.page-content ul.uk-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-content ul.uk-pagination > ul.paginator {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-content ul.uk-pagination > ul.paginator > li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px 10px;
    list-style: none;
    padding: 0;
}

.page-content ul.uk-pagination > ul.paginator > li:first-child {
    margin-left: 0;
}

.page-content ul.uk-pagination > ul.paginator > li > a {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 0;
    margin: 0;
    border: 1px solid #dddddd;
    border-radius: 2px;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-shadow: none;
    transition: border-color 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}

.page-content ul.uk-pagination > ul.paginator > li > a:hover,
.page-content ul.uk-pagination > ul.paginator > li > a:focus {
    border-color: #d00705;
    background-color: #d00705;
    color: #ffffff;
}

.page-content ul.uk-pagination > ul.paginator > li.active > a {
    border-color: #d00705;
    background-color: #d00705;
    color: #ffffff;
    cursor: default;
}

/* Pagina Empresa (quem somos): imagem com cantos arredondados, espaco ate o titulo, CTA locacao */
.empresa-page .article-full__image {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 3.5rem;
}

@media (min-width: 960px) {
    .empresa-page .article-full__image {
        border-radius: 8px;
        margin-bottom: 4.5rem;
    }
}

.empresa-page .article-full__image img {
    border-radius: inherit;
}

.empresa-cta {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.empresa-cta__text {
    max-width: 560px;
    margin: 0 auto 1.35rem;
    font-size: 1.08rem;
    line-height: 1.55;
    color: #333;
}

.empresa-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none !important;
    border-radius: 999px;
}

.empresa-cta__btn img,
.empresa-cta__btn svg {
    width: 1.1em;
    height: auto;
    vertical-align: middle;
}

.page-error-404__lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 0.75rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.page-error-404__hint {
    font-size: 1.05rem;
    line-height: 1.55;
    color: #444;
    margin: 0 0 1.5rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.page-error-404__cta {
    border-top: none;
    padding-top: 0;
    margin-top: 0.5rem;
}

.page-error-404__link-home a {
    color: #d00705;
    font-weight: 600;
    text-decoration: none;
}

.page-error-404__link-home a:hover {
    text-decoration: underline;
}

.sidebar .artigo-equip-cta {
    margin-top: 1.5rem;
}

.sidebar .artigo-equip-cta .empresa-cta {
    margin-top: 0;
    padding: 1.35rem 0.35rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    text-align: left;
}

.sidebar .artigo-equip-cta .artigo-equip-cta__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
}

.sidebar .artigo-equip-cta .artigo-equip-cta__headline {
    margin: 0 0 0.55rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
    font-size: 1.14rem;
    font-weight: 800;
    line-height: 1.28;
    color: #ffffff;
}

.sidebar .artigo-equip-cta .artigo-equip-cta__sub {
    margin: 0 0 1.15rem;
    max-width: none;
    font-size: 0.93rem;
    font-weight: 500;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.94);
}

.sidebar .artigo-equip-cta .artigo-equip-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 18px;
    border: none;
    border-radius: 999px;
    background: #ffffff;
    color: #d00705 !important;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: background 0.2s ease, color 0.2s ease;
}

.sidebar .artigo-equip-cta .artigo-equip-cta__btn:hover {
    background: #f5f5f5;
    color: #940503 !important;
}

.sidebar .artigo-equip-cta .artigo-equip-cta__btn img,
.sidebar .artigo-equip-cta .artigo-equip-cta__btn svg {
    width: 1.1em;
    height: auto;
    flex-shrink: 0;
}

.sidebar .artigo-equip-cta .artigo-equip-cta__btn svg path {
    fill: #d00705;
}

.sidebar .artigo-equip-cta .artigo-equip-cta__btn:hover svg path {
    fill: #940503;
}

/* Botao flutuante WhatsApp (substitui o totop no rodape) */
.footer-whats-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 980;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
    font-size: 1.75rem;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-whats-fab:hover,
.footer-whats-fab:focus {
    color: #fff !important;
    transform: scale(1.03);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55);
}

.footer-whats-fab__label {
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@media (max-width: 479px) {
    .footer-whats-fab {
        right: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
        min-height: 0;
        padding: 0;
    }

    .footer-whats-fab__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

/* Rodape: area principal sem bloco newsletter; textos em #FFF; credito + logo Nuvem */
.page-footer > .uk-container > .page-footer-middle:first-child {
    padding-top: 80px;
}

.page-footer .page-footer-middle {
    color: #fff !important;
}

.page-footer .page-footer-middle p {
    color: #fff !important;
}

.page-footer .page-footer-middle .contacts-list-item__label {
    color: #fff !important;
}

.page-footer .page-footer-middle .contacts-list-item__icon--whatsapp {
    color: #25d366 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
}

.page-footer .page-footer-middle .uk-nav li a {
    color: #fff !important;
}

.page-footer .page-footer-middle .uk-nav li:hover a,
.page-footer .page-footer-middle .uk-nav li:focus a,
.page-footer .page-footer-middle .uk-nav li:active a {
    color: #d00705 !important;
}

.page-footer .page-footer-middle .social-list .social-list__link {
    width: 64px;
    height: 64px;
    font-size: 32px;
    line-height: 1;
    color: #fff !important;
}

.page-footer .page-footer-middle .social-list .social-list__item + .social-list__item {
    margin-left: 18px;
}

.page-footer .page-footer-middle .social-list .social-list__link:hover,
.page-footer .page-footer-middle .social-list .social-list__link:focus,
.page-footer .page-footer-middle .social-list .social-list__link:active {
    color: #fff !important;
}

.page-footer .page-footer-bottom {
    text-align: left;
}

.page-footer .page-footer-bottom__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.page-footer .page-footer-bottom__copy {
    color: #fff !important;
}

.page-footer .page-footer-bottom__agency {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    transition: opacity 0.2s ease;
}

.page-footer .page-footer-bottom__agency:hover,
.page-footer .page-footer-bottom__agency:focus {
    opacity: 0.85;
}

.page-footer .page-footer-bottom__agency img {
    display: block;
    height: 70px;
    width: auto;
    max-width: 100%;
}

/* CTA da home: fundo preto, sem imagem de fundo e textos em branco */
.section-cta {
    background-color: #000000;
    background-image: none;
}

.section-cta__title,
.section-cta__support .support__icon > *,
.section-cta__support .support__label,
.section-cta__support .support__phone,
.section-cta .support__link,
.section-cta .support__link:hover,
.section-cta .support__link:focus {
    color: #ffffff;
}

.section-cta__support {
    border-left-color: #ffffff;
}

@media only screen and (max-width: 639px) {
    .page-footer .page-footer-bottom__row {
        flex-direction: column;
        align-items: flex-start;
    }
}
