/* ===== Paketler: daha sade, daha anlaşılır final ===== */

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

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

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

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

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

.three-package-hero-left{
  padding:28px 30px!important;
}

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

.three-package-hero p{
  margin:0!important;
  color:#4f6075!important;
  font-size:16.5px!important;
  line-height:1.75!important;
  font-weight:650!important;
  max-width:880px!important;
}

.three-package-hero-note{
  padding:24px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:11px!important;
}

.three-package-hero-note b{
  color:#071426!important;
  font-size:21px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.03em!important;
}

.three-package-hero-note span{
  color:#526276!important;
  font-size:14.5px!important;
  line-height:1.6!important;
  font-weight:650!important;
}

.three-package-hero-note a{
  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;
  margin-top:4px!important;
  box-shadow:0 14px 32px rgba(15,75,232,.19)!important;
}

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

.three-package-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  border:1px solid #dfe7f1!important;
  border-radius:22px!important;
  box-shadow:0 12px 34px rgba(15,23,42,.055)!important;
  padding:23px!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-bayi::before{
  background:linear-gradient(90deg,#7c3aed,#06b6d4)!important;
}

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

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

.three-package-summary{
  margin:0!important;
  color:#526276!important;
  font-size:14.5px!important;
  line-height:1.62!important;
  font-weight:650!important;
}

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

.three-package-price strong{
  display:block!important;
  color:#071426!important;
  font-size:33px!important;
  line-height:1!important;
  letter-spacing:-.045em!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 small{
  display:block!important;
  margin-top:10px!important;
  color:#24405f!important;
  font-size:13px!important;
  line-height:1.45!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:8px!important;
}

.three-package-card li{
  position:relative!important;
  padding-left:24px!important;
  color:#334155!important;
  font-size:13.8px!important;
  line-height:1.45!important;
  font-weight:720!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-details,
.three-package-feature-compare{
  background:#fff!important;
  border:1px solid #dfe7f1!important;
  border-radius:22px!important;
  box-shadow:0 12px 34px rgba(15,23,42,.055)!important;
  padding:28px!important;
  margin-bottom:24px!important;
}

.three-package-details h2,
.three-package-compare-title h2{
  margin:0 0 10px!important;
  color:#071426!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
}

.three-package-details > p,
.three-package-compare-title p{
  margin:0 0 20px!important;
  max-width:900px!important;
  color:#526276!important;
  font-size:16px!important;
  line-height:1.7!important;
  font-weight:650!important;
}

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

.three-package-detail-grid article{
  padding:20px!important;
  border-radius:18px!important;
  background:#f8fbff!important;
  border:1px solid #e1eaf5!important;
}

.three-package-detail-grid h3{
  margin:0 0 12px!important;
  color:#071426!important;
  font-size:19px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
}

.three-package-detail-grid ul{
  margin:0!important;
  padding-left:18px!important;
  color:#334155!important;
}

.three-package-detail-grid li{
  margin:0 0 9px!important;
  font-size:13.8px!important;
  line-height:1.55!important;
  font-weight:680!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:1120px!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:13px 11px!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:270px!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:12.5px!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:13.5px!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-hero{
    grid-template-columns:1fr!important;
  }

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

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

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

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

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

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

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