/* WordPress Hosting — SaaS tarzı paket grid */
.wp-saas-plans-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
.wp-saas-plans-section > .container {
  max-width: 1200px;
}

.wp-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.wp-plan-col {
  min-width: 0;
  display: flex;
}
.wp-plans-empty,
.wp-plans-grid-status {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2.5rem 1rem;
  color: #64748b;
  font-size: .9rem;
}

.wp-plan {
  width: 100%;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  box-shadow: 0 4px 24px rgba(15, 23, 42, .05);
}
.wp-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, .1);
}
.wp-plan--popular {
  border-color: #21759b;
  box-shadow: 0 12px 40px rgba(33, 117, 155, .16);
  transform: translateY(-4px);
}
.wp-plan--popular:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(33, 117, 155, .2);
}

.wp-plan-ribbon {
  position: absolute;
  top: 23px;
  right: -40px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #21759b, #3b9fd4);
  color: #fff;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 6px 0;
  line-height: 1;
  transform: rotate(45deg);
  transform-origin: center center;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
}

.wp-plan-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 14px;
}
.wp-plan-icon--slate { background: rgba(100, 116, 139, .1); color: #475569; }
.wp-plan-icon--blue  { background: rgba(33, 117, 155, .12); color: #21759b; }
.wp-plan-icon--teal  { background: rgba(13, 148, 136, .1); color: #0d9488; }

.wp-plan-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
  letter-spacing: -.02em;
}
.wp-plan-tagline {
  font-size: .78rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 16px;
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wp-plan-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}
.wp-price {
  font-size: 2rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1;
}
.wp-price sup {
  font-size: .85rem;
  font-weight: 700;
  vertical-align: super;
}
.wp-price-sub {
  font-size: .76rem;
  color: #64748b;
  margin-bottom: 16px;
}

.wp-plan-divider {
  height: 1px;
  background: #f1f5f9;
  margin: 0 0 14px;
}

.wp-feat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  flex: 1;
}
.wp-feat-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .82rem;
  color: #334155;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
}
.wp-feat-list li:last-child { border-bottom: none; }
.wp-feat-list li i.fa-check {
  color: #21759b;
  font-size: .72rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.wp-feat-list li i.fa-wordpress {
  color: #21759b !important;
  font-size: .72rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.wp-feat-list li strong { color: #0f172a; font-weight: 700; }

.wp-plan-php {
  font-size: .7rem;
  color: #94a3b8;
  background: #f8fafc;
  text-align: center;
  padding: 6px 10px;
  border-radius: 8px;
  margin-bottom: 14px;
  font-weight: 600;
}

.wp-plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 800;
  font-size: .88rem;
  text-decoration: none;
  transition: all .2s;
  border: 1.5px solid transparent;
  cursor: pointer;
  width: 100%;
  margin-top: auto;
}
.wp-plan-btn--outline {
  border-color: #cbd5e1;
  color: #475569;
  background: #fff;
}
.wp-plan-btn--outline:hover {
  border-color: #21759b;
  color: #21759b;
  background: rgba(33, 117, 155, .04);
}
.wp-plan-btn--primary {
  background: #21759b;
  color: #fff;
  border-color: #21759b;
}
.wp-plan-btn--primary:hover {
  background: #1a5f7a;
  border-color: #1a5f7a;
  color: #fff;
  box-shadow: 0 6px 20px rgba(33, 117, 155, .3);
  transform: translateY(-1px);
}

/* Tab notice — daha sade */
.wp-saas-plans-section .wh-tab-notice--wp {
  background: rgba(33, 117, 155, .06);
  border-color: rgba(33, 117, 155, .2);
  color: #1a5f7a;
  border-radius: 14px;
  font-weight: 600;
  font-size: .84rem;
  padding: 14px 20px;
  margin-bottom: 32px;
}

.wp-saas-plans-section .wh-mail-note {
  margin-top: 28px;
  border-radius: 14px;
}

@media (max-width: 991px) {
  .wp-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .wp-plan--popular { transform: none; }
  .wp-plan--popular:hover { transform: translateY(-6px); }
}

@media (max-width: 767px) {
  .wp-saas-plans-section { padding: 56px 0; }
  .wp-plans-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .wp-plan {
    padding: 28px 22px 22px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, .06);
  }
  .wp-plan-tagline { min-height: 0; }
  .wp-price { font-size: 2rem; }
  .wp-plan-btn { width: 100%; }
}
