.bannerWrapper { height: 400px; }
.boxspacer { height: 25px; line-height: 25px; }
.configurator-modern {
  background: url(../images/boxltbg.png) repeat-x left top #f0f0f0;
  padding: 20px;
  margin: 0 0 20px;
  border: 1px solid #e5e9ec;
  box-shadow: 0 0 10px #999;
  border-radius: 5px;
}
.location-grid {
  margin: 1rem 0;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.location-card {
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px #ccc;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 110px;
  text-align: left;
  font-size: 14px;
}
.location-card:hover {
  border-color: #c5820290;
  transform: translateY(-2px);
}
.location-card.active {
  border-color: #c5820290;
  border-width: 1px;
  box-shadow: 0 0 16px #f6bc06a0;
  background: linear-gradient(180deg, #fecb0ea0, #f6bc06a0);
}
.location-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
}
.flag {
  width: 32px;
  height: 24px;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
  flex-shrink: 0;
  display: inline-block;
}
.info-block {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 16px;
}
.info-block > :first-child {
  font-weight: 600;
  color: #333;
}
.info-block > :last-child {
  font-weight: 400;
  font-size: 12px;
  padding-top: 2px;
  opacity: .8;
  color: #666;
}
.datacenter-grid {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.dc-card {
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
  min-width: 110px;
  text-align: left;
  font-size: 14px;
}
.dc-card strong {
  font-weight: 600;
  color: #333;
}
.dc-card >:last-child {
  font-weight: 400;
  font-size: 12px;
  padding-top: 2px;
  opacity: .8;
  color: #666;
}
.dc-card.active {
  border-color: #c5820290;
  border-width: 1px;
  box-shadow: 0 0 16px #f6bc06a0;
  background: linear-gradient(180deg, #fecb0ea0, #f6bc06a0);
  color: #333;
  font-weight: 500;
}
.dc-card:hover {
  border-color: #c5820290;
  transform: translateY(-2px);
}
.datacenter-feature {
  font-size: 13px;
  background: #f8f6f2;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin: 8px 0 6px;
}
.billing-switch {
  display: flex;
  gap: 10px;
  background: #f9fafb;
  padding: 5px 16px;
  border-radius: 40px;
  display: inline-flex;
  margin: 12px 0 20px;
  flex-wrap: wrap;
  border: 1px solid #e2e6ea;
}
.billing-option {
  padding: 5px 18px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.2s;
  font-size: 13px;
}
.billing-option:hover {
	border-color: #c5820290;
	transform: translateY(-2px);
}
.billing-option.active {
  border-color: #c5820290;
  border-width: 1px;
  box-shadow: 0 0 8px #f6bc06a0;
  background: linear-gradient(180deg, #fecb0ea0, #f6bc06a0);
  color: #333;
  font-weight: 500;
}
.billing-option.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  background: #eef2f5;
  color: #6c757d;
  pointer-events: none;
}
.product-table {
  margin-top: 18px;
}
.product-row {
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 8px #ccc;
  width: 100%;
  padding: 8px 10px;
  display: grid;
  grid-template-columns: 1fr .8fr 1fr .8fr 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 12px;
  transition: all 0.2s ease;
  gap: 8px;
}
.product-row > div {
  padding: 4px 8px;
  text-align: right;
}
.product-row > div:first-child {
  text-align: left;
}
.product-row:hover {
  box-shadow: 0 0 12px #bbb;
  transform: translateY(-1px);
}
.spec-label {
  font-size: 11px;
  color: #7e8c9e;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.spec-value {
  font-weight: 700;
  font-size: 16px;
  color: #2c3e4e;
}
.product-price {
  color: #42301f;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.product-price small {
  font-size: 11px;
  font-weight: normal;
  color: #7f8c8d;
  display: block;
}
.product-price.products_price_unavailable {
  opacity: 0.7;
}
.product-price.products_price_unavailable .number:after {
  content: "*";
  font-size: 18px;
  opacity: 1;
  margin-left: 2px;
}
.product-action {
  text-align: center;
}
.order-btn {
  cursor: pointer;
}
.note-text {
  font-size: 12px;
  color: #8a9cb0;
  margin-top: 18px;
  border-top: 1px solid #e6ecef;
  padding-top: 14px;
}
.footercon {
  display: flex;
}
.loader-overlay {
  text-align: center;
  padding: 40px;
  font-size: 16px;
  color: #6c757d;
}
@media (max-width: 992px) {
  .location-grid { grid-template-columns: 1fr 1fr; }
  .datacenter-grid { grid-template-columns: 1fr 1fr 1fr; }
  .product-row { grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 12px; }
  .product-row > div { text-align: left; }
  .product-price { text-align: left; }
  .product-action { grid-column: 1 / -1; text-align: center; }
  .order-btn { width: 100%; }
}
@media (max-width: 768px) {
  .location-grid { grid-template-columns: 1fr 1fr; }
  .datacenter-grid { grid-template-columns: 1fr 1fr; }
  .product-row { grid-template-columns: 1fr 1fr; gap: 8px; padding: 10px; }
  .location-card, .dc-card { padding: 6px 12px; min-width: 90px; }
  .location-info { padding: 8px 10px; }
  .flag { width: 24px; height: 18px; }
}
@media (max-width: 480px) {
  .location-grid { grid-template-columns: 1fr; }
  .datacenter-grid { grid-template-columns: 1fr 1fr; }
  .product-row { grid-template-columns: 1fr 1fr; gap: 6px; padding: 8px; }
}
.welcome { float: none; }