.hosting-landing-page {
  color: #0f172a;
  background: #ffffff;
  --hosting-radius-lg: 24px;
  --hosting-radius-md: 16px;
  --hosting-shadow-lg: 0 22px 48px rgba(15, 23, 42, 0.09);
  --hosting-shadow-md: 0 14px 34px rgba(15, 23, 42, 0.08);
  --hosting-border-soft: 1px solid rgba(15, 23, 42, 0.08);
}

.hosting-landing-page .main-hero {
  padding: 54px 0 72px;
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.hosting-breadcrumb {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: #f9fbff;
  padding: 12px 0;
}

.hosting-breadcrumb__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
  font-size: 14px;
}

.hosting-breadcrumb__list li {
  color: #334155;
}

.hosting-breadcrumb__list li + li::before {
  content: "/";
  margin-right: 10px;
  color: #94a3b8;
}

.hosting-breadcrumb__list a {
  color: #0f51ff;
  text-decoration: none;
}

.hosting-breadcrumb__list a:hover {
  text-decoration: underline;
}

.hosting-landing-page .hero-item {
  border-radius: var(--hosting-radius-lg);
  background: #ffffff;
  padding: clamp(24px, 3vw, 42px);
  box-shadow: var(--hosting-shadow-lg);
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hosting-landing-page .main-hero .row {
  min-height: 440px;
}

.hosting-landing-page .hero-text h1 {
  font-size: clamp(30px, 4.4vw, 44px);
  line-height: 1.2;
  margin-bottom: 18px;
  color: #020817;
  text-wrap: balance;
}

.hosting-landing-page .hero-text p {
  font-size: clamp(15px, 2.2vw, 17px);
  color: #475569;
  line-height: 1.75;
  max-width: 62ch;
}

.hosting-landing-page .hero-text ul {
  list-style: none;
  margin: 22px 0 26px;
  padding: 0;
}

.hosting-landing-page .hero-text ul li {
  margin-bottom: 10px;
  color: #1e293b;
  font-weight: 500;
}

.hosting-landing-page .hero-text ul li i {
  color: #10b981;
}

.hosting-landing-page .hero-text .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 12px 24px;
  min-height: 46px;
}

.hosting-landing-page .hero-img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  box-shadow: 0 24px 44px rgba(2, 8, 23, 0.2);
}

.hosting-landing-page .hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.hosting-landing-page .hosting-metrics {
  margin-top: -24px;
  padding: 0 0 34px;
}

.hosting-landing-page .metric-card {
  background: #ffffff;
  border: var(--hosting-border-soft);
  border-radius: var(--hosting-radius-md);
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  height: 100%;
}

.hosting-landing-page .metric-card strong {
  display: block;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.1;
}

.hosting-landing-page .metric-card span {
  color: #475569;
  font-size: 14px;
}

.hosting-landing-page .hosting-seo-content {
  padding: 76px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hosting-landing-page .seo-rich-card {
  background: #ffffff;
  border-radius: 18px;
  border: var(--hosting-border-soft);
  padding: 24px;
  box-shadow: var(--hosting-shadow-md);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hosting-landing-page .seo-rich-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.hosting-landing-page .seo-rich-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0b1220;
}

.hosting-landing-page .seo-rich-card p {
  margin-bottom: 0;
  color: #334155;
  line-height: 1.7;
}

.hosting-landing-page .alt-solutions .section-title p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.hosting-landing-page .hosting-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.hosting-landing-page .hosting-category-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 81, 255, 0.2);
  color: #0f51ff;
  background: #f8fbff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.hosting-landing-page .hosting-category-nav a:hover {
  background: #eaf1ff;
}

.hosting-landing-page .hosting-category-title {
  margin: 20px 0 12px;
  font-size: 24px;
  color: #0b1220;
  text-wrap: balance;
}

.hosting-landing-page .hosting-category-guide {
  padding: 18px 0 76px;
}

.hosting-landing-page .ai-wp-suite {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #312e81 100%);
  color: #ffffff;
}

.hosting-landing-page .ai-wp-suite::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(34, 211, 238, 0.18), transparent 50%);
  pointer-events: none;
}

.hosting-landing-page .ai-wp-suite h2 {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  margin: 20px 0;
  text-wrap: balance;
}

.hosting-landing-page .ai-wp-suite .ai-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.hosting-landing-page .ai-wp-suite .ai-wp-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  line-height: 1.8;
}

.hosting-landing-page .ai-wp-suite .ai-wp-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
}

.hosting-landing-page .ai-wp-suite .ai-wp-list i {
  color: #22d3ee;
}

.hosting-landing-page .ai-wp-visual {
  position: relative;
}

.hosting-landing-page .ai-wp-main-image {
  max-height: 420px;
  object-fit: contain;
  width: min(100%, 560px);
}

.hosting-landing-page .ai-wp-visual .ai-kpi {
  position: absolute;
  right: 40px;
  top: 30px;
  background: rgba(15, 23, 42, 0.85);
  padding: 16px 22px;
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  max-width: min(230px, calc(100% - 20px));
}

.hosting-landing-page .ai-wp-visual .ai-kpi.secondary {
  left: 0;
  right: auto;
  bottom: 20px;
  top: auto;
  background: rgba(79, 70, 229, 0.9);
}

.hosting-landing-page .ai-wp-visual .ai-kpi strong {
  display: block;
  font-size: 28px;
}

.hosting-landing-page .performance-explain {
  padding: 84px 0;
}

.hosting-landing-page .performance-explain ul {
  margin-top: 18px;
}

.hosting-landing-page .performance-explain li {
  margin-bottom: 8px;
}

.hosting-landing-page .alt-solutions .col-lg-3,
.hosting-landing-page .hosting-category-guide .col-lg-4,
.hosting-landing-page .hosting-seo-content .col-lg-4,
.hosting-landing-page .extra-features .col-md-4 {
  margin-bottom: 16px;
}

.hosting-landing-page .alt-card,
.hosting-landing-page .mini-feature {
  border-radius: var(--hosting-radius-md);
  border: var(--hosting-border-soft);
  box-shadow: 0 10px 22px rgba(2, 8, 23, 0.06);
}

.hosting-landing-page .alt-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}

.hosting-landing-page .alt-card .btn {
  margin-top: auto;
}

.hosting-landing-page .faq-wrapper .faq-item {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .hosting-landing-page .hosting-category-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    gap: 10px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .hosting-landing-page .hosting-category-nav a {
    flex: 0 0 auto;
  }

  .hosting-landing-page .main-hero {
    padding: 34px 0 40px;
  }

  .hosting-landing-page .hero-item {
    padding: 28px 22px;
    min-height: auto;
  }

  .hosting-landing-page .main-hero .row {
    min-height: auto;
  }

  .hosting-landing-page .hero-text h1 {
    font-size: 34px;
  }

  .hosting-landing-page .hero-text p {
    max-width: 100%;
  }

  .hosting-landing-page .ai-wp-suite h2 {
    font-size: 30px;
  }

  .hosting-landing-page .hosting-metrics {
    margin-top: 0;
    padding: 10px 0 30px;
  }

  .hosting-landing-page .hosting-category-title {
    font-size: 21px;
  }

  .hosting-landing-page .ai-wp-visual {
    margin-top: 8px;
  }

  .hosting-landing-page .ai-wp-visual .ai-kpi {
    right: 12px;
    top: 12px;
  }

  .hosting-landing-page .ai-wp-visual .ai-kpi.secondary {
    left: 12px;
    bottom: 12px;
  }
}

@media (max-width: 575px) {
  .hosting-landing-page .main-hero {
    padding: 24px 0 30px;
  }

  .hosting-breadcrumb__list {
    font-size: 13px;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .hosting-landing-page .hero-text h1 {
    font-size: 28px;
  }

  .hosting-landing-page .hero-text p {
    font-size: 16px;
  }

  .hosting-landing-page .hosting-metrics {
    margin-top: 0;
    padding-bottom: 24px;
  }

  .hosting-landing-page .hosting-category-nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }

  .hosting-landing-page .hosting-category-nav a {
    flex: 0 0 auto;
  }

  .hosting-landing-page .ai-wp-suite {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .hosting-landing-page .ai-wp-suite .ai-wp-list li {
    font-size: 15px;
  }

  .hosting-landing-page .ai-wp-suite .d-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .hosting-landing-page .ai-wp-suite .d-flex .btn {
    width: 100%;
    justify-content: center;
  }

  .hosting-landing-page .ai-wp-visual .ai-kpi {
    position: static;
    margin-top: 14px;
    max-width: 100%;
  }

  .hosting-landing-page .performance-explain {
    padding: 52px 0;
  }
}
