/* Laroccascap Escapamentos — Site institucional */
:root {
  --navy: #0b2340;
  --navy-2: #0f3556;
  --navy-3: #14456e;
  --sky: #cfe1f2;
  --sky-2: #7fb0d8;
  --white: #ffffff;
  --off: #f5f8fb;
  --ink: #1a2b47;
  --muted: #5b6b81;
  --line: #e3eaf2;
  --green: #25d366;
  --green-2: #128c7e;
  --green-3: #1fb857;
  --radius: 14px;
  --shadow: 0 12px 32px -12px rgba(11, 35, 64, 0.25);
  --shadow-lg: 0 24px 60px -20px rgba(11, 35, 64, 0.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: 'Barlow Condensed', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--navy);
}
h1 { font-size: clamp(2.2rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.6rem); line-height: 1.2; }
h3 { font-size: 1.28rem; line-height: 1.3; }
h4 { font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; color: var(--white); }

.section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }
.section--dark { color: rgba(255,255,255,.9); }

p { color: inherit; margin-bottom: 1.15rem; }
p:last-child { margin-bottom: 0; }

.text-accent { color: var(--green-2); }

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

/* Eyebrow */
.eyebrow {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .82rem;
  color: var(--sky-2);
  margin-bottom: 1rem;
}
.eyebrow--dark { color: var(--navy-3); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  border: 0; cursor: pointer;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { transform: translateY(-1px); }
.btn--lg { padding: 1rem 1.7rem; font-size: 1rem; }
.btn--whatsapp {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(37,211,102,.75);
}
.btn--whatsapp:hover { background: var(--green-3); }
.btn--primary { background: var(--navy); color: #fff; }
.btn--primary:hover { background: var(--navy-2); }
.btn--ghost {
  background: transparent; color: #fff;
  border: 2px solid rgba(255,255,255,.55);
}
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* HEADER */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 35, 64, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header__inner {
  display: flex; align-items: center; gap: 1.5rem;
  padding: .75rem 0;
}
.header__logo img { height: 46px; width: auto; filter: brightness(0) invert(1); }
.nav { display: flex; gap: 1.35rem; margin-left: auto; }
.nav a {
  color: rgba(255,255,255,.85);
  font-weight: 500;
  font-size: .93rem;
  transition: color .2s;
}
.nav a:hover { color: var(--sky-2); }
.header__cta { margin-left: 1rem; padding: .65rem 1.1rem; font-size: .9rem; }
.nav__toggle {
  display: none; background: none; border: 0; cursor: pointer;
  flex-direction: column; gap: 5px; margin-left: auto;
}
.nav__toggle span { width: 26px; height: 2px; background: #fff; border-radius: 2px; }

/* HERO */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex; align-items: center;
  color: #fff;
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.05);
}
.hero__overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(15,53,86,.55), transparent 60%),
    linear-gradient(120deg, rgba(11,35,64,.94) 0%, rgba(11,35,64,.75) 55%, rgba(11,35,64,.6) 100%);
}
.hero__inner { position: relative; z-index: 2; max-width: 820px; }
.hero__title { color: #fff; margin: .5rem 0 1.5rem; }
.hero__title .accent { color: var(--sky-2); }
.hero__lead { font-size: 1.18rem; color: rgba(255,255,255,.92); max-width: 640px; margin-bottom: 2.25rem; line-height: 1.7; }
.hero__ctas { display: flex; gap: .85rem; flex-wrap: wrap; }
.hero__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.15);
}
.hero__badges > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 0;
}
.hero__badges strong {
  font-family: 'Barlow Condensed', sans-serif; font-size: 1.75rem; color: var(--sky-2); line-height: 1;
  margin-bottom: .35rem;
}
.hero__badges span { font-size: .72rem; color: rgba(255,255,255,.78); text-transform: uppercase; letter-spacing: .08em; line-height: 1.3; }

/* SECTIONS */
.section { padding: 5.5rem 0; }
.section--light { background: var(--off); }
.section--dark { background: var(--navy); color: rgba(255,255,255,.9); }
.section__head { text-align: center; max-width: 720px; margin: 0 auto 3.5rem; }
.section__head h2 { margin-top: .5rem; }

.grid-2 { display: grid; grid-template-columns: 1.05fr 1fr; gap: 3.5rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.sobre__img img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3; object-fit: cover;
}

/* Increase paragraph spacing inside content blocks */
.section p { margin-bottom: 1.25rem; }
.section p + p { margin-top: 0; }

.checklist { list-style: none; margin: 1.75rem 0 2rem; }
.checklist li {
  padding-left: 2rem; position: relative; margin-bottom: .8rem;
  line-height: 1.6;
}
.checklist li::before {
  content: '✓'; position: absolute; left: 0; top: .15rem;
  width: 1.4rem; height: 1.4rem; border-radius: 50%;
  background: var(--green); color: #fff; font-size: .8rem;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}

/* FEATURES */
.feature {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius);
  padding: 1.85rem 1.6rem;
  transition: transform .25s ease, border-color .25s, background .25s;
}
.feature:hover {
  transform: translateY(-4px);
  border-color: var(--sky-2);
  background: rgba(127,176,216,.08);
}
.feature__icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(127,176,216,.12);
  border: 1px solid rgba(127,176,216,.28);
  color: var(--sky-2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.15rem;
}
.feature__icon svg { width: 26px; height: 26px; }
.feature h3 { color: #fff; margin-bottom: .6rem; font-size: 1.1rem; }
.feature p { font-size: .94rem; color: rgba(255,255,255,.78); line-height: 1.65; margin-bottom: 0; }

/* SERVICES */
.services .service {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.85rem 1.6rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s;
  position: relative;
}
.services .service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service__tag {
  position: absolute; top: -12px; left: 1.5rem;
  background: var(--green); color: #fff;
  font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  padding: .35rem .75rem; border-radius: 999px;
}
.service__tag--alt { background: var(--navy); }
.service h3 { color: var(--navy); margin-bottom: .7rem; font-size: 1.35rem; }
.service > p { color: var(--muted); font-size: .95rem; margin-bottom: 1.1rem; line-height: 1.65; }
.service ul { list-style: none; margin-bottom: 1.5rem; }
.service ul li {
  font-size: .9rem; color: var(--ink);
  padding-left: 1.15rem; position: relative; margin-bottom: .55rem;
  line-height: 1.55;
}
.service ul li::before {
  content: ''; position: absolute; left: 0; top: .58rem;
  width: 6px; height: 6px; border-radius: 50%; background: var(--sky-2);
}
.service__cta {
  margin-top: auto;
  align-self: stretch;
  width: 100%;
  padding: .85rem 1rem;
  font-size: .92rem;
}

/* PROMO */
.promo {
  background: linear-gradient(135deg, var(--green-2) 0%, var(--green-3) 100%);
  color: #fff; padding: 3.5rem 0;
}
.promo__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  flex-wrap: wrap;
}
.promo__inner > .btn { flex-shrink: 0; }
.promo h2 { color: #fff; margin-top: .35rem; }
.promo p { color: rgba(255,255,255,.95); margin-top: .5rem; }
.promo__accent { color: var(--navy); background: #fff; padding: 0 .5rem; border-radius: 6px; }
.promo .eyebrow { color: rgba(255,255,255,.9); }
.promo .btn--whatsapp { background: var(--navy); box-shadow: 0 10px 24px -10px rgba(0,0,0,.4); }
.promo .btn--whatsapp:hover { background: var(--navy-2); }

/* SEU MECÂNICO */
.mecanico__grid { align-items: center; gap: 4rem; }
.mecanico__img { position: relative; }
.mecanico__img img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  object-fit: cover;
  width: 100%;
}
.mecanico__badge {
  position: absolute; bottom: 1.25rem; left: 1.25rem;
  background: var(--navy); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  padding: .6rem 1rem; border-radius: 999px;
  font-size: .82rem;
  box-shadow: var(--shadow);
}
.mecanico .lead {
  font-size: 1.15rem; color: var(--ink); font-weight: 500;
  margin-bottom: 1.25rem;
}
.mecanico p { color: var(--muted); line-height: 1.75; }
.mecanico__quote {
  border-left: 4px solid var(--green);
  background: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 0 12px 12px 0;
  margin: 1.75rem 0;
  font-style: italic;
  color: var(--ink);
  box-shadow: var(--shadow);
  line-height: 1.7;
}
.mecanico__quote cite {
  display: block; margin-top: .75rem;
  font-style: normal; font-weight: 700; color: var(--navy); font-size: .9rem;
}
.mecanico__note {
  margin-top: 1rem; font-size: .8rem; color: var(--muted); font-style: italic;
}

/* CARROSSEL DEPOIMENTOS */
.carousel { position: relative; padding: 0 3rem; }
.carousel__viewport {
  overflow: hidden;
  border-radius: var(--radius);
}
.carousel__track {
  display: flex;
  align-items: stretch;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.carousel__slide {
  flex: 0 0 33.333%;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-self: stretch;
}
.carousel .testimonial {
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  height: 300px;
  min-height: 300px;
  display: flex; flex-direction: column;
}
.stars { color: #f5b301; font-size: 1.05rem; margin-bottom: .85rem; letter-spacing: .1em; }
.testimonial p { color: var(--ink); font-style: italic; margin-bottom: 1.15rem; line-height: 1.7; flex: 1; overflow-y: auto; }
.testimonial p::-webkit-scrollbar { width: 4px; }
.testimonial p::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.testimonial cite { color: var(--muted); font-style: normal; font-weight: 600; font-size: .88rem; margin-top: auto; }

.carousel__btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%;
  background: #fff; color: var(--navy);
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: background .2s, color .2s, transform .2s;
  z-index: 3;
}
.carousel__btn:hover { background: var(--navy); color: #fff; transform: translateY(-50%) scale(1.05); }
.carousel__btn--prev { left: 0; }
.carousel__btn--next { right: 0; }
.carousel__dots {
  display: flex; justify-content: center; gap: .5rem;
  margin-top: 2rem;
}
.carousel__dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.25); border: 0; cursor: pointer;
  transition: background .2s, transform .2s;
}
.carousel__dot:hover { background: rgba(255,255,255,.5); }
.carousel__dot.is-active { background: var(--sky-2); transform: scale(1.3); }

/* LOCALIZAÇÃO */
#localizacao .info { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 0; }
#localizacao .info h4 { color: var(--navy-3); font-size: .78rem; margin-bottom: .5rem; letter-spacing: .12em; }
#localizacao .info p { color: var(--ink); margin: 0; line-height: 1.65; }
#localizacao .info a { color: var(--navy); font-weight: 600; }
#localizacao .info a:hover { color: var(--green-2); }
.local__ctas { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: .5rem; }
.map {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.15rem 1.35rem;
  margin-bottom: .85rem;
  transition: box-shadow .2s;
}
.faq details[open] { box-shadow: var(--shadow); border-color: var(--sky-2); }
.faq summary {
  font-weight: 600; color: var(--navy); cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  font-size: 1.02rem; line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+'; font-size: 1.5rem; color: var(--green-2); transition: transform .2s;
  margin-left: 1rem;
}
.faq details[open] summary::after { content: '−'; }
.faq details p { margin-top: .9rem; color: var(--muted); font-size: .96rem; line-height: 1.7; }

/* CTA FINAL */
.cta-final {
  background:
    linear-gradient(135deg, rgba(11,35,64,.96), rgba(15,53,86,.92)),
    url('hero.jpg') center/cover;
  color: #fff;
  padding: 5rem 0;
  text-align: center;
}
.cta-final__inner { max-width: 780px; margin: 0 auto; }
.cta-final h2 { color: #fff; margin: .5rem 0 1.25rem; }
.cta-final p { color: rgba(255,255,255,.9); margin-bottom: 2rem; font-size: 1.1rem; line-height: 1.7; }
.cta-final .hero__ctas { justify-content: center; }

/* FOOTER */
.footer { background: #06182f; color: rgba(255,255,255,.72); padding: 4rem 0 0; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
}
.footer p { line-height: 1.75; margin-top: 0; }
.footer__logo { height: 52px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer h4 { color: #fff; margin-bottom: 1.1rem; font-size: .85rem; letter-spacing: .12em; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: .7rem; font-size: .92rem; line-height: 1.6; }
.footer a { color: rgba(255,255,255,.72); transition: color .2s; }
.footer a:hover { color: var(--sky-2); }
.footer__bar {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.25rem 0;
  font-size: .82rem;
}
.footer__bar .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }

/* FLOATING WHATSAPP */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.6);
  transition: transform .2s;
  animation: pulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 12px 30px -8px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.6); }
  50% { box-shadow: 0 12px 30px -8px rgba(37,211,102,.6), 0 0 0 14px rgba(37,211,102,0); }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .grid-2 { grid-template-columns: 1fr; gap: 2.5rem; }
  .mecanico__grid { gap: 2.5rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 720px) {
  .nav {
    position: fixed; inset: 62px 0 auto 0;
    background: var(--navy); flex-direction: column; gap: 0;
    padding: 1rem 0;
    transform: translateY(-120%); transition: transform .3s ease;
    box-shadow: var(--shadow-lg);
  }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 1rem 5%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .header__cta { display: none; }
  .nav__toggle { display: flex; }
  .hero { min-height: 78vh; padding: 3rem 0; }
  .section { padding: 3.5rem 0; }
  .footer__grid { grid-template-columns: 1fr; }
  #localizacao .info { grid-template-columns: 1fr; }
  .promo__inner {
    text-align: center; flex-direction: column; justify-content: center;
  }
  .promo__inner > div { width: 100%; }
  .promo__inner > .btn { align-self: center; }
  .wa-float { width: 54px; height: 54px; bottom: 18px; right: 18px; }
  .footer__bar .container { flex-direction: column; text-align: center; }
  .carousel { padding: 0 2.5rem; }
  .carousel__btn {
    width: 36px; height: 36px;
    background: rgba(255,255,255,.75);
    border: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
  }
  .carousel__btn--prev { left: 0; }
  .carousel__btn--next { right: 0; }
  .local__ctas .btn { flex: 1; min-width: 140px; }

  /* Hero badges side-by-side on mobile */
  .hero__badges {
    gap: .5rem; margin-top: 2rem; padding-top: 1.5rem;
  }
  .hero__badges strong { font-size: 1.15rem; margin-bottom: .2rem; }
  .hero__badges span { font-size: .52rem; letter-spacing: .04em; line-height: 1.2; }

  /* Turn grids into horizontal snap carousels on mobile */
  #diferenciais .container,
  #servicos .container {
    overflow: visible;
  }
  #diferenciais .grid-4,
  #servicos .grid-4 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: .5rem 1rem 1.5rem;
    margin-left: calc(-1 * (50vw - 50%));
    margin-right: calc(-1 * (50vw - 50%));
    width: 100vw;
    scrollbar-width: none;
  }
  #diferenciais .grid-4::-webkit-scrollbar,
  #servicos .grid-4::-webkit-scrollbar { display: none; }
  #diferenciais .grid-4 > .feature,
  #servicos .grid-4 > .service {
    flex: 0 0 auto;
    width: 82%;
    max-width: 320px;
    scroll-snap-align: center;
  }

  /* Testimonials: 1 per view on mobile */
  .carousel__slide { padding: 0 1rem; }
}

@media (max-width: 960px) and (min-width: 721px) {
  /* Tablet: 2 per view already handled by JS slidesPerView */
}
