.cs-hero {
  background:
    radial-gradient(circle at 15% 15%, rgba(76, 195, 138, 0.16), transparent 40%),
    radial-gradient(circle at 80% 10%, rgba(108, 139, 255, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(8, 12, 22, 0.52), rgba(8, 12, 22, 0.72)),
    url("../img/ruzenko/carousel/banners/baner-game-hosting.png");
  background-size: cover;
  background-position: center;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 8px 0 28px;
  position: relative;
  overflow: hidden;
}

.cs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 18, 0.62) 0%, rgba(5, 9, 18, 0.38) 34%, rgba(5, 9, 18, 0.1) 60%, rgba(5, 9, 18, 0.24) 100%),
    linear-gradient(180deg, rgba(7, 11, 20, 0.08) 0%, rgba(7, 11, 20, 0.32) 100%);
  pointer-events: none;
}

.cs-hero-cs2 {
  background-position: center 30%;
}

.cs-hero-cs16 {
  background:
    radial-gradient(circle at 20% 20%, rgba(124, 58, 237, 0.2), transparent 42%),
    radial-gradient(circle at 78% 14%, rgba(76, 195, 138, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(7, 11, 20, 0.6), rgba(7, 11, 20, 0.78)),
    url("../img/ruzenko/carousel/banners/baner-game-hosting.png");
  background-size: cover;
  background-position: center 65%;
}

.hero-primary-alt {
  background: linear-gradient(135deg, #7c3aed, #59f58c);
  color: #0b1221;
  border: none;
  box-shadow: 0 10px 24px rgba(89, 245, 140, 0.25);
}

.hero-primary-alt:hover {
  color: #0b1221;
}

.cs-preconfig-band {
  padding: 20px 0 24px;
  background: #0b1221;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cs-anchor-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.cs-anchor-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d8e2f1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.cs-anchor-link:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.3);
}

.cs-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cs-trust-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(18, 25, 44, 0.72), rgba(18, 25, 44, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(4, 8, 18, 0.16);
}

.cs-trust-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.25), rgba(89, 245, 140, 0.16));
  color: #59f58c;
  font-size: 16px;
}

.cs-trust-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.cs-trust-copy span {
  display: block;
  color: #9eacc4;
  font-size: 13px;
  line-height: 1.5;
}

.cs-configurator {
  padding: 32px 0 18px;
  background: #0b1221;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.cs-configurator .extra-option-card {
  min-width: 0;
  overflow: hidden;
}

.cs-configurator .extra-option-card .form-select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.cs-hosting-container {
  padding-bottom: 40px;
}

.cs-configurator .minecraft-hosting-container {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
}

.cs-hosting-container .top-section {
  gap: 14px;
}

.cs-hosting-container .ping-note {
  font-size: 12px;
  color: #a6afc2;
}

.cs-hosting-container .cs-location-note {
  background: rgba(255, 255, 255, 0.045);
  border-left: 3px solid rgba(126, 199, 255, 0.72);
  color: #c4d0e3;
  max-width: 340px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 10px;
  margin-top: 7px;
  line-height: 1.34;
}

.cs-hosting-container .cs-location-note code {
  color: #4dabf7;
  background: transparent;
  padding: 0;
}

.cs-hero .hero-grid {
  gap: 40px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  min-height: 0;
}

.cs-hero .hero-left {
  max-width: 720px;
}

.cs-hero .hero-heading .eyebrow {
  font-size: clamp(1.12rem, 1.55vw, 1.5rem);
  letter-spacing: 0.12em;
  font-weight: 700;
  color: rgba(199, 210, 254, 0.92);
  line-height: 1.2;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.cs-hero .hero-heading .hero-title {
  font-size: clamp(1.72rem, 2.45vw, 2.75rem);
  line-height: 1.18;
  max-width: 690px;
  margin-bottom: 18px;
}

.cs-hero .hero-subtitle {
  max-width: 720px;
  margin-bottom: 0;
  color: #d4deef;
  font-size: 1.12rem;
  line-height: 1.55;
}

.cs-hero .hero-actions {
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.cs-hero .hero-actions .hero-primary {
  min-width: 248px;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 18px 34px rgba(89, 245, 140, 0.2);
}

.cs-hero .hero-actions .hero-secondary {
  min-width: 206px;
  justify-content: center;
}

.hero-discord-btn {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.36), rgba(79, 70, 229, 0.18));
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 10px 24px rgba(91, 45, 185, 0.16);
}

.hero-discord-btn:hover {
  border-color: rgba(124, 58, 237, 0.58);
  box-shadow: 0 16px 34px rgba(91, 45, 185, 0.28);
}

.hero-switch {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 5px;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(8, 13, 24, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-switch-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 96px;
  padding: 9px 13px;
  border-radius: 10px;
  color: #b9c7de;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.hero-switch-link:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
}

.hero-switch-link.is-active {
  color: #0b1221;
  background: linear-gradient(135deg, #7c3aed, #59f58c);
  box-shadow: 0 10px 24px rgba(89, 245, 140, 0.22);
}

.cs-hero .hero-badges {
  margin-bottom: 18px;
}

.cs-hero .hero-badges .badge-pill {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  color: #eef4ff;
}

.cs-hero .hero-kpis-row {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.cs-hero .hero-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 14px;
  width: min(100%, 920px);
  margin: 0 auto;
}

.cs-hero .kpi {
  min-width: 170px;
  min-height: 78px;
  background: linear-gradient(180deg, rgba(18, 25, 44, 0.64), rgba(18, 25, 44, 0.36));
  border-color: rgba(255, 255, 255, 0.08);
}

.cs-hero .kpi-value {
  font-size: 1.1rem;
  white-space: normal;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.cs-hero .kpi-label {
  white-space: normal;
  line-height: 1.3;
}

@media (max-width: 1199.98px) {
  .cs-hero .hero-kpis {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    width: min(100%, 620px);
  }
}

@media (max-width: 767.98px) {
  .cs-hero .hero-kpis-row {
    margin-top: 18px;
  }

  .cs-hero .hero-kpis {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cs-hero .kpi {
    min-width: 0;
  }
}

.cs-hero .hero-right {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
}

.cs-hero .hero-card {
  backdrop-filter: blur(8px);
  background: linear-gradient(180deg, rgba(10, 17, 30, 0.86), rgba(10, 17, 30, 0.74));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(4, 8, 18, 0.32);
}

.hero-price-context {
  margin-top: 4px;
  color: #98a7c2;
  font-size: 13px;
  line-height: 1.4;
}

.hero-card-header h5 {
  font-size: 1.55rem;
  line-height: 1.15;
}

.hero-card-footer {
  gap: 16px;
  align-items: flex-end;
}

.hero-card-footer .text-muted.small {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-card-footer .btn-outline-primary {
  border-color: rgba(59, 130, 246, 0.28);
  color: #0f7bff;
  background: rgba(10, 18, 33, 0.32);
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 18px;
}

.hero-card-footer .btn-outline-primary:hover {
  color: #4aa6ff;
  background: rgba(59, 130, 246, 0.08);
}

.cs-configurator .section-header h2 {
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1.08;
  color: #fff;
  margin-bottom: 10px;
}

.cs-configurator .section-header p {
  max-width: 760px;
  margin: 0 auto;
}

.cs-flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2px 0 8px;
}

.cs-flow-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #9aa8c1;
  font-size: 13px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.cs-flow-step span {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
}

.cs-flow-step.is-active {
  border-color: rgba(124, 58, 237, 0.45);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(89, 245, 140, 0.12));
  color: #eff4ff;
}

.cs-flow-step.is-active span {
  background: linear-gradient(135deg, #7c3aed, #59f58c);
  color: #0b1221;
}

.cs-config-step-card {
  margin-bottom: 18px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.cs-middle-section .cs-step-heading + .row,
.cs-middle-section .cs-step-heading + .locations-grid {
  margin-top: 14px;
}

.cs-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.cs-step-index {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(89, 245, 140, 0.22));
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cs-step-heading h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}

.cs-step-heading p {
  margin: 0;
  color: #97a4bc;
  font-size: 13px;
  line-height: 1.5;
}

.cs-config-step-card .billing-select {
  flex-wrap: wrap;
}

.cs-config-step-card .billing-select .form-label {
  color: #cfd6e6;
  min-width: 96px;
}

.cs-config-step-card .billing-select .form-select {
  min-width: 240px;
  max-width: 320px;
}

.cs-slider-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #96a3ba;
  font-size: 14px;
  line-height: 1.45;
  padding: 2px 0 6px;
  min-height: 30px;
}

.cs-slider-note .cs-slider-note-icon {
  font-size: 19px;
  line-height: 1;
}

.cs-slider-note .cs-slider-note-text {
  font-size: 14px;
}

.cs-summary-box {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: linear-gradient(180deg, rgba(12, 20, 36, 0.98), rgba(9, 15, 28, 0.96));
  padding: 16px 16px 14px;
}

.cs-summary-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.cs-summary-billing-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  min-width: 74px;
  color: #9ba8c0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cs-summary-billing-meta strong {
  color: #fff;
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.2;
}

.cs-summary-box .package-title {
  font-size: 17px;
  line-height: 1.12;
  margin-bottom: 2px;
}

.cs-summary-section + .cs-summary-section {
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-summary-section-title {
  margin-bottom: 7px;
  color: #e8eefb;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cs-summary-box .package-features {
  margin: 0;
}

.cs-summary-box .package-features li {
  color: #dbe7f8;
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1.28;
}

.cs-summary-box .package-features-dynamic li {
  font-weight: 500;
}

.cs-summary-box .package-features-static li {
  color: #afbdd4;
}

.cs-summary-box .package-features li:last-child {
  margin-bottom: 0;
}

.cs-summary-box .price-container {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.cs-summary-box .order-btn {
  width: 100%;
  justify-content: center;
}

.cs-summary-proof {
  margin-top: 4px;
  color: #97a7c2;
  font-size: 9px;
  line-height: 1.35;
}

.cs-summary-box .price-before {
  color: #9ca3af;
  font-size: 10px;
  margin-bottom: 2px;
}

#cs-summary-price {
  font-size: 19px;
  line-height: 1.15;
  font-weight: 800;
}

#cs-billing-savings {
  margin-top: 2px;
  font-size: 10px;
  color: #9ca3af;
  min-height: 14px;
}

#cs-billing-total {
  margin-top: 3px;
  font-size: 10px;
  color: #9ca3af;
}

.cs-pricing-confidence {
  margin-top: 3px;
  font-size: 8px;
  color: #7ec7ff;
  letter-spacing: 0.03em;
}

.cs-summary-box .billing-select {
  margin-top: 10px;
}

.cs-summary-box .billing-select .form-label {
  color: #cfd6e6;
  min-width: 95px;
}

.cs-summary-box .billing-select .form-select {
  background: rgba(10, 20, 40, 0.75);
  border: 1px solid rgba(124, 58, 237, 0.28);
  color: #fff;
  height: 44px;
}

.cs-panel-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.cs-panel-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #9ca3af;
  margin-bottom: 8px;
}

.cs-panel-list i {
  color: #59f58c;
  margin-top: 3px;
}

.plan-card .plan-top {
  padding-top: 10px;
  margin-bottom: 8px;
}

.plan-card .plan-tag-floating {
  top: -1px;
  right: -1px;
  padding: 4px 8px;
  min-width: 68px;
  font-size: 13px;
  line-height: 1;
  border-radius: 0 12px 0 10px;
  text-align: center;
  border-top: 0;
  border-right: 0;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.14);
}

.plan-card .plan-name {
  max-width: 100%;
}

.plan-order-note {
  color: #8da0bf;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.plan-card .plan-price {
  font-size: 22px;
}

.plan-card .plan-price span {
  font-size: 13px;
}

.cs-location-note {
  line-height: 1.55;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid rgba(126, 199, 255, 0.75);
  border-radius: 10px;
}

.cs-location-note b {
  color: #f0f4ff;
}

.plans-note {
  margin-top: 10px;
  padding: 11px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #d3deef;
  font-size: 13px;
  line-height: 1.5;
}

.cs-hosting-container .server-locations {
  width: min(100%, 420px);
  padding: 8px 10px 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.cs-hosting-container .server-locations .cs-step-heading {
  margin-bottom: 8px;
}

.cs-hosting-container .locations-grid {
  margin-bottom: 3px;
}

.cs-hosting-container .location {
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  gap: 3px;
}

.cs-hosting-container .location .loc-name {
  margin-bottom: 2px;
  font-size: 14px;
}

.cs-hosting-container .location .ping {
  font-size: 10px;
}

@media (max-width: 991px) {
  .cs-configurator .minecraft-hosting-container {
    grid-template-columns: 1fr;
  }

  .cs-trust-strip {
    grid-template-columns: 1fr;
  }

  .cs-hero .hero-grid {
    min-height: 0;
    gap: 30px;
  }

  .cs-hero .hero-right {
    max-width: none;
  }

  .cs-hosting-container {
    padding-bottom: 24px;
  }

  .cs-summary-head {
    flex-direction: column;
  }

  .cs-summary-billing-meta {
    align-items: flex-start;
  }

  #cs-summary-price {
    font-size: 24px;
  }

  .cs-slot-slider-wrap .recommended-tag {
    font-size: 9px;
    padding: 2px 6px;
    top: -16px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .cs-slot-slider-wrap .recommended-tag {
    display: none;
  }
}

@media (max-width: 768px) {
  .cs-configurator .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .cs-configurator .minecraft-hosting-container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .cs-configurator .top-section {
    gap: 12px;
  }

  .cs-preconfig-band {
    padding: 18px 0 22px;
  }

  .cs-anchor-nav {
    justify-content: flex-start;
  }

  .cs-anchor-link {
    width: 100%;
    justify-content: center;
  }

  .cs-hero .hero-actions .hero-primary,
  .cs-hero .hero-actions .hero-secondary {
    width: 100%;
    min-width: 0;
  }

  .cs-hero .hero-heading .eyebrow {
    font-size: 13px;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
  }

  .cs-hero .hero-heading .hero-title {
    font-size: 2.15rem;
  }

  .hero-switch {
    width: 100%;
  }

  .hero-switch-link {
    flex: 1 1 calc(50% - 4px);
  }

  .hero-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card-footer .btn-outline-primary {
    width: 100%;
    text-align: center;
  }

  .cs-flow-steps {
    justify-content: center;
    gap: 8px;
    margin: 4px 0 10px;
  }

  .cs-config-step-card {
    padding: 16px;
  }

  .cs-configurator .section-header h2 {
    font-size: clamp(1.75rem, 7vw, 2.2rem);
    line-height: 1.12;
  }

  .cs-configurator .section-header p {
    font-size: 14px;
    line-height: 1.55;
  }

  .cs-configurator .top-section,
  .cs-middle-section,
  .cs-config-step-card,
  .server-locations,
  .right-section,
  .cs-summary-box {
    min-width: 0;
    max-width: 100%;
  }

  .cs-configurator .section-header,
  .cs-configurator .cs-step-heading,
  .cs-configurator .extra-option-card,
  .cs-configurator .server-location,
  .cs-configurator .cs-summary-box {
    overflow: hidden;
  }

  .cs-slot-slider-wrap {
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
  }

  .cs-slot-slider-wrap .slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin-top: 10px;
    padding: 0 2px;
  }

  .cs-slot-slider-wrap .slider-labels .label {
    position: static !important;
    transform: none !important;
    display: block !important;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
  }

  .cs-slider-note {
    padding: 0 8px 4px;
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 576px) {
  .hero-switch-link {
    min-width: 0;
    width: 100%;
  }

  .cs-flow-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    margin-bottom: 12px;
  }

  .cs-flow-step {
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding: 10px 8px;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
  }

  .cs-flow-step span {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }

  .cs-step-heading {
    align-items: flex-start;
  }

  .cs-step-heading > div {
    min-width: 0;
  }

  .cs-step-heading p {
    overflow-wrap: anywhere;
  }

  .cs-configurator .section-header {
    padding-inline: 6px;
  }

  .cs-configurator .section-header h2 {
    font-size: clamp(1.85rem, 8vw, 2.3rem);
    line-height: 1.1;
  }

  .cs-configurator .section-header p {
    font-size: 13px;
    line-height: 1.5;
  }

  .cs-config-step-card .billing-select {
    flex-direction: column;
    align-items: stretch !important;
    gap: 8px;
  }

  .cs-config-step-card .billing-select .form-label {
    min-width: 0;
  }

  .cs-config-step-card .billing-select .form-select {
    min-width: 0;
    width: 100%;
    max-width: none;
  }

  .cs-slider-note {
    justify-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .cs-slot-slider-wrap .slider-labels {
    margin-top: 12px;
    padding: 0;
    justify-content: space-between;
  }

  .cs-slot-slider-wrap .slider-labels .label {
    font-size: 11px;
  }

  .cs-configurator[data-selector-max="32"] .cs-slot-slider-wrap .slider-labels .label:nth-child(2),
  .cs-configurator[data-selector-max="32"] .cs-slot-slider-wrap .slider-labels .label:nth-child(4) {
    display: none !important;
  }

  .ram-indicator {
    padding: 10px 12px;
  }

  .ram-indicator-label,
  .ram-indicator-value {
    font-size: 13px;
  }

  .cs-hosting-container .cs-location-note,
  .cs-hosting-container .cs-location-note code {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .cs-location-note {
    font-size: 12px;
    line-height: 1.5;
  }

  .cs-summary-box {
    padding: 20px 16px;
  }

  .cs-summary-box .summary-list li,
  .cs-summary-box .summary-meta,
  .cs-summary-box .summary-total,
  .cs-summary-box .summary-pricing {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
