/* =========================================
   VARIÁVEIS E GERAIS
========================================= */
:root {
  --primary-color: #2a9d8f;
  --primary-light: #e9f5f4;
  --secondary-color: #264653;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

html,
body {
  font-family: var(--font-body);
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

.text-primary-flow {
  color: var(--primary-color) !important;
}
.bg-primary-flow {
  background-color: var(--primary-color) !important;
  color: white;
}
.text-secondary-flow {
  color: var(--secondary-color) !important;
}
.bg-primary-light {
  background-color: var(--primary-light) !important;
}

.flow-icon {
  width: 1.6rem;
  margin-right: 0.4rem;
  align-items: center;
}

/* =========================================
   BOTÕES MINIMALISTAS (FLAT)
========================================= */
.btn-flow {
  background-color: var(--primary-color);
  color: white;
  border-radius: 6px;
  padding: 12px 24px;
  font-weight: 500;
  border: 1px solid var(--primary-color);
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
}
.btn-flow:hover {
  background-color: transparent;
  color: var(--primary-color);
  transform: translateY(-2px);
}

.btn-outline-secondary {
  border-radius: 6px !important;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  transition: all 0.2s ease;
}
.btn-outline-secondary:hover {
  background-color: var(--secondary-color);
  color: white;
}

/* =========================================
   TOPBAR E NAVBAR
========================================= */
.topbar {
  background-color: var(--secondary-color);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  padding: 8px 0;
  left: 0;
}
.topbar a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: 0.3s;
}
.topbar a:hover {
  color: var(--primary-color);
}

.navbar {
  top: 38px;
  transition: all 0.3s ease;
  will-change: top, background-color;
  background-color: transparent;
}
.navbar-scrolled {
  top: 0 !important;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* =========================================
   HERO SECTION PREMIUM
========================================= */
.hero-premium {
  padding: 180px 0 160px;
  background: linear-gradient(120deg, #fdfdfd 0%, var(--primary-light) 100%);
  position: relative;
  overflow: hidden;
}
.hero-badge-floating {
  position: absolute;
  bottom: 10%;
  left: -5%;
  background: white;
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: float 4s ease-in-out infinite;
  z-index: 2;
  will-change: transform;
}

@keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -15px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.hero-img-wrapper {
  position: relative;
  z-index: 1;
}
.hero-blob-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: var(--primary-color);
  opacity: 0.1;
  z-index: -1;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

/* =========================================
   CARDS PREMIUM E IMAGENS SOBREPOSTAS
========================================= */
.overlap-cards {
  position: relative;
  z-index: 10;
}

.premium-card {
  background: white;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
  will-change: transform;
}
.premium-card:hover {
  transform: translateY(-10px);
}

.img-overlap-container {
  position: relative;
  padding-bottom: 20px;
  padding-right: 20px;
}
.img-main {
  border-radius: 20px 60px 20px 20px;
  width: 100%;
  object-fit: cover;
}
.img-secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 250px;
  border: 8px solid white;
  border-radius: 60px 20px 20px 20px;
}

/* =========================================
   CARDS DE SERVIÇOS E FAQ
========================================= */
.service-card-pro {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: border-color 0.3s ease;
}
.service-card-pro:hover {
  border-color: var(--primary-color);
}
.service-img-box {
  height: 220px;
  overflow: hidden;
}
.service-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-icon-float {
  position: absolute;
  top: 190px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 4px solid white;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  border-radius: 8px !important;
  overflow: hidden;
}
.accordion-button {
  font-weight: 600;
  color: var(--secondary-color);
}
.accordion-button:not(.collapsed) {
  background-color: var(--primary-light);
  color: var(--primary-color);
  box-shadow: none;
}

/* =========================================
   BOTÕES FLUTUANTES E BARRA MOBILE
========================================= */
.float-wa {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
  text-decoration: none;
}
.float-wa:hover {
  transform: translateY(-3px);
  color: white;
}

.mobile-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #eaeaea;
  z-index: 1050;
  display: flex;
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-action-btn {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  color: var(--secondary-color);
  font-size: 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-action-btn span {
  font-size: 11px;
  font-weight: 500;
  margin-top: 4px;
  color: #666;
}
.btn-wa-mobile i {
  color: #25d366;
}
.btn-ig-mobile i {
  color: #e1306c;
}
.mobile-action-btn:active {
  background-color: #f8f9fa;
}

/* =========================================
   MEDIA QUERIES (RESPONSIVIDADE E OTIMIZAÇÃO)
========================================= */
@media (min-width: 992px) {
  .overlap-cards {
    margin-top: -80px;
  }
}

@media (max-width: 991.98px) {
  .overlap-cards {
    margin-top: 20px;
  }
  .navbar {
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
  }
  .topbar {
    display: none !important;
  }
  .hero-premium {
    padding: 120px 0 80px;
  }
}

@media (max-width: 767.98px) {
  .feedback-mb {
    justify-content: center !important;
    gap: 1px !important;
  }

  .about-sign {
    display: none;
  }

  body {
    padding-bottom: 65px;
  }
}
