/* Utility classes extracted from inline styles. */

.text-highlight-orange {
  color: #ff7f2a;
}

.logo-width-110 {
  width: 110px;
}

.logo-width-80 {
  width: 80px;
}

.svg-enable-background {
  enable-background: new 0 0 512 512;
}

.icon-circle-sm {
  width: 30px;
  height: 30px;
}

.icon-circle-md {
  min-width: 40px;
  width: 40px;
  height: 40px;
}

.icon-circle-lg {
  width: 60px;
  height: 60px;
}

.icon-circle-xl {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.icon-line-40 {
  line-height: 40px;
}

.icon-line-60 {
  line-height: 60px;
}

.icon-line-100 {
  line-height: 100px;
}

.icon-font-24 {
  font-size: 24px;
}

.icon-font-60 {
  font-size: 60px;
}

/* Logo sizing for header */
.navbar-brand .logo {
  max-height: 40px;
  width: auto;
}

.offcanvas-header-logo .logo {
  max-height: 35px;
  width: auto;
}

/* Modern Design Enhancements */

/* Header with backdrop blur */
.fbs__net-navbar {
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(56, 178, 172, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Modern rounded corners */
.rounded-4 {
  border-radius: 1rem !important;
}

.service-card,
.testimonial,
.price-table,
.faq-content .accordion {
  border-radius: 1rem !important;
  transition: all 0.3s ease;
}

/* Enhanced card hover effects */
.service-card {
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: rgba(56, 178, 172, 0.2);
  box-shadow: 0 10px 30px rgba(56, 178, 172, 0.1);
  transform: translateY(-4px);
}

/* Modern shadows */
.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Hero image with modern styling */
.hero-img {
  position: relative;
}

.hero-img .img-main {
  border-radius: 1rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hero-img .img-card {
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Modernized buttons */
.btn {
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(56, 178, 172, 0.3);
}

.btn-primary {
  border: none;
}

/* Feature icons with modern styling */
.icon {
  transition: all 0.3s ease;
}

.service-card:hover .icon {
  transform: scale(1.1);
}

/* Testimonial cards */
.testimonial {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.testimonial:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* Stats section modern styling */
.stats__v3 .content {
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* Form inputs */
.form-control {
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  padding: 0.875rem 1rem;
}

.form-control:focus {
  border-color: #38b2ac;
  box-shadow: 0 0 0 3px rgba(56, 178, 172, 0.1);
}

/* Pricing section */
.price-table {
  box-shadow: 0 8px 30px rgba(56, 178, 172, 0.15);
}

/* FAQ accordion */
.accordion-button {
  border-radius: 0.75rem !important;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(56, 178, 172, 0.05);
  color: #2c7a7b;
}

/* Mission statement card */
.mission-statement {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
/* Footer modern styling */
.footer a {
  transition: color 0.2s ease;
}

.footer a:hover {
  color: var(--verde-menta-escuro) !important;
}

.footer .social-links a {
  transition: all 0.2s ease;
}

.footer .social-links a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

/* Cookie banner modern styling */
.cookie-banner {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.cookie-banner .btn {
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
}

/* Enhanced link hover effects */
a:not(.btn) {
  transition: color 0.2s ease;
}

/* Badge modern styling */
.badge {
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 0.5rem 1rem;
}

/* Subtitle styling */
.subtitle {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

/* Landing: centros auditivos e odontologia */
.landing-audiologia .hero-trust-list li,
.landing-odonto .hero-trust-list li {
  font-size: 0.95rem;
}

.landing-audiologia #inicio,
.landing-audiologia #produto,
.landing-audiologia #faq,
.landing-audiologia #contato,
.landing-odonto #inicio,
.landing-odonto #produto,
.landing-odonto #faq,
.landing-odonto #contato {
  scroll-margin-top: 5rem;
}

.landing-audiologia .btn.bg-verde-menta-escuro:hover,
.landing-audiologia .btn.bg-verde-menta-escuro:focus,
.landing-odonto .btn.bg-verde-menta-escuro:hover,
.landing-odonto .btn.bg-verde-menta-escuro:focus {
  background-color: var(--azul-eletrico) !important;
  border-color: var(--azul-eletrico) !important;
  color: #fff !important;
}

.footer.bg-verde-menta-escuro a:hover {
  color: #fff !important;
  font-weight: 700;
}

.clients-carousel-wrapper {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.clients-carousel {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: clients-scroll 28s linear infinite;
  will-change: transform;
}

.clients-carousel:hover {
  animation-play-state: paused;
}

.client-item {
  flex: 0 0 auto;
  min-width: 140px;
}

.client-logo {
  max-height: 48px;
  width: auto;
  opacity: 0.85;
  filter: grayscale(20%);
}

@keyframes clients-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.feature-screenshot-slide {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.feature-screenshot-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.feature-screenshot-caption {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.feature-swiper-nav .swiper-button-prev,
.feature-swiper-nav .swiper-button-next {
  color: var(--verde-menta-escuro, #2c7a7b);
}

.landing-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(56, 178, 172, 0.2);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.landing-sticky-cta.is-visible {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .landing-sticky-cta {
    display: none;
  }
}

.lgpd-trust-badge {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border-radius: 0.75rem;
  background: rgba(56, 178, 172, 0.08);
  border: 1px solid rgba(56, 178, 172, 0.2);
  font-size: 0.875rem;
  line-height: 1.45;
}

.lgpd-trust-badge .bi-shield-lock {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.demo-form-stepper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.demo-form-stepper .step-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(56, 178, 172, 0.25);
  transition: background 0.2s ease, transform 0.2s ease;
}

.demo-form-stepper .step-dot.is-active {
  background: var(--verde-menta-escuro, #2c7a7b);
  transform: scale(1.2);
}

.demo-form-stepper .step-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--verde-menta-escuro, #2c7a7b);
}

.demo-form-step:not(.is-active),
.demo-form-step[hidden] {
  display: none !important;
}

.demo-form-step.is-active {
  display: block !important;
}

.demo-form-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.demo-form-actions .btn-back {
  flex: 0 0 auto;
}

.form-wrapper .alert {
  margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .contact__v2 .form-wrapper {
    padding: 1.25rem !important;
  }

  .demo-form-stepper {
    margin-bottom: 1rem;
  }

  .demo-form-step label {
    font-size: 0.9375rem;
  }

  .demo-form-actions {
    flex-direction: column;
  }

  .demo-form-actions .btn {
    width: 100%;
    flex: 1 1 auto;
  }

  .contact__v2 .form-wrapper .alert {
    margin-bottom: 1rem;
  }
}

.product-metrics-strip .stat-item h3 {
  line-height: 1.1;
}

.testimonials-showcase {
  position: relative;
}

.testimonialSwiper.is-single {
  overflow: visible;
  padding-bottom: 0 !important;
}

.testimonialSwiper.is-single .swiper-wrapper {
  display: block;
  transform: none !important;
}

.testimonialSwiper.is-single .swiper-slide {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.testimonialSwiper.is-single .swiper-pagination {
  display: none;
}

.testimonial-featured {
  background: linear-gradient(160deg, #ffffff 0%, rgba(56, 178, 172, 0.1) 100%);
  border: 1px solid rgba(56, 178, 172, 0.22);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.07);
  position: relative;
  text-align: center;
}

.testimonial-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: var(--verde-menta-escuro, #2c7a7b);
}

.testimonial-featured-quote {
  font-size: 2.25rem;
  color: var(--verde-menta-escuro, #2c7a7b);
  opacity: 0.4;
  line-height: 1;
  margin-bottom: 1rem;
}

.testimonial-featured-text {
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-featured-author {
  padding-top: 1.25rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(56, 178, 172, 0.18);
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-featured .author-img-lg {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
}

.testimonial-featured .author-img-lg img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 3px solid rgba(56, 178, 172, 0.25);
}

.testimonials__v2 .testimonials-footnote {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.testimonialSwiper:not(.is-single) {
  padding-bottom: 2.5rem;
}

.testimonialSwiper:not(.is-single) .testimonial {
  height: 100%;
}

body.landing-audiologia,
body.landing-odonto,
body.landing-home {
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  body.landing-audiologia,
  body.landing-odonto,
  body.landing-home {
    padding-bottom: 0;
  }
}

/* Header CTA: texto curto em telas muito pequenas */
.fbs__net-navbar .header-social .header-cta-short {
  display: none;
}

@media (max-width: 575.98px) {
  .fbs__net-navbar .header-social .header-cta-short {
    display: inline-block;
    font-size: 0.8125rem;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
    white-space: nowrap;
  }
}

@media (min-width: 576px) {
  .fbs__net-navbar .header-social .header-cta-short {
    display: none;
  }
}

/* Offcanvas acima do CTA fixo mobile */
.offcanvas {
  z-index: 1050;
}

.offcanvas-backdrop {
  z-index: 1045;
}

/* Menu hambúrguer: painel expansivo, fundo sólido e itens legíveis */
@media (max-width: 1199.98px) {
  #fbs__net-navbars.fbs__net-offcanvas.offcanvas {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    width: 100vw !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background-color: #ffffff !important;
    box-shadow: 4px 0 32px rgba(0, 0, 0, 0.15) !important;
    border-right: 1px solid rgba(56, 178, 172, 0.12) !important;
    overflow: hidden !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .offcanvas-header {
    flex-shrink: 0;
    background-color: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.25rem;
  }

  #fbs__net-navbars.fbs__net-offcanvas .offcanvas-body {
    flex: 1 1 auto !important;
    display: block !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding: 0.5rem 0 2rem !important;
    background-color: #ffffff !important;
    min-height: 0 !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .navbar-nav {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .nav-item {
    width: 100% !important;
    flex-shrink: 0 !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .nav-link {
    display: block !important;
    width: 100% !important;
    padding: 1rem 1.25rem !important;
    font-size: 1.0625rem !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    color: var(--preto-sutil, #1a202c) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    white-space: normal !important;
    text-decoration: none !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .nav-link::before {
    display: none !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .nav-link:hover,
  #fbs__net-navbars.fbs__net-offcanvas .nav-link:focus,
  #fbs__net-navbars.fbs__net-offcanvas .nav-link.active {
    background-color: rgba(56, 178, 172, 0.1) !important;
    color: var(--verde-menta-escuro, #2c7a7b) !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .dropdown-menu {
    position: static !important;
    float: none !important;
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    background-color: rgba(56, 178, 172, 0.05) !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .dropdown-item,
  #fbs__net-navbars.fbs__net-offcanvas .dropdown-menu .nav-link {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    white-space: normal !important;
  }

  #fbs__net-navbars.fbs__net-offcanvas .nav-link.dropdown-toggle {
    justify-content: space-between !important;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  #fbs__net-navbars.fbs__net-offcanvas.offcanvas {
    width: min(90vw, 400px) !important;
  }
}

/* Navbar dropdowns: fit longer labels without clipping */
@media (min-width: 1200px) {
  .fbs__net-navbar .navbar-nav .dropdown > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropend > .dropdown-menu,
  .fbs__net-navbar .navbar-nav .dropstart > .dropdown-menu {
    width: max-content;
    min-width: 200px;
    max-width: 300px;
  }
}

.fbs__net-navbar .navbar-nav .dropdown-menu .dropdown-item,
.fbs__net-navbar .navbar-nav .dropdown-menu .nav-link.dropdown-item {
  white-space: normal;
  line-height: 1.35;
}

/* Blog / páginas secundárias: header sticky básico */
.header__sticky {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(56, 178, 172, 0.1);
}