:root {
  --saas-gray-dark: #0f172a;
  --saas-gray: #475569;
  --saas-blue: #fe5901 !important;
  --saas-Be-Vietnam-Pro: "Be Vietnam Pro", sans-serif;
  --saas-Plus-Jakarta-Sans: "Plus Jakarta Sans", sans-serif;
  --saas-Lexend: "Lexend", sans-serif;
  --saas-Inter: "Inter", sans-serif;
}

/* Reset básico */
body,
html {
  margin: 0;
  width: 100%;
  height: 100%;
}


.fact_item:before {
  content: "";
  width: 4px;
  height: 100%;
  background: none !important;
  position: absolute;
  right: -20px;
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin: 30px 0 30px 0;
}


.saas_btn {
  text-transform: uppercase;
}

.btn_text span {
  text-transform: uppercase;
}



.saas_btn {
  color: #ffffff !important;
  box-shadow: none !important;
}


.nav_right .signup_btn {
  color: #000000;
}

.saas_btn {
  color: #000000;
  box-shadow: none !important;
  width: 36%;
}

.saas_btn:visited {
  color: #000000;

}



.sticky_logo img {
  width: 170px;
}

.navbar.navbar_fixed {
  padding: 20px 0 20px 0;
}

.navbar {
  padding: 15px 0 20px 0;
}



.menu_toggle {
  zoom: 154%;
  right: 14px;
  top: -5px;
}


.saas_features_content .saas_btn {
  margin-top: 20px;
  width: 95%;
}

.promo_area_two {
  padding-top: 110px;
  padding-bottom: 110px;
}


.fun_fact_area {
  background: linear-gradient(26deg, #72e400 0%, #89db3d 100%);
  padding: 70px 0px;
  position: relative;
  z-index: 1;
}

.fact_item h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000000;
  font-family: var(--saas-Inter);
  margin-bottom: 20px;
}

.fact_item h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #000000;
}


.img-preloader {
  position: absolute;
  z-index: 9999999;
  width: 70px;
  margin: 38px 0 0 60px;
}

.page-template-site-sobre .navbar {
  background-color: #000;
}


.saas_breadcrumb_text h1 {
  font-size: 64px;
  line-height: 78px;
  letter-spacing: -0.4px;
  color: #000000;
  margin-bottom: 15px;
}

.page-template-site-sobre .saas_breadcrumb_area {
  position: relative;
  z-index: 1;
  padding: 210px 0px 160px;
  overflow: hidden;
  background: #ffdecd !important;
  height: 513px !important;
}

.saas_breadcrumb_text h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.4px;
  color: #000000;
  margin-bottom: 25px;
}


.page-template-site-aplicativos .logo-white,
.page-template-site-branding .logo-white,
.page-template-site-sites .logo-white,
.page-template-site-trafego-php .logo-white,
.page-template-site-midia-php .logo-white,
.page-template-site-marketing .logo-white,
.page-template-site-seo-php .logo-white {
  display: none;
}

.page-template-site-aplicativos .logo-black,
.page-template-site-branding .logo-black,
.page-template-site-sites .logo-black,
.page-template-site-trafego-php .logo-black,
.page-template-site-midia-php .logo-black,
.page-template-site-marketing .logo-black,
.page-template-site-seo-php .logo-black {
  display: block !important;
}


.page-template-site-aplicativos .menu_white .menu>.nav-item>.nav-link,
.menu_white .menu>.nav-item>.mobile_dropdown_icon,
.page-template-site-branding .menu_white .menu>.nav-item>.nav-link,
.menu_white .menu>.nav-item>.mobile_dropdown_icon,
.page-template-site-sites .menu_white .menu>.nav-item>.nav-link,
.menu_white .menu>.nav-item>.mobile_dropdown_icon,
.page-template-site-trafego-php .menu_white .menu>.nav-item>.nav-link,
.menu_white .menu>.nav-item>.mobile_dropdown_icon,
.page-template-site-midia-php .menu_white .menu>.nav-item>.nav-link,
.menu_white .menu>.nav-item>.mobile_dropdown_icon,
.page-template-site-marketing .menu_white .menu>.nav-item>.nav-link,
.menu_white .menu>.nav-item>.mobile_dropdown_icon,
.page-template-site-seo-php .menu_white .menu>.nav-item>.nav-link,
.menu_white .menu>.nav-item>.mobile_dropdown_icon {
  color: #000;
}


.img-selo {
  left: 222px;
  width: 150px;
  position: absolute;
  z-index: 9999;
}

.section_title h5 {
  accent-color: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--saas-blue);
  font-family: var(--saas-Inter);
  text-transform: none;
  margin-bottom: 10px;
}

.promo_item i {
  background: #e7ffd1;
  padding: 15px;
  font-size: 65px;
  border-radius: 10px;
  margin-bottom: 25px;
  color: #000000;
}


.footer_shap {
  position: relative;
  z-index: 0;
  margin-bottom: -35px;
  padding-bottom: 15px;
}


.footer_shap {
  position: relative;
  z-index: 0;
  margin-bottom: -35px;
  padding-bottom: 15px;
  background: #000000 !important;
}


.footer_shap:before {
  content: "";
  width: 1650px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/home-three/footer.webp) no-repeat left bottom / cover;
  z-index: -1;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: url(resources.svg#desaturate);
  filter: grayscale(100%);
  opacity: 1;
}

.custom_nav .slick-arrow {
  padding: 0;
}

.client_title {
  font-size: 18px;
  line-height: 32px;
  color: var(--saas-gray-dark);
  font-weight: 400;
  font-family: var(--saas-Inter);
  opacity: 0.8;
  margin: -50px 0 -40px 0;
}

.saas_client_logo_area .min_client_area {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 35px;
}


.footer_shap {
  position: relative;
  z-index: 1;
  margin-bottom: -35px;
  padding-bottom: 15px;
  background: #000000 !important;
  padding: 0;
  padding-top: 80px;
  padding-bottom: 70px;
}

.footer_area_two img {
  width: 150px;
}

.img-serv {
  width: 113%;
  max-width: none;
  margin-top: 30px;
}



.img-serv-branding {
  width: 100%;
  max-width: none;
  margin-top: -30px;
}


.img-serv {
  width: 103%;
  max-width: none;
  margin-top: 30px;
}


.endereco-rodape {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}


.endereco-rodape b {
  width: 100%;
  float: left;
  margin-bottom: 11px;
}

.footer_area_two .footer_bottom p {
  color: rgb(255 255 255 / 100%);
}


.promo_item {
  padding-left: 20px;
  padding-right: 20px;
}


.area-home-trafego {
  margin-top: -140px;
}



.area-home-marketing {
  margin-top: -140px;
}


.testimonial_area_four {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 0 0 0;
}

/* Carousel de depoimentos - layout */
.testimonial_slider_two {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.testimonial_slider_two .slider-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.testimonial_slider_two .item {
  flex-shrink: 0;
  box-sizing: border-box;
}

.custom_nav .prevs,
.custom_nav .nexts {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  margin: 0 6px;
  font-size: 16px;
  color: #14141f;
  transition: all 0.3s ease;
}

.custom_nav .prevs:hover,
.custom_nav .nexts:hover {
  background: #14141f;
  color: #fff;
  border-color: #14141f;
}


.logo_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-top: 40px;
}

.logo_slider .item {
  padding: 10px;
}

.logo_slider img {
  width: 400px;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.logo_slider img:hover {
  filter: grayscale(0%);
}


.saas_about_content .saas_btn {
  margin-top: 25px;
  width: 100%;
}



.page-template-site-sobre .navbar_fixed .nav-link {
  color: #fff !important;
}



.page-template-site-sobre .navbar_fixed .logo-black {
  display: none !important;
}

.page-template-site-sobre .navbar_fixed .logo-white {
  display: block !important;
}


.area-numeros-sobre h2 {
  font-size: 26px;
  margin-bottom: 30px;
  font-size: 27px;
}


.saas_about_content h2 {
  font-size: 40px;
  line-height: 43px;
  letter-spacing: -0.3px;
  color: #1d2939;
  margin-bottom: 20px;
}

.img-sobre {
  -webkit-border-top-left-radius: 60px;
  -webkit-border-bottom-right-radius: 60px;
  -moz-border-radius-topleft: 60px;
  -moz-border-radius-bottomright: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}



.area-total-numeros {
  background-color: #f3f3f3;
  padding: 100px 0 80px 0;
  margin: -140px 0 0px 0;
}

.logo_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-top: 40px;
  padding-bottom: 50px;
}


.page-template-site-sobre .section_title h2 {
  font-size: 40px;
  line-height: 51px;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}


.mission_content .nav-tabs .nav-item .nav-link {
  padding-left: 0;
  font-size: 17px;
  padding-right: 0;
}


.nav-tabs {
  padding: 0;
  margin: 0;
}

.tab-content .saas_btn {
  margin-top: 25px;
  width: 100%;
}


.custom_nav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 45px;
}

.img-proposito {
  width: 92%;
  border-radius: 50px;
}


.page-template-site-aplicativos .saas_banner_content h1,
.page-template-site-branding .saas_banner_content h1,
.page-template-site-sites .saas_banner_content h1,
.page-template-site-trafego .saas_banner_content h1,
.page-template-site-midia .saas_banner_content h1,
.page-template-site-marketing .saas_banner_content h1,
.page-template-site-seo .saas_banner_content h1 {
  font-size: 48px;
  line-height: 57px;
  width: 130%;
  /* margin-top: -110px; */
}

.page-template-site-aplicativos .saas_btn,
.page-template-site-branding .saas_btn,
.page-template-site-sites .saas_btn,
.page-template-site-trafego .saas_btn,
.page-template-site-midia .saas_btn,
.page-template-site-marketing .saas_btn,
.page-template-site-seo .saas_btn {
  width: 100%;
}


.oporque h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
}

.oporque h3 {
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  width: 90%;
  MARGIN: 0 AUTO;
  MARGIN-BOTTOM: 55px;
  line-height: 26px;
}

.oporque .service_item {
  padding: 20px;
  height: 340px;
}


.oporque .service_item .icon {
  margin-bottom: 25px;
  font-size: 38px;
}

.area-perguntas {
  margin: -170px 0 0 0;
}

.img-celulares {
  position: absolute;
  top: -44px;
  right: 110px;
  width: 46%;
  max-width: inherit;
}

.section_title h2 {
  margin-top: 30px;
}

.testimonial_area_four {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 0 0 0;
  background: #f3f5f9 !important;
  margin-top: -50px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 10px;
}



.img-lateral-interna {
  position: absolute;
  z-index: 9999;
  top: 180px;
  right: 40px;
  -webkit-border-radius: 100px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 100px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 100px;
  border-bottom-left-radius: 0;
}


.img-sites {
  position: absolute;
  right: -90px;
  width: 77%;
  top: 190px;
}


.page-template-site-sites .saas_features_area {
  padding: 30px 0px;
}


.subscribe_area {
  margin: 40px 0 110px 0;
}


.subscribe_area h2 {
  font-size: 29px;
}


p {
  font-size: 16px;
}


.service_item p {
  margin-bottom: 0;
  line-height: 27px;
}

.section_title h2 {
  margin-top: 30px;
  font-size: 40px;
}

.btn-whats {
  background-color: #ffffff;
  position: fixed;
  bottom: 30px;
  right: 20px;
  padding: 0;
  z-index: 99999;
  font-size: 40px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 5px;
  /* border: 8px solid #1ccb43; */
  color: #1ccb43 !important;
  background: #1ccb43;
  color: #fff !important;
}

.listagem-cases {
  display: block;
  margin: 0;
  width: 100%;
  z-index: 8;
  position: relative;
  padding-bottom: 90px;
}


.page-template-site-cases .listagem-cases {
  display: block;
  margin: 585px 0 0 0;
  width: 100%;
  z-index: 8;
  position: relative;
  padding-bottom: 90px;
}

.case-card-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.case-card-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.listagem-cases-loader {
  width: fit-content;
  margin: 12px auto 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
}

.cases-loader-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fe5901;
  animation: casesLoaderPulse 1s ease-in-out infinite;
}

.cases-loader-dot:nth-child(2) {
  animation-delay: 0.15s;
}

.cases-loader-dot:nth-child(3) {
  animation-delay: 0.3s;
}

.page-template-site-sobre .img-sobre {
  margin-bottom: 100px;
}


.page-template-site-sobre .testimonial_area_four {
  background: #fff !important;
}

.single-post h1 {
  text-align: center;
  color: #fff;
  margin: -35px 0 0 0;
}

.single-case .case-categories {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px !important;
}

@keyframes casesLoaderPulse {

  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.listagem-cases-sentinel {
  width: 100%;
  height: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .case-card-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


.box-case {
  height: 570px;
  background-color: #e9edf5;
  background-repeat: no-repeat !important;
  border-radius: 23px;
  margin-bottom: 65px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: 100%;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 43px;
}

.box-case-lazy {
  position: relative;
  overflow: hidden;
}

.box-case-lazy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  animation: caseShimmer 1.5s infinite;
}

.box-case-lazy.is-loaded::before {
  display: none;
}

@keyframes caseShimmer {
  100% {
    transform: translateX(100%);
  }
}


.page-template-site-cases .saas_breadcrumb_area {
  position: relative;
  z-index: 1;
  padding: 140px 0 80px 160px;
  overflow: hidden;
}


.page-template-site-cases .navbar {
  padding: 15px 0 20px 0;
  background: #000000;
}


.page-template-site-cases .navbar_fixed .nav-link {
  color: #fff !important;
}



.page-template-site-cases .navbar_fixed .logo-black {
  display: none !important;
}

.page-template-site-cases .navbar_fixed .logo-white {
  display: block !important;
}


.page-template-site-home .link-inicio a {
  border-bottom: 2px solid #72e400;
  text-align: center;
}


.page-template-site-sobre .link-sobre a {
  border-bottom: 2px solid #72e400;
  text-align: center;
}


.page-template-site-aplicativos .link-servicos,
.page-template-site-aplicativos .link-servicos,
.page-template-site-sites .link-servicos,
.page-template-site-trafego .link-servicos,
.page-template-site-midia .link-servicos,
.page-template-site-marketing .link-servicos,
.page-template-site-seo .link-servicos {
  border-bottom: 2px solid #72e400;
  text-align: center;
}

.page-template-site-cases .link-trabalhos a {
  border-bottom: 2px solid #72e400;
  text-align: center;
}


.page-template-site-cases .testimonial_area_four {
  margin-top: 0;
}



.box-case span {
  float: right;
  margin: 20px 20px 0 0;
  background: #000000;
  padding: 10px 25px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
}


.box-case .conteudo {
  bottom: 100px;
  position: r;
  width: 113.3%;
  margin-left: -21px;
  float: left;
  margin-top: 349px;
  padding: 46px 25px;
  height: 138px;
  background: #000000;
  background: linear-gradient(182deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 1) 100%);
  border-radius: 21px;
}

.box-case .conteudo h5 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}


.box-case .conteudo p {
  color: #fff;
  font-weight: 100;
}



.single-post .navbar_fixed .nav-link {
  color: #fff !important;
}



.single-post .navbar_fixed .logo-black {
  display: none !important;
}

.single-post .navbar_fixed .logo-white {
  display: block !important;
}



.single-case {
  margin: 0 auto;
  margin-top: 70px;
}

.single-case img {
  border-radius: 25px !important;
}



.single-case span {
  background: #000000;
  padding: 10px 35px;
  border-radius: 500px;
  color: #fff;
}


.single-case .lead {
  font-size: 22px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-top: 20px;
  font-style: italic;
  margin-bottom: 25px;
}

.single-case .case-content {
  width: 100%;
  float: left;
  font-size: 22px;
  line-height: 1.75;
  color: #1f2937;
}

.single-case .case-content p {
  margin: 0 0 22px;
}

.single-case .case-content p:last-child {
  margin-bottom: 0;
}

.single-case .case-content ul,
.single-case .case-content ol {
  margin: 0 0 22px 24px;
  padding: 0;
}

.single-case .case-content li {
  margin-bottom: 8px;
}

.single-case .case-categories {
  justify-content: center;
  align-items: center;
}

.single-case .case-categories .case-category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 120px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #fe5901;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 0;
}



.single-case .img-01 {
  visibility: visible;
  animation-name: fadeInUp;
  margin-bottom: 35px;
  margin-top: 100px;
}

.btn-acessar-prjeto {
  width: 620px;
  background: #72e400;
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 82px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
}

.btn-acessar-prjeto:hover {
  background: #000 !important;
  color: #fff;
}

.single-post h1 {
  text-align: center;
  color: #fff;
}

.single-case span {
  background: #000000;
  padding: 10px 35px;
  border-radius: 500px;
  color: #fff;
  margin: 0 auto;
  width: 310px;
  text-align: center;
  width: 300px;
  display: block;
  margin-bottom: 35px;
}

.video-case iframe {
  width: 86%;
  height: 630px;
  margin-bottom: 55px;
  border-radius: 20px;
  margin: 0 auto;
  display: block;
  margin-bottom: 90px;
}



.single-post {
  background: url(https://linve.com.br/wp-content/themes/niru/assets/img/bg-post2.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
  /* background-attachment: fixed; */
  background-size: 100%;
}



.page-template-site-cases-php .saas_breadcrumb_text h1 {
  font-weight: 300;
  line-height: 1.1;
  margin-top: 40px;
}


.page-template-site-cases-php .saas_breadcrumb_text h1 b {
  font-weight: 700;
}




.box-case {
  transition: transform 0.5s ease-in-out;
}

.box-case:hover {
  transform: scale(1.03);
  /* Zoom leve e elegante */
}


.service_item h4 {
  font-size: 20px;
  margin-bottom: 15px;
}


.saas_features_content h2 {
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -1px;
  margin-bottom: 16px;
}





.page-template-site-servicos .navbar_fixed .logo-black {
  display: none !important;
}

.page-template-site-servicos .navbar_fixed .logo-white {
  display: block !important;
}


.page-template-site-servicos .navbar,
.page-template-site-servicos .navbar_fixed {
  padding: 15px 0 20px 0;
  background: #000000;
}



.page-template-site-servicos .section_title h2 {
  margin-top: 80px;
  font-size: 40px;
}


.menu>.nav-item>.nav-link {
  padding-right: 0;
}

.object-fit-cover {
  object-fit: cover;
}


.btn-close-custom {
  background-color: #72e400 !important;
  color: #000 !important;
  opacity: 1 !important;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.btn-close-custom:hover {
  background-color: #111;
  /* Leve efeito no hover */
  color: #fff;
}

.single-case img {
  cursor: pointer;
}


.saas_banner_area_two::before {
  display: none;
}


.page-template-site-home {
  background-color: #ffffff;
}

/* Home fundo branco — logo e nav */
.page-template-site-home .logo-white {
  display: none !important;
}

.page-template-site-home .logo-black {
  display: block !important;
}

.page-template-site-home .menu_white .menu>.nav-item>.nav-link,
.page-template-site-home .menu-novo a,
.page-template-site-home .link-inicio {
  color: #0f172a !important;
}

.page-template-site-home .menu_toggle .hamburger span {
  background: #0f172a;
}

/* Pacotes: header sempre branco com logo/menu escuros */
.page-template-site-pacotes .navbar,
.page-template-site-pacotes .navbar.navbar_fixed,
.page-template-site-faq .navbar,
.page-template-site-faq .navbar.navbar_fixed,
.page-template-site-servico .navbar,
.page-template-site-servico .navbar.navbar_fixed,
.page-template-site-materias .navbar,
.page-template-site-materias .navbar.navbar_fixed,
.page-template-site-materia .navbar,
.page-template-site-materia .navbar.navbar_fixed {
  background: rgba(255, 255, 255, 0.96) !important;
}

.page-template-site-pacotes .logo-white,
.page-template-site-faq .logo-white,
.page-template-site-servico .logo-white,
.page-template-site-materias .logo-white,
.page-template-site-materia .logo-white {
  display: none !important;
}

.page-template-site-pacotes .logo-black,
.page-template-site-faq .logo-black,
.page-template-site-servico .logo-black,
.page-template-site-materias .logo-black,
.page-template-site-materia .logo-black {
  display: block !important;
}

.page-template-site-pacotes .menu-novo li a,
.page-template-site-pacotes .menu-novo li a:visited,
.page-template-site-faq .menu-novo li a,
.page-template-site-faq .menu-novo li a:visited,
.page-template-site-servico .menu-novo li a,
.page-template-site-servico .menu-novo li a:visited,
.page-template-site-materias .menu-novo li a,
.page-template-site-materias .menu-novo li a:visited,
.page-template-site-materia .menu-novo li a,
.page-template-site-materia .menu-novo li a:visited {
  color: #0f172a !important;
}

.page-template-site-pacotes .menu_toggle .hamburger span,
.page-template-site-pacotes .menu_toggle .hamburger-cross span,
.page-template-site-faq .menu_toggle .hamburger span,
.page-template-site-faq .menu_toggle .hamburger-cross span,
.page-template-site-servico .menu_toggle .hamburger span,
.page-template-site-servico .menu_toggle .hamburger-cross span,
.page-template-site-materias .menu_toggle .hamburger span,
.page-template-site-materias .menu_toggle .hamburger-cross span,
.page-template-site-materia .menu_toggle .hamburger span,
.page-template-site-materia .menu_toggle .hamburger-cross span {
  background: #0f172a !important;
}

.page-template-site-pacotes .body_wrapper,
.page-template-site-faq .body_wrapper,
.page-template-site-servico .body_wrapper,
.page-template-site-materias .body_wrapper,
.page-template-site-materia .body_wrapper {
  margin: 0;
}

.page-template-site-faq .faq_hero,
.page-template-site-servico .servico_hero,
.page-template-site-materias .materias_hero {
  padding-top: 150px !important;
}

.page-template-site-materia .materia_article {
  padding-top: 150px !important;
}

/* Botao "Solicitar orcamento" no menu — manter laranja em todos estados, todas paginas */
.nav_right .signup_btn,
.nav_right .signup_btn:visited,
.nav_right .signup_btn .btn_text span {
  background: #ff7038 !important;
  border-color: #ff7038 !important;
  color: #fff !important;
}

.nav_right .signup_btn:hover {
  background: #fe5901 !important;
  border-color: #fe5901 !important;
  color: #fff !important;
}

.nav_right .signup_btn:hover .btn_text span {
  color: #fff !important;
}

/* Banner texto escuro (fundo branco) */
.page-template-site-home .saas_banner_content_two h2 {
  color: #0f172a;
  opacity: 1 !important;
  transform: none !important;
}

.page-template-site-home .saas_banner_content_two p {
  color: #475569;
  opacity: 1 !important;
  transform: none !important;
}


.navbar.navbar_fixed {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.navbar.navbar_fixed .logo-white {
  display: none !important;
}


.navbar.navbar_fixed .logo-black {
  display: block !important;
}

.area-clientes {
  background-color: #fff;
  z-index: 9999;
  position: relative;
}


.preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}


.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgb(92 105 120 / 20%);
  border-top-color: var(--saas-blue);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #ffffff;
}

.nav_right .login_btn,
.nav_right .signup_btn {
  border-radius: 4px;
}

.box-case-overlay {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

/* imagem de fundo com blur */
.bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(12px);
  z-index: 0;
  opacity: 0.3;
  border-radius: 11px;
  padding: 5px 13px 9px 7px;
}

/* Gradiente radial sutil escuro nas bordas */
.box-case-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0.2) 80%,
      rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
  opacity: 0.8;
  border-radius: 16px;
}

/* imagem da frente nítida */
.bg-clean {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.box-case {
  position: relative;
  z-index: 1;
  color: white;
  cursor: pointer;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* opcional */
}


.menu-novo {

  float: left;
  margin: 12px 10px 0 0;
}


.menu-novo li {
  float: left;
  list-style: none;
}

.menu-novo li a {
  color: #fff;
  float: left;
  margin: 0 20px 0 0;
}


.menu-novo li a:hover {
  opacity: 0.8;
}

.page-template-site-home .link-inicio {
  color: #fe5901;
  margin: 0 0 20px -30px;
  float: left;
}



.postid-267 .single-case span {
  background: #f17f3f;
  color: #fff;
  font-weight: bold;

}



.postid-141 .single-case span {
  background: #ff0671;
  color: #fff;
  font-weight: bold;
  width: 400px;
}



.postid-230 .single-case span {
  background: #0173f3;
  color: #fff;
  font-weight: bold;
  width: 400px;
}


.postid-223 .single-case span {
  background: #0173f3;
  color: #fff;
  font-weight: bold;
  width: 400px;
}


.postid-175 .single-case span {
  background: #002573;
  color: #fff;
  font-weight: bold;
  width: 400px;
}


.postid-258 .single-case span {
  background: #ee1b24;
  color: #fff;
  font-weight: bold;
  width: 400px;
}


.single-post h2 {
  /* color: #fff; */
  margin-top: 80px;
}


.img-02 {
  cursor: pointer;
  margin-bottom: 45px;
}


.postid-74 .single-case span {
  background: #faa90a;
  color: #fff;
  font-weight: bold;
  width: 400px;
}

.postid-128 .single-case span {
  background: #ffe500;
  color: #000;
  font-weight: bold;
  width: 400px;
}

.fadeInUp {
  animation-duration: 1.5s !important;
}


.promo-banner {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url(https://linve.com.br/wp-content/themes/niru/assets/img/bg-banner5.jpg);
  width: 100%;
  background-repeat: repeat;
  background-size: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 17px 0 5px 20px;
}


.promo-banner-title {
  font-size: 21px;
  font-weight: 600;
  float: left;
  margin: -2px 0 -47px 171px;
  font-family: var(--saas-Inter) !important;
}


.promo-banner-timer {
  width: 138px;
  padding: 0;
  float: left;
  margin-top: 0;
  float: left;
  clear: both;
  border-right: 1px solid #000000;
}


#promo-timer {
  font-size: 27px;
}

.promo-banner-timer span {
  font-size: 13px;
  font-weight: 600;
  clear: both;
  float: left;
  margin: -6px 0 0 0;
}


.promo-banner-desc {
  float: left;
  margin: 27px 0 8px 40px;
  width: 60%;
  font-size: 15px;
}


.promo-banner-btn {
  float: right;
  margin: 2px 20px 0 0;
  background: #000000;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
  color: #ffffff;
}


.promo-banner-btn:hover {
  background: #fff;
  color: #000;
}




.postid-204 .single-case span {
  background: #2d1a7d;
  color: #fff;
  font-weight: bold;
  width: 400px;
}



.postid-239 .single-case span {
  background: #5664de;
  color: #fff;
  font-weight: bold;
  width: 400px;
}


.nav_right .login_btn,
.nav_right .signup_btn {
  border-radius: 4px;
  color: #fff;
}

.body_wrapper {
  margin: -89vh 0 0 0;
}

.page-template-site-sobre-php .body_wrapper {
  margin: 0vh 0 0 0;
}

.page-template-site-home .link-inicio {
  color: #fe5901;
  margin: 0 0 20px -70px;
  float: left;
}



.post-template-default .body_wrapper {
  margin: 8vh 0 0 0;
}

.saas_banner_area_two {
  padding: 180px 0px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 830px;
}

.sticky_logo img {
  width: 170px;
  height: auto;
}


.page-template-site-sobre .saas_about_area {
  margin-top: 320px;
}


.saas_btn:visited {
  color: #ffffff !important;
}

.menu-novo li a:visited {
  color: #fff;
}


.page-template-site-sobre .navbar a:visited {
  color: #fff !important;
}

.navbar.navbar_fixed .menu-novo li a,
.navbar.navbar_fixed .menu-novo li a:visited {
  color: #000 !important;
}

.signup_btn:visited {
  color: #fff !important;
}

.navbar.navbar_fixed .nav_right .signup_btn,
.navbar.navbar_fixed .nav_right .signup_btn:visited,
.navbar.navbar_fixed .nav_right .signup_btn .btn_text span {
  color: #fff !important;
}



.single-post .single-case {
  margin-top: 910px;
}


.page-template-site-servicos .saas_features_area {
  margin-top: 790px;
}

@media (min-width: 1024px) and (max-width: 1366px) {


  .saas_banner_content_two h2 {
    font-size: 60px;
    line-height: 84px;
    font-weight: 700;
    font-family: var(--saas-Inter);
    letter-spacing: -1.4px;
    margin-bottom: 30px;
    color: #0f172a;
    width: 82%;
    line-height: 1.0;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: -20px;
  }


  .saas_banner_content_two p {
    max-width: 790px;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 40px;
    color: #475569;
    font-size: 16px;
  }

  .saas_banner_content_two .banner_img img {
    max-width: 100%;
    margin-top: -50px;
    margin-left: 50px;
  }


  .img-celulares {
    position: absolute;
    top: 106px;
    right: -120px;
    width: 69%;
    max-width: inherit;
  }


  .img-sites {
    position: absolute;
    right: -90px;
    width: 64%;
    top: 190px;
  }


  .video-case iframe {
    height: 540px;
  }


  .btn-acessar-prjeto {
    width: 530px;
  }


  .page-template-site-cases .saas_breadcrumb_area {
    position: relative;
    z-index: 1;
    padding: 130px 0 60px 0;
    overflow: hidden;
  }

}



@media (min-width: 0px) and (max-width: 1024px) {


  .box-case .conteudo {
    width: 113.3%;
  }

  .footer_shap {
    position: absolute;
    z-index: 111 !important;
    padding-bottom: 150px !important;
  }


  .single-post .body_wrapper {
    margin: 5vh 0 0 0;
  }

  .single-post h1 {
    text-align: center;
    color: #000000;
  }


  .btn_text {
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    color: #fe5700 !important;
  }


  .promo-banner {
    display: none;
  }


  html,
  body {
    touch-action: manipulation !important;
  }


  .saas_banner_content_two h2 span {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
  }

  .saas_btn {
    color: #000000;
    box-shadow: none !important;
    width: 100%;
  }


  .promo_area_two {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .section_title h2 {
    width: 85%;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .promo_item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 55px;
  }

  .fact_item {
    margin-bottom: 58px;
  }

  .promo_area_two {
    padding-top: 40px;
    padding-bottom: 18px;
  }


  .saas_features_content h2 {
    font-size: 25px;
    line-height: 37px;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }


  .img-serv {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: -45px;
  }



  .img-serv-branding {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: -45px;
  }


  .section_title h2 {
    width: 85%;
    font-size: 25px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .footer_shap {
    position: absolute;
    z-index: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    background: #000000 !important;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 42px;
    margin-bottom: 0;
  }


  .footer_area_two .footer_bottom p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.2;
  }


  .menu>.nav-item>.nav-link {
    text-align: left;
  }

  .nav_right .login_btn,
  .nav_right .signup_btn {
    padding: 12px;
    width: 100%;
  }


  .menu>.nav-item .mobile_dropdown_icon {
    display: none;
  }


  .menu,
  .nav_right {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 35px;
  }


  .navbar .navbar-collapse {
    position: absolute;
    left: 0;
    top: 99%;
    background: #fff;
    box-shadow: 4px 6px 10px rgba(12, 0, 46, 0.05);
    z-index: 8;
    width: 100%;
    height: auto;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }


  .saas_breadcrumb_text h1 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -0.4px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: -40px;
  }



  .saas_about_content h2 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.3px;
    color: #1d2939;
    margin-bottom: 40px;
    margin-top: -20px;
  }



  .area-numeros-sobre h2 {
    font-size: 26px;
    margin-bottom: 12px;
    font-size: 27px;
  }


  .area-numeros-sobre .col-lg-4 {
    margin-bottom: 30px;
  }


  .img-proposito {
    width: 92%;
    border-radius: 50px;
    margin: -160px 0 0 0;
  }


  .page-template-site-sobre .section_title h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
    margin: 0 0 20px 0;
  }


  .img-sobre {
    -webkit-border-top-left-radius: 60px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius-topleft: 60px;
    -moz-border-radius-bottomright: 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    MARGIN: -140px 0 0 0;
    Z-INDEX: 9;
    POSITION: RELATIVE;
  }


  .testimonial_area_four H2 {
    width: 80%;
    text-align: center;
    margin: 0 auto !important;
  }


  .page-template-site-sobre-php .menu_toggle .hamburger span {
    background: #fff !important;
  }



  .page-template-site-sobre-php .hamburger-cross span {
    background: #ffffff !important;
  }

  .page-template-site-sobre .navbar_fixed .nav-link {
    color: #000000 !important;
  }

  .btn-whats {
    z-index: 999999;
  }

  .page-template-site-servicos .section_title h2 {
    margin-top: 80px;
    font-size: 27px;
    line-height: 1.2;
  }



  .page-template-site-servicos .menu_toggle .hamburger span {
    background: #fff !important;
  }



  .page-template-site-servicos .hamburger-cross span {
    background: #ffffff !important;
  }

  .no-mobile {
    display: none;
  }


  .link-aplicativo,
  .link-branding,
  .link-sites,
  .link-trafego,
  .link-midias,
  .link-marketing,
  .link-seo {
    display: block !important;
  }



  .page-template-site-aplicativos .navbar {
    background: #ffffff;
  }

  .menu_white .menu_toggle .hamburger span {
    background: #fff;
  }

  .menu_white .menu_toggle .hamburger-cross span {
    background: #fff;
  }

  .page-template-site-aplicativos .saas_banner_content h1,
  .page-template-site-branding .saas_banner_content h1,
  .page-template-site-sites .saas_banner_content h1,
  .page-template-site-trafego .saas_banner_content h1,
  .page-template-site-midia .saas_banner_content h1,
  .page-template-site-marketing .saas_banner_content h1,
  .page-template-site-seo .saas_banner_content h1 {
    font-size: 28px;
    line-height: 36px;
    width: 100%;
    margin-top: 310px;
  }


  .img-celulares {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    max-width: inherit;
    background: #dee5ff;
  }


  .oporque h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: -100px;
  }

  .oporque .service_item {
    padding: 20px;
    height: 290px;
  }


  .faq_inner .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 26px;
  }


  .img-sites {
    position: absolute;
    right: 0;
    width: 100%;
    top: 110px;
    background: #a0feff;
    padding: 25px;
    margin-bottom: 0;
  }

  .page-template-site-sites .saas_banner_content h1 {
    margin-top: 280px;
  }

  .subscribe_area h2 {
    font-size: 23px;
    line-height: 1.2;
  }


  .subscribe_inner {
    padding: 60px 40px;
  }



  .page-template-site-sites .oporque {
    margin-top: 250px;
  }



  .subscribe_area span:first-child {
    display: none !important;

  }



  .page-template-site-home-php .menu_white .menu_toggle .hamburger span {
    background: #ffffff;
  }


  .page-template-site-home-php .menu_white .menu_toggle .hamburger-cross span {
    background: #ffffff;
  }


  .menu>.nav-item>.nav-link {
    font-size: 16px;
    font-weight: 550;
  }


  .page-template-site-home-php .navbar_fixed .menu_toggle .hamburger span {
    background: #fff !important;
  }

  .page-template-site-home-php .navbar_fixed .menu_toggle .hamburger-cross span {
    background: #ffffff !important;
  }


  .page-template-site-home .link-inicio a {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
  }


  .page-template-site-sobre .link-sobre a {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
  }


  .page-template-site-aplicativos-php .link-aplicativo {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
  }


  .page-template-site-sites-php .link-sites {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
  }



  .page-template-site-branding .link-branding {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
  }


  .page-template-site-trafego-php .link-trafego {

    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
  }



  .page-template-site-midia-php .link-midias {

    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
  }


  .page-template-site-marketing-php .link-marketing {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
  }


  .page-template-site-seo .link-seo {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 10px !important;
    margin-bottom: 5px;
  }


  .nav_right .login_btn,
  .nav_right .signup_btn {
    padding: 12px;
    width: 100%;
    background: #ffffff;
  }


  .page-template-site-cases .link-trabalhos a {
    border-bottom: 2px solid #72e400;
    text-align: center;
    padding-bottom: 5px !important;
    margin-bottom: 5px;
  }



  .page-template-site-cases .menu_white .menu_toggle .hamburger span {
    background: #fff !important;
  }


  .page-template-site-cases .menu_white .menu_toggle .hamburger-cross span {
    background: #fff !important;
  }


  .page-template-site-cases .navbar_fixed .nav-link {
    color: #000000 !important;
  }

  .page-template-site-cases .saas_breadcrumb_area {
    position: relative;
    z-index: 1;
    padding: 0 0 0 0;
    overflow: hidden;
    margin: 140px 0 0 0;
    background: #ffffff !important;
  }


  .page-template-site-cases-php .saas_breadcrumb_text h1 {
    font-weight: 300;
    line-height: 1.1;
    margin-top: 10px;
    font-size: 27px;
    margin-bottom: 50px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 61px;
  }


  .img-preloader {
    position: absolute;
    z-index: 9999999;
    width: 70px;
    margin: 39px 0 0 60px;
  }


  .img-lateral-interna {
    position: absolute;
    z-index: 9999;
    top: 14vh;
    right: 15vw;
    -webkit-border-radius: 100px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 100px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    width: 69vw;
    margin: 0 auto;
  }


  .saas_banner_area::before {
    background: #fff;
  }


  .single-case {
    margin: 0 auto;
    margin-top: 90px;
  }


  .video-case iframe {
    width: 100%;
    height: 220px;
    margin-bottom: 55px;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    margin-bottom: 90px;
  }


  .video-case iframe {
    width: 100%;
    height: 220px;
    margin-bottom: 55px;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
    margin-bottom: 17px;
  }


  .single-post h2 {
    display: none;
  }


  .btn-acessar-prjeto {
    width: 100%;
    background: #72e400;
    display: block;
    padding: 16px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 42px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 45px;
  }


  .single-post .menu_white .menu_toggle .hamburger span {
    background: #fff !important;
  }


  .single-post .menu_white .menu_toggle .hamburger-cross span {
    background: #fff !important;
  }

  .single-post .link-trabalhos a {
    border-bottom: 2px solid #72e400;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 10px !important;
  }


  .menu-novo {
    float: left;
    margin: -10px 0 0 0;
    padding: 0;
  }

  .menu-novo li {
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
  }

  .menu-novo li a {
    color: #f65600;
    float: left;
    margin: 0 20px 0 0;
  }


  .page-template-site-home .link-inicio {
    color: #fe5901;
    margin: 0;
    float: left;
  }

  .page-template-site-sobre-php .body_wrapper {
    margin: -4vh 0 0 0;
  }

}

/* ===== Pricing Page ===== */
.pricing_card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  box-shadow: 0 4px 40px rgba(20, 20, 31, 0.06);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 48px rgba(20, 20, 31, 0.12);
}

.pricing_card.featured {
  border: 2px solid #ff6a00;
  transform: scale(1.03);
}

.pricing_card.featured:hover {
  transform: scale(1.03) translateY(-8px);
}

.pricing_card.premium {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
  color: #fff;
}

.pricing_popular {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6a00;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 20px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.pricing_header {
  text-align: center;
  margin-bottom: 24px;
}

.pricing_badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ff6a00;
  margin-bottom: 8px;
}

.pricing_card.premium .pricing_badge {
  color: #ff9a4a;
}

.pricing_header h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
  color: inherit;
}

.pricing_header .pricing_pages {
  font-size: 14px;
  color: #696a72;
  margin: 0;
}

.pricing_card.premium .pricing_pages {
  color: rgba(255, 255, 255, 0.6);
}

.pricing_price {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pricing_card.premium .pricing_price {
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing_price .currency {
  font-size: 20px;
  font-weight: 600;
  vertical-align: super;
  margin-right: 2px;
  color: #ff6a00;
}

.pricing_price .amount {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  color: #14141f;
}

.pricing_card.premium .pricing_price .amount {
  color: #fff;
}

.pricing_price .period {
  display: block;
  font-size: 14px;
  color: #696a72;
  margin-top: 4px;
}

.pricing_card.premium .pricing_price .period {
  color: rgba(255, 255, 255, 0.5);
}

.pricing_features {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  flex-grow: 1;
}

.pricing_groups {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 32px;
  flex-grow: 1;
}

.pricing_group {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  padding: 16px 18px;
}

.pricing_card.premium .pricing_group {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}

.pricing_features li {
  padding: 8px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #14141f;
  border-bottom: 1px solid #f5f5f5;
}

.pricing_card.premium .pricing_features li {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.pricing_features li:last-child {
  border-bottom: none;
}

.pricing_features li i {
  font-size: 14px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.pricing_features li.included i {
  color: #22c55e;
}

.pricing_features li.not-included {
  color: #aaa;
  font-style: italic;
}

.pricing_card.premium .pricing_features li.not-included {
  color: rgba(255, 255, 255, 0.3);
}

.pricing_features li.not-included i {
  color: #ddd;
}

.pricing_card.premium .pricing_features li.not-included i {
  color: rgba(255, 255, 255, 0.2);
}

.pricing_btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background: #14141f;
  color: #fff;
  transition: all 0.3s ease;
  margin-top: auto;
}

.pricing_btn:hover {
  background: #ff6a00;
  color: #fff;
  transform: translateY(-2px);
}

.pricing_card.featured .pricing_btn {
  background: #ff6a00;
  color: #fff;
}

.pricing_card.featured .pricing_btn:hover {
  background: #e55a00;
}

.pricing_btn_premium {
  background: #ff6a00;
  color: #fff;
}

.pricing_btn_premium:hover {
  background: #fff;
  color: #14141f;
}

.pricing_divider {
  height: 1px;
  background: #eee;
  margin: 24px 0;
}

.pricing_card.premium .pricing_divider {
  background: rgba(255, 255, 255, 0.1);
}

.pricing_includes {
  font-size: 14px;
  font-weight: 700;
  color: #14141f;
  margin: 0 0 12px;
}

.pricing_card.premium .pricing_includes {
  color: #fff;
}

.pricing_common {
  margin-top: 60px;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 40px rgba(20, 20, 31, 0.06);
}

.pricing_common h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #14141f;
}

.pricing_common_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
}

.pricing_common_grid span {
  font-size: 14px;
  color: #696a72;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing_common_grid span i {
  color: #22c55e;
  font-size: 13px;
}



.page-template-site-pacotes .pricing_section {
  background: #f8f9fc;
  padding: 150px 0 100px;
  margin-top: 0 !important;
  padding-top: 150px !important;
}


@media (max-width: 991px) {
  .pricing_card.featured {
    transform: scale(1);
  }

  .pricing_card.featured:hover {
    transform: translateY(-8px);
  }
}