:root {
    --navy: #061b3a;
    --blue: #0057b8;
    --sky: #00aeef;
    --gold: #ffc107;
    --soft: #f5f7fa;
    --ink: #102033;
    --muted: #667085;
    --border: rgba(16, 32, 51, 0.12);
    --shadow: 0 18px 50px rgba(6, 27, 58, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1100;
    padding: 0.65rem 1rem;
    color: #fff;
    background: var(--blue);
    border-radius: 999px;
    transform: translateY(-140%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    padding: 0.5rem 0;
    transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
    padding: 0.2rem 0;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 28px rgba(6, 27, 58, 0.12);
    backdrop-filter: blur(16px);
}

.navbar-brand img {
    width: 192px;
    max-height: 64px;
    object-fit: contain;
}

.navbar-toggler {
    border: 0;
    box-shadow: none;
}

.site-header:not(.is-scrolled) .nav-link,
.site-header:not(.is-scrolled) .navbar-toggler {
    color: #fff;
}

.site-header.is-scrolled .nav-link,
.site-header.is-scrolled .navbar-toggler {
    color: var(--navy);
}

.site-header .nav-link {
    font-weight: 700;
    padding: 0.75rem 0.85rem;
    border-radius: 999px;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    color: var(--sky);
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    padding: 0.78rem 1.2rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 14px 32px rgba(0, 87, 184, 0.24);
}

.btn-primary:hover,
.btn-primary:focus {
    background: #004a9d;
    border-color: #004a9d;
}

.btn-warning {
    color: #1d2633;
    background: var(--gold);
    border-color: var(--gold);
    box-shadow: 0 14px 32px rgba(255, 193, 7, 0.28);
}

.hero-section {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    padding: 9rem 0 4rem;
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media {
    background: url("../img/hero-estacionamento.jpg") center / cover no-repeat;
    transform: scale(1.03);
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(6, 27, 58, 0.94) 0%, rgba(6, 27, 58, 0.74) 45%, rgba(6, 27, 58, 0.28) 100%),
        linear-gradient(0deg, rgba(6, 27, 58, 0.72) 0%, rgba(6, 27, 58, 0) 44%);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 36px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.hero-section h1 {
    max-width: 920px;
    margin-bottom: 1.25rem;
    line-height: 1.06;
}

.hero-text {
    max-width: 790px;
    margin-bottom: 1.7rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero-info {
    padding: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.hero-info strong,
.hero-info span {
    display: block;
}

.hero-info strong {
    font-size: 1.2rem;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 3rem;
}

.hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.65rem 0.9rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.trust-strip {
    position: relative;
    z-index: 2;
    margin-top: -2.4rem;
    padding-bottom: 4rem;
}

.feature-card,
.benefit-card,
.step-card,
.contact-form,
.contact-card,
.thanks-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.feature-card {
    height: 100%;
    padding: 1.4rem;
}

.feature-card i,
.benefit-card i,
.step-card i {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    color: var(--blue);
    font-size: 1.45rem;
    border-radius: 8px;
    background: rgba(0, 174, 239, 0.12);
}

.feature-card h2,
.benefit-card h3,
.step-card h3 {
    margin-bottom: 0.45rem;
    color: var(--navy);
    font-size: 1.08rem;
    font-weight: 900;
}

.feature-card p,
.benefit-card p,
.step-card p {
    margin: 0;
    color: var(--muted);
}

.section-pad {
    padding: 5.8rem 0;
}

.section-soft {
    background: var(--soft);
}

.section-heading {
    max-width: 680px;
    margin-bottom: 3rem;
}

.section-title {
    margin-bottom: 1rem;
    color: var(--navy);
    font-weight: 900;
    line-height: 1.12;
}

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

.benefit-card {
    height: 100%;
    padding: 1.35rem;
    box-shadow: 0 10px 34px rgba(6, 27, 58, 0.08);
}

.step-card {
    position: relative;
    height: 100%;
    padding: 1.5rem;
    overflow: hidden;
}

.step-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--navy);
    font-weight: 900;
    border-radius: 50%;
    background: var(--gold);
}

.cta-band {
    padding: 4rem 0;
    color: #fff;
    background: linear-gradient(135deg, var(--navy), #0b3c7a);
}

.cta-band h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
}

.cta-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
}

.address-box {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1.2rem;
    color: var(--navy);
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(6, 27, 58, 0.08);
}

.address-box i {
    color: var(--blue);
    font-size: 1.5rem;
}

.map-frame {
    min-height: 420px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
}

.faq-accordion .accordion-item {
    margin-bottom: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
}

.faq-accordion .accordion-button {
    color: var(--navy);
    font-weight: 850;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--blue);
    background: rgba(0, 174, 239, 0.1);
}

.contact-section {
    background:
        linear-gradient(180deg, #fff 0%, #fff 42%, var(--soft) 42%, var(--soft) 100%);
}

.contact-card {
    padding: 1.25rem;
    box-shadow: 0 10px 34px rgba(6, 27, 58, 0.08);
}

.contact-card p {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 0.85rem;
    color: var(--navy);
    font-weight: 750;
}

.contact-card p:last-child {
    margin-bottom: 0;
}

.contact-card i {
    color: var(--blue);
}

.contact-form {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.form-label {
    color: var(--navy);
    font-weight: 800;
}

.form-control {
    min-height: 52px;
    border-color: var(--border);
    border-radius: 8px;
}

textarea.form-control {
    min-height: 140px;
}

.form-control:focus {
    border-color: var(--sky);
    box-shadow: 0 0 0 0.25rem rgba(0, 174, 239, 0.16);
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-status {
    min-height: 28px;
    margin-bottom: 0.75rem;
    color: var(--muted);
    font-weight: 700;
}

.form-status.is-error {
    color: #b42318;
}

.form-status.is-success {
    color: #067647;
}

.site-footer {
    padding: 4.5rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    background: var(--navy);
}

.site-footer img {
    margin-bottom: 1.2rem;
    padding: 0.4rem;
    border-radius: 8px;
    background: #fff;
}

.site-footer h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.site-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li {
    margin-bottom: 0.5rem;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--gold);
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.35rem;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
}

.whatsapp-float,
.back-to-top {
    position: fixed;
    right: 1.25rem;
    z-index: 1030;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 14px 34px rgba(6, 27, 58, 0.22);
}

.whatsapp-float {
    bottom: 1.25rem;
    width: 62px;
    height: 62px;
    color: #fff;
    font-size: 1.85rem;
    background: #25d366;
    animation: pulse 2.4s infinite;
}

.back-to-top {
    bottom: 5.6rem;
    width: 46px;
    height: 46px;
    color: var(--navy);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.thanks-page {
    min-height: 100svh;
    background:
        linear-gradient(135deg, rgba(6, 27, 58, 0.94), rgba(0, 87, 184, 0.82)),
        url("../img/hero-estacionamento.jpg") center / cover;
}

.thanks-wrap {
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: 2rem;
}

.thanks-card {
    max-width: 680px;
    padding: clamp(1.5rem, 5vw, 3rem);
    text-align: center;
}

.thanks-card img {
    margin-bottom: 1.5rem;
}

.thanks-card h1 {
    color: var(--navy);
    font-weight: 900;
}

.thanks-card p {
    color: var(--muted);
    font-size: 1.1rem;
}

.thanks-icon {
    display: block;
    margin-bottom: 1rem;
    color: #12b76a;
    font-size: 3rem;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.42);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 991.98px) {
    .site-header {
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 8px 28px rgba(6, 27, 58, 0.1);
    }

    .site-header:not(.is-scrolled) .nav-link,
    .site-header:not(.is-scrolled) .navbar-toggler {
        color: var(--navy);
    }

    .navbar-collapse {
        padding: 1rem 0 0.5rem;
    }

    .nav-cta {
        width: 100%;
        margin-top: 0.6rem;
    }

    .hero-section {
        min-height: auto;
        padding: 8.8rem 0 3rem;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(6, 27, 58, 0.92), rgba(6, 27, 58, 0.72));
    }

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

    .map-frame,
    .map-frame iframe {
        min-height: 340px;
        height: 340px;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 156px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-badges span {
        width: 100%;
    }

    .section-pad {
        padding: 4.2rem 0;
    }

    .trust-strip {
        margin-top: 0;
        padding-top: 1rem;
    }

    .whatsapp-float {
        right: 0.9rem;
        bottom: 0.9rem;
        width: 58px;
        height: 58px;
    }

    .back-to-top {
        right: 0.95rem;
        bottom: 5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
