:root {
    --bg: #ffffff;
    --bg-soft: #f7f7f7;
    --primary: #ff4d00;
    --text: #1a1a1a;
    --muted: #5f5f5f;
    --border: #e2e2e2
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6
}

section[id] {
    scroll-margin-top: 90px
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit
}

.container {
    width: min(1100px, 92%);
    margin: 0 auto
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    background: var(--primary);
    color: var(--text);
    padding: .6rem .8rem;
    border-radius: .5rem;
    z-index: 999
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border)
}

.header-content {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem
}

.logo {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .75rem
}

.logo-image {
    width: 52px;
    height: 52px;
    border-radius: .55rem;
    object-fit: cover
}

.logo-text {
    font-weight: 700
}

.main-nav {
    display: flex;
    align-items: center;
    gap: .35rem;
    flex-wrap: wrap
}

.main-nav a {
    text-decoration: none;
    color: #4d4d4d;
    font-weight: 700;
    font-size: .92rem;
    padding: .45rem .7rem;
    border-radius: 999px;
    transition: background-color .2s ease, color .2s ease
}

.main-nav a:hover {
    color: var(--primary);
    /* background: rgba(255, 77, 0, .1) */
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: .65rem;
    padding: .72rem 1.05rem;
    font-weight: 700;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
    cursor: pointer
}

.btn:hover {
    transform: translateY(-2px)
}

.btn:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px
}

.btn-primary,
.btn-whatsapp {
    background: var(--primary);
    color: #fff
}

.btn-primary:hover,
.btn-whatsapp:hover {
    background: #e64500
}

.btn-outline {
    border-color: var(--primary);
    color: var(--primary)
}

.btn-outline:hover {
    background: rgba(255, 77, 0, .1)
}

.hero {
    padding: 5rem 0 4rem;
    background: linear-gradient(140deg, #fff7f2 0%, #fdd0b8 100%);
}

.hero-inner {
    display: grid;
    gap: 2rem;
    align-items: center
}

.hero-text h1 {
    margin: .4rem 0 1rem;
    line-height: 1.2;
    font-size: clamp(1.8rem, 4vw, 3rem)
}

.hero-kicker {
    color: var(--primary);
    margin: 0;
    font-weight: 700
}

.hero-subtitle {
    color: var(--muted);
    max-width: 560px;
    margin: 0 0 1.5rem
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem
}

.btn-reviews {
    display: inline-flex;
    align-items: center;
    gap: .45rem
}

.btn-reviews i {
    width: 18px;
    height: 18px
}

.hero-aside {
    text-align: center;
    max-width: 420px;
    margin: 0 auto
}

/* .hero-photo {
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 16px 40px rgba(255, 77, 0, .12)
}

.hero-photo img {
    width: 90%;
    height: auto;
    aspect-ratio: 440/520;
    object-fit: cover;
    display: block
} */

.hero-photo {
    margin: 0px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: 0 16px 40px rgba(255, 77, 0, .12);

    width: 300px;
    /* importante */
    height: 300px;
    /* importante */
}

.hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-owner-name {
    margin: .85rem 0 .25rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text)
}

.hero-experience {
    margin: 0;
    font-size: .95rem;
    color: var(--muted);
    line-height: 1.5
}

.section {
    padding: 3.5rem 0;
}

.section-alt {
    background: var(--bg-soft)
}

h2 {
    margin-top: 0;
    margin-bottom: 1.4rem;
    font-size: clamp(1.4rem, 3vw, 2rem)
}

.section-highlight {
    background: linear-gradient(180deg, #fff8f4 0%, #fff 100%);
    border-top: 1px solid rgba(255, 77, 0, .25);
    border-bottom: 1px solid rgba(255, 77, 0, .25)
}

.cards-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr
}

.card {
    border: 1px solid var(--border);
    border-radius: .9rem;
    padding: 1.1rem;
    background: #fff
}

.icon-logo {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: .7rem;
    background: rgba(255, 77, 0, .12);
    color: var(--primary)
}

.icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: .7rem;
    background: rgba(255, 77, 0, .12);
    color: var(--primary)
}

.icon i {
    width: 22px;
    height: 22px
}

.card h3 {
    margin: .45rem 0
}

.card p {
    margin: 0;
    color: var(--muted)
}

.card p+p {
    margin-top: .7rem
}

.services-gallery {
    margin-top: 1.4rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: .95rem;
    background: #fff
}

.services-gallery h3 {
    margin: .1rem 0 .6rem
}

.service-images-grid {
    display: grid;
    gap: .9rem;
    grid-template-columns: 1fr
}

.service-image-card {
    margin: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: .8rem;
    overflow: hidden
}

.service-image-card img {
   width: 100%;
    height: 240px;
    object-fit: cover;
}

.service-image-card figcaption {
    padding: .75rem;
    color: var(--muted)
}

.section-intro {
    margin-top: -.4rem;
    margin-bottom: 1rem;
    color: var(--muted)
}

.fleet-list {
    display: grid;
    gap: 1rem
}

.fleet-item {
    display: grid;
    gap: 1rem;
    align-items: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: .95rem;
    padding: 1rem
}

.fleet-content h3 {
    margin: .3rem 0 .45rem
}

.fleet-content p {
    margin: 0;
    color: var(--muted)
}

.fleet-label {
    display: inline-block;
    margin: 0 0 .55rem;
    padding: .3rem .55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 77, 0, .4);
    color: var(--primary);
    background: rgba(255, 77, 0, .08);
    font-size: .82rem;
    font-weight: 700
}

.fleet-label-pill {
    cursor: default;
    pointer-events: none;
    user-select: none
}

.fleet-media {
    margin: 0
}

.fleet-media img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: .75rem
}

.features-list {
    padding-left: 1.1rem;
    margin: 0
}

.features-list li {
    margin-bottom: .45rem
}

.regions-grid {
    display: grid;
    gap: .9rem;
    grid-template-columns: 1fr
}

.region-card {
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #8f8f8f;
}

.region-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: .75rem;
    background: rgba(255, 77, 0, .14);
    color: var(--primary)
}

.region-icon i {
    width: 21px;
    height: 21px
}

.region-card h3 {
    margin: .7rem 0 .35rem
}

.region-card p {
    margin: 0;
    color: var(--muted)
}

.form-text {
    color: var(--muted);
    margin: 0 0 1rem
}

form {
    margin-top: 1rem;
    display: grid;
    gap: .2rem;
}

.h2-orca {
    margin-left: 17%;
    justify-content: left;
}

.field {
    display: grid;
    gap: .35rem
}

label {
    font-weight: 700
}

.form-row {
    display: grid;
    gap: .9rem;
    grid-template-columns: 1fr
}

.maps-link {
    font-size: .82rem;
    text-decoration: none;
    color: var(--primary);
    border: 1px solid rgba(255, 77, 0, .4);
    padding: .25rem .55rem;
    border-radius: 999px;
    font-weight: 700
}

.maps-link:hover {
    background: rgba(255, 77, 0, .08)
}

.maps-link-full {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    margin-bottom: .2rem;
    padding: .55rem .8rem;
    border-radius: .75rem;
    font-size: .88rem
}

.maps-link-full i {
    width: 17px;
    height: 17px
}

.hint-message {
    color: #6d6d6d;
    min-height: 1em
}

input,
textarea {
    width: 100%;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text);
    border-radius: .55rem;
    padding: .8rem .85rem;
    font: inherit
}

.orçamento-layout {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.orcamento-info {
    max-width: 240px;
}


#lead-form {
    width: 100%;
}

input::placeholder,
textarea::placeholder {
    color: #8f8f8f
}

.opcional {
    color: #8f8f8f;
    font-size: small;
}

input:focus,
textarea:focus {
    outline: 2px solid var(--primary);
    border-color: transparent
}

.error-message {
    min-height: 1em;
    color: #ff7e4f
}

.input-error {
    border-color: #ff7e4f
}

.btn-submit {
    width: 100%;
    margin-top: .4rem
}

.site-footer {
    border-top: 1px solid #2f2f2f;
    padding: 2rem 0 0;
    background: #1f1f1f;
    color: #d6d6d6
}

.footer-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr
}

.footer-container h3,
.footer-container h4 {
    margin: 0 0 .45rem;
    color: #fff
}

.footer-container p {
    margin: .2rem 0
}

.footer-bottom {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    border-top: 2px solid #2f2f2f;
    
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    gap: .8rem;
    flex-wrap: wrap;
    align-items: center;
    padding: .9rem 0
}

.footer-bottom-content p {
    margin: 0;
    color: #bdbdbd;
}

.footer-linkedin {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    text-decoration: none;
    color: #c6c6c6;
    font-size: .9rem;
    transition: color .2s ease
}

.footer-linkedin:hover {
    color: var(--primary)
}

.footer-linkedin svg {
    width: 17px;
    height: 17px;
}

.differentials-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr
}

.differential-card {
    background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
    border: 1px solid var(--border);
    border-radius: .95rem;
    padding: 1.1rem;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease
}

.differential-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 77, 0, .6);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28)
}

.differential-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: .7rem;
    background: rgba(255, 77, 0, .16);
    color: var(--primary)
}

.differential-icon i {
    width: 21px;
    height: 21px
}

.differential-card h3 {
    margin: .75rem 0 .35rem
}

.differential-card p {
    margin: 0;
    color: var(--muted)
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .6s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:680px) {
    .container {
        width: 100%;
        max-width: 1100px;
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
        box-sizing: border-box
    }

    .hero-photo {
        margin: auto;
    }

    .icon-logo {
        align-items: center;
    }

    .header-content {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: .7rem 1;
        flex-wrap: wrap;
    }

    .header-content {
        align-items: end;
    }

    .header-contact {
        width: auto;
    }

    .btn-header-contact {
        width: auto;
        justify-content: center;
    }


    .logo-image {
        display: none
    }

    /* .logo-text {
        display: 
    } */

    .main-nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .45rem
    }

    .main-nav a {
        text-align: center;
        font-size: .90rem;
        padding: .5rem .30rem
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: .65rem
    }

    .hero-actions .btn {
        width: 100%;
        justify-content: center;
        min-height: 48px
    }

    .maps-link-full {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        box-sizing: border-box
    }

    #orcamento form {
        padding-bottom: max(1.25rem, env(safe-area-inset-bottom))
    }

    .btn-submit {
        margin-top: .35rem;
        margin-bottom: .25rem;
        box-sizing: border-box
    }
}

@media (min-width:900px) {
    .hero-inner {
        grid-template-columns: 1.05fr .95fr;
        gap: 2.5rem
    }

    /* form */
    .orçamento-layout {
        grid-template-columns: 400px 1fr;
    }

    .hero-aside {
        text-align: left;
        margin: 0;
        justify-self: end;
        max-width: 100%
    }
}

@media (min-width:760px) {
    .cards-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .service-images-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .fleet-item {
        grid-template-columns: 1fr 1fr;
        padding: 1.2rem
    }

    .fleet-item.reverse .fleet-media {
        order: 1
    }

    .fleet-item.reverse .fleet-content {
        order: 2
    }

    .fleet-media img {
        height: 280px
    }

    .differentials-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .regions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .region-card:last-child {
        grid-column: 2/span 1
    }

    .form-row {
        grid-template-columns: 1fr 1fr
    }

    .footer-container {
        grid-template-columns: 1.2fr 1fr
    }

    .btn-submit {
        width: auto;
        justify-self: start
    }
}