:root {
    --color-primary: #e10600;
    --color-primary-dark: #b80400;
    --color-accent: #ffb703;
    --color-dark: #111318;
    --color-muted: #69707d;
    --color-border: #e9ecf1;
    --color-light: #f6f7f9;
    --color-white: #ffffff;
    --shadow-soft: 0 18px 45px rgba(17, 19, 24, 0.11);
    --shadow-card: 0 12px 32px rgba(17, 19, 24, 0.10);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --container-padding: 96px 0;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--color-dark);
    background: var(--color-white);
    font-family: "Inter", "Open Sans", Arial, sans-serif;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f0f1f4;
}

body::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 999px;
}

a {
    transition: 0.2s ease;
}

img {
    max-width: 100%;
}

/* HEADER */

#header .site-navbar {
    min-height: 84px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(233, 236, 241, 0.95);
    box-shadow: 0 10px 28px rgba(17, 19, 24, 0.08);
    backdrop-filter: blur(16px);
}

#header .logo {
    width: 170px;
    height: auto;
    object-fit: contain;
}

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

#header .nav-link {
    color: var(--color-dark);
    font-size: 0.95rem;
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 999px;
}

#header .nav-link:hover,
#header .nav-link:focus {
    color: var(--color-primary);
    background: rgba(225, 6, 0, 0.08);
}

.nav-whatsapp,
.btn-primary-custom,
.btn-outline-custom,
.section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.nav-whatsapp,
.btn-primary-custom {
    color: var(--color-white);
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
    box-shadow: 0 12px 24px rgba(225, 6, 0, 0.26);
}

.nav-whatsapp:hover,
.btn-primary-custom:hover {
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(225, 6, 0, 0.32);
}

.btn-outline-custom {
    color: var(--color-dark);
    background: var(--color-white);
    border: 1px solid var(--color-border);
}

.btn-outline-custom:hover {
    color: var(--color-primary);
    border-color: rgba(225, 6, 0, 0.28);
    transform: translateY(-2px);
}

/* SECTIONS */

.hero-section,
.catalog-hero {
    position: relative;
    padding: 150px 0 86px;
    background:
        radial-gradient(circle at top right, rgba(225, 6, 0, 0.18), transparent 34%),
        linear-gradient(135deg, #14171f 0%, #20242f 50%, #0f1117 100%);
    color: var(--color-white);
    overflow: hidden;
}

.hero-section::before,
.catalog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 42px 42px;
    opacity: 0.12;
}

.hero-section .container,
.catalog-hero .container {
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-title span {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    color: var(--color-primary);
    background: rgba(225, 6, 0, 0.10);
    border: 1px solid rgba(225, 6, 0, 0.15);
    border-radius: 999px;
    padding: 7px 13px;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-section .eyebrow,
.catalog-hero .eyebrow {
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.20);
}

.hero-section h1,
.catalog-hero h1 {
    max-width: 760px;
    margin: 22px 0 18px;
    font-size: clamp(2.45rem, 6vw, 5rem);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.07em;
}

.catalog-hero h1 {
    max-width: 900px;
}

.hero-description,
.catalog-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero-card {
    position: relative;
    padding: 12px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-xl);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30);
}

.hero-card img {
    display: block;
    width: 100%;
    min-height: 390px;
    max-height: 520px;
    object-fit: cover;
    border-radius: 22px;
}

.hero-badge {
    position: absolute;
    right: 26px;
    bottom: 26px;
    display: grid;
    gap: 4px;
    max-width: 240px;
    color: var(--color-dark);
    background: var(--color-white);
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: var(--shadow-card);
}

.hero-badge strong {
    font-size: 0.95rem;
    font-weight: 900;
}

.hero-badge span {
    color: var(--color-muted);
    font-size: 0.85rem;
}

.section-title {
    display: grid;
    justify-items: center;
    gap: 12px;
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-title h2 {
    margin: 0;
    color: var(--color-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.section-title.compact {
    margin-bottom: 24px;
}

.section-title.with-action {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    max-width: none;
    text-align: left;
}

.section-title.with-action div {
    display: grid;
    gap: 12px;
}

.section-link {
    color: var(--color-primary);
    background: rgba(225, 6, 0, 0.08);
    white-space: nowrap;
}

.section-link:hover {
    color: var(--color-white);
    background: var(--color-primary);
    transform: translateY(-2px);
}

/* SERVIÇOS */

.services-section,
.products-section,
.testimonials-section,
.contact-section,
.brands-section {
    padding: var(--container-padding);
}

.services-section,
.testimonials-section,
.catalog-page {
    background: var(--color-light);
}

.services-grid,
.benefits-grid,
.products-grid {
    display: grid;
    gap: 22px;
}

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

.service-card,
.product-card,
.testimonial-card,
.contact-card,
.brand-item,
.benefit-item {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: 0 10px 28px rgba(17, 19, 24, 0.06);
}

.service-card {
    min-height: 245px;
    padding: 28px;
}

.service-card svg,
.service-card i {
    width: 42px;
    height: 42px;
    color: var(--color-primary);
}

.service-card h3,
.product-content h3,
.testimonial-card h3,
.contact-card h2 {
    color: var(--color-dark);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.service-card h3 {
    margin: 22px 0 10px;
    font-size: 1.18rem;
}

.service-card p,
.product-content p,
.contact-card p,
.testimonial-card p {
    color: var(--color-muted);
    line-height: 1.65;
}

.service-card p {
    margin: 0;
    font-size: 0.95rem;
}

/* MARCAS */

.brands-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 118px;
    padding: 24px;
}

.brand-item img {
    width: auto !important;
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.78;
    transition: 0.2s ease;
}

.brand-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* BENEFÍCIOS */

.benefits-section {
    padding: 36px 0;
    background: var(--color-primary);
}

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

.benefit-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.benefit-item svg,
.benefit-item i {
    width: 30px;
    height: 30px;
}

.benefit-item span {
    font-weight: 900;
}

/* PRODUTOS */

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

.product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    transition: 0.2s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-card);
}

.product-image {
    display: block;
    position: relative;
    height: 270px;
    padding: 18px;
    background:
        radial-gradient(circle at center, rgba(225, 6, 0, 0.12), transparent 58%),
        #f4f5f7;
    text-decoration: none;
}

.product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.product-category {
    width: max-content;
    max-width: 100%;
    margin-bottom: 12px;
    padding: 6px 10px;
    color: var(--color-primary);
    background: rgba(225, 6, 0, 0.08);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.product-content h3 {
    min-height: 58px;
    margin: 0 0 10px;
    font-size: 1.16rem;
    line-height: 1.2;
}

.product-content p {
    flex: 1;
    margin: 0 0 18px;
    font-size: 0.94rem;
}

.product-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    color: var(--color-white);
    background: linear-gradient(135deg, #1f9d55, #128c45);
    border-radius: 16px;
    font-size: 1.05rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(31, 157, 85, 0.22);
}

.product-price::after {
    content: "\f232";
    margin-left: 10px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.product-price:hover {
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(31, 157, 85, 0.28);
}

/* CATÁLOGO */

.catalog-hero {
    padding-bottom: 70px;
}

.catalog-toolbar {
    position: sticky;
    top: 96px;
    z-index: 20;
    display: grid;
    gap: 18px;
    margin-bottom: 34px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: 0 18px 40px rgba(17, 19, 24, 0.08);
    backdrop-filter: blur(18px);
}

.search-box {
    position: relative;
}

.search-box svg,
.search-box i {
    position: absolute;
    top: 50%;
    left: 18px;
    color: var(--color-muted);
    transform: translateY(-50%);
}

.search-box input {
    width: 100%;
    min-height: 54px;
    padding: 0 18px 0 48px;
    color: var(--color-dark);
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-weight: 700;
    outline: none;
}

.search-box input:focus {
    border-color: rgba(225, 6, 0, 0.36);
    box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.10);
}

.category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-button {
    min-height: 42px;
    padding: 8px 14px;
    color: var(--color-dark);
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 900;
    cursor: pointer;
}

.filter-button:hover,
.filter-button.active {
    color: var(--color-white);
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.empty-state {
    margin-top: 32px;
    padding: 60px 20px;
    color: var(--color-muted);
    text-align: center;
    background: var(--color-white);
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-lg);
}

.empty-state svg,
.empty-state i {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    color: var(--color-primary);
}

.empty-state h2 {
    color: var(--color-dark);
    font-weight: 900;
}

/* DEPOIMENTOS */

.testimonials-carousel {
    max-width: 920px;
    margin: 0 auto;
}

.testimonial-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 28px;
}

.testimonial-card img {
    width: 118px !important;
    height: 118px;
    object-fit: cover;
    border: 6px solid #fff1f1;
    border-radius: 50%;
}

.testimonial-card h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
}

.testimonial-card p {
    margin: 0 0 10px;
}

.testimonial-card small {
    color: var(--color-primary);
    font-weight: 900;
}

/* CONTATO E MAPA */

.contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.catalog-contact {
    background: var(--color-light);
}

.contact-card {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 28px;
    padding: 38px;
    background:
        radial-gradient(circle at top right, rgba(225, 6, 0, 0.12), transparent 30%),
        var(--color-white);
}

.contact-copy {
    display: grid;
    gap: 12px;
}

.contact-card h2 {
    margin: 8px 0 6px;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.05;
}

.contact-card p {
    max-width: 560px;
    margin: 0;
}

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

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

.contact-field {
    display: grid;
    gap: 8px;
    color: var(--color-dark);
    font-size: 0.92rem;
    font-weight: 800;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    padding: 14px 16px;
    color: var(--color-dark);
    background: #fbfbfc;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border-color: rgba(225, 6, 0, 0.36);
    box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.10);
}

.contact-feedback {
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.94rem;
    font-weight: 700;
}

.contact-feedback.is-success {
    color: #10633a;
    background: #e8f7ee;
    border: 1px solid #bce8cb;
}

.contact-feedback.is-error {
    color: #8b1e1e;
    background: #fdecec;
    border: 1px solid #f6c3c3;
}

.contact-form .btn-primary-custom {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.map-section iframe {
    display: block;
    filter: grayscale(0.15);
}

/* FOOTER */

#footer {
    color: rgba(255, 255, 255, 0.78);
    background: #0f1117;
    padding: 56px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: start;
}

.footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 14px;
    filter: brightness(1.08);
}

#footer h3 {
    margin: 0 0 14px;
    color: var(--color-white);
    font-size: 1rem;
    font-weight: 900;
}

.descricao-footer {
    max-width: 430px;
    margin: 0;
    line-height: 1.7;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-link:hover,
.footer-bottom a:hover {
    color: var(--color-white);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom a {
    color: var(--color-white);
    font-weight: 900;
    text-decoration: none;
}

/* COMPONENTES */

.floating-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    color: var(--color-white);
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 18px 34px rgba(37, 211, 102, 0.36);
    text-decoration: none;
}

.floating-whatsapp svg,
.floating-whatsapp i {
    width: 32px;
    height: 32px;
}

.floating-whatsapp:hover {
    color: var(--color-white);
    transform: translateY(-4px) scale(1.03);
}
