/* ===== Paketler sayfası temiz final tasarım ===== */

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

.three-package-page{
  padding:34px 0 58px!important;
  color:#081426!important;
}

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

.three-package-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr)!important;
  gap:24px!important;
  align-items:stretch!important;
  margin-bottom:24px!important;
}

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

.three-package-hero-text{
  padding:32px!important;
}

.three-package-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 0 14px!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:#eef5ff!important;
  border:1px solid #d7e6ff!important;
  color:#0f4be8!important;
  font-size:13px!important;
  font-weight:950!important;
}

.three-package-hero h1{
  margin:0 0 14px!important;
  max-width:780px!important;
  color:#081426!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:900px!important;
  color:#5b6b7f!important;
  font-size:17px!important;
  line-height:1.72!important;
  font-weight:600!important;
}

.three-package-helper{
  padding:24px!important;
  display:grid!important;
  gap:10px!important;
  align-content:start!important;
}

.three-package-helper strong{
  color:#081426!important;
  font-size:22px!important;
  letter-spacing:-.03em!important;
  font-weight:950!important;
  margin-bottom:4px!important;
}

.three-package-helper span{
  display:block!important;
  padding:12px 14px!important;
  border-radius:14px!important;
  background:#f8fafc!important;
  border:1px solid #e5edf6!important;
  color:#475569!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:700!important;
}

.three-package-helper b{
  color:#0f4be8!important;
  font-weight:950!important;
}

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

.three-package-card{
  padding:24px!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  position:relative!important;
  overflow:hidden!important;
}

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

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

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

.three-package-card-top span{
  display:inline-flex!important;
  align-items:center!important;
  margin:0 0 12px!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#f1f5f9!important;
  color:#334155!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
}

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

.three-package-card p{
  margin:0!important;
  color:#5b6b7f!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 #e2eaf5!important;
}

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

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

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

.three-package-card li{
  position:relative!important;
  padding-left:25px!important;
  color:#334155!important;
  font-size:14px!important;
  line-height:1.5!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-btn:hover{
  transform:translateY(-1px)!important;
}

.three-package-compare-clean{
  padding:28px!important;
}

.three-package-compare-head{
  margin:0 0 18px!important;
}

.three-package-compare-head h2{
  margin:0 0 8px!important;
  color:#081426!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}

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

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

.three-package-compare-grid div{
  padding:18px!important;
  border-radius:16px!important;
  background:#f8fafc!important;
  border:1px solid #e3ebf5!important;
}

.three-package-compare-grid b{
  display:block!important;
  margin:0 0 7px!important;
  color:#081426!important;
  font-size:16px!important;
  font-weight:950!important;
}

.three-package-compare-grid span{
  display:block!important;
  color:#5b6b7f!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:650!important;
}

@media(max-width:1100px){
  .three-package-hero{
    grid-template-columns:1fr!important;
  }

  .three-package-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  .three-package-compare-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

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

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

  .three-package-hero-text,
  .three-package-helper,
  .three-package-card,
  .three-package-compare-clean{
    border-radius:20px!important;
  }

  .three-package-hero-text,
  .three-package-helper,
  .three-package-card,
  .three-package-compare-clean{
    padding:20px!important;
  }

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

  .three-package-card h2{
    font-size:25px!important;
  }

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