:root {
    --motaservicos-blue: #0057b8;
    --motaservicos-navy: #0d2647;
    --motaservicos-dark: #1d252c;
    --motaservicos-ink: #26364d;
    --motaservicos-muted: #667085;
    --motaservicos-soft: #f4f7fb;
    --motaservicos-line: #d9e2ef;
}

body {
    color: var(--motaservicos-ink);
}

.site-topbar {
    background: #f7f7f7;
    border-bottom: 1px solid #ededed;
    color: #777;
    font-size: 13px;
    min-height: 42px;
    padding: 9px 0;
}

.site-topbar a,
.site-top-contact a {
    color: #777;
    text-decoration: none;
    transition: color .2s ease;
}

.site-topbar a:hover,
.site-top-contact a:hover {
    color: var(--motaservicos-blue);
}

.site-topbar-links,
.site-top-contact {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-top-contact i {
    color: var(--motaservicos-blue);
    margin-right: 6px;
}

.site-header .header-body {
    background: #fff;
    border-bottom: 1px solid #e9edf2;
    box-shadow: 0 2px 18px rgba(13, 38, 71, .05);
}

.header-logo img {
    height: 74px;
    max-width: 250px;
    object-fit: contain;
}

#header .header-nav-main nav > ul > li > a {
    color: var(--motaservicos-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
}

#header .header-nav-main nav > ul > li > a:hover,
#header .header-nav-main nav > ul > li > a.login-link {
    color: var(--motaservicos-blue);
}

.header-btn-collapse-nav {
    background: var(--motaservicos-blue);
    color: #fff;
}

.hero-classic-mota {
    background: #fff;
    border-bottom: 1px solid #edf1f5;
    overflow: hidden;
    position: relative;
}

.hero-classic-mota:after {
    display: none;
}

.hero-classic-mota .container {
    position: relative;
    z-index: 1;
}

.min-vh-75 {
    min-height: 72vh;
}

.eyebrow {
    color: var(--motaservicos-blue);
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hero-title {
    color: var(--motaservicos-navy);
    font-size: clamp(34px, 3.2vw, 50px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0 0 22px;
    max-width: 620px;
}

.hero-text {
    color: var(--motaservicos-muted);
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 30px;
    max-width: 610px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 26px;
}

.trust-row {
    color: var(--motaservicos-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trust-row span {
    align-items: center;
    background: #fff;
    border: 1px solid var(--motaservicos-line);
    border-radius: 4px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    padding: 9px 12px;
}

.trust-row i {
    color: var(--motaservicos-blue);
}

.hero-image-stage {
    margin-left: auto;
    max-width: 720px;
    position: relative;
    z-index: 1;
}

.hero-client-image {
    display: block;
    height: auto;
    width: 100%;
}



.classic-intro {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 55%, rgba(255, 255, 255, .96) 100%),
        url("../img/map.png") center center / min(980px, 92vw) auto no-repeat #fff;
    border-bottom: 1px solid #edf1f5;
    min-height: 340px;
}

.classic-intro h2 {
    color: var(--motaservicos-navy);
    font-size: clamp(26px, 2.6vw, 38px);
    font-weight: 800;
    line-height: 1.16;
    margin-bottom: 12px;
}

.classic-intro p,
.section-lead {
    color: var(--motaservicos-muted);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.classic-process {
    background: #fff;
}

.section-title {
    color: var(--motaservicos-navy);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 18px;
}

.process-box {
    background: #fff;
    border: 1px solid var(--motaservicos-line);
    border-radius: 6px;
    height: 100%;
    padding: 34px 28px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.process-box:hover {
    box-shadow: 0 18px 44px rgba(13, 38, 71, .09);
    transform: translateY(-3px);
}

.process-icon {
    align-items: center;
    background: #edf5ff;
    border-radius: 50%;
    color: var(--motaservicos-blue);
    display: inline-flex;
    font-size: 28px;
    height: 72px;
    justify-content: center;
    margin-bottom: 22px;
    width: 72px;
}

.process-box h3 {
    color: var(--motaservicos-navy);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.process-box p {
    color: var(--motaservicos-muted);
    line-height: 1.65;
    margin: 0;
}

.classic-features {
    background: var(--motaservicos-soft);
    border-top: 1px solid #edf1f5;
}

.feature-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-item {
    align-items: center;
    background: #fff;
    border: 1px solid var(--motaservicos-line);
    border-radius: 6px;
    display: flex;
    gap: 14px;
    min-height: 84px;
    padding: 18px;
}

.feature-item i {
    align-items: center;
    background: #edf5ff;
    border-radius: 50%;
    color: var(--motaservicos-blue);
    display: inline-flex;
    flex: 0 0 40px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.feature-item span {
    color: var(--motaservicos-ink);
    font-weight: 700;
    line-height: 1.35;
}

.contact-box,
.auth-card {
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(13, 38, 71, .08);
    padding: 32px;
}

.auth-section {
    align-items: center;
    background: var(--motaservicos-soft);
    display: flex;
    min-height: calc(100vh - 120px);
    padding: 60px 0;
}

.auth-logo {
    display: block;
    margin: 0 auto 24px;
    max-width: 240px;
}

.auth-card h1 {
    color: var(--motaservicos-navy);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center;
}

.site-password-field {
    position: relative;
}

.site-password-field .form-control {
    padding-right: 52px;
}

.site-password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 4px;
    color: #536273;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: color .2s ease, background-color .2s ease;
    width: 40px;
}

.site-password-toggle:hover {
    background: #eef4fb;
    color: var(--motaservicos-blue);
}

.site-password-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgba(0, 113, 227, .2);
    outline: 0;
}

.site-password-toggle i {
    font-size: 17px;
    pointer-events: none;
}

.privacy-content h2 {
    color: var(--motaservicos-navy);
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}

.site-footer {
    background: var(--motaservicos-dark);
    color: rgba(255, 255, 255, .78);
}

.footer-logo {
    max-width: 250px;
}

.footer-company-info {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.55;
    max-width: 360px;
}

.footer-company-info i {
    color: #fff;
}

.site-footer h5,
.site-footer a,
.site-footer i {
    color: #fff;
}

.site-footer .footer-copyright {
    background: rgba(0, 0, 0, .22);
}

.cookie-consent {
    align-items: center;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    bottom: 18px;
    box-shadow: 0 16px 50px rgba(13, 38, 71, .18);
    display: none;
    gap: 18px;
    left: 18px;
    max-width: 520px;
    padding: 16px;
    position: fixed;
    z-index: 9999;
}

.cookie-consent p {
    margin: 0;
}

@media (max-width: 991px) {
    .hero-classic-mota:after {
        display: none;
    }

    .hero-image-stage {
        margin: 0 auto;
    }

    .site-top-contact {
        display: none;
    }

    .site-topbar-links {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
.header-logo img {
        height: 58px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .cookie-consent {
        align-items: flex-start;
        flex-direction: column;
        max-width: calc(100% - 36px);
    }
}
