* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    background: #0b0b0b;
    color: #fff;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

header {
    background: #ffcc00;
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    z-index: 1000;
}

.containerheader {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 50px;
}

.nav-menu {
    display: flex;
    flex: 1;
    justify-content: center;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s ease;
}

.nav-menu a:hover {
    color: #333;
}

.nav-menu a:hover::after {
    width: 100%;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s;
}

.phone:hover {
    opacity: 0.7;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: scale(1.2);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.containermarcar {
    width: 90%;
    margin: 0 auto;
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    background: #0b0b0b;
    color: #fff;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

header {
    background: #ffcc00;
    padding: 15px 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    z-index: 1000;
}

.containerheader{
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.nav-menu {
    display: flex;
    flex: 1;
}

.nav-menu > ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
    align-items: center;
}

nav a {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.containermarcar {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.logo {
    height: 50px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    flex-shrink: 0;
    gap: 5px;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}
    

nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

nav a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
}

nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s ease;
}

nav a:hover {
    color: #333;
}

nav a:hover::after {
    width: 100%;
}

.btn {
    display: none;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s;
}

.phone:hover {
    opacity: 0.7;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    color: #000;
    font-size: 18px;
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: scale(1.2);
}

/* HERO */
.hero {
    height: 100vh;
    background: url('../assets/hero.webp') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.8) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #ddd;
    font-weight: 400;
}

.hero .btn {
    display: inline-block;
    background: #ffcc00;
    color: #000;
    padding: 15px 40px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero .btn:hover {
    background: #e6b800;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* SECTION */
.section {
    padding: 100px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #ffcc00;
    margin: 15px auto 0;
    border-radius: 2px;
}




.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.feature-item {
    text-align: center;
    padding: 30px;
    background: #1a1a1a;
    border-radius: 10px;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-10px);
    border-color: #ffcc00;
}

.feature-item i {
    font-size: 40px;
    color: #ffcc00;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-item p {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
}

.dark {
    background: #fff;
    color: #000;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.product-card {
    background: #f5f5f5;
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffcc00;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: #ffcc00;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.product-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffcc00;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: #ffcc00;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.product-card:hover::before {
    transform: scaleX(1);
}

.product-image {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #333;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.1);
}

.product-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.product-card p {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
    margin-bottom: 20px;
}

.product-link {
    color: #ffcc00;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.product-link:hover {
    gap: 12px;
}

/* BRANDS */
.brands {
    background: #f8f8f8;
    padding: 60px 0;
}

.brands .section-title {
    color: #000;
}

.brands .section-subtitle {
    color: #666;
}

.brands-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 40px;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.brands-grid::-webkit-scrollbar {
    display: none;
}

.brand-item {
    flex: 0 0 auto;
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.brand-item img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brand-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* DIFERENCIAIS */
.sectiondiferenciais {
    background: #111;
    padding: 100px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sectiondiferenciais .section-title {
    color: #fff;
    display: block;
    text-align: center;
}

.sectiondiferenciais .section-subtitle {
    color: #888;
}

.differentials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.differential-card {
    background: #1a1a1a;
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid #333;
    transition: all 0.3s ease;
    text-align: center;
}

.differential-card:hover {
    transform: translateY(-10px);
    border-color: #ffcc00;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.differential-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffcc00 0%, #e6b800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.differential-icon i {
    font-size: 28px;
    color: #000;
}

.differential-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.differential-card p {
    font-size: 15px;
    color: #888;
    line-height: 1.6;
}

/* CTA */
.cta {
    background: linear-gradient(135deg, #ffcc00 0%, #e6b800 100%);
    padding: 80px 20px;
    text-align: center;
    display: block;
    width: 100%;
}

.cta .section-title {
    color: #000;
    font-size: 42px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.cta .section-title::after {
    background: #000;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.cta .section-subtitle {
    color: #333;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}



.cta-content {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    width: 100%;
}

.cta-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.cta-item i {
    font-size: 20px;
}

.btn-cta {
    display: inline-block;
    background: #000;
    color: #ffcc00;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

/* FOOTER */
.footer {
    background: #0a0a0a;
    color: #fff;
}

.footer-top {
    padding: 60px 0 40px;
    border-bottom: 1px solid #222;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-logo {
    height: 50px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 14px;
    color: #888;
    line-height: 1.7;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #ffcc00;
    color: #000;
    transform: translateY(-3px);
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ffcc00;
    border-radius: 2px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #ffcc00;
    padding-left: 8px;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer-contact i {
    color: #ffcc00;
    font-size: 16px;
    width: 20px;
}

.footer-bottom {
    padding: 25px 0;
    background: #050505;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #666;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #ffcc00;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    header {
        width: 100vw;
    }
    
    .container, .containerheader {
        width: 92%;
        max-width: 92%;
    }
    
    .header-contact {
        gap: 15px;
    }
    
    .hero h1 {
        font-size: 42px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .differentials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .brands-grid {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    header {
        width: 100%;
    }
    
    .container, .containerheader {
        width: 90%;
        max-width: 90%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .containerheader {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .logo {
        height: 45px;
    }
    
    .header-contact {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .menu-toggle {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0.1);
        border-radius: 5px;
        flex-shrink: 0;
    }
    
    .menu-toggle span {
        width: 25px;
        height: 3px;
    }
    
    .header-contact .phone,
    .header-contact .social-icons {
        display: none;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 500px;
        height: 100vh;
        background: #ffcc00;
        padding: 80px 30px 30px;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -5px 0 30px rgba(0,0,0,0.3);
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu ul {
        flex-direction: column;
        gap: 25px;
    }
    
    .nav-menu a {
        font-size: 16px;
        color: #000;
    }
    
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    
    .hero h1 {
        font-size: 28px;
    }
    
    .hero p {
        font-size: 15px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .features-grid,
    .products-grid,
    .differentials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-item,
    .product-card,
    .differential-card {
        padding: 25px 20px;
    }
    
    .cta-info {
        flex-direction: column;
        gap: 20px;
    }
    
    .cta-item {
        font-size: 14px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    html, body {
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    header {
        width: 100vw;
        padding: 12px 0;
    }
    
    .container, .containerheader {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .logo {
        height: 40px;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .header-contact .phone,
    .header-contact .social-icons {
        display: none;
    }
    
    .header-contact {
        gap: 8px;
        justify-content: flex-end;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        background: #ffcc00;
        padding: 80px 25px 25px;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -5px 0 20px rgba(0,0,0,0.2);

    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-menu ul {
        flex-direction: row;
        gap: 20px;
    }
    
    .nav-menu a {
        font-size: 18px;
        color: #000;
    }
    
    .nav-menu a::after {
        background: #000;
    }
    
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    body.menu-open {
        overflow: hidden;
    }
    
    .hero h1 {
        font-size: 24px;
    }
    
    .hero p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .hero .btn {
        padding: 12px 25px;
        font-size: 13px;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 26px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .features-grid,
    .products-grid,
    .differentials-grid {
        grid-template-columns: 1fr;
    }
    
    .brands {
        padding: 40px 0;
    }
    
    .brands-grid {
        gap: 15px;
    }
    
    .brand-item {
        padding: 15px 20px;
    }
    
    .brand-item img {
        height: 35px;
    }
    
    .cta {
        padding: 50px 0;
    }
    
    .cta .section-title {
        font-size: 28px;
    }
    
    .cta-info {
        gap: 15px;
    }
    
    .btn-cta {
        padding: 14px 30px;
        font-size: 14px;
    }
    
    .footer-top {
        padding: 40px 0 30px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-logo {
        height: 40px;
    }
    
    .footer-col h4 {
        font-size: 16px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-bottom-links {
        gap: 15px;
    }
    }