/* BR 01 Transportes — visual moderno, identidade própria */
:root {
  --yellow: #C9A227;
  --yellow-dark: #A68521;
  --green: #1a4d2e;
  --green-dark: #0f3320;
  --blue: #1e5f9e;
  --blue-dark: #164875;
  --black: #0f1419;
  --gray: #64748b;
  --gray-light: #f1f5f9;
  --white: #fff;
  --radius: 12px;
  --radius-lg: 20px;
  --space: clamp(1.5rem, 4vw, 3rem);
  --wrap: min(1200px, 100% - 2rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--black);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s, opacity .2s; }

.wrap { width: var(--wrap); margin-inline: auto; padding-inline: 1rem; }

/* —— Fab WhatsApp —— */
.fab-whatsapp {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(26, 77, 46, .4);
  transition: transform .2s, background .2s;
}
.fab-whatsapp:hover { background: var(--green-dark); transform: scale(1.08); }
.fab-whatsapp i { font-size: 1.5rem; }

/* —— Header —— */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  transition: background .25s, backdrop-filter .25s;
}
.header.scrolled {
  background: rgba(15, 50, 32, .95);
  backdrop-filter: blur(10px);
}
.header-inner {
  width: var(--wrap);
  margin-inline: auto;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header-logo {
  display: block;
  line-height: 0;
}
.header-logo-bg {
  width: 103px;
  height: 100px;
  background-image: url('../images/logo-br01.webp');
  background-repeat: no-repeat;
  background-position: center -11px;
  background-size: 113px;
  border-radius: 84px;
}
.header-nav {
  display: none;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .header-nav { display: flex; }
  .header-nav a {
    color: var(--white);
    font-size: .9rem;
    font-weight: 500;
    padding: .5rem .75rem;
    border-radius: 8px;
  }
  .header-nav a:hover { background: rgba(255,255,255,.1); color: var(--yellow); }
}
.header-cta {
  display: none;
  color: var(--black);
  background: var(--yellow);
  font-weight: 600;
  font-size: .9rem;
  padding: .5rem 1rem;
  border-radius: 999px;
  transition: background .2s, transform .2s;
}
.header-cta:hover { background: var(--yellow-dark); color: var(--black); transform: scale(1.02); }
@media (min-width: 992px) { .header-cta { display: inline-flex; align-items: center; } }
.header-burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
.header-burger span { width: 22px; height: 2px; background: var(--white); border-radius: 1px; }
@media (min-width: 992px) { .header-burger { display: none; } }

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility .25s;
}
.menu-overlay.active { opacity: 1; visibility: visible; }
.menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  max-width: 85vw;
  height: 100vh;
  background: var(--green-dark);
  z-index: 102;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transform: translateX(100%);
  transition: transform .25s;
}
.menu-drawer.active { transform: translateX(0); }
.menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
}
.menu-drawer a {
  color: var(--white);
  font-weight: 500;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

/* —— Hero —— */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 1rem 4rem;
  position: relative;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--green-dark) 0%, var(--green) 40%, var(--blue-dark) 100%);
  z-index: 0;
}
.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(201,162,39,.15), transparent),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(30,95,158,.2), transparent);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}
.hero-badge {
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 1rem;
}
.hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}
.hero-desc {
  font-size: 1.1rem;
  color: rgba(255,255,255,.85);
  margin: 0 0 1.75rem;
  line-height: 1.6;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--yellow);
  color: var(--black);
  font-weight: 700;
  font-size: 1rem;
  padding: .9rem 1.75rem;
  border-radius: 999px;
  transition: background .2s, transform .2s;
}
.hero-cta:hover { background: var(--yellow-dark); color: var(--black); transform: translateY(-2px); }
.hero-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 1.5rem 1rem;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-lg);
  max-width: 640px;
  margin-inline: auto;
}
.hero-strip-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  font-weight: 500;
}
.hero-strip-item i { font-size: 1.25rem; color: var(--yellow); }

/* —— Tags e títulos de seção —— */
.tag {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: .5rem;
}
.tag--light { color: rgba(255,255,255,.9); }
.sec-head { margin-bottom: var(--space); }
.sec-head h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.sec-head--light h2 { color: var(--white); }

/* —— Botão —— */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 600;
  font-size: .95rem;
  padding: .75rem 1.5rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
  font-family: inherit;
}
.btn-primary { background: var(--yellow); color: var(--black); }
.btn-primary:hover { background: var(--yellow-dark); transform: translateY(-1px); }
.btn-full { width: 100%; justify-content: center; }

/* —— About —— */
.about {
  padding: var(--space) 0;
  background: var(--white);
}
.about-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .about-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.about-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--gray-light);
}
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-text h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; margin: 0 0 1rem; }
.about-text p { color: var(--gray); margin: 0 0 1rem; }
.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.about-list li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  color: var(--gray);
  font-size: .95rem;
}
.about-list i { color: var(--green); margin-top: .25rem; flex-shrink: 0; }

/* —— Services (Owl Carousel) —— */
.services {
  padding: var(--space) 0;
  background: var(--gray-light);
}
.owl-servicos {
  position: relative;
}
.owl-servicos .service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  transition: box-shadow .25s, transform .25s;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
.owl-servicos .service-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
  transform: translateY(-4px);
}
.owl-servicos .service-card-visual {
  height: 180px;
  background: var(--gray-light);
  overflow: hidden;
}
.owl-servicos .service-card-visual img { width: 100%; height: 100%; object-fit: cover; }
.owl-servicos .service-card-body {
  padding: 1rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.owl-servicos .service-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.owl-servicos .service-card p {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0;
}

/* Owl dots — setas ocultas */
.owl-servicos .owl-nav { display: none !important; }
.owl-servicos .owl-dots {
  margin-top: 1.5rem;
  text-align: center;
}
.owl-servicos .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(26, 77, 46, .3) !important;
  transition: background .2s, transform .2s;
}
.owl-servicos .owl-dots .owl-dot.active { background: var(--green) !important; transform: scale(1.2); }
.owl-servicos .owl-dots .owl-dot span { display: none; }

/* —— Diferenciais —— */
.diffs {
  padding: var(--space) 0;
  background: var(--green-dark);
  color: var(--white);
}
.diffs-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.diff-item {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  transition: background .2s;
}
.diff-item:hover { background: rgba(255,255,255,.1); }
.diff-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto .75rem;
  border-radius: 12px;
  background: var(--yellow);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}
.diff-item h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 .35rem; }
.diff-item p { margin: 0; font-size: .9rem; opacity: .9; }

/* —— Steps —— */
.steps {
  padding: var(--space) 0;
  background: var(--white);
}
.steps-line {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .steps-line {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    position: relative;
  }
  .steps-line::before {
    content: '';
    position: absolute;
    top: 2rem;
    left: 20%;
    right: 20%;
    height: 2px;
    background: var(--gray-light);
    z-index: 0;
  }
}
.step {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--gray-light);
  text-align: center;
  transition: background .2s, transform .2s;
}
.step:hover { background: rgba(201,162,39,.08); transform: translateY(-2px); }
.step-num {
  display: inline-block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1;
  margin-bottom: .75rem;
  letter-spacing: -0.03em;
}
.step h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 .5rem; }
.step p { margin: 0; font-size: .9rem; color: var(--gray); }

/* —— Depoimentos —— */
.depoimentos {
  padding: var(--space) 0;
  background: linear-gradient(165deg, var(--green) 0%, var(--green-dark) 100%);
  color: var(--white);
}
.depoimentos .sec-head { margin-bottom: 2rem; }
.depoimentos-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .depoimentos-grid { grid-template-columns: repeat(3, 1fr); }
}
.depoimentos-grid .depoimento-card {
  margin: 0;
  height: 100%;
}
.depoimento-card-inner {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background .25s, transform .25s;
}
.depoimento-card-inner:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}
.depoimento-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.25rem;
  border: 3px solid var(--yellow);
  flex-shrink: 0;
}
.depoimento-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.depoimento-texto {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 1rem;
  font-style: normal;
  flex: 1;
}
.depoimento-texto::before { content: '"'; }
.depoimento-texto::after { content: '"'; }
.depoimento-nome {
  font-size: 1rem;
  font-weight: 700;
  color: var(--yellow);
  font-style: normal;
  margin-bottom: 0.5rem;
}
.depoimento-estrelas {
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  color: var(--yellow);
  font-size: 0.95rem;
}

/* —— Contact —— */
.contact {
  padding: var(--space) 0;
  background: var(--gray-light);
}
.contact-grid {
  display: grid;
  gap: 2rem;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .contact-grid { grid-template-columns: 1fr 1.2fr; align-items: start; }
}
.contact-info h2 { font-size: 1.5rem; font-weight: 800; margin: 0 0 .5rem; }
.contact-info > p { color: var(--gray); margin: 0 0 1.5rem; font-size: .95rem; }
.contact-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-links li {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .75rem;
  font-size: .95rem;
}
.contact-links a { color: var(--black); }
.contact-links a:hover { color: var(--blue); }
.contact-links i { color: var(--green); width: 1.25rem; }
.contact-form {
  background: var(--white);
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: .85rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color .2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--yellow);
}
.contact-form textarea { resize: vertical; min-height: 90px; }

/* —— Footer —— */
.footer {
  background: var(--green-dark);
  color: rgba(255,255,255,.88);
  padding: 0;
}
.footer-logo {
  line-height: 0;
}
.footer-logo-bg {
  width: 103px;
  height: 100px;
  background-image: url('../images/logo-br01.webp');
  background-repeat: no-repeat;
  background-position: center -11px;
  background-size: 113px;
  border-radius: 84px;
}
.footer-tagline {
  margin: 0 0 1rem;
  font-size: .95rem;
  line-height: 1.55;
  color: rgba(255,255,255,.9);
  max-width: 320px;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  color: var(--white);
  font-size: 1.2rem;
  transition: border-color .2s, color .2s, background .2s;
}
.footer-social:hover { border-color: var(--yellow); color: var(--yellow); background: rgba(201,162,39,.1); }
.footer-col h4 {
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--yellow);
  margin: 0 0 1rem;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li {
  margin-bottom: .4rem;
  font-size: .9rem;
  line-height: 1.5;
}
.footer-col ul li a {
  color: rgba(255,255,255,.9);
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--yellow); }
.footer-col ul li i {
  margin-right: .4rem;
  color: var(--yellow);
  width: 1em;
}
.footer-hours li { display: flex; flex-wrap: wrap; gap: .25rem .5rem; }
.footer-hours li span { color: var(--yellow); min-width: 6rem; }
.footer-contact address {
  font-style: normal;
  font-size: .9rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  color: rgba(255,255,255,.88);
}
.footer-contact ul li:last-child { opacity: .85; }
.footer-bottom {
  padding: 1rem 0 1.25rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom p { font-size: .8rem; color: rgba(255,255,255,.75); }
.footer-bottom a { color: rgba(255,255,255,.9); text-decoration: underline; text-underline-offset: 2px; }
.footer-bottom a:hover { color: var(--yellow); }

/* Responsivo extra */
@media (max-width: 767px) {
  .hero { min-height: auto; padding: 5rem 1rem 3rem; }
  .hero-strip { flex-direction: column; gap: 1rem; }
}
