/* Paketler hero alanı - wizard ile aynı hissiyat */

.three-package-hero.three-package-hero-natural{
  width:min(1220px,calc(100% - 42px)) !important;
  margin:0 auto 20px !important;
  display:block !important;
}

.three-package-hero.three-package-hero-natural .three-package-hero-left{
  display:grid !important;
  grid-template-columns:minmax(0,0.95fr) minmax(0,1.35fr) !important;
  gap:42px !important;
  align-items:center !important;
  background:#ffffff !important;
  border:1px solid #dfe7f1 !important;
  border-radius:22px !important;
  box-shadow:0 12px 34px rgba(15,23,42,.055) !important;
  padding:26px !important; /* wizard ile eşit */
  min-height:200px !important;
}

.three-package-hero.three-package-hero-natural h1{
  margin:0 !important;
  max-width:420px !important;
  color:#071426 !important;
  font-size:clamp(40px,4.8vw,58px) !important;
  line-height:0.98 !important;
  letter-spacing:-0.055em !important;
  font-weight:950 !important;
}

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

/* Gereksiz sağ kutu / buton kalıntıları varsa kapat */
.three-package-hero-note,
.three-package-hero-btn{
  display:none !important;
}

/* wizard ile üst blok arasında aynı ritim */
.three-package-wizard{
  width:min(1220px,calc(100% - 42px)) !important;
  margin:0 auto 24px !important;
}

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

  .three-package-hero.three-package-hero-natural .three-package-hero-left{
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding:22px !important;
    min-height:auto !important;
  }

  .three-package-hero.three-package-hero-natural h1{
    max-width:none !important;
    font-size:clamp(34px,8vw,48px) !important;
  }

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

  .three-package-wizard{
    width:calc(100% - 28px) !important;
  }
}
