.elementor-227503 .elementor-element.elementor-element-9216272{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4fdc46e */.ges-landing {
  background: #071326;
  color: #ffffff;
  font-family: inherit;
}

.ges-section {
  padding: 80px 20px;
}

.ges-container {
  max-width: 1180px;
  margin: 0 auto;
}

.ges-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7,19,38,0.96) 0%, rgba(7,19,38,0.72) 48%, rgba(7,19,38,0.35) 100%),
    url('/wp-content/uploads/gesprolog-almacen-hero.jpg') center right / cover no-repeat;
}

.ges-eyebrow {
  color: #31d4ff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 16px;
}

.ges-title {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 800;
  margin-bottom: 24px;
}

.ges-title span {
  color: #20c8ff;
}

.ges-subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #c8d8ef;
  max-width: 680px;
  margin-bottom: 34px;
}

.ges-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #009cff, #1fd5ff);
  color: #ffffff !important;
  padding: 16px 30px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 0 28px rgba(31,213,255,0.35);
}

.ges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ges-card {
  background: rgba(14, 35, 68, 0.86);
  border: 1px solid rgba(49, 212, 255, 0.18);
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.24);
}

.ges-card h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 12px;
}

.ges-card p {
  color: #b9c9df;
  font-size: 16px;
  line-height: 1.55;
}

.ges-section-title {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 18px;
}

.ges-section-title span {
  color: #20c8ff;
}

.ges-section-intro {
  color: #b9c9df;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.ges-kpi {
  text-align: center;
}

.ges-kpi strong {
  display: block;
  font-size: 42px;
  color: #20c8ff;
  margin-bottom: 8px;
}

.ges-form-box {
  background: linear-gradient(135deg, rgba(14,35,68,0.95), rgba(8,24,48,0.98));
  border: 1px solid rgba(49,212,255,0.24);
  border-radius: 22px;
  padding: 38px;
}

.ges-form-box input,
.ges-form-box textarea,
.ges-form-box select {
  background: #ffffff !important;
  border-radius: 6px !important;
  border: 0 !important;
  color: #0b1830 !important;
}

.ges-form-box button,
.ges-form-box input[type="submit"] {
  background: linear-gradient(90deg, #009cff, #1fd5ff) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}

@media (max-width: 1024px) {
  .ges-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ges-hero {
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .ges-section {
    padding: 56px 18px;
  }

  .ges-grid {
    grid-template-columns: 1fr;
  }

  .ges-hero {
    min-height: auto;
    padding: 90px 20px;
    background:
      linear-gradient(180deg, rgba(7,19,38,0.96), rgba(7,19,38,0.82)),
      url('/wp-content/uploads/gesprolog-almacen-hero.jpg') center / cover no-repeat;
  }

  .ges-subtitle {
    font-size: 17px;
  }
}/* End custom CSS */