.agy-hero-lead{
  position: relative;
  padding: clamp(28px, 3vw, 56px) 0;
  background: linear-gradient(180deg, #EAF7FF 0%, #F6FBFF 60%, #ffffff 100%);
  background: none !important;
  overflow: hidden;
}

.elementor .agy-hero-wrap{
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: hidden;

  background:
    radial-gradient(1200px 420px at 20% 10%, rgba(18,182,201,.14), rgba(255,255,255,0) 60%),
    radial-gradient(900px 420px at 90% 70%, rgba(233,29,45,.10), rgba(255,255,255,0) 55%),
    linear-gradient(180deg, #EAF7FF 0%, #F6FBFF 60%, #ffffff 100%) !important;
}

.agy-hero-lead__inner{
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 3vw, 44px);
  align-items: center;
  margin: 0;
}

.agy-hero-lead__left{
  padding: clamp(10px, 1.2vw, 18px);
  z-index: 3;
}

.agy-hero-lead__badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #E91D2D;
  color: #fff;
  box-shadow: 0 10px 28px rgba(233,29,45,.18);
  font-weight: 700;
  letter-spacing: .2px;
}

.agy-hero-lead__badge-icn{
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  font-size: 18px;
  line-height: 1;
}

.agy-hero-lead__title{
  margin: 18px 0 10px;
  font-size: clamp(28px, 2.4vw + 14px, 40px);
  line-height: 1.08;
  color: #1d2b3a;
  letter-spacing: -.4px;
}

.agy-hero-lead__lead{
  margin: 0;
  font-size: clamp(15px, .5vw + 14px, 18px);
  line-height: 1.6;
  color: #41576b;
  max-width: 54ch;
}

.agy-hero-lead__ctas{
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.agy-hero-lead__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
}

.agy-hero-lead__btn--dark{
  background: #263646;
  color: #fff;
}

.agy-hero-lead__btn--light{
  background: #12B6C9;
  color: #fff;
}

/* -----------------------
   RIGHT: sahne + overlay kart
------------------------ */

.agy-hero-lead__right{
  position: relative;
  min-height: 480px;   /* 560 → 480 */
  padding-top: 0;      /* 12px’i kaldır */
}

/* Sahne: sağ bloğun tamamı */
.agy-hero-lead__media{
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;

  /* mockup hissi */
   background:
    radial-gradient(1200px 420px at 20% 10%, rgba(18,182,201,.14), rgba(255,255,255,0) 60%),
    radial-gradient(900px 420px at 90% 70%, rgba(233,29,45,.10), rgba(255,255,255,0) 55%),
    linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0)); 
  box-shadow: 0 24px 70px rgba(0,0,0,.08);
  border: 1px solid rgba(26, 65, 122, .08);
}

/* Form kart: sahnenin üstüne otursun */
.agy-hero-lead__formcard{
  position: relative;
  z-index: 3;
  width: min(440px, 92%);
  margin-left: auto;

  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  border-radius: 22px;
  padding: 22px;

  box-shadow: 0 24px 70px rgba(0,0,0,.12);
  border: 1px solid rgba(26, 65, 122, .25);

  /* kartı biraz havaya al */
  transform: translateY(-6px);
}

.agy-hero-lead__formtitle{
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.2;
  color: #1d2b3a;
}

.agy-hero-lead__formdesc{
  margin: 0 0 16px;
  color: #5b6f83;
  line-height: 1.55;
}

/* Form elemanları */
.agy-hero-lead__formwrap :is(input, select, textarea){
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  padding: 12px 14px;
  outline: none;
  background: #fff;
}

.agy-hero-lead__formwrap :is(input, select, textarea):focus{
  border-color: rgba(18,182,201,.65);
  box-shadow: 0 0 0 3px rgba(18,182,201,.16);
}

.agy-hero-lead__formwrap :is(button, input[type="submit"]){
  width: 100%;
  height: 46px;
  border-radius: 12px;
  border: 0;
  background: #E91D2D;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

/* Doktor görseli: sahnenin içinde büyük ve ortalı */
    .agy-hero-lead__img{
      position: absolute;
      z-index: 2;
    
      left: 50%;
      bottom: 0px;
    
      height: 560px !important;;   /* <-- büyüklüğü buradan yönet */
      width: auto;
    
      max-width: none !important;;
      max-height: none;
    
      object-fit: contain;
      object-position: center bottom;
    
      filter: drop-shadow(0 18px 32px rgba(0,0,0,.18));
      pointer-events: none;
      user-select: none;
      
      transform: translateX(-50%) scale(1.0);
      
      opacity: .65;              /* %8 soldur */
      filter: drop-shadow(0 18px 32px rgba(0,0,0,.18)) blur(.3px);
    }


    .agy-hero-lead__media::after{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 60% 60%, rgba(255,255,255,.0) 35%, rgba(0,0,0,.08) 100%),
        radial-gradient(circle at 40% 70%, rgba(18,182,201,.10) 0%, rgba(18,182,201,0) 55%);
      pointer-events:none;
    }


.agy-hero-lead__media{
  background: none;
  box-shadow: none;
  border: 0;
}

.agy-hero-lead__media::after{
  display: none;
}




.agy-label{
  display:block;
}

.agy-label{
  position:relative;
}

/* label metnini görselde gizle, erişilebilir kalsın */
.agy-label{
  font-size:0;
}
.agy-label > *{
  font-size:initial;
}

/* Daha sağlam yöntem istersen (önerilen) ayrı bir sınıfla: */
.agy-sr-only{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}





/* -----------------------
   Responsive
------------------------ */

@media (max-width: 980px){
  .agy-hero-lead__inner{ grid-template-columns: 1fr; }
  .agy-hero-lead__right{ min-height: unset; padding-top: 0; }

    .agy-hero-lead__media{
      position: relative;
      min-height: 520px; /* sahne */
      overflow: hidden;
      border-radius: 22px;
    }

  .agy-hero-lead__formcard{
    width: 100%;
    margin-left: 0;
    transform: none;
  }

  .agy-hero-lead__img{
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%) scale(1.15);
    height: 112%;
  }
}




@media(max-width: 575px) {
.agy-hero-lead__inner {

 width: min(1200px, calc(100%));   
}
}