/* ===== Paketler üst alanı doğal sade tasarım ===== */

.three-package-hero-natural{
  display:block!important;
  width:min(1220px,calc(100% - 42px))!important;
  margin:0 auto 24px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

.three-package-hero-natural .three-package-hero-left{
  background:#ffffff!important;
  border:1px solid #dfe7f1!important;
  border-radius:22px!important;
  box-shadow:0 12px 34px rgba(15,23,42,.055)!important;
  padding:32px!important;
}

.three-package-hero-natural h1{
  margin:0 0 16px!important;
  color:#071426!important;
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1.04!important;
  letter-spacing:-.05em!important;
  font-weight:950!important;
  max-width:760px!important;
}

.three-package-hero-natural p{
  margin:0 0 12px!important;
  color:#42526a!important;
  font-size:17px!important;
  line-height:1.75!important;
  font-weight:650!important;
  max-width:980px!important;
}

.three-package-hero-natural p:last-child{
  margin-bottom:0!important;
}

.three-package-hero-small{
  color:#64748b!important;
  font-size:15.5px!important;
}

/* Eski sağ mavi kutu / buton kesin görünmesin */
.three-package-hero-note,
.three-package-hero-btn{
  display:none!important;
}

@media(max-width:720px){
  .three-package-hero-natural{
    width:calc(100% - 28px)!important;
    margin-bottom:20px!important;
  }

  .three-package-hero-natural .three-package-hero-left{
    padding:22px!important;
    border-radius:19px!important;
  }

  .three-package-hero-natural h1{
    font-size:34px!important;
  }

  .three-package-hero-natural p{
    font-size:15px!important;
    line-height:1.68!important;
  }
}
