/* Kaito Solutions custom layer: clean premium corporate */
:root {
  --kaito-primary: #2f80ed;
  --kaito-accent: #111b2a;
  --kaito-soft: #f4f7fb;
  --kaito-text: #344054;
  --kaito-white: #ffffff;
}

body {
  color: var(--kaito-text);
}

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .row {
    --bs-gutter-x: 3rem;
  }
}

.tp-slider-3-title {
  line-height: 1.2;
}

.kaito-title-marker {
  display: inline;
  padding: 0.02em 0.12em 0.08em;
  color: var(--kaito-white);
  background-color: #10002b;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Marcador glassy nos títulos das páginas de serviço */
.tp-portfolio-breadcrumb-area-3
  .tp-portfolio-breadcrumb-content
  .tp-portfolio-breadcrumb-title,
.tp-portfolio-breadcrumb-area-3
  .tp-portfolio-breadcrumb-content
  .tp-portfolio-breadcrumb-body {
  display: table;
  width: fit-content;
  max-width: 100%;
  padding: 0.08em 0.2em 0.12em;
  color: var(--kaito-white);
  background: rgba(16, 0, 43, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(8, 0, 24, 0.18);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.tp-portfolio-breadcrumb-area-3
  .tp-portfolio-breadcrumb-content
  .tp-portfolio-breadcrumb-title {
  margin-bottom: 14px;
}

.tp-portfolio-breadcrumb-area-3
  .tp-portfolio-breadcrumb-content
  .tp-portfolio-breadcrumb-body,
.tp-portfolio-breadcrumb-area-3
  .tp-portfolio-breadcrumb-content
  .tp-portfolio-breadcrumb-body
  span,
.tp-portfolio-breadcrumb-area-3
  .tp-portfolio-breadcrumb-content
  .tp-portfolio-breadcrumb-body
  a {
  color: var(--kaito-white);
}

.kaito-hero-points {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.kaito-hero-points span {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.kaito-pillar-card {
  background: var(--kaito-soft);
  border: 1px solid #dde4ef;
  border-radius: 10px;
  padding: 14px 12px;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: center;
  color: var(--kaito-accent);
}

.kaito-service-card {
  background: var(--kaito-white);
  border: 1px solid #e5ebf3;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.kaito-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(14, 23, 38, 0.1);
}

.kaito-service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.kaito-service-card-content {
  padding: 22px;
}

.kaito-service-card-content h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--kaito-accent);
}

.kaito-service-card-content p {
  margin-bottom: 14px;
}

.kaito-service-card-content a {
  font-weight: 700;
  color: var(--kaito-primary);
}

/* Grid estático: tp-service-3-box é absolute (bottom: -157px) e invade a linha de baixo */
#solucoes > .container > .row > [class*="col-"] {
  margin-bottom: 180px;
}

@media (max-width: 767px) {
  #solucoes > .container > .row > [class*="col-"] {
    margin-bottom: 200px;
  }
}

/* AEO — páginas de serviço */
.kaito-tldr {
  max-width: 820px;
  margin: 0 0 28px;
  padding: 20px 24px;
  border-left: 4px solid var(--kaito-primary);
  background: rgba(244, 247, 251, 0.96);
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.65;
  color: var(--kaito-text);
  text-align: left;
}

blockquote.kaito-tldr {
  margin-left: 0;
  margin-right: 0;
  quotes: none;
}

.kaito-tldr strong {
  color: var(--kaito-accent);
}

.kaito-aeo-content ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.kaito-aeo-content ol li {
  margin-bottom: 8px;
  line-height: 1.55;
}

.kaito-aeo-content h2,
.kaito-aeo-content h3 {
  color: var(--kaito-accent);
  margin-top: 28px;
  margin-bottom: 14px;
}

.kaito-aeo-content p {
  margin-bottom: 14px;
  line-height: 1.7;
}

.kaito-aeo-content ul {
  margin: 0 0 20px;
  padding-left: 20px;
}

.kaito-aeo-content ul li {
  margin-bottom: 8px;
  line-height: 1.55;
}

.kaito-aeo-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 28px;
  font-size: 15px;
}

.kaito-aeo-table th,
.kaito-aeo-table td {
  border: 1px solid #e5ebf3;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.kaito-aeo-table th {
  background: var(--kaito-soft);
  color: var(--kaito-accent);
  font-weight: 700;
}

.kaito-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 16px 0 28px;
}

.kaito-related-links a {
  font-weight: 600;
  color: #5f41f0;
}

.kaito-method-grid {
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.kaito-method-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  color: #fff;
  padding: 16px 20px;
  font-weight: 600;
  backdrop-filter: blur(1px);
}

.kaito-method-item strong {
  color: #37b3ff;
  margin-right: 8px;
  font-weight: 700;
}

.kaito-method-item.is-active {
  background: rgba(11, 18, 42, 0.88);
  border-color: rgba(68, 176, 255, 0.48);
  box-shadow: inset 3px 0 0 #37b3ff;
}

.kaito-process-section {
  position: relative;
  overflow: hidden;
}

.kaito-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/technology/technology-3-bg.jpeg") center/cover
    no-repeat;
  z-index: 0;
}

.kaito-process-section .container {
  position: relative;
  z-index: 2;
}

.kaito-process-subtitle {
  color: rgba(255, 255, 255, 0.45);
}

.kaito-process-step-title {
  max-width: 720px;
}

.kaito-process-paragraph {
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  margin-top: 18px;
  margin-bottom: 0;
}

.kaito-process-steps-row {
  margin-top: 20px;
}

.kaito-process-section .kaito-step-card {
  background: var(--kaito-white);
  border-radius: 8px;
}

.kaito-value-card {
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  background: var(--kaito-white);
  color: var(--kaito-accent);
  font-weight: 600;
  padding: 24px;
  margin-bottom: 20px;
  min-height: 108px;
  display: flex;
  align-items: center;
}

/* Diferenciais: números com cor primária do tema */
.tp-customer-area .tp-customer-list-item span {
  border-color: var(--tp-theme-primary);
  color: var(--tp-theme-primary);
  isolation: isolate;
}

.tp-customer-area .tp-customer-list-item span::before {
  background: var(--tp-theme-primary);
}

.tp-customer-area .tp-customer-list-item:hover span {
  border-color: var(--tp-theme-primary);
  color: var(--tp-common-white);
}

.tp-customer-area .tp-customer-btn {
  background-color: var(--tp-theme-primary);
}

.tp-customer-area .tp-customer-btn::after {
  background-color: var(--tp-theme-primary);
}

.tp-customer-area .tp-customer-btn-2 {
  color: var(--tp-theme-primary);
  box-shadow: 0 0 8px 0
    color-mix(in srgb, var(--tp-theme-primary) 12%, transparent);
}

.kaito-dark-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  color: #fff;
  background: rgba(9, 14, 24, 0.58);
  padding: 20px;
  margin-bottom: 20px;
}

.kaito-tech-carousel {
  height: 274px;
  overflow: hidden;
  padding: 6px 2px 22px;
}

.kaito-tech-carousel .swiper-wrapper {
  align-items: stretch;
}

.kaito-tech-carousel .kaito-tech-column {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 116px));
  gap: 14px;
  height: auto;
}

.kaito-tech-carousel .kaito-tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 0;
  min-height: 116px;
  height: auto;
  border: 1px solid #dbe4ef;
  border-radius: 10px;
  text-align: center;
  padding: 18px 12px;
  background: var(--kaito-white);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.kaito-tech-item img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.52;
  transition:
    filter 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.kaito-tech-item.is-active img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.06);
}

.kaito-tech-label {
  color: var(--kaito-accent);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

@media (hover: hover) {
  .kaito-tech-item:hover {
    transform: translateY(-4px);
    border-color: var(--tp-theme-primary);
    box-shadow: 0 10px 24px rgba(95, 65, 240, 0.18);
  }

  .kaito-tech-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kaito-tech-item,
  .kaito-tech-item img {
    transition: none;
  }

  .kaito-tech-item:hover,
  .kaito-tech-item:hover img,
  .kaito-tech-item.is-active img {
    transform: none;
  }
}

.kaito-inline-cta {
  margin-top: 20px;
}

.tp-blog-date span {
  display: none;
}

/* FAQ contato — espaçamento do accordion */
.tp-faq-area .tp-section-title-wrapper {
  margin-bottom: 40px;
}

.tp-faq-3-accordion-title {
  line-height: 1.35;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 28px;
}

.tp-faq-3-accordion-pera {
  line-height: 1.65;
  padding-bottom: 22px;
}

.kaito-cta-accordion {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.kaito-cta-accordion-item {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.kaito-cta-accordion-btn {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px !important;
  color: #0f1333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  padding: 24px 26px;
  box-shadow: 0 8px 24px rgba(12, 14, 26, 0.06);
}

.kaito-cta-accordion-btn:not(.collapsed) {
  color: #0f1333;
  background: #fff;
  box-shadow: 0 12px 30px rgba(12, 14, 26, 0.1);
}

.kaito-cta-accordion-btn::after {
  filter: hue-rotate(210deg) saturate(2.2);
}

.kaito-cta-accordion-body {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  color: #636884;
  font-size: 18px;
  line-height: 1.72;
  margin-top: -8px;
  padding: 12px 26px 28px;
}

@media (max-width: 991px) {
  .kaito-process-step-title {
    font-size: 42px;
  }

  .kaito-process-section::after {
    font-size: 84px;
    transform: translateX(-22%);
  }

  .kaito-cta-accordion-btn {
    font-size: 19px;
    padding: 20px 22px;
  }

  .kaito-cta-accordion-body {
    font-size: 17px;
    padding: 10px 22px 22px;
  }
}

@media (max-width: 575px) {
  .kaito-service-card-content h3 {
    font-size: 21px;
  }

  .kaito-process-step-title {
    font-size: 32px;
    line-height: 1.12;
  }

  .kaito-method-item {
    padding: 14px 16px;
  }

  .kaito-process-section::after {
    font-size: 52px;
    bottom: 8px;
  }

  .kaito-cta-accordion-btn {
    font-size: 17px;
    padding: 14px 16px;
  }

  .kaito-cta-accordion-body {
    font-size: 15px;
    line-height: 1.55;
    padding: 4px 16px 16px;
  }
}

.kaito-footer-solucoes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

@media (max-width: 575px) {
  .kaito-footer-solucoes ul {
    grid-template-columns: 1fr;
  }
}

.kaito-footer-cities {
  margin: 8px 0 0;
  font-size: inherit;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--tp-ff-heading);
  opacity: 0.78;
}

.tp-footer-list .kaito-footer-cities {
  margin: 0 0 10px;
  color: var(--tp-text-3);
  list-style: none;
}

.tp-footer-call + .kaito-footer-cities {
  margin-top: 0;
  color: var(--tp-common-white);
  opacity: 0.9;
}

.kaito-contact-direct {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.kaito-contact-direct a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.kaito-contact-direct a:hover {
  color: var(--tp-theme-1, #5956e9);
}

/* Floating WhatsApp — above back-to-top (centers with 44px back-to-top) */
.kaito-whatsapp-float {
  position: fixed;
  /* same visual center as .back-to-top-wrapper (44px @ right: 50px) */
  right: calc(50px - (56px - 44px) / 2);
  bottom: 110px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 8px 16px rgba(3, 4, 28, 0.25);
  transition: transform 0.3s ease;
}

.kaito-whatsapp-float:hover {
  transform: translateY(-4px);
}

.kaito-whatsapp-float img {
  display: block;
  width: 32px;
  height: 32px;
}

@media (max-width: 767px) {
  .kaito-whatsapp-float {
    right: calc(20px - (56px - 44px) / 2);
    bottom: 90px;
  }
}

@media (max-width: 767px) {
  .tp-slider-3-btn-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .tp-slider-3-btn-box .tp-btn.ml-20 {
    margin-left: 0;
  }

  #inicio .tp-slider-3-height {
    padding-top: 50px;
  }

  #inicio .row.align-items-end {
    align-items: flex-start;
  }

  #inicio .row.align-items-end > [class*="col-"]:last-child {
    order: -1;
    padding-top: 0;
  }

  #inicio .tp-slider-3-content {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  #inicio .tp-slider-3-thumb {
    display: block;
    position: relative;
    width: min(340px, 88%);
    aspect-ratio: 1 / 1.02;
    margin: 4px auto 0;
  }

  #inicio .tp-slider-3-main-img {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: 80%;
    max-width: none;
    height: auto;
    margin: 0;
    transform: translateX(-50%);
  }

  #inicio .tp-slider-3-shape1 {
    display: none;
  }

  #inicio .tp-slider-3-shape2 {
    top: 0%;
    left: 50%;
    width: 124%;
    max-width: none;
    height: auto;
    margin: 0;
    z-index: 0;
    animation: none;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .tp-about-2-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .tp-about-3-wrapper {
    overflow: hidden;
  }

  .tp-about-3-right-wrappr {
    margin-left: 0;
    padding-top: 8px;
  }

  .ml-70 {
    margin-left: 0;
  }
}

.tp-project-3-slider {
  max-width: 100%;
  overflow-x: clip;
}

.tp-footer-bottom {
  background: #180d34;
}

.tp-footer-top {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.tp-footer-list > ul {
  display: flex;
  flex-direction: column;
}

.tp-footer-title {
  margin-bottom: 30px;
}

.tp-customer-list-item span {
  min-width: 48px;
}

/* max 1200 px */
/* @media (min-width: 1200px) {
  .kaito-service-carousel {
    display: none;
  }

  .tp-service-3-item-wrapper:hover .tp-service-3-icon span,
  .tp-service-3-item-wrapper:focus-within .tp-service-3-icon span {
    background: var(--tp-common-white);
    color: var(--tp-theme-primary);
  }

  .tp-service-3-thum::before {
    display: none;
  }
} */

@media (min-width: 1200px) {
  .kaito-service-carousel {
    display: none;
  }
}

/* 992 to 1200 px */
@media (min-width: 992px) and (max-width: 1200px) {
  .kaito-service-carousel {
    display: none;
  }

  .tp-slider-3-title {
    font-size: 72px;
    line-height: 1.3;
  }

  .tp-slider-3-paragraph {
    font-size: 24px;
    line-height: 1.4;
    margin: 40px 0;
  }

  .tp-slider-3-main-img {
    max-width: 120%;
    margin-left: 10%;
  }

  .tp-slider-3-shape1 {
    max-width: 100%;
    display: none;
  }

  .tp-slider-3-shape2 {
    margin-left: 15%;
    padding-top: 50px;
    max-width: 100%;
  }

  .tp-slider-3-content {
    padding-top: 120px;
  }

  #inicio .col-md-6:first-child .tp-slider-3-title-box .tp-slider-3-title {
    width: calc(200% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
  }

  .tp-slider-3-btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .tp-btn {
    margin: 0px;
    font-size: 24px;
  }

  .tp-btn:last-child {
    border: 1px solid #fff;
  }

  .tp-section-title {
    font-size: 60px;
  }

  .tp-section-paragraph {
    font-size: 20px !important;
  }

  .tp-feature-3-area {
    padding-bottom: 40px;
  }

  .tp-feature-3-area {
    padding-bottom: 30px;
  }

  .tp-about-3-thumb {
    width: 160%;
    margin-left: -48%;
    margin-top: 240px;
  }

  .tp-about-3-shape1 {
    width: 130%;
    transform: scaleY(-1);
    top: 200px;
    position: absolute;
  }

  .tp-about-3-shape2 {
    display: none;
  }

  .tp-about-3-shape3 {
    display: none;
  }

  #sobre .col-md-8 .tp-section-title-wrapper .tp-section-title {
    width: calc(150% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(-50% - var(--bs-gutter-x, 1.5rem));
  }

  #sobre .col-md-8 .tp-section-title-wrapper .tp-section-subtitle {
    width: calc(150% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(-50% - var(--bs-gutter-x, 1.5rem));
  }

  #sobre .col-md-8 .tp-section-title-wrapper p {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }

  .tp-about-2-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tp-about-3-area {
    padding-bottom: 30px;
  }

  .tp-service-3-area {
    padding-top: 40px;
  }

  .tp-service-3-icon-paragraph {
    font-size: 16px;
    line-height: 1.4;
    min-height: calc(18px * 1.4 * 3);
  }

  .tp-service-3-btn {
    font-size: 18px;
    padding: 10px 22px;
    background-color: #5f41f0;
    color: #fff;
    margin-top: 14px;
  }

  .tp-section-4-title {
    font-size: 60px;
    line-height: 1.3;
  }

  .tp-step-area {
    padding: 40px 0;
  }

  .kaito-process-paragraph {
    font-size: 24px;
  }

  .tp-customer-area {
    padding-bottom: 50px;
    padding-top: 10px;
  }

  .tp-section-4-title {
    font-size: 60px;
    line-height: 1.3;
  }

  .tp-section-4-paragaph {
    font-size: 24px;
    width: 100% !important;
  }

  .tp-section-4-title-wrapper {
    margin-bottom: 50px;
  }

  .tp-customer-thumb {
    width: 110%;
    margin-left: -10%;
    opacity: 0.7;
    margin-top: 330px;
    opacity: 1 !important;
  }

  .tp-customer-bg-shape {
    z-index: 0;
    pointer-events: none;
  }
  .tp-customer-area > .container {
    position: relative;
    z-index: 1;
  }

  .tp-customer-area .col-md-7 .tp-section-4-title-wrapper {
    width: calc(140% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(-55% - var(--bs-gutter-x, 1.5rem));
  }

  .tp-customer-list-item h4 {
    font-size: 24px;
  }

  .tp-project-3-video-btn {
    display: none;
  }

  .tp-project-3-area {
    padding: 50px 0;
  }

  .tp-project-3-title {
    font-size: 60px;
    line-height: 1.3;
  }

  .tp-project-3-right-paragraph p {
    padding-top: 10px;
    font-size: 20px;
    border: none;
  }

  .tp-project-3-icon-box {
    display: none !important;
  }

  .tp-project-3-area {
    padding: 50px 0;
  }
  .tp-project-3-title {
    font-size: 60px;
  }
  .tp-project-3-right-paragraph p {
    font-size: 20px;
    border: none;
  }

  .tp-project-3-item {
    width: 70% !important;
  }

  .tp-section-title-wrapper {
    text-align: left !important;
    margin-bottom: 16px;
  }

  .tp-section-title {
    font-size: 60px;
    line-height: 1.3;
  }

  .tp-faq-area {
    padding: 60px 0;
  }

  .tp-footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .tp-footer-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .tp-footer-title {
    margin-bottom: 16px;
  }

  .tp-footer-list ul li {
    text-align: center;
  }

  .tp-footer-list li {
    font-size: 20px;
  }

  .tp-footer-text {
    text-align: center;
  }

  .tp-footer-text p {
    font-size: 20px;
  }

  .tp-footer-text a {
    font-size: 24px;
  }

  .tp-footer-parag {
    font-size: 20px;
  }

  .tp-footer-logo img {
    height: 80px;
  }
}
/* 768 to 1200px */
@media (min-width: 768px) and (max-width: 1200px) {
  .tp-project-3-slider-active {
    margin-right: 0;
  }
  .tp-project-3-item {
    width: 75% !important; /* ajuste fino: 68–75% */
  }
  .tp-project-3-slider,
  .tp-project-3-slider-active {
    overflow: visible;
  }
  .tp-project-3-item .tp-project-3-slide-wrapper {
    transition: transform 0.4s ease;
    transform: scale(1);
    transform-origin: center center;
  }
  .tp-project-3-item.swiper-slide-active,
  .tp-project-3-item.swiper-slide-duplicate-active {
    z-index: 2;
  }
  .tp-project-3-item.swiper-slide-active .tp-project-3-slide-wrapper,
  .tp-project-3-item.swiper-slide-duplicate-active .tp-project-3-slide-wrapper {
    transform: scale(1.1);
  }
  .tp-project-3-item .tp-project-3-down-content {
    visibility: hidden;
    opacity: 0;
    transform: perspective(500px) rotateX(90deg);
  }
  .tp-project-3-item.swiper-slide-active .tp-project-3-down-content,
  .tp-project-3-item.swiper-slide-duplicate-active .tp-project-3-down-content {
    visibility: visible;
    opacity: 1;
    transform: perspective(500px) rotateX(0deg);
  }
  .tp-project-3-item.swiper-slide-active .tp-project-3-thumb::before,
  .tp-project-3-item.swiper-slide-duplicate-active .tp-project-3-thumb::before {
    opacity: 0;
    visibility: hidden;
  }
  .tp-project-3-item:not(.swiper-slide-active):not(
      .swiper-slide-duplicate-active
    )
    .tp-project-3-thumb::before {
    opacity: 1;
    visibility: visible;
  }
  .tp-project-3-thumb:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .tp-project-3-item:not(.swiper-slide-active):not(
      .swiper-slide-duplicate-active
    )
    .tp-project-3-thumb:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .tp-project-3-thumb:hover .tp-project-3-down-content {
    visibility: hidden;
    opacity: 0;
    transform: perspective(500px) rotateX(90deg);
  }
  .tp-project-3-down-content {
    margin: 0 auto 24px auto;
    padding: 16px 28px;
    max-width: 80%;
  }
  .tp-project-3-arrow-box {
    display: none;
  }
}

/* 768 to 991 px */
@media (min-width: 768px) and (max-width: 991px) {
  .kaito-service-carousel {
    overflow: hidden;
    padding-bottom: 200px;
  }

  .kaito-service-carousel .swiper-pagination {
    bottom: 8px !important;
  }

  .tp-slider-3-title {
    font-size: 52px;
    line-height: 1.3;
  }

  .tp-slider-3-paragraph {
    font-size: 20px;
    margin: 40px 0;
  }

  .tp-slider-3-main-img {
    max-width: 120%;
    margin-left: 0%;
  }

  .tp-slider-3-shape1 {
    max-width: 100%;
    display: none;
  }

  .tp-slider-3-shape2 {
    max-width: 100%;
  }

  .tp-slider-3-content {
    padding-top: 120px;
  }

  #inicio .col-md-6:first-child .tp-slider-3-title-box .tp-slider-3-title {
    width: calc(200% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
  }

  .tp-slider-3-btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .tp-btn {
    margin: 0px;
  }

  .tp-btn:last-child {
    border: 1px solid #fff;
  }

  .tp-feature-3-area {
    padding-bottom: 30px;
  }

  .tp-about-3-thumb {
    width: 160%;
    margin-left: -48%;
    margin-top: 230px;
  }

  .tp-about-3-shape1 {
    width: 130%;
    transform: scaleY(-1);
    top: 200px;
    position: absolute;
  }

  .tp-about-3-shape2 {
    display: none;
  }

  .tp-about-3-shape3 {
    display: none;
  }

  #sobre .col-md-8 .tp-section-title-wrapper .tp-section-title {
    width: calc(150% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(-50% - var(--bs-gutter-x, 1.5rem));
  }

  #sobre .col-md-8 .tp-section-title-wrapper .tp-section-subtitle {
    width: calc(150% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(-50% - var(--bs-gutter-x, 1.5rem));
  }

  #sobre .col-md-8 .tp-section-title-wrapper p {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }

  #sobre .col-md-8 .tp-about-2-btn {
    width: calc(150% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(-50% - var(--bs-gutter-x, 1.5rem));
    display: flex;
    justify-content: center;
  }

  .tp-about-3-area {
    padding-bottom: 30px;
  }

  .tp-service-3-area {
    padding-top: 30px;
  }

  .kaito-service-carousel .swiper-slide {
    width: 58% !important; /* ajuste fino: 55–62% */
    opacity: 0.55;
    transform: scale(0.94);
    transition:
      opacity 0.35s ease,
      transform 0.35s ease;
    z-index: 1;
  }
  .kaito-service-carousel .swiper-slide-active {
    opacity: 1;
    transform: scale(1.04); /* destaque: cresce um pouco */
    z-index: 2;
  }
  /* evita cortar o scale no overflow hidden */
  .kaito-service-carousel .swiper-wrapper {
    align-items: center;
  }

  .tp-service-3-btn {
    font-size: 14px;
    padding: 10px 22px;
    background-color: #5f41f0;
    color: #fff;
    margin: 5px 10px 0px 10px;
  }

  .tp-step-area {
    padding: 38px 0px 10px 0px;
  }

  .kaito-process-paragraph {
    font-size: 20px;
  }

  .tp-step-title {
    min-height: calc(24px * 1.3 * 2);
  }

  .tp-step-paragraph {
    font-size: 16px;
    min-height: calc(16px * 1.3 * 4);
  }

  .tp-step-wrapper {
    padding-top: 60px;
  }

  .tp-section-4-title-wrapper {
    margin-bottom: 60px;
  }

  .tp-customer-area {
    padding-bottom: 30px;
    padding-top: 10px;
  }

  .tp-section-4-title {
    font-size: 45px;
    line-height: 1.3;
  }

  .tp-section-4-paragaph {
    font-size: 20px;
    margin: 20px auto 20px auto;
  }

  .tp-section-4-title-wrapper {
    margin-bottom: 50px;
  }

  .tp-customer-thumb {
    width: 150%;
    margin-left: -30%;
    opacity: 0.7;
    margin-top: 330px;
  }

  .tp-customer-bg-shape {
    z-index: 0;
    pointer-events: none;
  }
  .tp-customer-area > .container {
    position: relative;
    z-index: 1;
  }

  .tp-customer-area .col-md-7 .tp-section-4-title-wrapper {
    width: calc(140% + var(--bs-gutter-x, 1.5rem));
    max-width: none;
    margin-left: calc(-55% - var(--bs-gutter-x, 1.5rem));
  }

  .tp-project-3-video-btn {
    display: none;
  }

  .tp-project-3-area {
    padding: 40px 0;
  }

  .tp-project-3-title {
    font-size: 45px;
    line-height: 1.3;
  }

  .tp-project-3-right-paragraph {
    margin-bottom: 30px;
  }

  .tp-project-3-right-paragraph p {
    font-size: 20px;
  }

  .tp-section-title-wrapper {
    text-align: left !important;
    margin-bottom: 16px;
  }

  .tp-section-title {
    font-size: 45px;
    line-height: 1.3;
  }

  .tp-faq-area .tp-faq-bg {
    inset: 0;
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center;
  }

  .tp-faq-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tp-faq-3-accordion-item {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(18, 26, 49, 0.06);
    border-radius: 5px !important;
    margin-bottom: 20px;
  }

  .tp-faq-3-accordion-title {
    color: var(--tp-heading-primary) !important;
    background-color: #fff !important;
    font-size: 24px;
  }

  .tp-faq-3-accordion-title:not(.collapsed) {
    color: var(--tp-heading-secondary) !important;
    background-color: #fff !important;
  }

  .tp-faq-3-accordion-title::before {
    color: var(--tp-theme-primary);
  }

  .tp-faq-3-accordion-pera {
    color: var(--tp-text-body, #636884);
    background-color: #fff;
    font-size: 20px;
  }

  .tp-section-title {
    font-size: 45px;
    line-height: 1.3;
  }

  .tp-contact-box span {
    margin-bottom: 20px;
  }

  .kaito-contact-direct {
    font-size: 20px;
  }

  .tp-contact-form input::placeholder {
    font-size: 20px;
  }

  .tp-contact-form textarea::placeholder {
    font-size: 20px;
  }

  .tp-faq-submit {
    display: flex;
    justify-content: center;
  }

  .tp-faq-submit button {
    font-size: 20px;
    padding: 30px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tp-faq-submit button span {
    margin: 0;
  }

  .tp-footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .tp-footer-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .tp-footer-title {
    margin-bottom: 16px;
  }

  .tp-footer-list ul li {
    text-align: center;
  }

  .tp-footer-list li {
    font-size: 20px;
  }

  .tp-footer-text {
    text-align: center;
  }

  .tp-footer-text p {
    font-size: 20px;
  }

  .tp-footer-text a {
    font-size: 24px;
  }

  .tp-footer-parag {
    font-size: 20px;
  }

  .tp-footer-logo img {
    height: px;
  }
}

/* 576 to 991 px */
@media (min-width: 576px) and (max-width: 991px) {
  .kaito-service-carousel {
    display: block;
  }
  .normal-solutions {
    display: none;
  }

  .kaito-service-carousel {
    overflow: hidden;
    padding-bottom: 200px; /* espaço para tp-service-3-box absoluto */
  }
  .kaito-service-carousel .swiper-slide {
    height: auto;
    box-sizing: border-box;
  }
  /* Reduzir conteúdo interno para caber em slides menores */
  .kaito-service-carousel .tp-service-3-inner-item {
    margin: 0 10px;
    padding: 56px 14px 12px;
  }
  .kaito-service-carousel .tp-service-3-btn {
    margin: 8px 10px 0;
    padding: 10px 16px;
    font-size: 13px;
  }

  .kaito-service-carousel .tp-service-3-icon {
    top: -50px;
  }

  .kaito-service-carousel .tp-service-3-icon-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .kaito-service-carousel .tp-service-3-icon-paragraph {
    font-size: 16px;
    line-height: 1.35;
    min-height: calc(16px * 1.3 * 4);
    margin-bottom: 0px;
  }
  .kaito-service-carousel .tp-service-3-box {
    bottom: -200px;
  }
}

/* 576 to 767 px */
@media (min-width: 576px) and (max-width: 767px) {
  .tp-service-3-inner-item {
    margin: 10px;
    padding: 38px 20px 14px 20px;
  }

  .tp-service-3-box {
    bottom: -220px;
  }

  #solucoes > .container > .row > [class*="col-"] {
    margin-bottom: 220px;
  }

  .tp-service-3-icon {
    top: -32.5px;
  }

  .tp-service-3-btn {
    font-size: 14px;
    padding: 10px 22px;
    background-color: #5f41f0;
    color: #fff;
    margin: 5px 10px 0px 10px;
  }

  .kaito-service-carousel .swiper-slide {
    width: 75% !important;
  }

  .kaito-service-carousel .swiper-slide {
    opacity: 0.55;
    transform: scale(0.96);
    transition:
      opacity 0.3s,
      transform 0.3s;
  }
  .kaito-service-carousel .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
  }
}

/* 481 to 767 px */
@media (min-width: 481px) and (max-width: 767px) {
  .back-to-top-wrapper {
    bottom: 20px !important;
  }

  .kaito-whatsapp-float {
    bottom: 70px !important;
    height: 44px !important;
    width: 44px !important;
    right: 20px !important;
  }

  .kaito-whatsapp-float img {
    width: 24px !important;
    height: 24px !important;
  }

  .tp-slider-3-content {
    padding: 100px 0 50px;
  }

  #inicio .tp-slider-3-thumb {
    width: min(380px, 82%);
  }

  .tp-slider-3-paragraph {
    font-size: 16px;
  }

  .tp-feature-3-area {
    padding: 30px 0 24px;
  }

  .tp-feature-3-area .row > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tp-about-3-wrapper {
    display: none;
  }

  .tp-about-3-right-wrappr {
    padding-top: 24px;
    border-top: 1px solid #e5ebf3;
  }

  .tp-section-title {
    font-size: 36px;
    line-height: 1.4;
  }

  .tp-section-paragraph-3 {
    font-size: 16px;
    margin: 16px 0px 8px 0px !important;
  }

  .tp-about-3-area {
    padding-bottom: 24px;
  }

  .tp-service-3-area {
    padding: 40px 20px 24px 20px;
  }

  .tp-service-3-btn {
    font-size: 14px;
    padding: 10px 22px;
    background-color: #5f41f0;
    color: #fff;
    margin-top: 12px;
  }

  .kaito-service-carousel {
    overflow: hidden;
    padding-bottom: 180px; /* espaço para o tp-service-3-box absoluto */
  }

  .kaito-service-carousel .swiper-slide {
    height: auto;
  }

  .kaito-service-carousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 180px; /* cards + espaço para paginação */
  }

  .kaito-service-carousel .swiper-pagination {
    bottom: 8px !important;
    z-index: 20;
    line-height: 1;
  }

  .kaito-service-carousel .swiper-pagination-bullet {
    background: #5f41f0;
    opacity: 0.4;
  }

  .kaito-service-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #5f41f0;
  }

  .normal-solutions {
    display: none;
  }

  .tp-step-area {
    padding: 30px 20px 24px 20px;
  }

  .kaito-process-paragraph {
    font-size: 16px;
  }

  .tp-step-wrapper {
    padding-top: 60px;
  }

  .tp-customer-thumb {
    display: none;
  }

  .tp-customer-area {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .tp-project-3-video-btn {
    display: none;
  }

  .tp-project-3-area {
    padding-top: 30px;
    padding-bottom: 110px;
  }

  .tp-project-3-area .container > .row:first-child > [class*="col-"] {
    padding: 0px 30px;
  }

  .tp-project-3-right-paragraph {
    margin-bottom: 40px;
  }

  .tp-project-3-right-paragraph > p {
    padding-bottom: 20px;
  }

  .tp-counter-2-area {
    padding-top: 10px;
  }

  .tp-section-title-wrapper {
    text-align: left !important;
    margin-bottom: 16px;
  }

  .tp-section-subtitle {
    font-size: 12px;
    margin-bottom: 0;
  }

  .tp-section-4-title {
    font-size: 36px;
    line-height: 1.4;
  }

  .tp-blog-area {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .tp-faq-area {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .tp-faq-3-accordion-item {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(18, 26, 49, 0.06);
    border-radius: 5px !important;
    margin-bottom: 20px;
  }

  .tp-faq-3-accordion-title {
    color: var(--tp-heading-primary) !important;
    background-color: #fff !important;
    font-size: 16px;
  }

  .tp-faq-3-accordion-title:not(.collapsed) {
    color: var(--tp-heading-secondary) !important;
    background-color: #fff !important;
  }

  .tp-faq-3-accordion-title::before {
    color: var(--tp-theme-primary);
  }

  .tp-faq-3-accordion-pera {
    color: var(--tp-text-body, #636884);
    background-color: #fff;
    font-size: 14px;
  }

  .tp-faq-area .tp-faq-bg {
    inset: 0;
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center;
  }

  .tp-contact-box {
    margin-top: 20px;
    padding: 20px;
  }

  .tp-contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .tp-footer-top {
    padding-top: 30px;
  }

  .tp-footer-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .tp-footer-title {
    margin-bottom: 16px;
  }

  .tp-footer-list ul li {
    text-align: center;
  }

  .tp-footer-parag {
    text-align: center;
  }

  .tp-footer-text {
    text-align: center;
  }

  .tp-project-3-slider-active {
    margin-right: 0;
  }
  .tp-project-3-item {
    width: 75% !important; /* ajuste fino abaixo */
  }
  .tp-project-3-slider,
  .tp-project-3-slider-active {
    overflow: visible;
  }
  .tp-project-3-item .tp-project-3-slide-wrapper {
    transition: transform 0.4s ease;
    transform: scale(1);
    transform-origin: center center;
  }
  .tp-project-3-item.swiper-slide-active,
  .tp-project-3-item.swiper-slide-duplicate-active {
    z-index: 2;
  }
  .tp-project-3-item.swiper-slide-active .tp-project-3-slide-wrapper,
  .tp-project-3-item.swiper-slide-duplicate-active .tp-project-3-slide-wrapper {
    transform: scale(1.1);
  }
  .tp-project-3-item .tp-project-3-down-content {
    visibility: hidden;
    opacity: 0;
    transform: perspective(500px) rotateX(90deg);
  }
  .tp-project-3-item.swiper-slide-active .tp-project-3-down-content,
  .tp-project-3-item.swiper-slide-duplicate-active .tp-project-3-down-content {
    visibility: visible;
    opacity: 1;
    transform: perspective(500px) rotateX(0deg);
  }
  .tp-project-3-item.swiper-slide-active .tp-project-3-thumb::before,
  .tp-project-3-item.swiper-slide-duplicate-active .tp-project-3-thumb::before {
    opacity: 0;
    visibility: hidden;
  }
  .tp-project-3-item:not(.swiper-slide-active):not(
      .swiper-slide-duplicate-active
    )
    .tp-project-3-thumb::before {
    opacity: 1;
    visibility: visible;
  }
  .tp-project-3-thumb:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .tp-project-3-item:not(.swiper-slide-active):not(
      .swiper-slide-duplicate-active
    )
    .tp-project-3-thumb:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .tp-project-3-thumb:hover .tp-project-3-down-content {
    visibility: hidden;
    opacity: 0;
    transform: perspective(500px) rotateX(90deg);
  }
  .tp-project-3-down-content {
    margin: 0 auto 24px auto;
    padding: 16px 28px;
    max-width: 80%;
  }
}

/* min 576 px */
@media (min-width: 576px) {
  .swiper-pagination {
    display: none;
  }
}

/* 481 to 575 px */
@media (min-width: 481px) and (max-width: 575px) {
  .kaito-service-carousel {
    display: block;
  }
  .normal-solutions {
    display: none;
  }
}

/* 320 to 480 px */
@media (max-width: 480px) {
  .tp-header-transparent .header-sticky {
    padding: 10px 0;
  }

  .tp-slider-3-title {
    font-size: 35px;
  }

  .tp-section-title {
    font-size: 28px;
    margin-top: 16px;
  }

  .tp-slider-3-content {
    padding: 100px 0 50px;
  }

  #inicio .tp-slider-3-thumb {
    width: min(300px, 86%);
  }

  .tp-slider-3-paragraph {
    margin: 20px 0 20px;
  }

  .tp-btn {
    font-size: 14px;
    padding: 14px 22px;
  }

  .tp-feature-3-wrapper {
    padding: 28px 0 16px;
    margin-bottom: 10px;
  }

  .tp-feature-3-title {
    font-size: 16px;
  }

  .tp-feature-3-area {
    padding: 30px 0 30px;
  }

  .back-to-top-wrapper {
    bottom: 20px !important;
  }

  .kaito-whatsapp-float {
    bottom: 70px !important;
    height: 44px !important;
    width: 44px !important;
    right: 20px !important;
  }

  .kaito-whatsapp-float img {
    width: 24px !important;
    height: 24px !important;
  }

  .tp-section-subtitle {
    font-size: 12px;
  }

  .tp-section-paragraph-3 {
    margin: 12px 0 15px !important;
    font-size: 14px;
  }

  .tp-about-3-area {
    padding: 0 0 30px;
  }

  .tp-service-3-area {
    padding: 40px 20px 24px 20px;
  }

  .tp-service-3-btn {
    font-size: 14px;
    padding: 10px 22px;
    background-color: #5f41f0;
    color: #fff;
    margin-top: 5px;
  }

  .tp-service-3-inner-item {
    padding: 54px 20px 14px 20px;
  }

  .tp-service-3-icon-title {
    font-size: 16px;
  }

  .tp-service-3-icon-paragraph {
    font-size: 14px;
    margin-bottom: 0;
  }

  .tp-step-area {
    padding: 30px 0 0;
  }

  .tp-section-4-subtitle {
    font-size: 12px;
  }

  .tp-section-4-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .kaito-process-paragraph {
    font-size: 14px;
  }

  .tp-section-4-title-wrapper {
    margin-bottom: 50px;
  }

  .tp-step-wrapper {
    padding: 50px 30px 20px 30px;
  }

  .tp-step-title {
    font-size: 18px;
  }

  .tp-step-paragraph {
    font-size: 14px;
  }

  .tp-section-4-subtitle {
    font-size: 12px;
  }

  .tp-section-4-paragaph {
    font-size: 14px;
    margin: 20px 0 0 0;
  }

  .tp-customer-list-item h4 {
    margin: 0;
  }

  .tp-section-4-title-advantages {
    margin-bottom: 24px;
  }

  .tp-customer-area {
    padding: 10px 0 24px;
  }

  .tp-step-wrapper-last {
    margin-bottom: 28px;
  }

  .tp-project-3-video-btn {
    display: none;
  }

  .tp-project-3-area {
    padding: 30px 0 76px;
  }

  .tp-project-3-arrow-box button {
    bottom: -50px;
  }

  .tp-project-3-arrow-box::after {
    bottom: -60px;
  }

  .tp-project-3-down-content {
    margin: 0px auto 24px auto;
    padding: 16px 28px;
    max-width: 80%;
  }

  .tp-project-3-item {
    width: 270px !important;
  }

  /* Remove o deslocamento do desktop */
  .tp-project-3-slider-active {
    margin-right: 0;
  }
  /* Largura proporcional = peek simétrico nas laterais */
  .tp-project-3-item {
    width: 82% !important; /* ~9% de peek em cada lado; ajuste entre 78–85% */
  }
  /* Garante que os peeks não sejam cortados */
  .tp-project-3-slider {
    overflow: visible;
  }
  .tp-project-3-slider-active {
    overflow: visible;
  }

  .tp-project-3-item .tp-project-3-down-content {
    visibility: hidden;
    opacity: 0;
    transform: perspective(500px) rotateX(90deg);
  }
  /* Mostra só no slide ativo */
  .tp-project-3-item.swiper-slide-active .tp-project-3-down-content {
    visibility: visible;
    opacity: 1;
    transform: perspective(500px) rotateX(0deg);
  }
  /* Slide ativo: sem overlay */
  .tp-project-3-item.swiper-slide-active .tp-project-3-thumb::before,
  .tp-project-3-item.swiper-slide-duplicate-active .tp-project-3-thumb::before {
    opacity: 0;
    visibility: hidden;
  }
  /* Slides inativos (laterais): com overlay */
  .tp-project-3-item:not(.swiper-slide-active):not(
      .swiper-slide-duplicate-active
    )
    .tp-project-3-thumb::before {
    opacity: 1;
    visibility: visible;
  }
  /* Evita que hover/toque altere o overlay no mobile */
  .tp-project-3-thumb:hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .tp-project-3-item:not(.swiper-slide-active):not(
      .swiper-slide-duplicate-active
    )
    .tp-project-3-thumb::before {
    opacity: 1;
    visibility: visible;
  }
  /* Evita que hover/toque mostre conteúdo em slides laterais */
  .tp-project-3-thumb:hover .tp-project-3-down-content {
    visibility: hidden;
    opacity: 0;
    transform: perspective(500px) rotateX(90deg);
  }
  .tp-project-3-item.swiper-slide-active .tp-project-3-down-content {
    visibility: visible;
    opacity: 1;
    transform: perspective(500px) rotateX(0deg);
  }

  .tp-project-3-title {
    font-size: 28px;
    margin-top: 16px;
  }

  .tp-project-3-right-paragraph {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .tp-project-3-right-paragraph p {
    padding-bottom: 20px;
  }

  .tp-counter-2-area {
    padding-top: 30px;
  }

  .tp-counter-2-area::after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    bottom: -10px;
    background: var(--tp-text-20);
  }

  .tp-section-title-wrapper {
    text-align: left !important;
    margin-bottom: 16px;
  }

  .tp-section-subtitle {
    font-size: 12px;
    margin-bottom: 0;
  }

  .tp-blog-area {
    padding: 30px 0 10px;
  }

  .tp-blog-date {
    font-size: 14px;
  }

  .tp-blog-content-inner-heading {
    font-size: 16px;
  }

  .tp-blog-content {
    padding-bottom: 0;
  }

  #solucoes > .container > .row > [class*="col-"] {
    margin-bottom: 140px;
  }

  #contato {
    padding: 30px 0 30px;
    background-color: #5f41f0;
  }

  .tp-faq-3-accordion-item {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(18, 26, 49, 0.06);
    border-radius: 5px !important;
    margin-bottom: 20px;
  }

  .tp-faq-3-accordion-title {
    color: var(--tp-heading-primary) !important;
    background-color: #fff !important;
    font-size: 14px;
  }

  .tp-faq-3-accordion-title:not(.collapsed) {
    color: var(--tp-heading-secondary) !important;
    background-color: #fff !important;
  }

  .tp-faq-3-accordion-title::before {
    color: var(--tp-theme-primary);
  }

  .tp-faq-3-accordion-pera {
    color: var(--tp-text-body, #636884);
    background-color: #fff;
    font-size: 12px;
  }

  .tp-contact-box {
    margin-top: 20px;
    padding: 20px;
  }

  .tp-contact-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }

  .tp-footer-top {
    padding-top: 30px;
  }
  .tp-footer-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .tp-footer-title {
    margin-bottom: 16px;
  }

  .tp-footer-list ul li {
    text-align: center;
  }

  .tp-footer-parag {
    text-align: center;
  }

  .tp-about-3-wrapper {
    display: none;
  }

  .kaito-service-carousel {
    overflow: hidden;
    padding-bottom: 180px; /* espaço para o tp-service-3-box absoluto */
  }

  .kaito-service-carousel .swiper-slide {
    height: auto;
  }

  .kaito-service-carousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 180px; /* cards + espaço para paginação */
  }
  .kaito-service-carousel .swiper-pagination {
    bottom: 8px !important;
    z-index: 20;
    line-height: 1;
  }
  .kaito-service-carousel .swiper-pagination-bullet {
    background: #5f41f0;
    opacity: 0.4;
  }
  .kaito-service-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #5f41f0;
  }

  .normal-solutions {
    display: none;
  }

  .kaito-process-steps-row {
    margin-left: 5%;
    margin-right: 5%;
  }

  .tp-customer-thumb {
    display: none;
  }
}

/* Páginas de serviço — navegação lateral / select mobile */
.kaito-service-nav-select-wrap {
  display: none;
}

@media (max-width: 991px) {
  .kaito-service-nav-list {
    display: none;
  }

  .kaito-service-nav-select-wrap {
    display: block;
  }

  .tp-service-details-box.kaito-service-nav {
    padding: 0;
    background: transparent;
    margin-bottom: 28px;
  }

  .kaito-service-nav-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tp-theme-primary, #5956e9);
  }

  .kaito-service-nav-select {
    width: 100%;
    padding: 14px 44px 14px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--tp-heading-primary, #10002b);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%235956E9' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    border: 1px solid #e5ebf3;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(29, 21, 44, 0.08);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .kaito-service-nav-select:focus {
    outline: 2px solid rgba(89, 86, 233, 0.35);
    outline-offset: 2px;
  }

  .tp-service-details-wrapper,
  .tp-service-details-wrapper.ml-35 {
    margin-top: 0;
    margin-left: 0;
  }
}
