/* karsilastirma.html — Microsoft direkt vs biz karşılaştırma sayfası */

.container-wide {
  max-width: 980px;
}

/* ---- Karşılaştırma tablosu ---- */
.comparison-section {
  margin-top: 24px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

@media (max-width: 700px) {
  .comparison-grid { grid-template-columns: 1fr; }
}

.comparison-col {
  background: white;
  border: 1px solid #d2d2d7;
  border-radius: 16px;
  padding: 28px 26px 22px;
  position: relative;
}

.comparison-col-us {
  border-color: #0071e3;
  box-shadow: 0 4px 24px rgba(0, 113, 227, 0.08);
}

.comparison-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0071e3;
  color: white;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 5px 14px;
  border-radius: 980px;
}

.comparison-header {
  text-align: center;
  margin-bottom: 18px;
}

.comparison-vendor {
  font-size: 13px;
  color: #6e6e73;
  letter-spacing: 0.3px;
  margin-bottom: 2px;
}

.comparison-product {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
}

.comparison-price-block {
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #f5f5f7;
  border-bottom: 1px solid #f5f5f7;
  margin-bottom: 18px;
}

.comparison-price-amount {
  font-size: 36px;
  font-weight: 700;
  color: #1d1d1f;
  line-height: 1;
}

.comparison-price-period {
  font-size: 16px;
  font-weight: 400;
  color: #6e6e73;
}

.comparison-col-us .comparison-price-amount { color: #0071e3; }

.comparison-price-note {
  margin-top: 6px;
  font-size: 12px;
  color: #6e6e73;
}

.comparison-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-features li {
  padding: 8px 0;
  font-size: 14px;
  color: #424245;
  border-bottom: 1px solid #f5f5f7;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comparison-features li:last-child { border-bottom: none; }

.comparison-features li::before {
  content: "✓";
  color: #1e7e34;
  font-weight: 600;
}

/* ---- Tasarruf banner ---- */
.savings-banner {
  background: linear-gradient(135deg, #0071e3, #0058b3);
  color: white;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  margin-bottom: 32px;
}

.savings-label {
  font-size: 13px;
  letter-spacing: 0.3px;
  opacity: 0.85;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.savings-amount {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

.savings-pct {
  margin-top: 4px;
  font-size: 16px;
  opacity: 0.95;
}

/* ---- Explanation card ---- */
.explanation-card {
  margin-bottom: 24px;
}

.explanation-card h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
}

.explanation-card p {
  margin: 0 0 12px;
  line-height: 1.65;
  color: #424245;
}

/* ---- Daha kısa süreler kartı ---- */
.short-packages-card {
  margin-bottom: 24px;
}

.short-packages-card h2 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}

.short-packages-card > p {
  margin: 0 0 16px;
  color: #6e6e73;
}

.short-packages-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 600px) {
  .short-packages-grid { grid-template-columns: repeat(2, 1fr); }
}

.package-pill {
  background: #f5f5f7;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
}

.package-pill-best {
  background: #e7eefd;
  border: 1px solid #b6d6f5;
}

.package-pill-label {
  font-size: 13px;
  color: #6e6e73;
  margin-bottom: 4px;
}

.package-pill-price {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1f;
}

.short-packages-note {
  margin: 16px 0 0;
  font-size: 13px;
  color: #6e6e73;
  font-style: italic;
}

/* ---- Big CTA ---- */
.big-cta {
  text-align: center;
  padding: 36px 24px;
  background: #f5f5f7;
  border-radius: 16px;
  margin-bottom: 24px;
}

.big-cta h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
}

.big-cta > p {
  margin: 0 0 20px;
  color: #424245;
  font-size: 15px;
}

.big-cta-btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 16px;
}

.cta-secondary-line {
  margin: 18px 0 0;
  font-size: 13px;
  color: #6e6e73;
}

.cta-secondary-line a {
  color: #0071e3;
  text-decoration: none;
}
.cta-secondary-line a:hover { text-decoration: underline; }

/* ---- Trademark disclaimer ---- */
.trademark-disclaimer {
  margin: 16px 0 24px;
  padding: 18px 22px;
  background: #fafafa;
  border-radius: 10px;
  border-left: 3px solid #d2d2d7;
}

.trademark-disclaimer p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
  color: #6e6e73;
}

.trademark-disclaimer a {
  color: #0071e3;
  text-decoration: none;
}
.trademark-disclaimer a:hover { text-decoration: underline; }
