/* PPC landing: paketler, karşılaştırma, hesap formları (üst menü stilleri style.css) */

#anasayfa.slider .sl-text .btn_area {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ppc-pricing-wrap {
  background: linear-gradient(180deg, #f8f9ff 0%, #fff 45%);
  padding: 72px 0 56px;
  border-bottom: 1px solid #eceef7;
}

.ppc-pricing-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.ppc-pricing-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: 12px;
}

.ppc-pricing-head p {
  color: #6e6e6e;
  font-size: 15px;
  margin-bottom: 0;
}

.ppc-billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.ppc-billing-toggle .badge-save {
  background: #bfef4b;
  color: #003d47;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}

.ppc-switch {
  position: relative;
  display: inline-flex;
  background: #e8e6f5;
  border-radius: 999px;
  padding: 4px;
  gap: 0;
}

.ppc-switch button {
  border: none;
  background: transparent;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #5c5f72;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.ppc-switch button.is-on {
  background: #fff;
  color: #7460e6;
  box-shadow: 0 2px 8px rgba(116, 96, 230, 0.2);
}

.ppc-plan-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e5e7f0;
  padding: 28px 24px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.2s;
  position: relative;
}

.ppc-plan-card:hover {
  box-shadow: 0 16px 40px rgba(116, 96, 230, 0.12);
  border-color: #c9c2ef;
}

.ppc-plan-card.featured {
  border-color: #7460e6;
  box-shadow: 0 12px 36px rgba(116, 96, 230, 0.18);
  transform: scale(1.02);
  z-index: 1;
}

.ppc-plan-card .plan-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #7460e6;
  background: #f0edfc;
  padding: 4px 10px;
  border-radius: 6px;
}

.ppc-plan-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: 6px;
}

.ppc-plan-card .plan-desc {
  font-size: 13px;
  color: #6e6e6e;
  min-height: 40px;
  margin-bottom: 16px;
}

.ppc-price {
  margin-bottom: 8px;
}

.ppc-price .currency {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1d2e;
  vertical-align: top;
}

.ppc-price .amount {
  font-size: 2.35rem;
  font-weight: 800;
  color: #1a1d2e;
  line-height: 1.1;
}

.ppc-price .period {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 500;
}

.ppc-price-note {
  font-size: 12px;
  color: #888;
  min-height: 36px;
  margin-bottom: 20px;
}

.ppc-plan-limits {
  background: #f8f9fc;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.ppc-plan-limits strong {
  display: block;
  font-size: 13px;
  color: #1a1d2e;
  margin-bottom: 4px;
}

.ppc-plan-limits span {
  font-size: 12px;
  color: #6e6e6e;
  line-height: 1.45;
}

.ppc-plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex-grow: 1;
}

.ppc-plan-card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #444;
  line-height: 1.4;
}

.ppc-plan-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237460e6'%3E%3Cpath d='M13.485 3.431a.75.75 0 0 1 .084 1.055l-6.5 8a.75.75 0 0 1-1.154.058l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.877 2.876 5.95-7.32a.75.75 0 0 1 1.083-.09z'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.ppc-plan-card .r_btn,
.ppc-plan-card .r_btn.fill {
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 14px 20px;
}

.ppc-compare-wrap {
  padding: 64px 0;
  background: #fff;
}

.ppc-compare-wrap h2 {
  text-align: center;
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: 32px;
}

.ppc-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e5e7f0;
}

.ppc-compare-table {
  width: 100%;
  min-width: 640px;
  margin: 0;
  font-size: 13px;
}

.ppc-compare-table thead th {
  background: #f4f3fb;
  color: #1a1d2e;
  font-weight: 600;
  padding: 14px 16px;
  border-bottom: 2px solid #e5e7f0;
  white-space: nowrap;
}

.ppc-compare-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #eef0f5;
  vertical-align: middle;
}

.ppc-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.ppc-compare-table .feat {
  font-weight: 500;
  color: #333;
}

.ppc-compare-table .ok {
  color: #2d6a4f;
  font-weight: 600;
  text-align: center;
}

.ppc-compare-table .partial {
  color: #7460e6;
  text-align: center;
  font-weight: 600;
}

.ppc-auth-wrap {
  padding: 72px 0 80px;
  background: linear-gradient(135deg, #f4f3fb 0%, #eef8f0 100%);
}

.ppc-auth-wrap h2 {
  text-align: center;
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: 10px;
}

.ppc-auth-wrap .sub {
  text-align: center;
  color: #6e6e6e;
  font-size: 14px;
  margin-bottom: 40px;
}

.ppc-auth-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px 32px;
  border: 1px solid #e5e7f0;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.ppc-auth-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: 20px;
}

.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dadce0;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #3c4043;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  margin-bottom: 18px;
}

.btn-google:hover {
  background: #f8f9fa;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.btn-google svg {
  flex-shrink: 0;
}

.ppc-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #999;
  font-size: 12px;
}

.ppc-auth-divider::before,
.ppc-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7f0;
}

.ppc-auth-card .form-label {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  margin-bottom: 4px;
}

.ppc-auth-card .form-control {
  border-radius: 10px;
  border: 1px solid #dadce0;
  font-size: 14px;
  padding: 10px 14px;
}

.ppc-auth-card .form-control:focus {
  border-color: #7460e6;
  box-shadow: 0 0 0 3px rgba(116, 96, 230, 0.15);
}

.ppc-auth-card .btn-submit {
  width: 100%;
  margin-top: 8px;
  border-radius: 12px;
  padding: 12px;
  font-weight: 600;
}

.ppc-google-hint {
  font-size: 11px;
  color: #888;
  margin-top: -10px;
  margin-bottom: 14px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .ppc-plan-card.featured {
    transform: none;
  }
}
