.elementor-12 .elementor-element.elementor-element-5e2a2df{--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;--justify-content:center;--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-12 .elementor-element.elementor-element-4935ff6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4935ff6 *//* =========================
   HERO SECTION
========================= */
.wa-hero-section{
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0px 0 0px;
  background: #000;
}

.wa-hero-glow{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  background: rgba(16,185,129,0.05);
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

.wa-hero-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 80px;
}

.wa-hero-content{
  text-align: left;
}

.wa-hero-title{
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 24px;
}

.wa-hero-subtitle{
  max-width: 720px;
  font-size: 20px;
  line-height: 1.75;
  color: #a1a1aa;
  font-weight: 300;
  margin: 0 0 34px;
}

.wa-hero-actions{
  display: flex;
  align-items: center;
  gap: 16px;
}

.wa-hero-btn{
  padding: 20px 38px;
  font-size: 18px;
  font-weight: 600;
  min-height: 64px;
}

.wa-btn-arrow{
  display: inline-block;
  transition: transform 0.3s ease;
}

.wa-hero-btn:hover .wa-btn-arrow{
  transform: translateX(4px);
}

.wa-hero-visual{
  width: 100%;
}

.wa-hero-image-wrap{
  position: relative;
  width: 100%;
}

.wa-hero-image-box{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 25px 60px rgba(0,0,0,0.45), 0 0 40px rgba(16,185,129,0.08);
}

.wa-hero-image-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.wa-hero-image-box:hover img{
  transform: scale(1.05);
}

.wa-hero-image-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.10);
  transition: all 0.4s ease;
}

.wa-hero-image-box:hover .wa-hero-image-overlay{
  background: rgba(0,0,0,0);
}

.wa-hero-inner-ring{
  position: absolute;
  inset: 0;
  border-radius: 32px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
  pointer-events: none;
}

.wa-hero-corner{
  position: absolute;
  width: 96px;
  height: 96px;
  pointer-events: none;
}

.wa-hero-corner-top{
  top: -16px;
  right: -16px;
  border-top: 2px solid rgba(16,185,129,0.30);
  border-right: 2px solid rgba(16,185,129,0.30);
  border-top-right-radius: 28px;
}

.wa-hero-corner-bottom{
  bottom: -16px;
  left: -16px;
  border-bottom: 2px solid rgba(16,185,129,0.30);
  border-left: 2px solid rgba(16,185,129,0.30);
  border-bottom-left-radius: 28px;
}

@media (max-width: 1024px){
  .wa-hero-section{
    min-height: auto;
    padding: 120px 0 80px;
  }

  .wa-hero-grid{
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .wa-hero-content{
    order: 2;
    text-align: center;
  }

  .wa-hero-subtitle{
    margin-left: auto;
    margin-right: auto;
  }

  .wa-hero-actions{
    justify-content: center;
  }

  .wa-hero-visual{
    order: 1;
    max-width: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 767px){
  .wa-hero-section{
    padding: 110px 0 70px;
  }

  .wa-hero-title{
    font-size: clamp(40px, 12vw, 62px);
  }

  .wa-hero-subtitle{
    font-size: 16px;
    line-height: 1.7;
  }

  .wa-hero-btn{
    width: 100%;
    justify-content: center;
    padding: 18px 24px;
    min-height: 56px;
    font-size: 16px;
  }

  .wa-hero-actions{
    width: 100%;
  }

  .wa-hero-corner{
    width: 70px;
    height: 70px;
  }
}/* End custom CSS */