/*
 * Theme overrides to align every section with the refreshed homepage look.
 * Applied to pages when the body tag includes the `site-theme` class.
 */

body.site-theme {
  background: radial-gradient(circle at 15% 20%, rgba(88, 160, 255, 0.12), transparent 24%),
    radial-gradient(circle at 80% 10%, rgba(60, 255, 213, 0.12), transparent 24%),
    linear-gradient(180deg, #0c2036 0%, #0f2945 60%, #0b1d33 100%);
  color: #0f1f32;
}

body.site-theme .content-wrapper {
  background: radial-gradient(circle at 8% 10%, rgba(125, 190, 255, 0.12), transparent 30%),
    radial-gradient(circle at 92% 12%, rgba(15, 124, 255, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(12, 32, 54, 0.95) 0%, rgba(12, 32, 54, 0.85) 18%, rgba(12, 32, 54, 0.8) 100%);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.site-theme header.wrapper {
  background: linear-gradient(180deg, rgba(12, 32, 54, 0.9) 0%, rgba(12, 32, 54, 0.6) 100%);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 36px rgba(5, 17, 34, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.site-theme .navbar.navbar-light .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.site-theme .navbar.navbar-light .nav-link:hover,
.site-theme .navbar.navbar-light .nav-link:focus {
  color: #ffffff;
}

.site-theme .navbar-light .navbar-toggler-icon,
.site-theme .navbar-light .navbar-toggler {
  filter: invert(1);
}

.site-theme .alert.bg-primary {
  background: linear-gradient(90deg, #0f7cff 0%, #1a97ff 100%);
  border: 0;
  box-shadow: 0 15px 30px rgba(15, 124, 255, 0.2);
}

.site-theme .page-hero {
  background: radial-gradient(circle at 10% 20%, rgba(88, 160, 255, 0.32), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(60, 255, 213, 0.2), transparent 28%),
    linear-gradient(135deg, #0c2036 0%, #0e2f55 45%, #0a2038 100%);
  position: relative;
  overflow: hidden;
}

.site-theme .page-hero .text-soft,
.site-theme .hero-gradient .text-soft {
  color: rgba(255, 255, 255, 0.82);
}

.site-theme .page-hero .pill-highlight,
.site-theme .hero-gradient .pill-highlight {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
}

.site-theme .page-hero .btn-ghost-light {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
}

.site-theme .page-hero .btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
}

.site-theme .page-section {
  background: linear-gradient(180deg, rgba(12, 32, 54, 0.05) 0%, rgba(12, 32, 54, 0.02) 100%);
  position: relative;
}

.site-theme .page-section .section-lead {
  color: #1b2f4a;
  opacity: 0.78;
}

.site-theme .surface-card {
  background: #ffffff;
  border: 1px solid #e7ecf3;
  box-shadow: 0 18px 36px rgba(13, 37, 61, 0.08);
  border-radius: 18px;
}

.site-theme .surface-card.soft {
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.site-theme .badge-nano {
  background: #0f7cff;
  color: #fff;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-theme .quick-option {
  background: #0d253d;
  color: #fff;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
  border-radius: 20px;
}

.site-theme .quick-option:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(13, 37, 61, 0.22);
  border-color: rgba(255, 255, 255, 0.15);
}

.site-theme .highlight-grid .icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f6fb;
}

.site-theme .step-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e7ecf3;
  padding: 24px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-theme .step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(8, 23, 53, 0.08);
}

.site-theme .fleet-card {
  border: 1px solid #e7ecf3;
  border-radius: 18px;
  padding: 28px;
  height: 100%;
  background: linear-gradient(180deg, #0f7cff0f, #ffffff);
}

.site-theme .fleet-card .tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #0f7cff;
  font-weight: 600;
}

.site-theme .fleet-card .tag.gold {
  background: #fff5da;
  color: #c69200;
}

.site-theme .divider-y {
  width: 1px;
  height: 48px;
  background: #e3e8ef;
}

.site-theme .surface-accent {
  background: linear-gradient(135deg, #0f7cff 0%, #26c1ff 100%);
  color: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 12px 30px rgba(15, 124, 255, 0.3);
}

.site-theme .page-section .anchor-tag {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f7cff;
  font-weight: 700;
}

.site-theme .section-heading {
  max-width: 900px;
}

.site-theme .surface-card .list-unstyled li + li,
.site-theme .surface-card ul.icon-list li + li {
  margin-top: 0.4rem;
}

.site-theme .muted-label {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #4f6a8a;
  font-weight: 700;
}

.site-theme .page-divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(227, 232, 239, 0), rgba(227, 232, 239, 1), rgba(227, 232, 239, 0));
  margin: 2.5rem 0;
}

.site-theme .info-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid #dfe6f0;
  background: #f7f9fc;
  color: #0f2945;
  font-weight: 600;
}

.site-theme .info-chip i {
  color: #0f7cff;
}

.site-theme .hero-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75));
}

.site-theme .hero-card .badge-floating {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0f7cff;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(15, 124, 255, 0.35);
  z-index: 1;
}

.site-theme .hero-meta {
  background: #fff;
}

.site-theme .stat-block {
  background: #0e2a47;
  color: #eaf4ff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-theme .stat-block strong {
  color: #ffffff;
}

.site-theme .table-modern thead {
  background: #0e2a47;
  color: #fff;
}

.site-theme .table-modern th,
.site-theme .table-modern td {
  border-color: #e3e8ef;
  vertical-align: middle;
}

.site-theme .page-section .accordion-item {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3e8ef;
}

.site-theme .page-section .accordion-button {
  font-weight: 700;
  color: #102b46;
}

.site-theme .page-section .accordion-button:not(.collapsed) {
  background: #f5f8ff;
}

.site-theme .page-section .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.site-theme .page-section .page-note {
  background: #f7f9ff;
  border: 1px solid #dfe6f0;
  border-radius: 12px;
  padding: 14px 16px;
  color: #1b2f4a;
}

.site-theme .cta-buttons .btn {
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
}
