* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --red: #cf1f25;
    --red-dark: #b8161c;
    --text: #2a2a2a;
    --muted: #666;
    --white: #fff;
    --shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.06);
    --radius: 22px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.5;
}

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

a {
    text-decoration: none;
}

.container {
    width: min(1180px, 92%);
    margin: 0 auto;
}

/* HEADER */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header.hide {
    transform: translateY(-100%);
    opacity: 0;
}

.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-script {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-style: italic;
    color: #222;
}

.logo-text {
    font-size: 2rem;
    font-weight: 600;
    color: var(--red);
}

.menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.menu a {
    color: #333;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
}

.menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--red);
    transition: 0.3s;
}

.menu a:hover {
    color: var(--red);
}

.menu a:hover::after {
    width: 100%;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #df2b31 0%, #bc1218 100%);
    color: #fff;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(207, 31, 37, 0.22);
    transition: 0.3s;
}

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

.btn-nav {
    padding: 14px 30px;
}

.logo-img {
    height: 74px;
    width: auto;
}

/* HERO */
.hero {
    position: relative;
    min-height: 760px;
    background:
        linear-gradient(to right,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.85) 34%,
            rgba(255, 255, 255, 0.15) 60%,
            rgba(255, 255, 255, 0.05) 100%),
        url("img/image.jpeg") center/cover no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at left center, rgba(245, 245, 248, 0.95), transparent 45%);
}

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

.hero-text {
    max-width: 560px;
    padding: 60px 0;
}

.hero-text h1 {
    font-size: clamp(2.6rem, 5vw, 4.3rem);
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-text h1 span {
    color: var(--red);
    display: block;
}

.hero-text p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    max-width: 470px;
    margin-bottom: 34px;
}

/* SECTIONS */
.section {
    padding: 42px 0;
}

.models {
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

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

.section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 3.3rem);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f1f1f;
    letter-spacing: -0.02em;
}

.section-heading h2 span {
    color: var(--red);
}

.section-heading p {
    color: var(--muted);
    font-size: 1.05rem;
    margin-bottom: 0;
}

.card {
    text-align: center;
}

.card-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

/* AJUSTE DO SEGUNDO BLOCO */
#produtos {
    padding-bottom: 26px;
}

#produtos2 {
    padding-top: 18px;
    padding-bottom: 42px;
    margin-top: 0;
}

#produtos2 .container {
    padding-top: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#produtos2 .section-heading h2 {
    color: #1f1f1f
}

#produtos2 .section-heading h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    opacity: 0.9;
}

#produtos .section-heading h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -0.01em;
    opacity: 0.9;
}

/* CARROSSEL */
.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
}

.carousel-viewport {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    width: 100%;
}

.card {
    display: none;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.show {
    display: block;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.10);
}

.card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.arrow {
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    background: #f3f3f3;
    color: #444;
    font-size: 2rem;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.arrow:hover {
    background: #ececec;
    transform: scale(1.06);
}

/* LINK CATÁLOGO */
.center {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.catalog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-weight: 600;
    transition: 0.3s;
}

.catalog-link:hover {
    color: var(--red-dark);
}

.arrow-icon {
    font-size: 1.2rem;
    line-height: 1;
}

/* QUOTE */
.quote {
    background: linear-gradient(180deg, #faf9fb 0%, #ffffff 100%);
    padding-top: 54px;
}

.quote-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: 40px;
}

.quote-text h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 14px;
    line-height: 1.1;
}

.quote-text h2 span {
    color: var(--red);
}

.quote-text p {
    color: var(--muted);
    font-size: 1.1rem;
    margin-bottom: 28px;
}

.quote-image img {
    border-radius: 26px;
    box-shadow: var(--shadow);
    min-height: 420px;
    object-fit: cover;
}

/* CONTATO */
.contact-highlight {
    padding: 70px 0 90px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.contact-box {
    background: #fff;
    border-radius: 28px;
    padding: 50px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-text {
    max-width: 560px;
}

.contact-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(207, 31, 37, 0.10);
    color: var(--red);
    font-weight: 600;
    font-size: 0.95rem;
}

.contact-text h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 16px;
    color: var(--text);
}

.contact-text p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.05rem;
}

.contact-info {
    display: grid;
    gap: 16px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 22px 24px;
    border-radius: 20px;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: var(--text);
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.contact-item strong {
    color: var(--red);
    font-size: 1rem;
}

.contact-item span {
    color: #333;
    font-size: 1.05rem;
    font-weight: 500;
}

.contact-item:hover {
    transform: translateY(-4px);
    border-color: rgba(207, 31, 37, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

/* FOOTER */
.footer {
    background: #0b0b0b;
    color: #bbb;
    padding: 20px 0;
    text-align: center;
    margin-top: 0;
}

.footer-content {
    display: flex;
    justify-content: center;
}

/* RESPONSIVO */
@media (max-width: 980px) {
    .hero {
        min-height: 620px;
        background-position: center;
    }

    .section {
        padding: 36px 0;
    }

    #produtos {
        padding-bottom: 20px;
    }

    #produtos2 {
        padding-top: 10px;
        padding-bottom: 36px;
    }

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

    .card img {
        height: 260px;
    }

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

    .quote-image img {
        min-height: 320px;
    }

    .contact-box {
        grid-template-columns: 1fr;
        padding: 32px 24px;
    }

    .contact-text {
        max-width: 100%;
    }

    .footer-content {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .header {
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
    }

    .nav {
        min-height: auto;
        padding: 10px 0;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
    }

    .logo-img {
        height: 52px;
        width: auto;
    }

    .menu {
        width: 100%;
        justify-content: center;
        gap: 22px;
        flex-wrap: nowrap;
    }

    .menu a {
        font-size: 0.95rem;
    }

    .btn-nav {
        display: none;
    }

    .logo-script,
    .logo-text {
        font-size: 1.6rem;
    }

    .hero {
        min-height: 600px;
    }

    .hero-text {
        padding: 28px 0 36px;
    }

    .hero-text h1 {
        font-size: 2.1rem;
        line-height: 1.1;
    }

    .hero-text p {
        font-size: 1rem;
        line-height: 1.6;
        max-width: 100%;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    #produtos2 .section-heading h2 {
        font-size: 1.6rem;
    }

    .card img {
        height: 240px;
    }

    .arrow {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
    }

    .carousel-wrapper {
        gap: 10px;
    }

    .contact-highlight {
        padding: 50px 0 60px;
    }

    .contact-box {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .contact-text h2 {
        font-size: 1.9rem;
    }
}