/* =========================================================
   TEMA — SCD (paleta extraída da logo: turquesa + azul elétrico + navy)
   ========================================================= */
:root {
  --color-bg: #060810;
  --color-bg-alt: #0d1220;
  --color-surface: #121729;
  --color-text: #f5f7fa;
  --color-text-muted: #9aa3b8;
  --color-border: #232a41;

  --color-primary: #2fe0c4;       /* turquesa da logo — CTAs e destaques */
  --color-primary-dark: #1aa791;
  --color-secondary: #1fa2fb;     /* azul elétrico da logo — acentos e gradientes */
  --color-navy: #054494;          /* azul navy dos tentáculos — fundos/gradiente */
  --color-accent: #2fe0c4;
  --color-whatsapp: #25d366;      /* verde oficial do WhatsApp — botões de conversão */
  --color-whatsapp-dark: #128c7e; /* verde-petróleo do WhatsApp — degradê dos botões */

  --font-heading: "Baloo 2", "Poppins", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --container: 1180px;
  --radius: 24px;
}

/* =========================================================
   RESET
   ========================================================= */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.15;
}

.eyebrow {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 12px;
}

.section {
  padding: 96px 0;
}
.section--alt { background: var(--color-bg-alt); }

.section-head {
  max-width: 640px;
  margin: 0 0 56px;
}
.section-head p {
  color: var(--color-text-muted);
  margin-top: 14px;
}
.section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Botão CTA (verde WhatsApp, cantos bem arredondados) */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-whatsapp), var(--color-whatsapp-dark));
  color: #fff;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 24px rgba(37,211,102,0.3);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(37,211,102,0.4); }
.btn svg { flex-shrink: 0; }
.btn--outline {
  background: transparent;
  border: 1px solid var(--color-border);
  box-shadow: none;
  color: var(--color-text);
}

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
}
.header .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  justify-self: start;
}
.logo img { height: 68px; width: auto; display: block; }
.logo span { color: var(--color-accent); }

.nav {
  display: flex;
  gap: 32px;
  justify-self: center;
}
.nav-toggle { justify-self: end; }
.nav a {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.nav-toggle { display: none; font-size: 1.6rem; }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  min-height: calc(100vh - 80px); /* reserva espaço pra faixa de selos aparecer junto na 1ª tela */
  display: flex;
  align-items: center;
  padding-top: 120px;
  background: #060810;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::before {
  /* sombreamento entre a foto (direita) e o texto (esquerda) */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    #060810 0%,
    #060810 42%,
    rgba(6,8,16,0.94) 52%,
    rgba(6,8,16,0.5) 64%,
    transparent 82%
  );
  z-index: 1;
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(31,162,251,0.16), transparent 55%),
    radial-gradient(circle at 60% 90%, rgba(47,224,196,0.12), transparent 60%);
  z-index: 1;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #fff;
  margin-bottom: 20px;
}
.hero p {
  color: var(--color-text-muted);
  font-size: 1.1rem;
  margin-bottom: 32px;
}
.hero p strong { color: #fff; }

/* Faixa de selos de confiança */
.trust-strip {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-bg-alt);
}
.trust-strip ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
}
.trust-strip li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: var(--color-text-muted);
}
.trust-strip li::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
}

/* =========================================================
   SERVIÇOS — cartões alternados imagem/texto, contidos e arredondados
   ========================================================= */
.services-list {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 8px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.service-row:nth-child(even) { direction: rtl; }
.service-row:nth-child(even) > * { direction: ltr; }

.service-media {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.service-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 56px;
}
.service-info h3 { font-size: 1.8rem; color: #fff; }
.service-info p { color: var(--color-text-muted); }
.service-info .btn { align-self: flex-start; }

/* =========================================================
   SOBRE
   ========================================================= */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-media {
  width: 100%;
  min-height: 420px;
  height: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  display: block;
}
.about-content p { color: var(--color-text-muted); margin-bottom: 20px; }
.about-content h2 { margin-bottom: 20px; }

/* =========================================================
   DEPOIMENTOS
   ========================================================= */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.testimonial-track {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 4px 16px;
}
.testimonial-track::-webkit-scrollbar { height: 6px; }
.testimonial-track::-webkit-scrollbar-thumb { background: var(--color-border); border-radius: 4px; }
.testimonial-shot {
  flex: 0 0 auto;
  width: 420px;
  max-width: 85vw;
  height: auto;
  object-fit: contain;
  scroll-snap-align: start;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.45);
}

/* =========================================================
   GALERIA
   ========================================================= */
.gallery-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}
.gallery-track::-webkit-scrollbar { height: 6px; }
.gallery-track::-webkit-scrollbar-thumb { background: var(--color-border); border-radius: 4px; }
.gallery-item {
  flex: 0 0 240px;
  width: 240px;
  height: 180px;
  object-fit: cover;
  scroll-snap-align: start;
  border-radius: var(--radius);
  display: block;
}

/* =========================================================
   SETAS DE NAVEGAÇÃO DOS CARROSSÉIS (galeria e depoimentos)
   ========================================================= */
.carousel-wrap { position: relative; }
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(6,8,16,0.75);
  border: 1px solid var(--color-border);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: background .2s ease, transform .2s ease;
}
.carousel-arrow:hover { background: var(--color-primary); color: #04101a; }
.carousel-arrow--prev { left: -8px; }
.carousel-arrow--next { right: -8px; }
@media (max-width: 640px) {
  .carousel-arrow { width: 36px; height: 36px; font-size: 1rem; }
}

/* =========================================================
   DIFERENCIAIS
   ========================================================= */
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.diff-card {
  padding: 32px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
}
.diff-card .icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  color: #04101a;
}
.diff-card h3 { font-size: 1.15rem; color: #fff; margin-bottom: 10px; }
.diff-card p { color: var(--color-text-muted); font-size: 0.95rem; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
.faq-item {
  border-bottom: 1px solid var(--color-border);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.faq-question .icon { transition: transform .25s ease; color: var(--color-primary); }
.faq-item.is-open .faq-question .icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--color-text-muted);
  transition: max-height .3s ease, padding .3s ease;
}
.faq-item.is-open .faq-answer {
  padding-bottom: 20px;
}

/* =========================================================
   LOCALIZAÇÃO
   ========================================================= */
.location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.location-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.location-rating .stars { color: var(--color-accent); letter-spacing: 1px; }
.location-rating strong { color: #fff; }
.location-info h3 {
  font-size: 1.3rem;
  color: #fff;
  margin: 22px 0 10px;
}
.location-info p { color: var(--color-text-muted); }
.location-hours {
  display: flex;
  justify-content: space-between;
  max-width: 320px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--color-border);
  color: var(--color-text-muted);
  font-size: 0.95rem;
}
.location-hours span:last-child { color: #fff; font-weight: 600; }
.location-map {
  width: 100%;
  height: 380px;
  border: 0;
  border-radius: var(--radius);
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--color-bg-alt);
  border-top: 1px solid var(--color-border);
  padding: 64px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.footer h4 {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 18px;
}
.footer li { color: var(--color-text-muted); margin-bottom: 10px; }
.footer-bottom {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}
.footer-bottom ul { display: flex; gap: 20px; }

/* =========================================================
   BOTÃO FLUTUANTE WHATSAPP
   ========================================================= */
.float-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--color-whatsapp);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 10px 30px rgba(37,211,102,0.45);
  z-index: 200;
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 900px) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    justify-self: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--color-bg-alt);
    border-bottom: 1px solid var(--color-border);
    padding: 8px 24px 16px;
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--color-border);
  }
  .nav a:last-child { border-bottom: none; }
  .nav-toggle { display: block; }
  .header .container {
    display: flex;
    justify-content: space-between;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 84px;
    padding-bottom: 40px;
  }
  .hero::before { display: none; }
  .hero-media {
    order: -1;
    position: static;
    width: 100%;
    height: 260px;
    margin: 0 0 28px;
    border-radius: 0;
  }
  .service-row, .about, .location { grid-template-columns: 1fr; }
  .service-row:nth-child(even) { direction: ltr; }
  .service-info { padding: 40px 24px; }
  .diff-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .testimonial-shot { width: 88vw; max-width: 88vw; }
}
