/*
 * CloudTech — Hosting Landing Pages
 * Chỉ load trên các trang dùng hosting landing template
 * Prefix: .landing-hst .hst-
 */

/* Base */
.landing-hst { font-family: inherit; overflow-x: hidden; }
.landing-hst *, .landing-hst *::before, .landing-hst *::after { box-sizing: border-box; }

/* Breadcrumb */
.hst-crumb { background: #fff; border-bottom: 1px solid #e2e8f0; padding: 0.65rem 1.5rem; }
.hst-crumb-inner { max-width: 1180px; margin: 0 auto; font-size: 0.83rem; color: #64748b; }
.hst-crumb-inner a { color: #0ea5e9; text-decoration: none; }
.hst-crumb-inner a:hover { text-decoration: underline; }

/* Hero */
.hst-hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #0a1628 0%, #0d2d4a 50%, #102a40 100%); }
.hst-hero-bg { position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 5% 35%, rgba(14,165,233,0.22) 0%, transparent 55%),
              radial-gradient(ellipse 40% 35% at 90% 65%, rgba(34,197,94,0.1) 0%, transparent 50%); }
.hst-hero-bg::after { content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 28px 28px; }
.hst-hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; padding: 5rem 1.75rem; }
.hst-hero-badge { display: inline-flex; align-items: center; gap: 0.45rem;
  background: rgba(14,165,233,0.18); border: 1px solid rgba(56,189,248,0.38);
  color: #7dd3fc; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.32rem 0.9rem; border-radius: 100px; margin-bottom: 1.25rem; }
.hst-hero-title { font-size: clamp(1.9rem,4vw,3rem); font-weight: 800; color: #fff; letter-spacing: -0.04em; line-height: 1.1; margin: 0 0 1rem; }
.hst-hero-desc { font-size: 1rem; color: rgba(255,255,255,0.72); line-height: 1.7; margin: 0 0 1.5rem; max-width: 500px; }
.hst-hero-fit { font-size: 0.82rem; font-weight: 600; color: rgba(255,255,255,0.55); margin: 0 0 0.65rem; text-transform: uppercase; letter-spacing: 0.06em; }
.hst-hero-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.75rem; }
.hst-hero-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.22); color: rgba(255,255,255,0.88); font-size: 0.82rem; font-weight: 600; padding: 0.38rem 0.9rem; border-radius: 100px; text-decoration: none; transition: background 0.2s, border-color 0.2s; backdrop-filter: blur(4px); }
.hst-hero-pill:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.5); color: #fff; }
.hst-hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hst-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.9rem 2rem; font-size: 0.97rem; font-weight: 700; border-radius: 14px; text-decoration: none; transition: all 0.22s; cursor: pointer; border: none; }
.hst-btn-primary { background: linear-gradient(135deg,#0ea5e9 0%,#0284c7 55%,#0369a1 100%); color: #fff; box-shadow: 0 8px 24px rgba(14,165,233,0.4); }
.hst-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(14,165,233,0.5); color: #fff; }
.hst-btn-outline { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.9); border: 2px solid rgba(255,255,255,0.22); backdrop-filter: blur(4px); }
.hst-btn-outline:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.5); color: #fff; transform: translateY(-2px); }
.hst-btn-white { background: #fff; color: #0369a1; box-shadow: 0 6px 22px rgba(0,0,0,0.2); }
.hst-btn-white:hover { background: #f0f9ff; color: #0284c7; transform: translateY(-3px); }
.hst-btn-ghost { background: rgba(255,255,255,0.1); color: #fff; border: 2px solid rgba(255,255,255,0.28); }
.hst-btn-ghost:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.6); color: #fff; transform: translateY(-2px); }
.hst-hero-right { display: flex; align-items: center; justify-content: center; }
.hst-hero-visual-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 22px; padding: 1.75rem; backdrop-filter: blur(10px); min-width: 260px; }
.hst-hero-visual-label { font-size: 0.72rem; font-weight: 700; color: #38bdf8; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 1rem; }
.hst-hero-tech-grid { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.5rem; }
.hst-hero-tech-item { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.88); font-size: 0.8rem; font-weight: 600; padding: 0.32rem 0.75rem; border-radius: 8px; }
.hst-hero-stat-row { display: flex; gap: 1.5rem; }
.hst-hero-stat { display: flex; flex-direction: column; }
.hst-hero-stat-val { font-size: 1.75rem; font-weight: 800; color: #fff; letter-spacing: -0.03em; }
.hst-hero-stat-lbl { font-size: 0.73rem; color: rgba(255,255,255,0.55); font-weight: 500; }

/* Trust bar */
.hst-trust { background: #fff; border-bottom: 1px solid #e2e8f0; padding: 1rem 1.5rem; }
.hst-trust-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 0.85rem 2rem; justify-content: center; }
.hst-trust-item { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; font-weight: 600; color: #334155; }
.hst-trust-icon { width: 28px; height: 28px; border-radius: 7px; background: #eff6ff; color: #0ea5e9; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* Section helpers */
.hst-section { padding: 4.5rem 1.5rem; }
.hst-section--alt { background: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.hst-inner { max-width: 1180px; margin: 0 auto; }
.hst-section-header { text-align: center; margin-bottom: 2.75rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.hst-label { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #0ea5e9; margin-bottom: 0.6rem; }
.hst-section-title { font-size: clamp(1.55rem,3vw,2rem); font-weight: 800; color: #0f172a; letter-spacing: -0.03em; margin: 0 0 0.55rem; line-height: 1.2; }
.hst-section-desc { font-size: 0.97rem; color: #64748b; line-height: 1.65; margin: 0; }
.hst-empty { font-size: 0.9rem; color: #94a3b8; }

/* Pricing */
.hst-pricing-group-wrap { margin-bottom: 2.5rem; }
.hst-pricing-group-wrap:last-child { margin-bottom: 0; }
.hst-pricing-group-title { font-size: 1.15rem; font-weight: 800; color: #0f172a; margin: 1.5rem 0 0.5rem; letter-spacing: -0.02em; text-align: center; }
.hst-pricing-group-desc { text-align: center; color: #64748b; font-size: 0.95rem; margin: 0 0 1.25rem; line-height: 1.55; }
.hst-pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: stretch; }
.hst-pricing-grid--cols-1 { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
.hst-pricing-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hst-pricing-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hst-pricing-grid--cols-auto { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.hst-price-card { background: #fff; border: 1.5px solid #e2e8f0; border-radius: 22px; padding: 2rem 1.75rem; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: box-shadow 0.24s, border-color 0.24s, transform 0.24s; }
.hst-price-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--hst-p-c,#0ea5e9), var(--hst-p-d,#0369a1)); opacity: 0; transition: opacity 0.22s; }
.hst-price-card:hover { box-shadow: 0 18px 44px rgba(14,165,233,0.15); border-color: rgba(14,165,233,0.3); transform: translateY(-4px); }
.hst-price-card:hover::after { opacity: 1; }
.hst-price-card--pop { border-color: rgba(14,165,233,0.42); box-shadow: 0 14px 38px rgba(14,165,233,0.18); }
.hst-price-card--pop::after { opacity: 1; }
.hst-price-badge { position: absolute; top: 1rem; right: 1rem; background: linear-gradient(135deg,#0ea5e9,#0284c7); color: #fff; font-size: 0.68rem; font-weight: 700; padding: 0.3rem 0.8rem; border-radius: 100px; }
.hst-price-head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.15rem; }
.hst-price-icon { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; color: #fff; flex-shrink: 0; box-shadow: 0 6px 18px rgba(0,0,0,0.2); }
.hst-price-name { font-size: 1.08rem; font-weight: 700; color: #0f172a; margin: 0; line-height: 1.3; }
.hst-price-tag { font-size: 0.72rem; font-weight: 600; padding: 0.15rem 0.55rem; border-radius: 5px; display: inline-block; margin-top: 0.2rem; }
.hst-price-from { font-size: 0.78rem; color: #94a3b8; margin: 0 0 0.2rem; }
.hst-price-price { display: flex; align-items: baseline; gap: 0.3rem; margin: 0 0 0.25rem; }
.hst-price-num { font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; }
.hst-price-unit { font-size: 0.87rem; color: #94a3b8; }
.hst-price-feats { list-style: none; margin: 0 0 1.5rem; padding: 0; flex: 1; display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1rem; }
.hst-price-feats li { display: flex; align-items: center; gap: 0.55rem; font-size: 0.875rem; color: #0f172a; }
.hst-feat-check { width: 18px; height: 18px; flex-shrink: 0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; }
.hst-feat-check svg { width: 11px; height: 11px; }
.hst-check-svg { display: block; }
.hst-price-btn { display: flex; align-items: center; justify-content: center; padding: 0.95rem 1rem; color: #fff; font-weight: 700; font-size: 0.95rem; border-radius: 14px; text-decoration: none; margin-top: auto; box-shadow: 0 4px 16px rgba(14,165,233,0.3); transition: all 0.22s; }
.hst-price-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(14,165,233,0.42); color: #fff; }

/* Compare */
.hst-compare { margin-top: 2.5rem; }
.hst-compare-title { font-size: 1.05rem; font-weight: 700; color: #0f172a; letter-spacing: -0.02em; margin: 0 0 1.25rem; text-align: center; }
.hst-compare-scroll { overflow-x: auto; border-radius: 14px; }
.hst-compare-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.hst-compare-table th { background: #f1f5f9; color: #475569; font-weight: 700; text-align: center; padding: 0.85rem 1rem; font-size: 0.82rem; white-space: nowrap; }
.hst-compare-table th:first-child { text-align: left; }
.hst-compare-th-pop { background: #eff6ff; color: #0ea5e9; }
.hst-compare-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #f1f5f9; text-align: center; color: #334155; }
.hst-compare-table td:first-child { text-align: left; font-weight: 600; color: #0f172a; }
.hst-compare-table tr:last-child td { border-bottom: none; }
.hst-compare-price { font-weight: 700; color: #0ea5e9; }

/* Reasons */
.hst-reasons-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.35rem; }
.hst-reason-card { background: linear-gradient(180deg,#fff 0%,#f8fbff 100%); border: 1px solid #e2e8f0; border-radius: 18px; padding: 1.75rem; transition: transform 0.24s, box-shadow 0.24s, border-color 0.24s; position: relative; overflow: hidden; }
.hst-reason-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,#0ea5e9,#0369a1); opacity: 0; transition: opacity 0.22s; }
.hst-reason-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(14,165,233,0.12); border-color: rgba(14,165,233,0.25); }
.hst-reason-card:hover::before { opacity: 1; }
.hst-reason-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 1rem; box-shadow: 0 6px 16px rgba(0,0,0,0.2); }
.hst-reason-title { font-size: 1rem; font-weight: 700; color: #0f172a; margin: 0 0 0.4rem; }
.hst-reason-desc { font-size: 0.87rem; color: #64748b; line-height: 1.58; margin: 0; }

/* ══ TESTIMONIALS ═══════════════════════════════════════════ */
.hst-testi-grid {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem;
}
.hst-testi-card {
  background: linear-gradient(160deg, #fff 0%, #f8fbff 100%);
  border: 1.5px solid #e2e8f0; border-radius: 22px;
  padding: 2.25rem 2rem 1.75rem;
  position: relative; overflow: hidden; margin: 0;
  transition: transform 0.28s, box-shadow 0.28s, border-color 0.28s;
}
/* Colored top accent line */
.hst-testi-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #7c3aed);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.hst-testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(14,165,233,0.14);
  border-color: rgba(14,165,233,0.28);
}
.hst-testi-card:hover::before { transform: scaleX(1); }
/* Large decorative quote glyph */
.hst-testi-mark {
  position: absolute; top: 1.5rem; right: 1.75rem;
  font-size: 5rem; font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, #bae6fd, #ddd6fe);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  pointer-events: none; user-select: none;
}
/* Star row */
.hst-testi-stars {
  display: flex; gap: 0.2rem; margin-bottom: 0.85rem;
}
.hst-testi-star {
  width: 14px; height: 14px;
  background: #fbbf24;
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.hst-testi-quote {
  font-size: 0.95rem; color: #334155; line-height: 1.75;
  margin: 0 0 1.35rem; font-style: italic; position: relative; z-index: 1;
}
/* Author row */
.hst-testi-footer { display: flex; align-items: center; gap: 0.75rem; }
.hst-testi-avatar {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #0ea5e9, #7c3aed);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.9rem; font-weight: 800;
}
.hst-testi-author {
  font-size: 0.85rem; font-weight: 700; color: #0f172a; margin: 0; font-style: normal;
}
.hst-testi-role { font-size: 0.78rem; color: #64748b; margin: 0; }

/* ══ TECH BAR ════════════════════════════════════════════════ */
.hst-tech {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #060d1e 0%, #0a1628 50%, #060d1e 100%);
  padding: 0;
}
/* Glow lines top & bottom */
.hst-tech::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(56,189,248,0.45) 35%, rgba(167,139,250,0.38) 65%, transparent 95%);
  pointer-events: none; z-index: 2;
}
.hst-tech::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(56,189,248,0.25) 40%, transparent 95%);
  pointer-events: none; z-index: 2;
}

/* Header label */
.hst-tech-header {
  text-align: center; padding: 1.25rem 1.5rem 0.85rem;
}
.hst-tech-label {
  display: inline-block;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #475569;
}

/* Marquee wrapper với fade mask 2 đầu */
.hst-tech-track-wrap {
  width: 100%; overflow: hidden;
  padding-bottom: 1.35rem;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
/* Track cuộn vô tận */
.hst-tech-track {
  display: flex; align-items: center; gap: 0.75rem;
  width: max-content;
  animation: hst-tech-scroll 28s linear infinite;
}
.hst-tech-track:hover { animation-play-state: paused; }
@keyframes hst-tech-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Badge */
.hst-tech-item {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: var(--tbg, rgba(56,189,248,0.1));
  border: 1px solid color-mix(in srgb, var(--tc, #38bdf8) 35%, transparent);
  color: rgba(255,255,255,0.88);
  font-size: 0.82rem; font-weight: 600;
  padding: 0.55rem 1.15rem; border-radius: 100px;
  white-space: nowrap; flex-shrink: 0;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.hst-tech-item:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3), 0 0 12px color-mix(in srgb, var(--tc, #38bdf8) 30%, transparent);
  background: color-mix(in srgb, var(--tc, #38bdf8) 25%, transparent);
}

/* Dot màu theo từng badge */
.hst-tech-dot {
  width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0;
  background: var(--tc, #38bdf8);
  box-shadow: 0 0 6px var(--tc, #38bdf8);
  animation: hst-dot-pulse 3s ease-in-out infinite;
}
@keyframes hst-dot-pulse {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.5; }
}

/* ══ FAQ + SUPPORT ═══════════════════════════════════════════ */
.hst-faq-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: start;
}

/* FAQ accordion */
.hst-accordion { display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1.35rem; }
.hst-acc-item {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px; overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.hst-acc-item[open] {
  border-color: rgba(14,165,233,0.38);
  box-shadow: 0 8px 28px rgba(14,165,233,0.1);
}
.hst-acc-q {
  padding: 1.05rem 1.35rem 1.05rem 3.25rem;
  font-size: 0.93rem; font-weight: 600; color: #0f172a;
  cursor: pointer; list-style: none; position: relative;
  transition: background 0.18s;
  user-select: none;
}
.hst-acc-q::-webkit-details-marker { display: none; }
/* Toggle icon: circle với +/- */
.hst-acc-q::before {
  content: '';
  position: absolute; left: 1.15rem; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; border-radius: 50%;
  background: #f1f5f9; border: 1.5px solid #cbd5e1;
  transition: background 0.22s, border-color 0.22s, transform 0.3s;
}
.hst-acc-q::after {
  content: '';
  position: absolute; left: calc(1.15rem + 9px); top: 50%;
  width: 8px; height: 8px;
  border-right: 2px solid #64748b; border-bottom: 2px solid #64748b;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.28s cubic-bezier(.4,0,.2,1), border-color 0.22s;
}
.hst-acc-item[open] .hst-acc-q::before {
  background: rgba(14,165,233,0.12); border-color: rgba(14,165,233,0.45);
}
.hst-acc-item[open] .hst-acc-q::after {
  transform: translate(-50%, -30%) rotate(-135deg);
  border-color: #0ea5e9;
}
.hst-acc-q:hover { background: rgba(14,165,233,0.025); }
.hst-acc-a {
  padding: 0 1.35rem 1.25rem 3.25rem;
  font-size: 0.875rem; color: #64748b; line-height: 1.7;
  border-top: 1px solid #f1f5f9; margin-top: 0;
  padding-top: 0.9rem;
}

/* Support cards */
.hst-support-cards {
  display: flex; flex-direction: column; gap: 0.85rem; margin-top: 1.35rem;
}
.hst-support-card {
  display: flex; align-items: center; gap: 1rem;
  background: linear-gradient(160deg, #fff 0%, #f8fbff 100%);
  border: 1.5px solid #e2e8f0; border-radius: 16px;
  padding: 1.15rem 1.35rem;
  text-decoration: none; color: inherit;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  position: relative; overflow: hidden;
}
.hst-support-card::after {
  content: ''; position: absolute; right: 1.35rem; top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 5px solid transparent; border-bottom: 5px solid transparent;
  border-left: 7px solid rgba(14,165,233,0.35);
  transition: border-left-color 0.22s, transform 0.22s;
}
.hst-support-card:hover {
  border-color: rgba(14,165,233,0.42);
  box-shadow: 0 10px 28px rgba(14,165,233,0.12);
  transform: translateX(5px);
}
.hst-support-card:hover::after {
  border-left-color: #0ea5e9;
  transform: translateY(-50%) translateX(3px);
}
.hst-support-icon {
  width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(14,165,233,0.12), rgba(3,105,161,0.1));
  border: 1.5px solid rgba(14,165,233,0.2);
  color: #0ea5e9;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.22s, border-color 0.22s, transform 0.22s;
}
.hst-support-card:hover .hst-support-icon {
  background: linear-gradient(135deg, rgba(14,165,233,0.2), rgba(3,105,161,0.18));
  border-color: rgba(14,165,233,0.45);
  transform: scale(1.06);
}
.hst-support-title { font-size: 0.92rem; font-weight: 700; color: #0f172a; margin: 0 0 0.15rem; }
.hst-support-desc  { font-size: 0.8rem; color: #64748b; margin: 0; line-height: 1.45; }

/* CTA */
.hst-cta { position: relative; overflow: hidden; padding: 5.5rem 1.5rem; text-align: center; background: linear-gradient(145deg,#0a1628 0%,#0d2d4a 50%,#102a40 100%); }
.hst-cta-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 55% 50% at 18% 30%, rgba(14,165,233,0.2) 0%, transparent 55%), radial-gradient(ellipse 45% 40% at 82% 70%, rgba(34,197,94,0.1) 0%, transparent 50%); }
.hst-cta-bg::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 28px 28px; }
.hst-cta-inner { position: relative; z-index: 2; max-width: 560px; margin: 0 auto; }
.hst-cta-title { font-size: clamp(1.7rem,3.5vw,2.3rem); font-weight: 800; color: #fff; letter-spacing: -0.04em; margin: 0 0 0.65rem; }
.hst-cta-desc { font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.6; margin: 0 0 2rem; }
.hst-cta-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }

/* Responsive */
@media (max-width: 1100px) {
  .hst-hero-inner { grid-template-columns: 1fr; padding: 4rem 1.5rem; }
  .hst-hero-right { display: none; }
  .hst-reasons-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .hst-pricing-grid,
  .hst-pricing-grid.hst-pricing-grid--cols-1,
  .hst-pricing-grid.hst-pricing-grid--cols-2,
  .hst-pricing-grid.hst-pricing-grid--cols-3,
  .hst-pricing-grid.hst-pricing-grid--cols-auto { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .hst-testi-grid { grid-template-columns: 1fr; }
  .hst-faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 640px) {
  .hst-section { padding: 2.75rem 1.25rem; }
  .hst-hero-inner { padding: 3.5rem 1.25rem; }
  .hst-reasons-grid { grid-template-columns: 1fr; }
}
