﻿:root {
  --preto: #0a0a0a;
  --laranja: #ffa500;
  --cinza-bg: #f2f3f5;
  --cinza-txt: #888;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: var(--cinza-bg);
  color: var(--preto);
}

h1,
h2,
h3,
h4,
.titulo {
  font-family: 'Bebas Neue', Arial, sans-serif;
  letter-spacing: 1px;
}

a {
  text-decoration: none;
}

.topbar {
  overflow: hidden;
  padding: 8px 0;
  white-space: nowrap;
  background: var(--laranja);
  color: var(--preto);
  font-size: 0.85rem;
  font-weight: 700;
}

.topbar .track {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 28s linear infinite;
}

.topbar span {
  margin: 0 22px;
}

.topbar .dot {
  color: #fff;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.logo-sim {
  color: var(--preto);
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 0.8;
}

.logo-sim small {
  display: block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 2px;
}

.logo-sim .pneus {
  display: inline-block;
  padding: 0 8px;
  border-radius: 3px;
  background: var(--preto);
  color: #fff;
  font-size: 0.9rem;
  vertical-align: middle;
}

.header-logo-link {
  display: inline-flex;
  align-items: center;
}

.header-logo,
.footer-logo {
  display: block;
  width: auto;
}

.header-logo {
  height: 58px;
}

.brand-logo {
  width: auto;
  height: 30px;
}

.footer-logo {
  max-width: 240px;
  height: 60px;
}

.btn-fone,
.btn-whats,
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.btn-fone {
  background: var(--preto);
  color: #fff;
}

.btn-fone:hover {
  background: #000;
  color: var(--laranja);
}

.btn-whats {
  background: #25d366;
  color: #fff;
}

.btn-whats:hover {
  background: #1eb655;
  color: #fff;
}

.btn-cta {
  background: var(--laranja);
  color: var(--preto);
  font-size: 1.1rem;
}

.btn-cta:hover {
  filter: brightness(0.95);
  color: var(--preto);
}

.hero {
  width: 100%;
  background: #111;
}

.hero-carousel {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 1920 / 450;
  overflow: hidden;
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  height: 100%;
}

.hero-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel .carousel-indicators {
  margin-bottom: 1rem;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 7%;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 55%;
}

section {
  padding: 20px 0;
}

.sec-titulo {
  margin: 55px 0 40px;
  text-align: center;
  font-size: 2.6rem;
}

.produtos {
  padding-bottom: 60px;
  background: var(--cinza-bg);
}

.card-pneu {
  position: relative;
  height: 100%;
  padding: 26px 18px;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-pneu:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: #f0f0f0;
  color: #bbb;
}

.product-visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-pneu h3 {
  margin-bottom: 6px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.card-pneu p {
  min-height: 38px;
  color: #555;
  font-size: 0.85rem;
}

.selo-10x {
  position: absolute;
  top: -14px;
  right: -6px;
  display: flex;
  width: 70px;
  height: 78px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--laranja);
  color: var(--preto);
  font-family: 'Bebas Neue', Arial, sans-serif;
  line-height: 1;
}

.selo-10x b {
  font-size: 1.5rem;
}

.selo-10x small {
  color: #c00;
  font-size: 0.9rem;
  font-weight: 600;
}

.card-icons i {
  margin: 0 5px;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #666;
  font-size: 1.3rem;
}

.categorias {
  padding: 60px 0;
  background: #0a0a0a;
  color: #fff;
}

.cat-item {
  padding: 20px;
  text-align: left;
}

.category-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 165, 0, 0.32), transparent 35%),
    linear-gradient(135deg, #1a1a1a, #0d0d0d);
}

.category-visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cat-item .pre {
  color: var(--laranja);
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 1.1rem;
}

.cat-item h3 {
  color: #fff;
  font-size: 2rem;
}

.stats {
  padding: 70px 0;
  background: linear-gradient(rgba(10, 10, 10, 0.85), rgba(10, 10, 10, 0.85));
  color: #fff;
  text-align: center;
}

.stats h2 {
  font-size: 2.6rem;
}

.stats .sub {
  margin-bottom: 40px;
  color: #bbb;
}

.stat-box {
  padding: 30px 10px;
  border: 1px solid var(--laranja);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}

.stat-box .num {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 3rem;
}

.stat-box .lbl {
  color: #ccc;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.depoimentos {
  padding: 60px 0;
  background: #e5e5e5;
}

.card-dep {
  height: 100%;
  padding: 26px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.stars {
  margin-bottom: 12px;
  color: var(--laranja);
  text-align: center;
}

.card-dep h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
}

.card-dep p {
  color: #555;
  font-size: 0.9rem;
}

.institucional {
  padding: 60px 0;
  background: var(--cinza-bg);
}

.institucional h2 {
  margin-bottom: 24px;
  font-size: 2.4rem;
}

.institucional p,
.institucional li {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.7;
}

.institucional-media {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

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

.faq {
  position: relative;
  padding: 60px 0;
  background: #f0f0f0;
}

.accordion-button {
  border-radius: 8px !important;
  background: var(--laranja) !important;
  box-shadow: none !important;
  color: var(--preto) !important;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
  filter: brightness(0.95);
}

.accordion-item {
  margin-bottom: 12px;
  border: none;
  background: transparent;
}

.accordion-body {
  border-radius: 0 0 8px 8px;
  background: #fff;
  font-size: 0.9rem;
}

.lojas {
  padding: 60px 0;
  background: #fff;
}

.loja-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
  background: #f7f7f7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.loja-card img {
  display: block;
  width: 100%;
  height: 440px;
  flex-shrink: 0;
  padding: 10px;
  background: #fff;
  object-fit: contain;
}

.loja-card-body {
  padding: 22px;
}

.loja-card-title {
  margin-bottom: 12px;
  color: var(--preto);
  font-size: 2rem;
}

.loja-card-text {
  margin-bottom: 10px;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.7;
}

.loja-card-text:last-child {
  margin-bottom: 0;
}

footer {
  padding: 60px 0 20px;
  background: #0a0a0a;
  color: #fff;
}

footer h3 {
  margin-bottom: 22px;
  color: var(--laranja);
  font-size: 2rem;
}

footer .info {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

footer .info i {
  margin-right: 12px;
  color: var(--laranja);
  font-size: 1.2rem;
}

footer .copy {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid #222;
  color: #888;
  font-size: 0.85rem;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-carousel {
    aspect-ratio: 16 / 9;
  }

  .sec-titulo {
    font-size: 2rem;
  }

  .btn-fone,
  .logo-sim small {
    display: none;
  }

  .header-logo {
    height: 46px;
  }

  .footer-logo {
    max-width: 200px;
    height: auto;
  }

  .hero-carousel .carousel-control-prev-icon,
  .hero-carousel .carousel-control-next-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}





