/* ===== Paketler full özellik + karşılaştırma final ===== */

body.page-packages{
  background:#f6f8fc!important;
}

.three-package-page{
  padding:32px 0 60px!important;
  color:#071426!important;
}

.three-package-hero,
.three-package-grid,
.three-package-feature-compare{
  width:min(1220px,calc(100% - 42px))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

.three-package-hero{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  margin-bottom:22px!important;
  padding:30px!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid #dfe7f1!important;
  box-shadow:0 16px 40px rgba(15,23,42,.06)!important;
}

.three-package-hero h1{
  margin:0 0 12px!important;
  color:#071426!important;
  font-size:clamp(34px,4vw,58px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  font-weight:950!important;
}

.three-package-hero p{
  margin:0!important;
  max-width:850px!important;
  color:#526276!important;
  font-size:16.5px!important;
  line-height:1.75!important;
  font-weight:600!important;
}

.three-package-hero-btn{
  white-space:nowrap!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:50px!important;
  padding:0 22px!important;
  border-radius:14px!important;
  background:#0f4be8!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:15.5px!important;
  font-weight:950!important;
  box-shadow:0 14px 32px rgba(15,75,232,.20)!important;
}

.three-package-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  margin-bottom:26px!important;
}

.three-package-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  padding:24px!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid #dfe7f1!important;
  box-shadow:0 16px 40px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
}

.three-package-card::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  right:0!important;
  height:4px!important;
  background:#0f4be8!important;
}

.three-package-card-strong::before{
  background:linear-gradient(90deg,#0f4be8,#06b6d4)!important;
}

.three-package-card-eexport::before{
  background:linear-gradient(90deg,#f59e0b,#facc15)!important;
}

.three-package-head h2{
  margin:0 0 10px!important;
  color:#071426!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}

.three-package-head p{
  margin:0!important;
  color:#526276!important;
  font-size:14.5px!important;
  line-height:1.65!important;
  font-weight:600!important;
}

.three-package-price{
  margin:20px 0 18px!important;
  padding:16px!important;
  border-radius:18px!important;
  background:#f8fbff!important;
  border:1px solid #e1eaf5!important;
}

.three-package-price strong{
  display:block!important;
  color:#071426!important;
  font-size:34px!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
  font-weight:950!important;
}

.three-package-price span{
  display:block!important;
  margin-top:6px!important;
  color:#64748b!important;
  font-size:13px!important;
  font-weight:850!important;
}

.three-package-price div{
  display:grid!important;
  gap:6px!important;
  margin-top:12px!important;
}

.three-package-price b{
  display:block!important;
  color:#24405f!important;
  font-size:13.5px!important;
  font-weight:850!important;
}

.three-package-card ul{
  margin:0 0 22px!important;
  padding:0!important;
  list-style:none!important;
  display:grid!important;
  gap:9px!important;
}

.three-package-card li{
  position:relative!important;
  padding-left:25px!important;
  color:#334155!important;
  font-size:14px!important;
  line-height:1.48!important;
  font-weight:700!important;
}

.three-package-card li::before{
  content:"✓"!important;
  position:absolute!important;
  left:0!important;
  top:1px!important;
  width:17px!important;
  height:17px!important;
  border-radius:999px!important;
  background:#dcfce7!important;
  color:#16a34a!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:12px!important;
  font-weight:950!important;
}

.three-package-btn{
  margin-top:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  border-radius:14px!important;
  background:#0f4be8!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:950!important;
  box-shadow:0 14px 30px rgba(15,75,232,.18)!important;
}

.three-package-feature-compare{
  padding:28px!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid #dfe7f1!important;
  box-shadow:0 16px 40px rgba(15,23,42,.06)!important;
}

.three-package-compare-title{
  margin-bottom:18px!important;
}

.three-package-compare-title h2{
  margin:0 0 8px!important;
  color:#071426!important;
  font-size:clamp(30px,3.3vw,46px)!important;
  line-height:1.05!important;
  letter-spacing:-.05em!important;
  font-weight:950!important;
}

.three-package-compare-title p{
  margin:0!important;
  max-width:780px!important;
  color:#526276!important;
  font-size:16px!important;
  line-height:1.7!important;
  font-weight:600!important;
}

.three-package-table-wrap{
  width:100%!important;
  overflow-x:auto!important;
  border-radius:18px!important;
  border:1px solid #e1eaf5!important;
}

.three-package-table{
  width:100%!important;
  min-width:980px!important;
  border-collapse:collapse!important;
  background:#fff!important;
}

.three-package-table th,
.three-package-table td{
  border-bottom:1px solid #e7eef7!important;
  border-right:1px solid #e7eef7!important;
  padding:14px 12px!important;
  text-align:center!important;
  vertical-align:middle!important;
}

.three-package-table th:first-child,
.three-package-table td:first-child{
  text-align:left!important;
  width:250px!important;
  color:#1e293b!important;
  font-weight:850!important;
  position:sticky!important;
  left:0!important;
  z-index:2!important;
  background:#fff!important;
}

.three-package-table thead th{
  background:#f8fbff!important;
  color:#071426!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:950!important;
}

.three-package-table thead th:first-child{
  z-index:3!important;
  background:#f8fbff!important;
}

.three-package-table tbody td{
  color:#334155!important;
  font-size:14px!important;
  font-weight:750!important;
}

.three-package-table td.yes{
  color:#16a34a!important;
  font-size:22px!important;
  font-weight:950!important;
}

.three-package-table td.no{
  color:#ef4444!important;
  font-size:22px!important;
  font-weight:950!important;
}

.three-package-table tbody tr:hover td{
  background:#fbfdff!important;
}

@media(max-width:1120px){
  .three-package-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .three-package-hero{
    display:block!important;
  }

  .three-package-hero-btn{
    margin-top:18px!important;
  }
}

@media(max-width:720px){
  .three-package-page{
    padding:24px 0 42px!important;
  }

  .three-package-hero,
  .three-package-grid,
  .three-package-feature-compare{
    width:calc(100% - 28px)!important;
  }

  .three-package-grid{
    grid-template-columns:1fr!important;
  }

  .three-package-hero,
  .three-package-card,
  .three-package-feature-compare{
    border-radius:20px!important;
    padding:20px!important;
  }

  .three-package-head h2{
    font-size:26px!important;
  }

  .three-package-price strong{
    font-size:31px!important;
  }

  .three-package-hero-btn{
    width:100%!important;
  }

  .three-package-table th,
  .three-package-table td{
    padding:12px 10px!important;
  }
}

/* ===== Bayi paketi ve doğal fiyat revizyonu ===== */
.three-package-card-bayi::before{
  background:linear-gradient(90deg,#7c3aed,#06b6d4)!important;
}

.three-package-table{
  min-width:1120px!important;
}

@media(min-width:1121px){
  .three-package-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
