* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #0b0f14;
    color: #e9eef5;
    line-height: 1.5;
}

body.modal-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: relative;
    z-index: 50;
    background: rgba(11, 15, 20, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.is-sticky {
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
}

.site-header .container {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.main-nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 600;
    transition: 0.25s ease;
}

.main-nav a:hover {
    color: #21d07a;
}

.btn-primary-link,
.btn-secondary-link,
.section-link-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.25s ease;
}

.btn-primary-link {
    background: #21d07a;
    color: #09110d;
}

.btn-secondary-link,
.section-link-more {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-primary-link:hover,
.btn-secondary-link:hover,
.section-link-more:hover {
    transform: translateY(-2px);
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: #7ee0ff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.section-heading h2 {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 1.15;
    color: #ffffff;
}

.section-heading p {
    margin: 0;
    max-width: 760px;
    color: rgba(233, 238, 245, 0.78);
}

.section-heading-split {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
}

.empty-block {
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(233, 238, 245, 0.84);
}

.slider-section {
    padding: 24px 0 18px;
}

.hero-slider {
    position: relative;
    width: 100%;
    min-height: 640px;
    border-radius: 30px;
    overflow: hidden;
    background: #0b1118;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    isolation: isolate;
}

.hero-slide-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.03);
    transition:
        opacity 1.1s ease,
        visibility 1.1s ease,
        transform 1.8s ease;
}

.hero-slide-item.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
}

.hero-slide-bg,
.hero-slide-bg-empty {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slide-bg-empty {
    background:
        radial-gradient(circle at 75% 20%, rgba(67, 208, 255, 0.12), transparent 24%),
        radial-gradient(circle at 20% 80%, rgba(33, 208, 122, 0.10), transparent 26%),
        linear-gradient(180deg, #0f1722 0%, #0b1118 100%);
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.02) contrast(1.04) brightness(0.76);
    transform: scale(1.02);
}

.hero-slide-item.is-active .hero-slide-image {
    animation: heroKenBurns 7.5s ease forwards;
}

@keyframes heroKenBurns {
    0% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1.08);
    }
}

.hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 34%, rgba(0, 210, 255, 0.10), transparent 24%),
        linear-gradient(90deg, rgba(5, 9, 14, 0.82) 0%, rgba(5, 9, 14, 0.60) 34%, rgba(5, 9, 14, 0.28) 62%, rgba(5, 9, 14, 0.52) 100%),
        linear-gradient(180deg, rgba(5, 9, 14, 0.08) 0%, rgba(5, 9, 14, 0.46) 100%);
}

.hero-slide-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03) 0%, transparent 22%),
        radial-gradient(circle at center, transparent 52%, rgba(0, 0, 0, 0.20) 100%);
    mix-blend-mode: screen;
    opacity: 0.5;
}

.hero-slide-inner {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 88px 86px 72px;
}

.hero-slide-content {
    width: min(100%, 760px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-slide-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin: 0 0 20px;
    border-radius: 999px;
    background: rgba(126, 224, 255, 0.08);
    border: 1px solid rgba(126, 224, 255, 0.16);
    color: #8de7ff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 800;
    backdrop-filter: blur(10px);
    box-shadow:
        0 0 22px rgba(126, 224, 255, 0.14),
        inset 0 0 12px rgba(126, 224, 255, 0.05);
}

.hero-slide-content h1 {
    margin: 0 0 18px;
    max-width: 760px;
    font-size: 66px;
    line-height: 0.95;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.04em;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.06),
        0 0 18px rgba(255, 255, 255, 0.04),
        0 0 28px rgba(0, 0, 0, 0.22),
        0 8px 32px rgba(0, 0, 0, 0.34);
}

.hero-slide-content p {
    margin: 0;
    max-width: 560px;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(245, 249, 255, 0.92);
    text-shadow:
        0 0 12px rgba(0, 0, 0, 0.26),
        0 0 22px rgba(0, 0, 0, 0.18);
}

.hero-slide-actions {
    position: absolute;
    left: 50%;
    bottom: 96px;
    transform: translateX(-50%);
    z-index: 14;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    width: calc(100% - 120px);
    pointer-events: none;
}

.hero-slide-actions .btn-primary-link,
.hero-slide-actions .btn-secondary-link {
    min-height: 58px;
    padding: 15px 30px;
    font-size: 16px;
    white-space: nowrap;
    pointer-events: auto;
    backdrop-filter: blur(12px);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-slide-actions .btn-primary-link {
    background: linear-gradient(180deg, #2ee08a 0%, #1fca75 100%);
    color: #07120d;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.hero-slide-actions .btn-primary-link:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
        0 12px 30px rgba(33, 208, 122, 0.22),
        0 0 24px rgba(33, 208, 122, 0.14);
}

.hero-slide-actions .btn-secondary-link {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-slide-actions .btn-secondary-link:hover {
    transform: translateY(-2px) scale(1.01);
    background: rgba(255, 255, 255, 0.10);
}

.hero-slider-nav {
    position: absolute;
    top: 50%;
    z-index: 14;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 999px;
    background: rgba(8, 13, 19, 0.62);
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(14px);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: 0.25s ease;
}

.hero-slider-nav:hover {
    transform: translateY(-50%) scale(1.05);
    background: rgba(8, 13, 19, 0.86);
}

.hero-slider-nav.prev {
    left: 28px;
}

.hero-slider-nav.next {
    right: 28px;
}

.hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 28px;
    z-index: 14;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-slider-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    transition: 0.28s ease;
    box-shadow: 0 0 10px rgba(255,255,255,0.06);
}

.hero-slider-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

.hero-slider-dot.is-active {
    width: 34px;
    background: linear-gradient(90deg, #24d57d 0%, #7ee0ff 100%);
    box-shadow:
        0 0 20px rgba(33, 208, 122, 0.20),
        0 0 26px rgba(126, 224, 255, 0.10);
}

/* Cards de modelos */
.models-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.model-card,
.moto-spec-card,
.moto-description-card,
.moto-video-card {
    background: #101722;
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.model-card {
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

.model-card:hover {
    transform: translateY(-6px);
    border-color: rgba(36, 213, 125, 0.22);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.model-card-link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.model-image-wrap {
    position: relative;
    aspect-ratio: 16 / 11;
    background: #0b1119;
    overflow: hidden;
    flex: 0 0 auto;
}

.model-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.model-card:hover .model-image {
    transform: scale(1.035);
}

.model-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 260px;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 600;
}

.model-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 20px 20px;
    flex: 1 1 auto;
    min-height: 0;
}

.model-body h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.18;
    color: #ffffff;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.model-body p {
    margin: 0;
    color: rgba(233, 238, 245, 0.78);
    line-height: 1.62;
    min-height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.model-meta {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    padding-top: 8px;
}

.model-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
    flex: 0 0 auto;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.model-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
}

.model-price small {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255,255,255,0.58);
    line-height: 1.35;
}

.model-price strong {
    display: block;
    font-size: 17px;
    line-height: 1.12;
    color: #21d07a;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.model-card:hover .model-cta {
    transform: translateY(-1px);
    border-color: rgba(36, 213, 125, 0.30);
    background: rgba(36, 213, 125, 0.08);
}

.alt-section {
    background: rgba(255, 255, 255, 0.02);
}

.featured-showcase-section {
    position: relative;
}

.featured-models-grid .featured-model-card {
    background: linear-gradient(180deg, #141414 0%, #0a0a0a 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.featured-model-image-wrap {
    position: relative;
}

.featured-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.featured-card-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.featured-price-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.featured-price-block small {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.72;
}

.featured-price-block strong {
    font-size: 26px;
    line-height: 1.1;
}

.featured-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    transition: 0.25s ease;
}

.featured-model-card:hover .featured-card-cta {
    transform: translateY(-2px);
}

/* FAQ */
.faq-section {
    background: #0f1115;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-question {
    display: inline-block;
    color: #7ee0ff;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.88),
        0 2px 8px rgba(0, 0, 0, 0.82);
    transition: color .25s ease, text-shadow .25s ease;
}

.faq-item:hover .faq-question {
    color: #9debff;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 1),
        0 0 8px rgba(0, 0, 0, 0.95),
        0 3px 12px rgba(0, 0, 0, 0.90);
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: #7ee0ff;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 0.95),
        0 0 6px rgba(0, 0, 0, 0.88);
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-answer {
    padding: 0 24px 22px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.faq-answer p {
    margin: 0;
}

/* Contato */
.contact-card {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(180deg, #101925 0%, #0b121a 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #7ee0ff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.12em;
    font-weight: 700;
}

.contact-card h2 {
    margin: 0 0 12px;
    font-size: 38px;
    color: #ffffff;
}

.contact-card p {
    margin: 0;
    color: rgba(233, 238, 245, 0.78);
}

.contact-list {
    display: grid;
    gap: 10px;
    align-content: start;
}

.contact-list div {
    color: rgba(255, 255, 255, 0.9);
}

.site-footer {
    padding: 26px 0;
    background: #070b12;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(233, 238, 245, 0.65);
}

/* Página da moto */
.moto-page {
    background:
        radial-gradient(circle at top right, rgba(0, 255, 163, 0.08), transparent 22%),
        linear-gradient(180deg, #0b0f14 0%, #111822 100%);
}

.moto-hero {
    padding: 34px 0 72px;
}

.breadcrumb-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}

.breadcrumb-line a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.82);
}

.moto-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: start;
}

.moto-gallery {
    min-width: 0;
}

.moto-main-media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #0c1219;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.moto-main-trigger {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.moto-main-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(24, 214, 164, .10), transparent 38%),
        linear-gradient(180deg, rgba(10,16,26,.96), rgba(6,10,18,.98));
}

.moto-main-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.moto-main-placeholder {
    min-height: 520px;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.6);
}

.moto-thumbs-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.moto-thumbs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    padding: 4px 2px 8px;
    scrollbar-width: none;
    flex: 1;
}

.moto-thumbs::-webkit-scrollbar {
    display: none;
}

.moto-thumb {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    background: #0d131b;
    cursor: pointer;
    transition: 0.25s ease;
}

.moto-thumb:hover {
    transform: translateY(-3px);
    border-color: rgba(126, 224, 255, 0.4);
}

.moto-thumb.is-active {
    border-color: #21d07a;
    box-shadow: 0 0 0 3px rgba(33, 208, 122, 0.16);
}

.moto-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moto-thumbs-nav {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(16, 23, 34, 0.92);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    transition: 0.25s ease;
}

.moto-thumbs-nav:hover {
    transform: translateY(-2px);
    background: #182230;
}

.moto-info-card {
    border-radius: 24px;
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(24, 214, 164, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(20, 28, 39, 0.92) 0%, rgba(13, 19, 27, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.03);
    backdrop-filter: blur(14px);
}

.moto-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #7ee0ff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.moto-info-card h1 {
    margin: 0 0 14px;
    font-size: 44px;
    line-height: 1.08;
    color: #fff;
}

.moto-price {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #21d07a;
}

.moto-short-description {
    margin: 0 0 24px;
    color: rgba(233, 238, 245, 0.82);
    line-height: 1.7;
    font-size: 16px;
}

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

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

.moto-highlight-box {
    border-radius: 18px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.moto-highlight-box small {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.moto-highlight-box strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.moto-specs-section,
.moto-description-section,
.moto-video-section {
    padding: 72px 0;
}

.moto-specs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.moto-spec-card {
    border-radius: 20px;
    padding: 22px;
}

.moto-spec-card span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.moto-spec-card strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.35;
}

.moto-description-card {
    border-radius: 24px;
    padding: 28px;
}

.moto-description-text {
    color: rgba(233, 238, 245, 0.82);
    line-height: 1.9;
    font-size: 16px;
}

/* Modal da galeria */
.moto-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
}

.moto-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.moto-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 8, 12, 0.88);
    backdrop-filter: blur(5px);
}

.moto-modal-dialog {
    position: absolute;
    inset: 3vh 3vw;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moto-modal-shell {
    position: relative;
    width: min(1480px, 100%);
    height: min(94vh, 980px);
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 16px;
    padding: 24px 24px 20px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8,17,29,0.96), rgba(4,10,18,0.985));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

.moto-modal-counter {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 18;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(7,14,24,0.70);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    backdrop-filter: blur(10px);
}

.moto-modal-content {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a1017;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.moto-modal-stage {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
}

.moto-modal-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    transition: opacity .18s ease;
}

.moto-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 18;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.moto-modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 18;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #111;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.moto-modal-nav.prev {
    left: 18px;
}

.moto-modal-nav.next {
    right: 18px;
}

.moto-modal-thumbs-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.moto-modal-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex: 1;
    min-width: 0;
    padding: 2px;
}

.moto-modal-thumbs::-webkit-scrollbar {
    display: none;
}

.moto-modal-thumb {
    flex: 0 0 92px;
    width: 92px;
    height: 72px;
    padding: 0;
    border: 1px solid rgba(130,150,185,0.18);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(10,18,30,0.88);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.moto-modal-thumb:hover {
    transform: translateY(-2px);
    border-color: rgba(24,214,164,0.55);
}

.moto-modal-thumb.is-active {
    border-color: #18d6a4;
    box-shadow: 0 0 0 2px rgba(24,214,164,0.18);
}

.moto-modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moto-modal-thumbs-nav {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(120,145,185,0.18);
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.moto-video-card {
    border-radius: 24px;
    padding: 18px;
}

.moto-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

.moto-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.moto-cnh-watermark {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 120px;
    max-width: 28%;
    opacity: 0.92;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.28));
    pointer-events: none;
}

.moto-cnh-watermark img {
    display: block;
    width: 100%;
    height: auto;
}

.moto-cnh-alert {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    margin: 0 0 18px;
    border-radius: 999px;
    background: rgba(33, 208, 122, 0.14);
    border: 1px solid rgba(33, 208, 122, 0.30);
    color: #8ff0b8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

/* ===== VoltRide Home blocks + contact CTA ===== */
.content-block-section {
    padding: 18px 0;
}

.content-block {
    position: relative;
    padding: 34px 32px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, rgba(10,18,28,0.94) 0%, rgba(7,14,22,0.98) 100%);
    box-shadow: 0 18px 50px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.04);
    overflow: hidden;
}

.content-block::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(0,255,200,0.08), transparent 28%);
}

.block-featured {
    background: linear-gradient(180deg, rgba(8,18,30,0.97) 0%, rgba(6,12,20,1) 100%);
}

.block-showroom {
    background: linear-gradient(180deg, rgba(10,16,26,0.97) 0%, rgba(7,12,19,1) 100%);
}

.block-faq,
.contact-block {
    background: linear-gradient(180deg, rgba(12,19,30,0.97) 0%, rgba(8,13,20,1) 100%);
}

.featured-models-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showroom-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-logo-image {
    display: block;
    max-width: 220px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.site-logo-text {
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .4px;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.contact-cta-whatsapp,
.contact-cta-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: all .25s ease;
}

.contact-cta-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #19b955 100%);
    color: #04110a;
    box-shadow: 0 14px 34px rgba(37,211,102,0.22);
}

.contact-cta-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(37,211,102,0.30);
}

.contact-cta-phone {
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.03);
    color: #fff;
}

.contact-cta-phone:hover {
    transform: translateY(-2px);
    border-color: rgba(79,227,255,0.38);
    background: rgba(79,227,255,0.08);
}

.contact-list a {
    color: #7ef5d0;
    text-decoration: none;
}

.contact-list a:hover {
    text-decoration: underline;
}

/* Responsivo */
@media (max-width: 1100px) {
    .models-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .featured-models-grid,
    .showroom-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-card,
    .moto-grid {
        grid-template-columns: 1fr;
    }

    .moto-specs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-slide-inner {
        padding: 72px 68px 60px;
    }

    .hero-slide-actions {
        justify-content: flex-start;
        margin-top: 24px;
    }
}

@media (max-width: 992px) {
    .hero-slider,
    .hero-slide-inner {
        min-height: 540px;
    }

    .hero-slide-content h1 {
        font-size: 46px;
    }

    .hero-slide-content p {
        font-size: 17px;
    }

    .hero-slider-nav.prev {
        left: 18px;
    }

    .hero-slider-nav.next {
        right: 18px;
    }
}

@media (max-width: 768px) {
    .site-header .container {
        min-height: 72px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        padding: 14px 0;
    }

    .hero-slider {
        min-height: 520px;
    }

    .hero-slide-inner {
        min-height: 520px;
        padding: 30px 22px 70px;
        align-items: flex-start;
    }

    .hero-slide-content {
        width: 100%;
        max-width: 100%;
    }

    .hero-slide-content h1 {
        font-size: 36px;
        line-height: 1.02;
        margin-bottom: 14px;
    }

    .hero-slide-content p {
        font-size: 16px;
        line-height: 1.55;
    }

    .hero-slide-actions {
        justify-content: flex-start;
        gap: 12px;
        margin-top: 22px;
        width: calc(100% - 44px);
        bottom: 72px;
    }

    .hero-slide-actions .btn-primary-link,
    .hero-slide-actions .btn-secondary-link {
        min-height: 50px;
        padding: 12px 22px;
        font-size: 15px;
    }

    .hero-slider-nav {
        width: 44px;
        height: 44px;
        font-size: 28px;
    }

    .hero-slider-nav.prev {
        left: 10px;
    }

    .hero-slider-nav.next {
        right: 10px;
    }

    .content-block {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .featured-models-grid,
    .showroom-grid {
        grid-template-columns: 1fr;
    }

    .site-logo-image {
        max-width: 180px;
        max-height: 52px;
    }

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

    .contact-cta-whatsapp,
    .contact-cta-phone {
        width: 100%;
    }

    .moto-thumbs-nav {
        display: none;
    }

    .moto-thumb {
        flex: 0 0 82px;
        width: 82px;
        height: 82px;
    }

    .moto-modal-dialog {
        inset: 12px;
    }

    .moto-modal-shell {
        width: 100%;
        height: min(92vh, 920px);
        padding: 16px 16px 14px;
        border-radius: 22px;
        gap: 12px;
    }

    .moto-modal-content {
        border-radius: 18px;
    }

    .moto-modal-stage {
        padding: 20px;
    }

    .moto-modal-thumb {
        flex-basis: 78px;
        width: 78px;
        height: 62px;
        border-radius: 14px;
    }

    .moto-modal-nav {
        width: 44px;
        height: 44px;
        font-size: 28px;
    }

    .moto-modal-nav.prev {
        left: 8px;
    }

    .moto-modal-nav.next {
        right: 8px;
    }

    .moto-modal-close {
        top: 8px;
        right: 8px;
        width: 42px;
        height: 42px;
        font-size: 28px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1180px);
    }

    .models-grid,
    .moto-highlights,
    .moto-specs-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .contact-card h2 {
        font-size: 28px;
    }

    .model-body {
        padding: 18px 16px 18px;
    }

    .model-body h3 {
        min-height: auto;
        font-size: 21px;
    }

    .model-body p {
        min-height: auto;
        -webkit-line-clamp: 4;
    }

    .model-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .model-price strong {
		font-size: clamp(17px, 1.4vw, 20px);		
        white-space: normal;
    }
	
    .model-cta {
        width: 100%;
    }

    .moto-info-card h1 {
        font-size: 34px;
    }

    .moto-price {
        font-size: 28px;
    }

    .moto-main-img-wrap,
    .moto-main-placeholder {
        min-height: 320px;
    }

    .section-heading p,
    .moto-description-text {
        font-size: 16px;
    }

    .moto-cnh-watermark {
        width: 92px;
        top: 12px;
        right: 12px;
    }

    .moto-modal-counter {
        top: 10px;
        left: 10px;
        min-height: 36px;
        padding: 0 12px;
        font-size: 12px;
    }

    .moto-modal-thumbs-nav {
        display: none;
    }
}

.cookie-consent {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 7, 12, 0.72);
    backdrop-filter: blur(6px);
}

.cookie-consent__dialog {
    position: relative;
    z-index: 2;
    width: min(520px, calc(100% - 28px));
    padding: 28px 24px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(12,18,28,0.98), rgba(8,12,20,0.99));
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 30px 80px rgba(0,0,0,0.42);
    text-align: center;
}

.cookie-consent__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    font-size: 28px;
}

.cookie-consent__dialog h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.1;
    color: #ffffff;
}

.cookie-consent__dialog p {
    margin: 0;
    color: rgba(233,238,245,0.82);
    line-height: 1.7;
    font-size: 15px;
}

.cookie-consent__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
    flex-wrap: wrap;
}

.cookie-btn {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.14);
    font-weight: 800;
    cursor: pointer;
    transition: 0.25s ease;
}

.cookie-btn--primary {
    background: #21d07a;
    color: #07110c;
    border-color: transparent;
}

.cookie-btn--secondary {
    background: rgba(255,255,255,0.05);
    color: #ffffff;
}

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

body.cookie-consent-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .cookie-consent__dialog {
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    .cookie-consent__dialog h3 {
        font-size: 24px;
    }

    .cookie-consent__actions {
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }
}