html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #f6f8fb;
  color: #172033;
  margin-bottom: 80px;
}

.bg-hostron {
  background: linear-gradient(90deg, #081a3a, #123d75);
}

.navbar.bg-hostron {
  box-shadow: 0 12px 30px rgba(8, 26, 58, 0.18);
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.navbar.bg-hostron .navbar-nav {
  gap: 0.15rem;
}

.navbar.bg-hostron .nav-link {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.navbar.bg-hostron .nav-link:hover,
.navbar.bg-hostron .nav-link:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.account-menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  gap: 0.55rem;
}

.account-avatar {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #123d75;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.account-dropdown {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  min-width: 260px;
  overflow: hidden;
  padding: 0.6rem;
}

.account-dropdown .dropdown-header {
  color: #123d75;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-dropdown .dropdown-item {
  border-radius: 0.7rem;
  color: #172033;
  font-weight: 650;
  padding: 0.55rem 0.75rem;
}

.account-dropdown .dropdown-item:hover,
.account-dropdown .dropdown-item:focus {
  background: #e8f1ff;
  color: #0f63d8;
}

.auth-link {
  color: #fff !important;
}

.auth-link-primary {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.site-logo {
  background: #fff;
  border-radius: 0.45rem;
  height: 42px;
  max-width: 190px;
  object-fit: contain;
  padding: 0.2rem 0.45rem;
  width: auto;
}

.hero {
  background: radial-gradient(circle at top left, #2a77ff, #081a3a 48%, #040a18);
  border-radius: 1.5rem;
  color: white;
  overflow: hidden;
  padding: 4rem 2rem;
}

.hero .badge {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hero-support-card {
  border: 1px solid rgba(18, 61, 117, 0.08);
}

.hero-support-label,
.section-eyebrow,
.product-badge {
  color: #0f63d8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-soft {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.08);
}

.metric-card {
  background: white;
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.section-title {
  color: #081a3a;
  font-weight: 800;
}

.price {
  color: #123d75;
  font-size: 2rem;
  font-weight: 800;
}

.popular-products-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(232, 238, 248, 0.45));
  border-radius: 1.5rem;
  padding: 2rem;
}

.product-feature-card {
  border: 1px solid rgba(18, 61, 117, 0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-feature-card:hover {
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.product-badge {
  background: #e8f1ff;
  border-radius: 999px;
  display: inline-flex;
  padding: 0.35rem 0.65rem;
}

.product-price-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  padding: 1rem;
}

.product-highlight-list {
  color: #334155;
  font-size: 0.92rem;
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.product-highlight-list li {
  margin-bottom: 0.35rem;
}

.product-scroll-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.25rem;
  overflow-x: auto;
  padding: 0.5rem 0 1.25rem;
  scroll-snap-type: x proximity;
}

.product-row-card {
  flex: 0 0 285px;
  min-height: 100%;
  scroll-snap-align: start;
}

.product-row-card .price {
  font-size: 1.75rem;
}

.platform-section {
  background:
    radial-gradient(circle at top left, rgba(42, 119, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff, #edf4ff);
  border: 1px solid rgba(18, 61, 117, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
  padding: 2rem;
}

.platform-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(18, 61, 117, 0.08);
  border-radius: 1.2rem;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
  padding: 1.4rem;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.platform-card:hover {
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.platform-icon {
  align-items: center;
  background: linear-gradient(135deg, #123d75, #0f63d8);
  border-radius: 1rem;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1rem;
  min-width: 3rem;
  padding: 0 0.65rem;
}

.platform-label {
  color: #0f63d8;
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.product-spec-list {
  color: #334155;
  font-size: 0.92rem;
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.product-spec-list li {
  margin-bottom: 0.35rem;
}

.pricing-section {
  overflow: hidden;
}

.pricing-table th {
  color: #475569;
  font-size: 0.82rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.pricing-table td {
  min-width: 130px;
}

.pricing-table td:first-child {
  min-width: 190px;
}

.pricing-table td:last-child {
  min-width: 120px;
}

@media (min-width: 1200px) {
  .product-row-card {
    flex-basis: 310px;
  }
}

.status-pill {
  border-radius: 999px;
  display: inline-block;
  font-size: 0.82rem;
  padding: 0.25rem 0.75rem;
}

.status-pill.active,
.status-pill.success {
  background: #d1fae5;
  color: #065f46;
}

.status-pill.pending,
.status-pill.processing {
  background: #fef3c7;
  color: #92400e;
}

.status-pill.cancelled,
.status-pill.failed {
  background: #fee2e2;
  color: #991b1b;
}

.portal-nav a {
  border-radius: 0.75rem;
  color: #172033;
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.portal-nav a:hover {
  background: #e8eef8;
}

.site-footer {
  background: #07162f;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 3rem;
  padding: 3rem 0 1.25rem;
}

.footer-logo {
  background: #fff;
  border-radius: 0.65rem;
  max-width: 210px;
  padding: 0.3rem 0.55rem;
  width: 100%;
}

.footer-copy {
  max-width: 360px;
}

.footer-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.65rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.footer-support-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1rem;
}

.footer-contact-link {
  display: block;
  font-weight: 700;
  margin-top: 0.5rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.25rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}