/* Web Hosting landing — page-specific (extends dbd-hosting-landing.css) */

.wh-page {
  overflow-x: clip;
}

.wh-page .dbd-host-hero__visual-inner img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.wh-page .dbd-host-hero__promo {
  min-width: 0;
}

.wh-page .linux-hosting-pricing,
.wh-page .pricing-suite {
  overflow-x: hidden;
}

.wh-page .pricing-suite__controls {
  max-width: 100%;
  padding-inline: 12px;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  .wh-page .pricing-suite__toggle--row .toggle-btn,
  .wh-page .pricing-suite__toggle--row .currency-btn {
    min-width: 0;
    flex: 1 1 auto;
    padding: 8px 10px;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
  }

  .wh-page .hosting-dc-switch__btns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .wh-page .hosting-dc-switch__btn {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 88px;
  }
}

.wh-since {
  padding: 36px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
}

.wh-since__inner {
  max-width: 820px;
}

.wh-since h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  margin: 0 0 12px;
  color: #fff;
}

.wh-since p {
  margin: 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}

.wh-seo-summary {
  padding: 14px 18px;
  background: #eff6ff;
  border-left: 4px solid #3b82f6;
  border-radius: 0 10px 10px 0;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.65;
}

.wh-seo-definitions {
  margin: 24px 0 0;
  padding: 18px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.wh-seo-definitions dt {
  font-weight: 700;
  color: #0f172a;
  margin-top: 12px;
}

.wh-seo-definitions dt:first-child {
  margin-top: 0;
}

.wh-seo-definitions dd {
  margin: 4px 0 0;
  color: #475569;
  line-height: 1.6;
}

.wh-seo-ordered {
  list-style: decimal;
  padding-left: 1.25rem;
}

.wh-reviews {
  padding: 44px 0;
  background: #fff;
}

.wh-reviews__grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .wh-reviews__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wh-review-card {
  margin: 0;
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid #e8eaef;
  background: #fafbfc;
}

.wh-review-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #3d4456;
  font-style: italic;
}

.wh-review-card footer {
  font-size: 13px;
  color: var(--wh-gray, #5c6478);
}

.wh-blog-cards {
  padding: 40px 0 48px;
  background: var(--wh-bg, #f5f6f8);
}

.wh-blog-cards__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .wh-blog-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .wh-blog-cards__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wh-blog-card {
  display: flex;
  flex-direction: column;
  padding: 22px 18px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8eaef;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  min-height: 100%;
}

.wh-blog-card:hover {
  box-shadow: 0 12px 32px rgba(15, 18, 34, 0.1);
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
}

.wh-blog-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--wh-navy, #1a1a1d);
}

.wh-blog-card p {
  flex: 1;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--wh-gray, #5c6478);
}

.wh-blog-card__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-orange, #ff8c00);
}

.wh-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(8px);
  padding: 10px 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.25s ease;
}

.wh-sticky-cta.is-visible {
  transform: translateY(0);
}

.wh-sticky-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.wh-sticky-cta__text {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.wh-sticky-cta__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.wh-sticky-cta__wa {
  padding: 10px 14px !important;
  min-width: 44px;
}

@media (max-width: 575.98px) {
  .wh-sticky-cta__text {
    width: 100%;
    text-align: center;
  }

  .wh-sticky-cta__actions {
    width: 100%;
    justify-content: center;
  }
}

/* CLS: reserve hero image space */
.wh-hero__visual-inner {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .wh-hero__visual-inner {
    min-height: 320px;
  }
}

/* Hosting types hub — Dodo turuncu tema, ikon kartları */
.wh-types-hub {
  --wh-hub-orange: #ff8c00;
  --wh-hub-orange-dark: #e67e00;
  --wh-hub-navy: #1a1a1d;
  --wh-hub-gray: #5c6478;
  padding: 52px 0 60px;
  background: linear-gradient(180deg, #f5f6f8 0%, #fff 45%, #fafbfc 100%);
  border-bottom: 1px solid rgba(20, 22, 31, 0.06);
}

.wh-types-hub__head {
  text-align: center;
  margin-bottom: 0.5rem;
}

.wh-types-hub__head .dbd-host-split__label {
  display: inline-block;
  margin-bottom: 0.65rem;
}

.wh-types-hub__head h2 {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.wh-types-hub__intro {
  max-width: 52rem;
  margin: 0.75rem auto 0;
  text-align: center;
  line-height: 1.75;
  color: var(--wh-hub-gray);
  font-size: 0.95rem;
}

.wh-types-hub__intro a {
  color: var(--wh-hub-orange);
  font-weight: 600;
  text-decoration: none;
}

.wh-types-hub__intro a:hover {
  text-decoration: underline;
  color: var(--wh-hub-orange-dark);
}

.wh-types-hub__sub {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 1.25rem;
  color: var(--wh-hub-navy);
  letter-spacing: -0.01em;
}

.wh-types-hub__primary,
.wh-types-hub__seo,
.wh-types-hub__server,
.wh-types-hub__teknik {
  margin-top: 2.5rem;
}

.wh-types-hub__primary {
  padding: 1.75rem;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(20, 22, 31, 0.07);
  box-shadow: 0 8px 32px rgba(15, 18, 34, 0.05);
}

.wh-types-hub__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

@media (min-width: 576px) {
  .wh-types-hub__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .wh-types-hub__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
  }
}

.wh-type-card {
  height: 100%;
  min-height: 0;
}

.wh-type-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 196px;
  padding: 1.35rem 1.25rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(20, 22, 31, 0.08);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 18px rgba(15, 18, 34, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
  overflow: hidden;
}

.wh-type-card__link::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wh-hub-orange) 0%, var(--wh-hub-orange-dark) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.wh-type-card__link:hover {
  border-color: rgba(255, 140, 0, 0.35);
  box-shadow: 0 14px 36px rgba(255, 140, 0, 0.12);
  transform: translateY(-3px);
}

.wh-type-card__link:hover::after {
  transform: scaleX(1);
}

.wh-type-card__link:hover .wh-type-card__cta {
  color: var(--wh-hub-orange-dark);
}

.wh-type-card__link:hover .wh-type-card__cta i {
  transform: translateX(3px);
}

.wh-type-card--featured .wh-type-card__link {
  background: linear-gradient(160deg, #fffaf3 0%, #fff 55%);
  border-color: rgba(255, 140, 0, 0.28);
  box-shadow: 0 8px 28px rgba(255, 140, 0, 0.1);
}

.wh-type-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  line-height: 1.2;
  max-width: calc(100% - 5.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wh-type-card__badge--orange {
  background: linear-gradient(135deg, var(--wh-hub-orange) 0%, var(--wh-hub-orange-dark) 100%);
}

.wh-type-card__badge--green {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
}

.wh-type-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 14px;
  font-size: 1.45rem;
  flex-shrink: 0;
}

.wh-type-card__icon--web {
  color: var(--wh-hub-orange);
  background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
}

.wh-type-card__icon--linux {
  color: #111827;
  background: linear-gradient(145deg, #f3f4f6 0%, #e5e7eb 100%);
}

.wh-type-card__icon--win {
  color: #0078d4;
  background: linear-gradient(145deg, #eff6ff 0%, #dbeafe 100%);
}

.wh-type-card__icon--wp {
  color: #21759b;
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}

.wh-type-card__icon--cpanel {
  color: #ff6c2c;
  background: linear-gradient(145deg, #fff7ed 0%, #fed7aa 100%);
}

.wh-type-card__icon--corp {
  color: #1d4ed8;
  background: linear-gradient(145deg, #eff6ff 0%, #bfdbfe 100%);
}

.wh-type-card__icon--eco {
  color: #059669;
  background: linear-gradient(145deg, #ecfdf5 0%, #a7f3d0 100%);
}

.wh-type-card__icon--unlim {
  color: #7c3aed;
  background: linear-gradient(145deg, #f5f3ff 0%, #ddd6fe 100%);
}

.wh-type-card__title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--wh-hub-navy);
  margin: 0 0 0.45rem;
  line-height: 1.3;
  padding-right: 0.25rem;
}

.wh-type-card__desc {
  display: block;
  font-size: 0.84rem;
  color: var(--wh-hub-gray);
  line-height: 1.55;
  flex: 1 1 auto;
  margin: 0;
}

.wh-type-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--wh-hub-orange);
  margin-top: 1rem;
  transition: color 0.15s ease;
}

.wh-type-card__cta i {
  font-size: 0.72rem;
  transition: transform 0.18s ease;
}

.wh-types-hub__seo {
  padding: 1.5rem 1.75rem;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(20, 22, 31, 0.07);
}

.wh-types-hub__seo-lead {
  color: var(--wh-hub-gray);
  margin: 0 0 1.15rem;
  line-height: 1.65;
  font-size: 0.92rem;
}

.wh-types-hub__seo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.65rem;
}

@media (min-width: 576px) {
  .wh-types-hub__seo-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .wh-types-hub__seo-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wh-types-hub__seo-list a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border: 1px solid rgba(20, 22, 31, 0.07);
  border-radius: 12px;
  text-decoration: none;
  color: var(--wh-hub-navy);
  font-weight: 600;
  font-size: 0.88rem;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}

.wh-types-hub__seo-list a:hover {
  background: #fffaf3;
  border-color: rgba(255, 140, 0, 0.3);
  transform: translateY(-1px);
}

.wh-types-hub__seo-list .fa,
.wh-types-hub__seo-list .fab {
  color: var(--wh-hub-orange);
  width: 1.15rem;
  text-align: center;
  flex-shrink: 0;
}

.wh-types-hub__server {
  padding: 1.5rem 1.75rem;
  background: linear-gradient(135deg, #1a1a1d 0%, #25252c 100%);
  border-radius: 18px;
  color: #fff;
}

.wh-types-hub__server .wh-types-hub__sub {
  color: #fff;
}

.wh-types-hub__server p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.15rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

.wh-types-hub__server-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.wh-types-hub__server-btn {
  display: inline-block;
  padding: 0.6rem 1.15rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, transform 0.15s;
}

.wh-types-hub__server-btn:hover {
  background: var(--wh-hub-orange);
  border-color: var(--wh-hub-orange);
  color: #fff;
  transform: translateY(-1px);
}

.wh-types-hub__server-btn--accent {
  background: var(--wh-hub-orange);
  border-color: var(--wh-hub-orange);
}

.wh-types-hub__server-btn--accent:hover {
  background: var(--wh-hub-orange-dark);
  border-color: var(--wh-hub-orange-dark);
}

.wh-types-hub__teknik {
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-radius: 16px;
  border: 1px dashed rgba(255, 140, 0, 0.35);
}

.wh-types-hub__teknik-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}

.wh-types-hub__teknik-list a {
  display: inline-flex;
  align-items: center;
  color: var(--wh-hub-navy);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.88rem;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}

.wh-types-hub__teknik-list a:hover {
  color: var(--wh-hub-orange);
  border-bottom-color: var(--wh-hub-orange);
}

@media (max-width: 575.98px) {
  .wh-types-hub__primary,
  .wh-types-hub__seo,
  .wh-types-hub__server {
    padding: 1.15rem 1rem;
  }

  .wh-type-card__link {
    min-height: 0;
    padding: 1.15rem 1rem 1rem;
  }

  .wh-type-card__badge {
    position: static;
    align-self: flex-start;
    margin-bottom: 0.65rem;
    max-width: 100%;
  }
}
