/**
 * Hosting / sunucu vb. iç sayfalar — anasayfa (index.php) zwb-* paleti ile uyumlu.
 * index.php dosyasına dokunulmaz; sadece .hp-* ve içerik sayfaları hedeflenir.
 */
:root {
  --zwb-green: #16a34a;
  --zwb-green-dark: #15803d;
  --zwb-navy: #123968;
  --zwb-navy-dark: #0b2545;
  --zwb-text: #1f2937;
  --zwb-muted: #64748b;
  --zwb-border: #e5edf7;
  --zwb-soft: #f7fbff;
}

body:not(#home) {
  background: #fff !important;
  color: var(--zwb-text);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body:not(#home) .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* Hosting hero — koyu mor yerine anasayfa lacivert */
.hp-hero-section {
  background: linear-gradient(135deg, var(--zwb-navy-dark) 0%, var(--zwb-navy) 55%, #1e4a7a 100%) !important;
  padding: 56px 0 48px !important;
}

.hp-hero-section .hero-bg-effects,
.hp-hero-section .floating-orb {
  opacity: 0.35;
}

.hp-hero-title,
.hp-breadcrumb a,
.hp-breadcrumb span {
  color: #fff !important;
}

.hp-hero-desc {
  color: rgba(255, 255, 255, 0.88) !important;
}

.hp-hero-feature {
  color: rgba(255, 255, 255, 0.92) !important;
}

.section-badge {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Kategori sekmeleri */
.hp-categories-section {
  background: var(--zwb-soft) !important;
  padding: 28px 0 32px !important;
  border-bottom: 1px solid var(--zwb-border);
}

.hp-categories-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px !important;
}

.hp-category-btn {
  background: #fff !important;
  border: 2px solid var(--zwb-border) !important;
  color: var(--zwb-navy) !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
  transform: none !important;
}

.hp-category-btn:hover {
  border-color: var(--zwb-navy) !important;
  color: var(--zwb-navy) !important;
}

.hp-category-btn.active {
  background: var(--zwb-green) !important;
  border-color: var(--zwb-green) !important;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.28) !important;
}

.hp-category-btn.active i {
  color: #fff !important;
}

/* Ürün alanı */
.hp-products-section,
.hp-features-section,
.hp-faq-section {
  background: #fff !important;
}

.hp-product-card {
  background: #fff !important;
  border: 1px solid var(--zwb-border) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06) !important;
}

.hp-product-card.popular {
  border-color: var(--zwb-navy) !important;
}

.hp-popular-badge {
  background: var(--zwb-navy-dark) !important;
  color: #fff !important;
}

.hp-card-icon {
  background: #eef6ff !important;
  color: var(--zwb-navy) !important;
}

.hp-card-title {
  color: var(--zwb-navy-dark) !important;
}

.hp-card-subtitle {
  color: var(--zwb-muted) !important;
}

.hp-card-icon-img {
  max-width: 48px;
  max-height: 48px;
  object-fit: contain;
}

.hp-card-pricing {
  background: var(--zwb-soft) !important;
  border: 1px solid var(--zwb-border) !important;
  border-radius: 14px !important;
}

.hp-price-period {
  color: var(--zwb-muted) !important;
}

.hp-currency {
  color: var(--zwb-navy) !important;
}

.hp-amount {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: var(--zwb-navy-dark) !important;
  background-clip: unset !important;
  color: var(--zwb-navy-dark) !important;
  font-size: 42px !important;
}

.hp-feature-item {
  border-bottom-color: var(--zwb-border) !important;
}

.hp-feature-item span,
.hp-feature-item .hp-feature-text {
  color: var(--zwb-text) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.hp-feature-item strong {
  color: var(--zwb-navy) !important;
}

.hp-feature-item svg {
  color: var(--zwb-green) !important;
  flex-shrink: 0;
}

.hp-feature-item img {
  max-height: 22px;
  width: auto;
  vertical-align: middle;
}

/* WISECP panelinden gelen HTML özellik listesi (<li>, <i class="fa"> vb.) */
.hp-features-html {
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.55;
  color: var(--zwb-text);
}

.hp-features-html ul,
.hp-features-html ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hp-features-html li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--zwb-border);
  color: var(--zwb-text);
}

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

.hp-features-html li::before {
  content: "✓";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: 900;
  color: var(--zwb-green);
  font-size: 12px;
}

.hp-features-html i.fa,
.hp-features-html i.fas,
.hp-features-html i.far,
.hp-features-html i.fab {
  color: var(--zwb-navy);
  margin-right: 6px;
  min-width: 18px;
}

.hp-features-html img {
  max-height: 20px;
  width: auto;
  vertical-align: middle;
  margin-right: 6px;
}

.hp-features-html b,
.hp-features-html strong {
  color: var(--zwb-navy-dark);
  font-weight: 800;
}

.hp-card-features .hp-features-html + .hp-features-html {
  margin-top: 4px;
}

.hp-products-section {
  padding: 40px 0 56px !important;
}

.hp-products-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
}

.hp-buy-btn {
  background: var(--zwb-navy) !important;
  color: #fff !important;
  border: 2px solid var(--zwb-navy) !important;
  box-shadow: none !important;
}

.hp-buy-btn:hover {
  background: var(--zwb-green) !important;
  border-color: var(--zwb-green) !important;
  color: #fff !important;
}

.hp-buy-btn {
  border-radius: 10px !important;
  font-weight: 800 !important;
}

.hp-buy-btn:not(.hp-buy-btn-solid) {
  background: #fff !important;
  color: var(--zwb-navy) !important;
  border: 2px solid var(--zwb-navy) !important;
}

.hp-buy-btn.hp-buy-btn-solid,
.hp-buy-btn:hover {
  background: var(--zwb-navy) !important;
  color: #fff !important;
  border-color: var(--zwb-navy) !important;
}

.hp-feature-card,
.hp-tech-card {
  border: 1px solid var(--zwb-border) !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.hp-feature-icon,
.hp-tech-icon {
  background: #ecfdf5 !important;
  color: var(--zwb-green) !important;
}

.hp-features-title,
.hp-faq-title {
  color: var(--zwb-navy-dark) !important;
}

.hp-faq-section {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.hp-faq-item {
  border: 1px solid var(--zwb-border) !important;
  border-radius: 12px !important;
  margin-bottom: 10px !important;
}

.hp-faq-question.ui-state-active,
.hp-faq-question.ui-accordion-header-active {
  background: var(--zwb-navy) !important;
  color: #fff !important;
}

/* CTA */
.hp-cta-section {
  background: var(--zwb-soft) !important;
  padding: 48px 0 64px !important;
}

.hp-cta-card {
  background: linear-gradient(120deg, var(--zwb-navy-dark), var(--zwb-navy)) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  padding: 40px 44px !important;
}

.hp-cta-card .hp-cta-content h2 {
  color: #fff !important;
}

.hp-cta-card .hp-cta-content p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.hp-cta-btn.primary {
  background: var(--zwb-green) !important;
  color: #fff !important;
}

.hp-cta-btn.primary:hover {
  background: var(--zwb-green-dark) !important;
  color: #fff !important;
}

.hp-cta-btn.secondary {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 2px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}

.hp-cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}

/* Sunucu sayfası (server-products) */
.svp-hero-section {
  background: linear-gradient(135deg, var(--zwb-navy-dark), var(--zwb-navy)) !important;
}

/* —— BrncHost tarzı hosting kartları —— */
.hp-hosting-layout {
  display: block !important;
  width: 100% !important;
  max-width: 1440px !important;
  clear: both !important;
  float: none !important;
}

body:not(#home) .hp-hosting-layout.container {
  max-width: 1440px !important;
}

.hp-steps-section.hp-steps-in-products {
  display: none !important;
}

.hp-products-section {
  display: block !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
}

.hp-steps-track {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto 32px !important;
  position: relative !important;
  clear: both !important;
  float: none !important;
}

.hp-steps-track::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: var(--zwb-border);
  z-index: 0;
}

.hp-step {
  display: block !important;
  width: auto !important;
  float: none !important;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 6px;
}

.hp-step-num {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--zwb-navy);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-step h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--zwb-navy-dark);
}

.hp-step p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--zwb-muted);
}

.hp-products-section {
  padding: 28px 0 40px !important;
}

.hp-products-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
}

.hp-products-grid > .hp-product-card,
.hp-products-grid > .hp-product-card.hp-card-brnc {
  height: 100% !important;
  min-height: 0 !important;
}

.hp-features-html img {
  max-height: 20px;
  width: auto;
  vertical-align: middle;
}

.hp-features-html img[src=""],
.hp-features-html img:not([src]) {
  display: none !important;
}

.hp-product-card.hp-card-brnc {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  text-align: center !important;
  padding: 22px 20px 20px !important;
  border-radius: 18px !important;
  height: 100% !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: visible !important;
}

.hp-product-card.hp-card-brnc.popular::before {
  display: none !important;
}

.hp-product-card.hp-card-brnc:hover {
  transform: translateY(-4px) !important;
  border-color: var(--zwb-navy) !important;
  box-shadow: 0 20px 48px rgba(18, 57, 104, 0.12) !important;
}

.hp-card-brnc .hp-card-badge-slot {
  flex: 0 0 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 6px;
}

.hp-card-brnc .hp-card-head {
  flex: 0 0 auto;
  text-align: center;
}

.hp-card-brnc .hp-card-top {
  margin-bottom: 0;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.hp-card-brnc .hp-card-icon {
  width: 56px !important;
  height: 56px !important;
  margin: 0 auto 14px !important;
  border-radius: 14px !important;
}

.hp-card-brnc .hp-card-kicker {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--zwb-muted);
}

.hp-card-brnc .hp-card-title {
  margin: 0 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: var(--zwb-navy-dark) !important;
}

.hp-card-brnc .hp-card-price-row {
  margin: 10px 0 14px;
  min-height: 38px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
}

.hp-card-brnc .hp-card-price-val {
  display: inline;
  font-size: 28px;
  font-weight: 900;
  color: var(--zwb-navy-dark);
}

.hp-card-brnc .hp-card-price-period {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--zwb-muted);
}

.hp-card-brnc .hp-card-features,
.hp-card-brnc .hp-card-feature-list {
  flex: 1 1 auto !important;
  flex-grow: 1 !important;
  min-height: 0;
  text-align: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.hp-card-brnc .hp-card-footer {
  flex: 0 0 auto;
  margin-top: auto !important;
  width: 100%;
  padding-top: 12px;
}

.hp-card-brnc .hp-card-brands {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  min-height: 36px;
  align-items: center;
}

.hp-card-brnc .hp-brand-pill {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid var(--zwb-border);
  font-size: 14px;
  color: var(--zwb-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hp-card-brnc .hp-brand-pill .fa {
  line-height: 1;
}

.hp-card-brnc .hp-brand-imunify {
  background: #ecfdf5;
  color: var(--zwb-green);
}

.hp-card-brnc .hp-brand-litespeed {
  background: #eff6ff;
}

.hp-card-brnc .hp-card-action-bottom {
  margin-top: 0;
}

.hp-card-brnc .hp-buy-btn {
  display: block !important;
  width: 100% !important;
  padding: 13px 16px !important;
  text-align: center;
  text-decoration: none !important;
}

.hp-card-brnc .hp-buy-btn-outline {
  background: #fff !important;
  color: var(--zwb-navy) !important;
  border: 2px solid var(--zwb-navy) !important;
}

.hp-card-brnc .hp-buy-btn-solid {
  background: var(--zwb-navy) !important;
  color: #fff !important;
  border: 2px solid var(--zwb-navy) !important;
}

.hp-card-brnc.popular {
  border: 2px solid var(--zwb-navy) !important;
  box-shadow: 0 22px 55px rgba(18, 57, 104, 0.14) !important;
}

.hp-card-brnc .hp-popular-badge {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  box-shadow: none !important;
}

.hp-card-brnc .hp-features-html li::before {
  color: var(--zwb-green);
}

.hp-card-brnc .hp-features-html li:has(img)::before,
.hp-card-brnc .hp-features-html li:has(i.fa)::before,
.hp-card-brnc .hp-features-html li:has(i.fas)::before,
.hp-card-brnc .hp-features-html li:has(i.far)::before,
.hp-card-brnc .hp-features-html li:has(i.fab)::before {
  display: none;
}

.hp-card-brnc .hp-features-html li,
.hp-card-brnc .hp-feature-item {
  min-height: 38px;
  height: 38px;
  max-height: 38px;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  overflow: hidden;
  border-bottom: 1px solid var(--zwb-border);
  box-sizing: border-box;
  line-height: 38px !important;
}

.hp-card-brnc .hp-feature-item {
  display: flex !important;
  gap: 8px;
}

.hp-card-brnc .hp-features-html li {
  display: flex !important;
  gap: 8px;
}

.hp-card-brnc .hp-features-html li:last-child,
.hp-card-brnc .hp-feature-item:last-child {
  border-bottom: none;
}

.hp-card-brnc .hp-feature-item .hp-feature-text,
.hp-card-brnc .hp-features-html li {
  font-size: 14px !important;
  line-height: 1.35 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

.hp-card-brnc .hp-features-html li > *:not(img):not(i):not(svg) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.hp-card-brnc .hp-features-html li img {
  flex-shrink: 0;
  margin-right: 4px;
  max-height: 18px;
}

.hp-card-brnc .hp-feature-item svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

/* Hosting paket karşılaştırma tablosu (BrncHost tarzı) */
.zip-compare-section {
  background: #f4f7fb;
  padding: 48px 16px 56px;
}

.zip-compare-section-head {
  max-width: 1180px;
  margin: 0 auto 24px;
  text-align: center;
}

.zip-compare-section-title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 900;
  color: #0f2f5f;
  line-height: 1.25;
}

.zip-compare-section-desc {
  margin: 0;
  font-size: 15px;
  color: #64748b;
  line-height: 1.5;
}

.zip-compare-card {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(15, 47, 95, 0.08);
  padding: 22px;
}

.zip-compare-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.zip-compare-card-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: #0f2f5f;
}

.zip-compare-card-desc {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
  max-width: 520px;
}

.zip-compare-card-select-wrap {
  flex-shrink: 0;
  min-width: 220px;
}

.zip-compare-select-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.zip-compare-select {
  width: 100%;
  min-width: 220px;
  padding: 10px 36px 10px 14px;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230f2f5f' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;
  color: #0f2f5f;
  font-size: 14px;
  font-weight: 600;
  appearance: none;
  cursor: pointer;
}

.zip-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -4px;
  padding: 0 4px 4px;
}

.zip-compare-table {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  border-spacing: 0;
}

.zip-compare-table th,
.zip-compare-table td {
  border-bottom: 1px solid #dbe5f1;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  color: #334155;
}

.zip-compare-th-feature,
.zip-compare-row-label {
  text-align: left !important;
  font-weight: 700;
  color: #0f2f5f;
  width: 170px;
  min-width: 150px;
}

.zip-compare-th-plan {
  vertical-align: bottom;
  padding-top: 8px !important;
  padding-bottom: 16px !important;
  min-width: 140px;
}

.zip-compare-plan-kicker {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 4px;
  line-height: 1.3;
}

.zip-compare-plan-name {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #0f2f5f;
  margin-bottom: 10px;
  line-height: 1.25;
}

.zip-price-box {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #eef4fc;
  border-radius: 10px;
  padding: 10px 14px;
  min-width: 108px;
  line-height: 1.2;
}

.zip-price-box-val {
  font-size: 18px;
  font-weight: 900;
  color: #0f2f5f;
}

.zip-price-box-period {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  margin-top: 2px;
}

.zip-compare-cell {
  font-weight: 600;
}

.zip-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #153b70;
  color: #fff;
  margin: 0 auto;
}

.zip-check svg {
  display: block;
}

.zip-compare-table .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.zip-compare-table tfoot td {
  border-bottom: none;
  padding-top: 18px;
  padding-bottom: 6px;
  vertical-align: top;
}

.zip-compare-foot-label {
  border-bottom: none !important;
}

.zip-compare-btn {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  padding: 11px 12px;
  border-radius: 10px;
  background: #153b70;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.zip-compare-btn:hover {
  background: #0f2f5f;
  color: #fff !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .zip-compare-section {
    padding: 32px 12px 40px;
  }

  .zip-compare-section-title {
    font-size: 22px;
  }

  .zip-compare-card {
    padding: 16px 14px;
  }

  .zip-compare-card-head {
    flex-direction: column;
  }

  .zip-compare-card-select-wrap {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  body:not(#home) .hp-hosting-layout.container {
    max-width: 1180px !important;
  }

  .hp-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .hp-steps-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-steps-track::before {
    display: none;
  }

  .hp-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1200px) {
  .hp-card-brnc {
    padding: 18px 12px 16px !important;
  }

  .hp-card-brnc .hp-card-price-val {
    font-size: 24px !important;
  }

  .hp-card-brnc .hp-card-title {
    font-size: 17px !important;
  }

  .hp-card-brnc .hp-features-html li,
  .hp-card-brnc .hp-feature-item {
    min-height: 34px;
    height: 34px;
    max-height: 34px;
    line-height: 34px !important;
    font-size: 12px !important;
  }

  .hp-card-brnc .hp-feature-item .hp-feature-text,
  .hp-card-brnc .hp-features-html li {
    font-size: 12px !important;
  }
}

@media (max-width: 575px) {
  .hp-steps-track {
    grid-template-columns: 1fr;
  }

  .hp-products-grid {
    grid-template-columns: 1fr !important;
  }

  .hp-card-brnc .hp-card-top {
    min-height: 108px;
  }

  .hp-card-brnc .hp-features-html li,
  .hp-card-brnc .hp-feature-item {
    min-height: 36px;
    height: 36px;
    max-height: 36px;
    line-height: 36px !important;
  }
}
