.elementor-1225 .elementor-element.elementor-element-c7f7e6a{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ee263fc */.df-ai {
  background: #050505;
  color: #ffffff;
  font-family: Arial, sans-serif;
  line-height: 1.5;
}

.df-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px;
}

.df-section-heading {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.df-kicker {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d3d3d3;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* HERO */
.df-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.df-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.df-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.72) 58%, rgba(0,0,0,0.88) 100%);
}

.df-logo-link {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
}

.df-logo {
  width: 190px;
  max-width: 42vw;
  height: auto;
  display: block;
}

.df-hero-content {
  position: relative;
  z-index: 2;
}

.df-hero-copy {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
}

.df-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  color: #d9d9d9;
  font-size: 14px;
}

.df-hero h1 {
  margin: 0 0 18px;
  font-size: 62px;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.df-hero h1 span {
  color: #d7d7d7;
}

.df-hero-text {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #c0c0c0;
  font-size: 20px;
}

.df-hero-cta {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.df-trust-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.df-trust-pill {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  color: #dddddd;
  font-size: 14px;
}

/* TITLES */
.df-section-heading h2,
.df-cta-box h2 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.df-section-heading p,
.df-cta-box p {
  margin: 0;
  color: #b9b9b9;
  font-size: 18px;
}

/* PROBLEM */
.df-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.df-problem-card {
  padding: 28px;
  background: linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

.df-problem-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.df-problem-card p {
  margin: 0;
  color: #b8b8b8;
  font-size: 16px;
}

/* SOLUTIONS */
.df-solutions-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.df-solution-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  background: linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
  border: 1px solid #1f1f1f;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
}

.df-solution-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.32);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.df-solution-card-featured {
  min-height: 100%;
}

.df-card-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #d8d8d8;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.df-solution-card h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
}

.df-solution-card p {
  margin: 0;
  color: #bcbcbc;
  font-size: 16px;
}

.df-solution-image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: #0f0f0f;
  border: 1px solid #1b1b1b;
}

.df-solution-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.df-solution-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.df-solutions-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.df-list {
  margin: 4px 0 0;
  padding-left: 18px;
  color: #d3d3d3;
}

.df-list li {
  margin-bottom: 8px;
}

/* PROCESS */
.df-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.df-step-card {
  padding: 28px;
  background: linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

.df-step-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  margin-bottom: 16px;
}

.df-step-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.df-step-card p {
  margin: 0;
  color: #b8b8b8;
}

/* BENEFITS */
.df-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.df-benefit-card {
  padding: 20px 18px;
  text-align: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
  border: 1px solid #1e1e1e;
  color: #f1f1f1;
  font-size: 16px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

/* CTA */
.df-reserva {
  text-align: center;
}

.df-cta-box {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, #0b0b0b 0%, #101010 100%);
  border: 1px solid #212121;
  box-shadow: 0 14px 40px rgba(0,0,0,0.22);
}

.df-counter {
  margin: 18px 0 24px;
  color: #ececec;
  font-size: 22px;
}

.df-note {
  display: block;
  margin-top: 16px;
  color: #9c9c9c;
  font-size: 14px;
}

/* BUTTONS */
.df-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.28s ease;
}

.df-btn.primary {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 10px 25px rgba(255,255,255,0.12);
}

.df-btn.primary:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

.df-btn.secondary {
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.df-btn.secondary:hover {
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.08);
}

/* STICKY CTA */
.df-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-radius: 16px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .df-hero h1 {
    font-size: 52px;
  }

  .df-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .df-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .df-solutions-layout {
    grid-template-columns: 1fr;
  }

  .df-solutions-side-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .df-section-heading h2,
  .df-cta-box h2 {
    font-size: 34px;
  }

  .df-hero h1 {
    font-size: 42px;
  }

  .df-hero-text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .df-container {
    padding: 72px 20px;
  }

  .df-hero {
    min-height: 94vh;
  }

  .df-logo-link {
    top: 18px;
    left: 18px;
  }

  .df-logo {
    width: 150px;
  }

  .df-hero h1 {
    font-size: 34px;
  }

  .df-hero-text,
  .df-section-heading p,
  .df-cta-box p {
    font-size: 16px;
  }

  .df-hero-cta {
    flex-direction: column;
  }

  .df-btn {
    width: 100%;
  }

  .df-problem-grid,
  .df-process-grid,
  .df-benefits-grid,
  .df-solutions-side-grid {
    grid-template-columns: 1fr;
  }

  .df-cta-box {
    padding: 38px 22px;
  }

  .df-sticky-cta {
    display: flex;
  }
}/* End custom CSS */