/* Web Hosting landing — Oweb-style (Dodo Bilişim /hosting) */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

.dbd-host {
  --wh-orange: #ff8c00;
  --wh-orange-dark: #e67e00;
  --wh-navy: #1a1a1d;
  --wh-navy-soft: #25252c;
  --wh-gray: #5c6478;
  --wh-bg: #f5f6f8;
  --wh-radius: 18px;
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  color: #0f1222;
  background: var(--wh-bg);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  isolation: isolate;
}

.dbd-host main {
  display: block;
}

.dbd-host-hero {
  padding: 28px 0 40px;
  background: linear-gradient(180deg, #fafbfc 0%, #fff 50%);
}

.dbd-host-hero__grid {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

@media (min-width: 1200px) {
  .dbd-host-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.95fr) minmax(260px, 0.85fr);
    gap: 20px;
  }
}

.dbd-host-hero__card {
  position: relative;
  overflow: hidden;
  border-radius: var(--wh-radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 18, 34, 0.08);
  border: 1px solid rgba(20, 22, 31, 0.06);
  padding: 32px 28px 36px;
}

.dbd-host-hero__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(20, 22, 31, 0.06) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.4;
  pointer-events: none;
}

.dbd-host-hero__inner {
  position: relative;
  z-index: 2;
}

.dbd-host-hero__kicker {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--wh-gray);
  margin-bottom: 8px;
}

.dbd-host-hero__title {
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.18;
  color: var(--wh-navy);
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.dbd-host-hero__title strong {
  color: var(--wh-orange);
  font-weight: 800;
}

.dbd-host-hero__lead {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--wh-gray);
  margin: 0 0 20px;
}

.dbd-host-hero__checks {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 8px 18px;
}

@media (min-width: 576px) {
  .dbd-host-hero__checks {
    grid-template-columns: 1fr 1fr;
  }
}

.dbd-host-hero__checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2a3142;
}

.dbd-host-hero__checks li i {
  color: var(--wh-orange);
  margin-top: 3px;
}

.dbd-host-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.dbd-host-btn--primary {
  background: linear-gradient(180deg, var(--wh-orange) 0%, var(--wh-orange-dark) 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(255, 140, 0, 0.35);
}

.dbd-host-btn--primary:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(255, 140, 0, 0.42);
}

.dbd-host-btn--block {
  width: 100%;
}

.dbd-host-hero__visual {
  position: relative;
  border-radius: var(--wh-radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 18, 34, 0.08);
  border: 1px solid rgba(20, 22, 31, 0.06);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.dbd-host-hero__blob {
  position: absolute;
  right: -20%;
  bottom: -30%;
  width: 90%;
  height: 90%;
  background: radial-gradient(ellipse at 40% 40%, var(--wh-orange) 0%, #ffb347 50%, transparent 72%);
  opacity: 0.85;
  pointer-events: none;
  border-radius: 50% 40% 60% 45%;
}

.dbd-host-hero__visual-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

.dbd-host-hero__visual-inner img,
.dbd-host-hero__visual-inner svg {
  max-width: 100%;
  height: auto;
  max-height: 220px;
}

.dbd-host-hero__promo {
  border-radius: var(--wh-radius);
  background: linear-gradient(160deg, var(--wh-navy-soft) 0%, var(--wh-navy) 100%);
  color: #fff;
  padding: 28px 24px 26px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(10, 12, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.dbd-host-hero__promo::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='0.5' d='M0 30h60M30 0v60'/%3E%3C/svg%3E");
  background-size: 24px 24px;
  pointer-events: none;
}

.dbd-host-hero__promo-inner {
  position: relative;
  z-index: 1;
}

.dbd-host-hero__promo-kicker {
  font-size: 14px;
  font-weight: 700;
  color: var(--wh-orange);
  margin: 0 0 6px;
}

.dbd-host-hero__promo-title {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  line-height: 1.25;
}

.dbd-host-hero__promo-text {
  font-size: 13px;
  line-height: 1.55;
  opacity: 0.88;
  margin: 0 0 18px;
}

.dbd-host-countdown {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
  margin-bottom: 18px;
  font-variant-numeric: tabular-nums;
}

.dbd-host-countdown__unit {
  text-align: center;
  min-width: 40px;
}

.dbd-host-countdown__num {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--wh-orange);
  line-height: 1.1;
}

.dbd-host-countdown__lbl {
  font-size: 9px;
  text-transform: uppercase;
  opacity: 0.65;
  letter-spacing: 0.06em;
}

.dbd-host-countdown__sep {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--wh-orange);
  opacity: 0.85;
  line-height: 1.8rem;
}

/* 4 stat cards */
.dbd-host-stats {
  padding: 8px 0 28px;
}

.dbd-host-stats__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

@media (min-width: 768px) {
  .dbd-host-stats__row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dbd-host-stat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 16px;
  border: 1px solid rgba(20, 22, 31, 0.06);
  box-shadow: 0 10px 30px rgba(15, 18, 34, 0.05);
}

.dbd-host-stat__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 140, 0, 0.12);
  color: var(--wh-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.dbd-host-stat__value {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--wh-navy);
  line-height: 1.1;
}

.dbd-host-stat__label {
  font-size: 12px;
  color: var(--wh-gray);
  margin-top: 4px;
  line-height: 1.35;
}

/* Trust strip */
.dbd-host-trust {
  background: #eceef2;
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.dbd-host-trust__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .dbd-host-trust__row {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
  }
}

.dbd-host-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 700;
  color: var(--wh-navy);
}

@media (min-width: 768px) {
  .dbd-host-trust__item {
    justify-content: flex-start;
  }
}

.dbd-host-trust__item i {
  color: var(--wh-orange);
  font-size: 20px;
}

/* Packages */
.dbd-host-packages {
  padding: 3rem 0 4rem;
  background: var(--wh-bg);
}

@media (min-width: 768px) {
  .dbd-host-packages {
    padding: 3.5rem 0 4.5rem;
  }
}

.dbd-host-packages .dbd-host-billing-wrap {
  margin-bottom: 0.75rem;
}

.dbd-host-packages .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.dbd-host-packages .row > [class*="col-"] > .pack-item.white-pack {
  flex: 1 1 auto;
  width: 100%;
}

.dbd-host-billing-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media (min-width: 992px) {
  .dbd-host-packages .dbd-host-billing-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem 3rem;
    margin-bottom: 1rem;
  }

  .dbd-host-billing-group {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .dbd-host-billing-group .dbd-host-billing-label {
    margin: 0;
    white-space: nowrap;
  }
}

.dbd-host-packs-note {
  text-align: center;
  font-size: 0.8125rem;
  color: #6b7280;
  margin: 0 0 0.25rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.dbd-host-packages .section-title span {
  color: var(--wh-orange);
  font-weight: 600;
}

.dbd-host-packages .section-title .title {
  color: var(--wh-navy);
  font-weight: 800;
}

.dbd-host-packages .section-title p {
  color: var(--wh-gray);
}

.dbd-host-billing-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.dbd-host-billing-label {
  font-size: 13px;
  font-weight: 600;
  color: #6a7285;
  margin: 0;
}

.dbd-host-billing-cycle {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: #e8eaef;
  border: 1px solid rgba(20, 22, 31, 0.06);
}

.dbd-host-billing-cycle .toggle-btn {
  border: none;
  background: transparent;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #4a5163;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.dbd-host-billing-cycle .toggle-btn.active {
  background: #fff;
  color: var(--wh-navy);
  box-shadow: 0 4px 14px rgba(15, 18, 34, 0.12);
}

.dbd-host-loc {
  display: inline-flex;
  gap: 8px;
  padding: 5px;
  border-radius: 999px;
  background: #e8eaef;
}

.dbd-host-loc button {
  border: none;
  background: transparent;
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #555b6d;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dbd-host-loc button.active {
  background: #fff;
  color: var(--wh-navy);
  box-shadow: 0 3px 12px rgba(15, 18, 34, 0.1);
}

.dbd-host-loc button:focus-visible {
  outline: 2px solid var(--wh-orange);
  outline-offset: 2px;
}

.dbd-host .packs-wrapper .pack-item.white-pack {
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(15, 18, 34, 0.07);
  border: 1px solid #e8eaef;
  position: relative;
  padding: 1.65rem 1.35rem 1.45rem;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
  transition: box-shadow 0.22s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dbd-host .packs-wrapper .pack-item.white-pack:hover {
  box-shadow: 0 14px 40px rgba(15, 18, 34, 0.1);
  border-color: #d8dce4;
  transform: translateY(-2px);
}

.dbd-host .packs-wrapper .pack-item.white-pack.pack-item--featured {
  border: 2px solid rgba(255, 140, 0, 0.55) !important;
  box-shadow: 0 10px 36px rgba(255, 140, 0, 0.14) !important;
  margin-top: 0;
  padding: 1.85rem 1.35rem 1.45rem;
  background: linear-gradient(180deg, #fffefb 0%, #fffaf5 55%, #fafbfc 100%);
}

.dbd-host .pack-item__ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, var(--wh-orange) 0%, #ffb347 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(255, 140, 0, 0.35);
  z-index: 2;
}

.dbd-host .pack-item__ribbon i {
  margin-right: 6px;
}

.dbd-host-packages .pack-item__head {
  margin: 0 0 0.25rem;
  padding: 0;
  border: none;
}

.dbd-host-packages .pack-item__name {
  font-size: 1.0625rem !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
  color: var(--wh-navy) !important;
  letter-spacing: -0.02em;
}

@media (min-width: 1200px) {
  .dbd-host-packages .pack-item__name {
    font-size: 1.125rem !important;
  }
}

.dbd-host-packages .pack-item__subtitle {
  font-size: 0.875rem;
  color: var(--wh-gray);
  margin: 0 0 0.75rem;
  line-height: 1.45;
}

.dbd-host-packages .pack-item__priceblock {
  margin-bottom: 0.25rem;
}

.dbd-host .pack-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
  margin: 0 0 1.1rem;
}

.dbd-host-packages .pack-item .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.45rem;
}

.dbd-host-packages .pack-item .price .price-period {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
}

.dbd-host .pack-discount-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--wh-orange);
  padding: 5px 10px;
  border-radius: 8px;
}

.dbd-host .packs-wrapper .pack-item > a:not(.see-all) {
  background: linear-gradient(180deg, var(--wh-orange) 0%, var(--wh-orange-dark) 100%) !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  font-size: 0.8125rem !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: 0 4px 14px rgba(255, 140, 0, 0.22) !important;
  width: 100%;
  text-align: center;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.dbd-host .packs-wrapper .pack-item > a:not(.see-all):hover {
  box-shadow: 0 6px 18px rgba(255, 140, 0, 0.28) !important;
  filter: brightness(1.03);
}

.dbd-host .packs-wrapper .pack-item ul li .fa-check {
  color: var(--wh-orange) !important;
}

.dbd-host-packs-de {
  display: none !important;
}

.dbd-host-packs-de.dbd-host-packs-de--visible {
  display: flex !important;
}

.dbd-host-packs-tr.dbd-host-packs-tr--hidden {
  display: none !important;
}

/* Demos */
.dbd-host-demos {
  padding: 36px 0 48px;
  background: #fff;
}

.dbd-host-demos__grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 992px) {
  .dbd-host-demos__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.dbd-host-demo-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 28px 24px;
  border-radius: var(--wh-radius);
  background: #fff;
  border: 1px solid rgba(20, 22, 31, 0.08);
  box-shadow: 0 12px 36px rgba(15, 18, 34, 0.06);
}

.dbd-host-demo-card__logo {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #fff;
  flex-shrink: 0;
}

.dbd-host-demo-card__logo--cpanel {
  background: var(--wh-orange);
}

.dbd-host-demo-card__logo--plesk {
  background: #52b4e8;
}

.dbd-host-demo-card__body h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--wh-navy);
}

.dbd-host-demo-card__body p {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--wh-gray);
  line-height: 1.55;
}

.dbd-host-demo-card__body a {
  font-weight: 700;
  color: var(--wh-orange);
  text-decoration: none;
}

.dbd-host-demo-card__body a:hover {
  text-decoration: underline;
}

/* Support CTA */
.dbd-host-support-cta {
  padding: 0 0 44px;
  background: #fff;
}

.dbd-host-support-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
  padding: 24px 22px;
  border-radius: var(--wh-radius);
  border: 1px solid #e2e5eb;
  background: #fafbfc;
}

@media (min-width: 992px) {
  .dbd-host-support-cta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.dbd-host-support-cta__text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.dbd-host-support-cta__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--wh-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.dbd-host-support-cta__text p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--wh-orange);
  line-height: 1.45;
}

.dbd-host-support-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dbd-host-support-cta__actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  border: 2px solid #e2e5eb;
  color: var(--wh-navy);
}

.dbd-host-support-cta__actions a.dbd-host-wa {
  border-color: #25d366;
  color: #128c7e;
}

.dbd-host-support-cta__actions a.dbd-host-live {
  border-color: var(--wh-orange);
  color: var(--wh-orange);
}

/* Section headings */
.dbd-host-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 32px;
}

.dbd-host-section-head h2 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: var(--wh-navy);
  margin: 0 0 12px;
  line-height: 1.25;
}

.dbd-host-section-head p {
  margin: 0;
  color: var(--wh-gray);
  font-size: 15px;
  line-height: 1.65;
}

/* Split feature */
.dbd-host-split {
  padding: 40px 0 48px;
  background: linear-gradient(180deg, #fff 0%, var(--wh-bg) 100%);
}

.dbd-host-split__grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

@media (min-width: 992px) {
  .dbd-host-split__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.dbd-host-split__label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #3b82f6;
  margin-bottom: 10px;
}

.dbd-host-split h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--wh-navy);
  margin: 0 0 14px;
  line-height: 1.25;
}

.dbd-host-split p {
  color: var(--wh-gray);
  line-height: 1.65;
  margin: 0 0 20px;
}

.dbd-host-split__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dbd-host-split__list li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8eaef;
  font-size: 14px;
  font-weight: 600;
}

.dbd-host-split__list li i {
  color: var(--wh-orange);
  margin-top: 2px;
}

.dbd-host-split__art {
  border-radius: var(--wh-radius);
  background: linear-gradient(135deg, #e0f2fe 0%, #fff7ed 50%, #dbeafe 100%);
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 22, 31, 0.06);
}

.dbd-host-split__art svg {
  max-width: 90%;
  height: auto;
}

/* Why grid */
.dbd-host-why {
  padding: 44px 0 52px;
  background: #fff;
}

.dbd-host-why__grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .dbd-host-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .dbd-host-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dbd-host-why-card {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid #eceef2;
  background: #fafbfc;
}

.dbd-host-why-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--wh-navy);
}

.dbd-host-why-card p {
  margin: 0;
  font-size: 14px;
  color: var(--wh-gray);
  line-height: 1.55;
}

/* Article + FAQ */
.dbd-host-article {
  padding: 40px 0 24px;
  background: var(--wh-bg);
}

.dbd-host-article__inner {
  max-width: 900px;
  margin: 0 auto;
}

.dbd-host-article h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--wh-navy);
  margin: 28px 0 12px;
}

.dbd-host-article h2:first-child {
  margin-top: 0;
}

.dbd-host-article p {
  color: #3d4456;
  line-height: 1.75;
  font-size: 15px;
  margin: 0 0 14px;
}

.dbd-host-faq {
  padding: 32px 0 56px;
  background: var(--wh-bg);
}

.dbd-host-faq .faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid #e8eaef;
}

.dbd-host-faq .faq-head {
  padding: 16px 18px;
  cursor: pointer;
}

.dbd-host-faq .faq-head h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.dbd-host-faq .faq-body {
  padding: 0 18px 16px;
  display: none;
}

.dbd-host-faq .faq-item.is-open .faq-body {
  display: block;
}

/* --- Düzeltmeler: tema çakışmaları, kart hizası, mobil --- */
.dbd-host-packages .section-title {
  text-align: center;
  margin-bottom: 1.25rem;
}

.dbd-host-packages .section-title .title {
  font-size: clamp(1.35rem, 2.5vw, 2rem) !important;
  line-height: 1.25 !important;
  margin-bottom: 0.5rem !important;
}

.dbd-host-packages .section-title p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.dbd-host-packages .pack-item.white-pack ul.pack-item__features {
  flex: 1 1 auto;
  margin: 0.85rem 0 0;
  list-style: none;
  padding: 0.35rem 0 0;
  border-top: 1px solid #f0f2f5;
}

.dbd-host .pack-item .old-price {
  display: block;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 0.25rem;
  text-decoration: line-through;
  font-weight: 600;
}

.dbd-host .pack-item .price .current-price {
  font-size: 1.65rem !important;
  font-weight: 800 !important;
  color: var(--wh-navy) !important;
}

.dbd-host .pack-item.white-pack > a.btn {
  margin-top: auto;
  border: none;
  padding: 0.75rem 1rem;
}

.row.dbd-host-packs-tr,
.row.dbd-host-packs-de {
  row-gap: 1.5rem;
}

.dbd-host-packages .pack-item.white-pack ul.pack-item__features > li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #3d4456;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f0f1f4;
}

.dbd-host-packages .pack-item.white-pack ul.pack-item__features > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dbd-host-packages .pack-item.white-pack ul.pack-item__features > li .fa-check {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .dbd-host-packages .packs-wrapper .pack-item.white-pack {
    padding: 1.45rem 1.15rem 1.3rem;
  }

  .dbd-host-packages .packs-wrapper .pack-item.white-pack.pack-item--featured {
    padding-top: 1.65rem;
  }

  .dbd-host-packages .section-title {
    text-align: left;
  }

  .dbd-host-packages .section-title p {
    margin-left: 0;
    margin-right: 0;
  }
}

.dbd-host-faq .section-title .title {
  font-size: clamp(1.25rem, 2vw, 1.75rem) !important;
}

.dbd-host-subheading {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 800;
  color: var(--wh-navy);
  margin: 0 0 14px;
  line-height: 1.25;
}

@media (max-width: 1199.98px) {
  .dbd-host-hero__grid {
    grid-template-columns: 1fr;
  }
}

/* --- Hosting türü keşfet (2x2 kartlar) — boşluk, responsive, hiyerarşi --- */
.dbd-host-discovery {
  position: relative;
  z-index: 0;
  isolation: isolate;
  padding: 3rem 0 2.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #eef0f4 100%);
}

@media (min-width: 768px) {
  .dbd-host-discovery {
    padding: 3.5rem 0 3rem;
  }
}

.dbd-host-discovery .container {
  position: relative;
  z-index: 1;
}

.dbd-host-discovery__head {
  /* Global `header { height: 100px }` override (iç sayfa <header>) */
  height: auto;
  min-height: 0;
  background: transparent;
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0.5rem 1.75rem;
  border-bottom: 1px solid rgba(20, 22, 31, 0.06);
}

.dbd-host-discovery__head h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  font-weight: 800;
  color: var(--wh-navy);
  margin: 0 0 1rem;
  line-height: 1.35;
}

.dbd-host-discovery__head p {
  margin: 0;
  color: var(--wh-gray);
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: 1.65;
}

.dbd-host-discovery__cards {
  position: relative;
  z-index: 2;
  margin-top: 1.75rem;
  padding-top: 0.25rem;
}

@media (min-width: 768px) {
  .dbd-host-discovery__cards {
    margin-top: 2.25rem;
  }
}

.dbd-host-tile {
  position: relative;
  z-index: 1;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(15, 18, 34, 0.06);
  border: 1px solid rgba(20, 22, 31, 0.07);
  padding: 1.35rem 1.25rem 1.35rem 1.35rem;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.dbd-host-tile:hover {
  box-shadow: 0 12px 36px rgba(15, 18, 34, 0.1);
  border-color: rgba(255, 140, 0, 0.25);
}

.dbd-host-tile--popular {
  border-color: rgba(34, 197, 94, 0.35);
}

.dbd-host-tile__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
}

.dbd-host-tile__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.25rem;
  min-height: 0;
}

.dbd-host-tile__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-right: 0.25rem;
}

.dbd-host-tile__body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--wh-navy);
  line-height: 1.28;
}

.dbd-host-tile__body h3 a {
  color: inherit;
  text-decoration: none;
}

.dbd-host-tile__body h3 a:hover {
  color: var(--wh-orange);
}

.dbd-host-tile__body p {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--wh-gray);
  flex: 1 1 auto;
}

.dbd-host-tile__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.55rem 1.15rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(180deg, var(--wh-orange) 0%, var(--wh-orange-dark) 100%);
  box-shadow: 0 3px 12px rgba(255, 140, 0, 0.22);
  margin-top: auto;
}

.dbd-host-tile__btn:hover {
  color: #fff !important;
  box-shadow: 0 5px 16px rgba(255, 140, 0, 0.28);
}

.dbd-host-tile__fig {
  flex: 0 0 72px;
  width: 72px;
  min-height: 72px;
  max-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fafc 0%, #e8eef9 100%);
  font-size: 2rem;
  color: var(--wh-navy);
  flex-shrink: 0;
}

.dbd-host-tile__fig--linux {
  color: #111827;
  background: linear-gradient(145deg, #fff7ed 0%, #ffedd5 100%);
}

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

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

.dbd-host-tile__fig--domain {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1d4ed8;
  background: linear-gradient(145deg, #eff6ff 0%, #bfdbfe 100%);
}

@media (max-width: 767.98px) {
  .dbd-host-discovery__head {
    padding-bottom: 1.5rem;
    text-align: left;
  }

  .dbd-host-discovery__cards {
    margin-top: 1.25rem;
  }

  .dbd-host-tile {
    padding: 1.25rem 1.1rem;
  }

  .dbd-host-tile__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .dbd-host-tile__fig {
    align-self: center;
    width: 80px;
    min-height: 72px;
  }

  .dbd-host-tile__body {
    padding-right: 0;
  }

  .dbd-host-tile__badge {
    top: 10px;
    right: 10px;
  }
}

/* Oweb tarzı: ilgili ürünler + dar ekranda faturalama kontrolleri */
.dbd-host-cross {
  padding: 2.25rem 0 2.5rem;
  background: #fff;
  border-top: 1px solid rgba(20, 22, 31, 0.06);
}

.dbd-host-cross__title {
  font-size: clamp(1.15rem, 2.2vw, 1.5rem);
  font-weight: 800;
  color: var(--wh-navy);
  margin: 0 0 0.5rem;
  text-align: center;
}

.dbd-host-cross__lead {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--wh-gray);
}

.dbd-host-cross__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

@media (min-width: 768px) {
  .dbd-host-cross__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}

.dbd-host-cross__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 108px;
  padding: 1rem 0.75rem;
  border-radius: 16px;
  border: 1px solid rgba(20, 22, 31, 0.08);
  background: #fafbfc;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--wh-navy);
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.dbd-host-cross__link:hover {
  border-color: rgba(255, 140, 0, 0.45);
  box-shadow: 0 8px 24px rgba(15, 18, 34, 0.08);
  color: var(--wh-navy);
  transform: translateY(-1px);
}

.dbd-host-cross__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 140, 0, 0.12);
  color: var(--wh-orange);
  font-size: 1.25rem;
}

@media (max-width: 420px) {
  .dbd-host-billing-wrap {
    align-items: stretch;
    width: 100%;
  }

  .dbd-host-billing-cycle {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    border-radius: 14px;
    padding: 8px;
    scrollbar-width: thin;
  }

  .dbd-host-billing-cycle .toggle-btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .dbd-host-loc {
    width: 100%;
    justify-content: center;
  }
}

/* /hosting — paket üstü TR / DE / FR lokasyon (linux-hosting-packages + showHostingCountrySwitch) */
.linux-hosting-pricing .hosting-dc-switch {
  text-align: center;
  margin: 0 auto 1.5rem;
  padding: 0 16px;
  max-width: 520px;
}

.linux-hosting-pricing .hosting-dc-switch--after-billing {
  margin-top: 0.25rem;
}

.linux-hosting-pricing .hosting-dc-switch__title {
  font-size: 0.6875rem;
  font-weight: 700;
  color: #7a8499;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.linux-hosting-pricing .hosting-dc-switch__btns {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 100%;
  margin: 0 auto 0.75rem;
  padding: 4px;
  border-radius: 999px;
  background: #f0f2f5;
  border: 1px solid rgba(30, 60, 114, 0.06);
  box-shadow: 0 2px 8px rgba(30, 60, 114, 0.06);
}

.linux-hosting-pricing .hosting-dc-switch__btn {
  flex: 1 1 0;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 9px 10px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 51, 95, 0.52);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transition: color 0.2s ease, background 0.22s ease, box-shadow 0.22s ease;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-tap-highlight-color: transparent;
}

.linux-hosting-pricing .hosting-dc-switch__btn .fi {
  width: 18px;
  height: 13px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 0 0.5px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  background-size: cover;
}

.linux-hosting-pricing .hosting-dc-switch__btn.is-active {
  background: #fff;
  color: #1a335f;
  box-shadow: 0 1px 2px rgba(30, 60, 114, 0.06), 0 3px 10px rgba(30, 60, 114, 0.08);
}

.linux-hosting-pricing .hosting-dc-switch__btn:focus-visible {
  outline: 2px solid rgba(0, 114, 255, 0.45);
  outline-offset: 2px;
}

.linux-hosting-pricing .hosting-dc-switch__btn:not(.is-active):hover {
  color: rgba(26, 51, 95, 0.78);
  background: rgba(255, 255, 255, 0.35);
}

.linux-hosting-pricing .hosting-dc-switch__note {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #5c6478;
  font-weight: 400;
}

.linux-hosting-pricing .hosting-dc-switch__note strong {
  font-weight: 600;
  color: #3d4a63;
}

.linux-hosting-pricing .hosting-dc-switch__note[hidden] {
  display: none !important;
}

/* =============================================================================
   /hosting — alt SEO bölümleri: Windows/WordPress, tablo, needdifferent, sözlük, CTA
   Okunabilir genişlik, yatay taşma önleme, mobil düğüm düzeni
   ============================================================================= */

.dbd-host-article .container.dbd-host-article__inner {
  width: 100%;
  max-width: min(100%, 900px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.dbd-host-article p,
.dbd-host-article li {
  overflow-wrap: anywhere;
  word-wrap: break-word;
}

/* Windows / WordPress SEO blokları */
.dbd-host-seo-head {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.25rem;
  text-align: left;
}

.dbd-host-seo-head h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.3;
}

.dbd-host-seo-kicker {
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8125rem;
  font-weight: 800;
}

.dbd-host-seo-kicker--win {
  color: #0078d4;
}

.dbd-host-seo-kicker--wp {
  color: #21759b;
}

.dbd-host-seo-sub {
  margin: 1.5rem 0 0.75rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 800;
  color: var(--wh-navy);
  line-height: 1.3;
}

.dbd-host-seo-list {
  margin: 0.5rem 0 1.25rem;
  padding-left: 1.25rem;
  list-style: disc;
  line-height: 1.75;
}

.dbd-host-seo-list li {
  margin-bottom: 0.45rem;
  padding-left: 0.15rem;
}

.dbd-host-seo-cta-wrap {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.dbd-host-seo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  .dbd-host-seo-cta {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Karşılaştırma tablosu */
.dbd-host-compare {
  padding: clamp(2rem, 5vw, 3.75rem) 0;
  background: #fff;
}

.dbd-host-compare__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  max-width: 100%;
}

.dbd-host-compare__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  font-size: clamp(12px, 2.6vw, 14.5px);
}

@media (min-width: 768px) {
  .dbd-host-compare__table {
    min-width: 640px;
  }
}

@media (min-width: 992px) {
  .dbd-host-compare__table {
    min-width: 720px;
  }
}

/* “Farklı paket” grid + kartlar */
.dbd-host-needdifferent {
  padding: clamp(2.25rem, 5vw, 4.375rem) 0;
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.dbd-host-needdifferent__head {
  text-align: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.dbd-host-needdifferent__kicker {
  color: #ff8c00;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.8125rem;
}

.dbd-host-needdifferent__title {
  font-size: clamp(1.25rem, 4vw, 2rem);
  line-height: 1.25;
  margin: 0.5rem 0 0.75rem;
  font-weight: 800;
  color: var(--wh-navy);
}

.dbd-host-needdifferent__intro {
  margin: 0;
  color: #475569;
  font-size: clamp(0.9rem, 2.2vw, 1rem);
  line-height: 1.6;
}

.dbd-host-needdifferent__card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: clamp(1rem, 3vw, 1.375rem);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.dbd-host-needdifferent__card:hover {
  border-color: #ff8c00;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 140, 0, 0.12);
}

.dbd-host-needdifferent__icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.dbd-host-needdifferent__icon--wp {
  background: rgba(33, 117, 155, 0.1);
  color: #21759b;
}

.dbd-host-needdifferent__icon--win {
  background: rgba(0, 120, 212, 0.1);
  color: #0078d4;
}

.dbd-host-needdifferent__icon--kur {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
}

.dbd-host-needdifferent__icon--lim {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.dbd-host-needdifferent__icon--res {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}

.dbd-host-needdifferent__icon--mail {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.dbd-host-needdifferent__icon--eko {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

.dbd-host-needdifferent__icon--linux {
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.dbd-host-needdifferent__icon--plesk {
  background: rgba(82, 187, 170, 0.1);
  color: #52bbaa;
}

.dbd-host-needdifferent__card-title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #0f172a;
}

.dbd-host-needdifferent__card-desc {
  font-size: 0.84rem;
  color: #64748b;
  margin: 0 0 14px;
  line-height: 1.55;
}

.dbd-host-needdifferent__card-cta {
  color: #ff8c00;
  font-weight: 600;
  font-size: 0.84rem;
}

.dbd-host-needdifferent__server-band {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  padding: clamp(1rem, 3vw, 1.5rem);
  background: #fff;
  border: 1px dashed #ff8c00;
  border-radius: 14px;
  text-align: center;
}

.dbd-host-needdifferent__server-text {
  margin: 0 0 1rem;
  color: #0f172a;
  font-size: clamp(0.9rem, 2.2vw, 0.97rem);
  line-height: 1.55;
}

.dbd-host-needdifferent__server-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.dbd-host-needdifferent__server-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  box-sizing: border-box;
}

.dbd-host-needdifferent__server-btn--dark {
  background: #0f172a;
  color: #fff;
}

.dbd-host-needdifferent__server-btn--dark:hover {
  color: #fff;
  filter: brightness(1.08);
}

.dbd-host-needdifferent__server-btn--accent {
  background: #ff8c00;
  color: #fff;
}

.dbd-host-needdifferent__server-btn--accent:hover {
  color: #fff;
  filter: brightness(1.05);
}

@media (max-width: 575.98px) {
  .dbd-host-needdifferent__server-btn {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }
}

/* Rehber ipucu kutusu */
.dbd-host-article-tip {
  margin-top: 1.125rem;
  padding: clamp(0.875rem, 2.5vw, 1rem);
  background: #fff7ed;
  border-radius: 10px;
  border-left: 4px solid #ff8c00;
  font-size: clamp(0.9rem, 2vw, 0.95rem);
  line-height: 1.6;
}

/* Sözlük kartları */
.dbd-host-glossary-grid {
  margin-top: 1rem;
}

.dbd-host-glossary-card {
  padding: clamp(0.875rem, 2.5vw, 1rem);
  border-left: 3px solid #ff8c00;
  background: #fafbfc;
  border-radius: 6px;
  margin-bottom: 12px;
}

.dbd-host-glossary-card:last-child {
  margin-bottom: 0;
}

.dbd-host-glossary-card__title {
  font-size: clamp(0.95rem, 2vw, 1rem);
  margin: 0 0 6px;
  color: #0f172a;
  font-weight: 700;
}

.dbd-host-glossary-card__text {
  font-size: clamp(0.8125rem, 1.8vw, 0.875rem);
  color: #475569;
  margin: 0;
  line-height: 1.55;
}

/* Son CTA */
.dbd-host-finalcta {
  padding: clamp(2.5rem, 6vw, 4.375rem) 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}

.dbd-host-finalcta__inner {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}

.dbd-host-finalcta__title {
  color: #fff;
  font-size: clamp(1.25rem, 4vw, 1.875rem);
  line-height: 1.25;
  margin: 0 0 14px;
  font-weight: 800;
}

.dbd-host-finalcta__lead {
  color: #cbd5e1;
  font-size: clamp(0.9rem, 2.2vw, 1rem);
  margin: 0 0 1.75rem;
  line-height: 1.6;
}

.dbd-host-finalcta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.dbd-host-finalcta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  box-sizing: border-box;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.dbd-host-finalcta__btn:hover {
  filter: brightness(1.05);
}

.dbd-host-finalcta__btn--wa:hover,
.dbd-host-finalcta__btn--orange:hover {
  color: #fff;
}

.dbd-host-finalcta__btn--outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.dbd-host-finalcta__btn--wa {
  background: #25d366;
  color: #fff;
}

.dbd-host-finalcta__btn--orange {
  background: #ff8c00;
  color: #fff;
}

.dbd-host-finalcta__btn--outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

@media (max-width: 575.98px) {
  .dbd-host-finalcta__btn {
    width: 100%;
    flex: 1 1 100%;
  }
}

/* Hero dual CTA */
.dbd-host-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.dbd-host-btn--ghost {
  background: transparent;
  color: var(--wh-navy);
  border: 2px solid rgba(15, 18, 34, 0.15);
  box-shadow: none;
}

.dbd-host-btn--ghost:hover {
  border-color: var(--wh-orange);
  color: var(--wh-orange);
  background: rgba(255, 140, 0, 0.06);
}

/* SEO pillars */
.dbd-host-pillars {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: #fff;
}

.dbd-host-pillars__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .dbd-host-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .dbd-host-pillars__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dbd-host-pillar {
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid #e8ecf2;
  background: linear-gradient(165deg, #fff 0%, #fafbfc 100%);
  height: 100%;
}

.dbd-host-pillar__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7ed;
  color: var(--wh-orange);
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.dbd-host-pillar__icon--blue { background: #eff6ff; color: #2563eb; }
.dbd-host-pillar__icon--green { background: #ecfdf5; color: #059669; }
.dbd-host-pillar__icon--purple { background: #f5f3ff; color: #7c3aed; }

.dbd-host-pillar h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--wh-navy);
}

.dbd-host-pillar p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--wh-gray);
  margin: 0 0 10px;
}

.dbd-host-pillar__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wh-orange);
  text-decoration: none;
}

.dbd-host-pillar__link:hover {
  text-decoration: underline;
}

/* AI / SGE Q&A */
.dbd-host-aiqa {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.dbd-host-aiqa__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .dbd-host-aiqa__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dbd-host-aiqa__card {
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.dbd-host-aiqa__card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #0f172a;
}

.dbd-host-aiqa__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #475569;
}

/* Security stack */
.dbd-host-stack {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
}

.dbd-host-stack__inner {
  display: grid;
  gap: 28px;
  align-items: center;
}

@media (min-width: 992px) {
  .dbd-host-stack__inner {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.dbd-host-stack h2 {
  color: #fff;
  margin: 0 0 12px;
}

.dbd-host-stack__summary {
  color: #cbd5e1;
  line-height: 1.65;
  margin: 0 0 16px;
}

.dbd-host-stack .dbd-host-split__list li {
  color: #e2e8f0;
}

.dbd-host-stack__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.dbd-host-stack .dbd-host-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.dbd-host-stack .dbd-host-btn--ghost:hover {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.dbd-host-stack__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 320px;
  margin: 0 auto;
}

.dbd-host-stack__badge {
  padding: 14px 10px;
  text-align: center;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.85rem;
  background: rgba(255, 140, 0, 0.15);
  color: #fdba74;
  border: 1px solid rgba(255, 140, 0, 0.35);
}

.dbd-host-stack__badge--ls { background: rgba(59, 130, 246, 0.15); color: #93c5fd; border-color: rgba(59, 130, 246, 0.35); }
.dbd-host-stack__badge--cl { background: rgba(16, 185, 129, 0.15); color: #6ee7b7; border-color: rgba(16, 185, 129, 0.35); }
.dbd-host-stack__badge--im { background: rgba(168, 85, 247, 0.15); color: #d8b4fe; border-color: rgba(168, 85, 247, 0.35); }

/* WordPress perf */
.dbd-host-wpperf {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #fff;
}

.dbd-host-wpperf__item {
  padding: 1.25rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  height: 100%;
}

.dbd-host-wpperf__item h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

/* Tech spec table */
.dbd-host-techspec {
  padding: clamp(2rem, 4vw, 3rem) 0;
  background: #fafbfc;
}

.dbd-host-techspec__table td:first-child {
  font-weight: 600;
}

.dbd-host-techspec__table a {
  color: var(--wh-orange);
  font-weight: 600;
  text-decoration: none;
}

/* Reviews */
.dbd-host-reviews {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: #fff;
}

.dbd-host-reviews__stars {
  color: #f59e0b;
  font-size: 1rem;
  margin-top: 8px;
}

.dbd-host-reviews__grid {
  display: grid;
  gap: 16px;
  margin-top: 1.5rem;
}

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

.dbd-host-review {
  margin: 0;
  padding: 1.25rem;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.dbd-host-review p {
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #334155;
}

.dbd-host-review footer {
  font-size: 0.8rem;
  color: #64748b;
}

/* Blog link ideas */
.dbd-host-bloglinks {
  padding: clamp(2rem, 4vw, 3rem) 0 3.5rem;
  background: linear-gradient(180deg, #fff7ed 0%, #fff 40%);
}

.dbd-host-bloglinks__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

@media (min-width: 768px) {
  .dbd-host-bloglinks__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dbd-host-bloglinks__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #fed7aa;
  font-size: 0.9rem;
  color: #334155;
}

.dbd-host-bloglinks__tag {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  border-radius: 6px;
  background: #ffedd5;
  color: #c2410c;
}

.dbd-host-bloglinks__note {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  color: #64748b;
}
