.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-52 .elementor-element.elementor-element-d32d0a0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-52 .elementor-element.elementor-element-d32d0a0::before, .elementor-52 .elementor-element.elementor-element-d32d0a0 > .elementor-background-video-container::before, .elementor-52 .elementor-element.elementor-element-d32d0a0 > .e-con-inner > .elementor-background-video-container::before, .elementor-52 .elementor-element.elementor-element-d32d0a0 > .elementor-background-slideshow::before, .elementor-52 .elementor-element.elementor-element-d32d0a0 > .e-con-inner > .elementor-background-slideshow::before, .elementor-52 .elementor-element.elementor-element-d32d0a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-slider_revolution .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slider_revolution .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-52 .elementor-element.elementor-element-591f167{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-52 .elementor-element.elementor-element-a4cbe91{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-52 .elementor-element.elementor-element-ec300e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-52 .elementor-element.elementor-element-ec300e1:not(.elementor-motion-effects-element-type-background), .elementor-52 .elementor-element.elementor-element-ec300e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-52 .elementor-element.elementor-element-5ab9e63{--display:flex;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-1de6b8a *//* =========================================
   NOSSOS SERVIÇOS APEJUST
   ========================================= */

.apejust-services-section {
  padding: 80px 20px 90px;
  background: #f8f8f8;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1b2235;
}

.apejust-services-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Cabeçalho */

.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-pill {
  display: inline-flex;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 27, 58, 0.12);
  background: #ffffff;
  color: #001b3a;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services-header h2 {
  margin-top: 14px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: #001b3a;
}

.services-header p {
  margin: 8px auto 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.7;
  color: #4a5670;
}

/* Grid */

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */

.service-card {
  position: relative;
  text-align: center;
  padding: 26px 20px 28px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(0, 27, 58, 0.04);
  overflow: hidden;
  transition:
    transform 0.18s ease-out,
    box-shadow 0.18s ease-out,
    border-color 0.18s ease-out,
    background 0.18s ease-out;
  border: 1px solid transparent;
}

/* brilho / gradiente no hover */

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(245, 201, 107, 0.26), transparent 60%);
  opacity: 0;
  transition: opacity 0.18s ease-out;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 40px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 27, 58, 0.14);
  border-color: rgba(245, 201, 107, 0.9);
}

.service-card:hover::before {
  opacity: 1;
}

/* ícone */

.service-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 0% 0%, rgba(87, 210, 255, 0.4), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(245, 201, 107, 0.9), transparent 55%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(0, 27, 58, 0.12);
}

.service-icon span {
  font-size: 28px;
}

/* textos */

.service-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #001b3a;
}

.service-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #4a5670;
}

/* botão */

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  border: 2px solid #f5c96b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #001b3a;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(245, 201, 107, 0.15);
  transition: all 0.2s ease-out;
}

.service-btn:hover {
  background: #f5c96b;
  color: #1b2235;
  box-shadow:
    0 0 16px rgba(245, 201, 107, 0.4),
    0 0 0 3px rgba(245, 201, 107, 0.3);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5130bfd *//* =========================================
   SEÇÃO HERO "COMPROMETIDOS COM A EXCELÊNCIA"
   ========================================= */

.apejust-hero-about {
  padding: 80px 20px 90px;
  background: #ffffff;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1b2235;
}

.apejust-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

@media (max-width: 900px) {
  .apejust-hero-container {
    grid-template-columns: 1fr;
  }
}

/* Colunas */

.hero-col {
  position: relative;
  z-index: 1;
}

/* Pill */

.hero-pill {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 27, 58, 0.12);
  background: #f8f8f8;
  color: #001b3a;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Título */

.hero-title {
  margin: 18px 0 14px;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 700;
  color: #001b3a;
  line-height: 1.15;
}

.hero-title span {
  color: #f5c96b;
  position: relative;
}

.hero-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5c96b, #ffdd8a);
  opacity: 0.8;
}

/* Textos */

.hero-lead {
  margin: 10px 0 6px;
  font-size: 15px;
  line-height: 1.8;
  color: #273147;
}

.hero-body {
  margin: 4px 0 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #4a5670;
}

/* Métricas */

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.metric-item {
  min-width: 120px;
}

.metric-value {
  font-size: 26px;
  font-weight: 700;
  color: #001b3a;
}

.metric-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a859a;
}

/* Botão */

.hero-cta {
  margin-top: 4px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 26px;
  border-radius: 999px;
  border: 2px solid #001b3a;
  background: #001b3a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow:
    0 10px 20px rgba(0, 27, 58, 0.35),
    0 0 0 3px rgba(245, 201, 107, 0.26);
  transition: all 0.22s ease-out;
}

.hero-btn:hover {
  background: #f5c96b;
  color: #001b3a;
  border-color: #f5c96b;
  box-shadow:
    0 14px 26px rgba(245, 201, 107, 0.4),
    0 0 0 3px rgba(245, 201, 107, 0.45);
  transform: translateY(-2px);
}

/* Card da logo */

.hero-logo-col {
  display: flex;
  justify-content: center;
}

.hero-logo-card {
  position: relative;
  padding: 28px 26px 24px;
  border-radius: 26px;
  background: radial-gradient(circle at top left, #ffffff 0, #f7f8ff 55%);
  box-shadow:
    0 28px 50px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(0, 27, 58, 0.06);
  overflow: hidden;
  max-width: 360px;
  text-align: center;
}

.hero-logo-glow {
  position: absolute;
  inset: -60px;
  background:
    radial-gradient(circle at top, rgba(245, 201, 107, 0.32), transparent 60%),
    radial-gradient(circle at bottom right, rgba(0, 27, 58, 0.16), transparent 65%);
  opacity: 0.7;
  pointer-events: none;
}

.hero-logo-img {
  position: relative;
  z-index: 1;
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.hero-logo-caption {
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1.5;
  color: #4a5670;
}

/* Responsivo */

@media (max-width: 900px) {
  .hero-logo-card {
    max-width: 280px;
    margin: 0 auto;
  }

  .apejust-hero-about {
    padding-top: 60px;
  }
}/* End custom CSS */