:root {
  --public-blue: #3b82f6;
  --public-blue-strong: #1d4ed8;
  --public-cyan: #60a5fa;
  --public-ink: #0f172a;
  --public-ink-soft: #526277;
  --public-line: rgba(148, 163, 184, 0.24);
  --public-surface: rgba(255, 255, 255, 0.92);
  --public-surface-strong: #ffffff;
  --public-bg: #eef5fb;
  --public-bg-soft: #f7fbff;
  --public-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  --public-shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.06);
}

body {
  background:
    radial-gradient(circle at top, rgba(96, 165, 250, 0.12), transparent 28%),
    linear-gradient(180deg, var(--public-bg-soft) 0%, var(--public-bg) 100%) !important;
  color: var(--public-ink) !important;
}

.site-header {
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  max-width: 1200px !important;
  gap: 24px;
}

.header-logo img,
.logo img {
  height: 38px !important;
  width: auto !important;
  display: block !important;
}

.header-nav a {
  color: #5b6b81 !important;
  font-weight: 600 !important;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.header-nav a:hover,
.header-nav a.active {
  color: var(--public-ink) !important;
  opacity: 1;
}

.btn-quote,
.submit-btn,
.search-btn,
.btn-primary,
.btn-inquire,
.btn-submit,
.btn-apply,
.action-btn-share {
  background: linear-gradient(135deg, #2f7cf6 0%, #58b8ff 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 16px 34px rgba(59, 130, 246, 0.22) !important;
}

.btn-quote:hover,
.submit-btn:hover,
.search-btn:hover,
.btn-primary:hover,
.btn-inquire:hover,
.btn-submit:hover,
.btn-apply:hover,
.action-btn-share:hover {
  box-shadow: 0 20px 38px rgba(59, 130, 246, 0.28) !important;
}

.page-hero,
.hero,
.hero-section {
  position: relative;
  overflow: hidden;
}

.page-hero,
.hero:not(.hero-home),
.hero-section {
  background:
    radial-gradient(circle at top, rgba(96, 165, 250, 0.18), transparent 34%),
    linear-gradient(135deg, #10213a 0%, #123458 48%, #0b1d33 100%) !important;
}

.page-hero::after,
.hero:not(.hero-home)::after,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
  pointer-events: none;
}

.page-hero > *,
.hero > *,
.hero-section > * {
  position: relative;
  z-index: 1;
}

.page-hero h1,
.hero h1,
.hero-section h1 {
  color: #f8fbff !important;
  letter-spacing: -0.03em;
}

.page-hero p,
.hero p,
.hero-section p {
  color: rgba(219, 234, 254, 0.82) !important;
}

.section-title h2,
.related-section h2,
.contact-info h2,
.contact-form h2,
.search-card h2 {
  color: var(--public-ink) !important;
  letter-spacing: -0.03em;
}

.section-title p,
.contact-details h4,
.results-count,
.search-card .subtitle,
.hero p,
.product-sku,
.product-desc,
.blog-card p,
.category-body p,
.footer-brand p {
  color: var(--public-ink-soft) !important;
}

.capability-card,
.service-card,
.service-item,
.process-step,
.why-card,
.category-card,
.blog-card,
.newsletter,
.contact-info,
.contact-form,
.search-card,
.order-card,
.filter-bar,
.map-container,
.moq-table,
.modal-content,
.related-card,
.product-card,
.empty-state {
  background: var(--public-surface) !important;
  border: 1px solid var(--public-line) !important;
  box-shadow: var(--public-shadow-soft) !important;
}

.capability-card:hover,
.service-card:hover,
.category-card:hover,
.blog-card:hover,
.related-card:hover,
.product-card:hover,
.order-card:hover {
  box-shadow: var(--public-shadow) !important;
}

.search-box input,
.search-input,
.filter-select,
.range-input,
.form-control,
.form-group input,
.form-group select,
.form-group textarea,
#sortBy {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(148, 163, 184, 0.28) !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.search-box input:focus,
.search-input:focus,
.filter-select:focus,
.range-input:focus,
.form-control:focus,
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(59, 130, 246, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.12) !important;
}

.cta-section,
.newsletter {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #2876f7 0%, #4ab4ff 100%) !important;
  box-shadow: 0 24px 54px rgba(59, 130, 246, 0.24) !important;
}

.cta-section p,
.newsletter p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  color: #2064d7 !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16) !important;
}

.cta-btn:hover {
  color: #184ebe !important;
}

.cap-icon,
.why-icon,
.why-card-icon,
.contact-icon,
.about-icon-badge {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(191, 219, 254, 0.9)) !important;
  border: 1px solid rgba(147, 197, 253, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 12px 26px rgba(59, 130, 246, 0.12);
  color: #1d4ed8 !important;
}

.process-step-num,
.process-icon {
  background: linear-gradient(135deg, #2f7cf6, #57b9ff) !important;
  box-shadow: 0 14px 30px rgba(59, 130, 246, 0.26);
}

.service-item {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(191, 219, 254, 0.18) !important;
}

.service-item p {
  color: rgba(226, 232, 240, 0.86) !important;
}

.disclaimer {
  background: linear-gradient(180deg, #fffaf0, #fff6e1) !important;
  border-color: rgba(245, 158, 11, 0.3) !important;
  color: #9a5a00 !important;
}

.disclaimer strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8a4b00;
}

.filter-tag,
.blog-card-tag,
.product-moq {
  background: rgba(219, 234, 254, 0.88) !important;
  color: #1d4ed8 !important;
}

.product-cat,
.badge.featured {
  background: rgba(219, 234, 254, 0.96) !important;
  color: #1d4ed8 !important;
}

.product-price,
.related-card-info .price {
  color: var(--public-ink) !important;
}

.site-footer {
  background:
    radial-gradient(circle at top center, rgba(96, 165, 250, 0.18), transparent 38%),
    linear-gradient(180deg, #10213a 0%, #0b1930 48%, #071221 100%) !important;
  color: #dbe7f5 !important;
  position: relative !important;
  overflow: hidden;
  padding-top: 56px !important;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 171, 255, 0.72), transparent);
}

.site-footer .footer-grid {
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(28px, 3vw, 52px) !important;
}

.footer-brand {
  max-width: 420px;
}

.footer-logo-wrap img,
.footer-logo {
  height: 44px !important;
  width: auto !important;
}

.footer-brand p {
  color: rgba(244, 248, 255, 0.9) !important;
}

.footer-brand span {
  color: rgba(191, 219, 254, 0.72) !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}

.site-footer .social-row {
  display: flex !important;
  gap: 12px !important;
  margin-top: 22px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.site-footer .social-row > a,
.site-footer .social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(148, 197, 253, 0.08)) !important;
  border: 1px solid rgba(147, 197, 253, 0.28) !important;
  color: #dbeafe !important;
  text-decoration: none !important;
  box-shadow: 0 16px 32px rgba(2, 6, 23, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease !important;
}

.site-footer .social-row > a svg,
.site-footer .social-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
}

.site-footer .social-row > a:hover,
.site-footer .social-link:hover {
  color: #ffffff !important;
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.32), rgba(59, 130, 246, 0.24)) !important;
  border-color: rgba(147, 197, 253, 0.54) !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 18px 38px rgba(59, 130, 246, 0.24) !important;
}

.site-footer .footer-col h4 {
  color: rgba(191, 219, 254, 0.76) !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

.site-footer .footer-col a,
.site-footer .footer-col p {
  color: rgba(219, 234, 254, 0.78) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.site-footer .footer-col a:hover {
  color: #ffffff !important;
  transform: translateX(2px);
}

.footer-track-link {
  color: #8fc5ff !important;
  font-weight: 700 !important;
}

.footer-bottom {
  color: rgba(191, 219, 254, 0.7) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.16) !important;
}

.about-icon,
.cta-icon,
.process-arrow svg {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}

.about-icon {
  color: currentColor;
}

.about-title-icon,
.cta-btn .cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-heading-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.process-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.process-arrow svg {
  color: #7c93ad;
}

.search-box .search-icon,
.search-icon-badge,
.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2b78f6;
}

@media (max-width: 900px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  .site-header {
    position: sticky !important;
  }

  .page-hero,
  .hero,
  .hero-section {
    padding-top: 72px !important;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer-brand,
  .site-footer .footer-col {
    text-align: center !important;
    max-width: none;
  }

  .site-footer .social-row {
    justify-content: center !important;
  }
}
