@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

:root {
  --hws-navy-title: #081d38;
  --hws-teal-accent: #0088cc;
  --hws-blue-button: #0056b3;
  --hws-body-text: #475569;
  --hws-border-line: #e2e8f0;
}

/* ==========================================================================
   Section 1: Hero Section
   ========================================================================== */
.hws-hero-stage {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  position: relative !important;
  background-color: #ffffff !important;
  width: 100% !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.hws-hero-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

/* Panoramic Hero Banner */
.hws-hero-panoramic {
  position: relative !important;
  min-height: 560px !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  align-items: center !important;
  padding: 60px 0 80px !important;
}

.hws-hero-copy-box {
  max-width: 480px !important;
}

.hws-hero-main-title {
  font-size: 54px !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  color: var(--hws-navy-title) !important;
  margin: 0 0 18px 0 !important;
  letter-spacing: -1.2px !important;
}

.hws-accent-teal {
  color: var(--hws-teal-accent) !important;
}

.hws-hero-desc-text {
  font-size: 15px !important;
  color: var(--hws-body-text) !important;
  line-height: 1.65 !important;
  margin: 0 0 28px 0 !important;
  font-weight: 500 !important;
}

/* Buttons */
.hws-hero-action-buttons {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
}

.hws-btn-primary-blue {
  background: var(--hws-blue-button) !important;
  color: #ffffff !important;
  padding: 13px 26px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.hws-btn-primary-blue:hover {
  background: #004494 !important;
  transform: translateY(-2px) !important;
}

.hws-btn-outline-blue {
  background: #ffffff !important;
  color: #0077c8 !important;
  border: 1.5px solid #0077c8 !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: background 0.2s ease !important;
}

.hws-btn-outline-blue:hover {
  background: rgba(0, 119, 200, 0.05) !important;
}

/* ==========================================================================
   Floating Bottom KPI Bar
   ========================================================================== */
.hws-floating-kpi-wrapper {
  position: relative !important;
  z-index: 20 !important;
  margin-top: -55px !important;
  margin-bottom: 0 !important;
}

.hws-floating-kpi-card {
  background: #ffffff !important;
  border: 1px solid var(--hws-border-line) !important;
  border-radius: 18px !important;
  padding: 22px 40px !important;
  box-shadow: 0 14px 35px rgba(8, 29, 56, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.hws-kpi-column {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  flex: 1 !important;
  justify-content: center !important;
}

.hws-kpi-icon-wrap {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #e0f2fe !important;
  color: #0077c8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.hws-kpi-icon-wrap svg {
  width: 22px !important;
  height: 22px !important;
}

.hws-kpi-number {
  font-size: 19px !important;
  font-weight: 800 !important;
  color: var(--hws-navy-title) !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.hws-kpi-label {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #64748b !important;
  margin: 2px 0 0 0 !important;
}

.hws-kpi-divider {
  width: 1px !important;
  height: 38px !important;
  background: #e2e8f0 !important;
}

/* ==========================================================================
   Section 2: The Problem (Seamless Blend with Hero)
   ========================================================================== */
.hws-problem-section {
  position: relative !important;
  margin-top: -55px !important;
  padding-top: 115px !important;
  padding-bottom: 110px !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
  z-index: 10 !important;
}

/* Soft transition gradient across the top of problem background */
.hws-problem-section::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 90px !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.hws-problem-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 5 !important;
}

/* Problem Header */
.hws-badge-tag {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #0077c8 !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  margin-bottom: 8px !important;
}

.hws-problem-title {
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
  line-height: 1.2 !important;
  margin: 0 0 36px 0 !important;
  letter-spacing: -0.5px !important;
}

.hws-teal-text {
  color: #0088cc !important;
}

/* 4-Card Grid */
.hws-problem-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

.hws-problem-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 25px rgba(8, 29, 56, 0.04) !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.hws-problem-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 30px rgba(8, 29, 56, 0.09) !important;
  border-color: #cbd5e1 !important;
}

.hws-card-image-wrap {
  height: 190px !important;
  width: 100% !important;
  overflow: hidden !important;
  background: #f1f5f9 !important;
}

.hws-card-image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Content Area */
.hws-card-content {
  padding: 0 20px 24px 20px !important;
  position: relative !important;
  flex: 1 !important;
}

/* Overlapping Icon Badge */
.hws-overlapping-icon-badge {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1.5px solid #e0f2fe !important;
  color: #0088cc !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: -24px !important;
  margin-bottom: 14px !important;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.12) !important;
}

.hws-overlapping-icon-badge svg {
  width: 22px !important;
  height: 22px !important;
}

.hws-card-heading {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #081d38 !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.3 !important;
}

.hws-card-caption {
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* ==========================================================================
   Responsive Adaptability
   ========================================================================== */
@media (max-width: 1120px) {
  .hws-hero-panoramic { 
    background-position: center !important; 
  }
  .hws-floating-kpi-card { 
    flex-wrap: wrap !important; 
    gap: 20px !important; 
    padding: 20px !important; 
  }
  .hws-kpi-divider { 
    display: none !important; 
  }
  .hws-kpi-column { 
    min-width: 45% !important; 
    justify-content: flex-start !important; 
  }
  .hws-problem-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .hws-hero-main-title { 
    font-size: 38px !important; 
  }
  .hws-floating-kpi-wrapper { 
    margin-top: -35px !important; 
  }
  .hws-problem-section {
    margin-top: -35px !important;
    padding-top: 85px !important;
  }
  .hws-kpi-column { 
    min-width: 100% !important; 
  }
  .hws-problem-cards-grid {
    grid-template-columns: 1fr !important;
  }
  .hws-problem-title {
    font-size: 28px !important;
  }
}

/* ==========================================================================
   Section 3: The Solution (Podiums & Feature Bar)
   ========================================================================== */
.hws-solution-section {
  position: relative !important;
  padding: 60px 0 80px !important;
  background: radial-gradient(circle at 65% 40%, rgba(224, 242, 254, 0.45) 0%, rgba(255, 255, 255, 0) 70%) !important;
  overflow: hidden !important;
}

.hws-solution-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
}

/* Top Row: Flex Layout */
.hws-solution-top-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
  margin-bottom: 40px !important;
}

/* Left Content Column */
.hws-solution-intro-col {
  flex: 0 0 280px !important;
  max-width: 280px !important;
}

.hws-solution-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
  line-height: 1.18 !important;
  margin: 0 0 14px 0 !important;
  letter-spacing: -0.5px !important;
}

.hws-solution-desc {
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin: 0 0 24px 0 !important;
}

.hws-btn-view-all {
  padding: 11px 22px !important;
  font-size: 13px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
}

/* Right Column: 5 Podiums Strip */
.hws-podiums-container {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  flex: 1 !important;
  gap: 14px !important;
}

.hws-podium-item {
  flex: 1 !important;
  min-width: 140px !important;
  text-align: center !important;
}

.hws-podium-stage {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-height: 270px !important;
}

/* Soft Radial Backdrop Glow behind each product */
.hws-podium-backdrop-glow {
  position: absolute !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.22) 0%, rgba(255, 255, 255, 0) 75%) !important;
  top: 35% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.hws-podium-img {
  position: relative !important;
  z-index: 2 !important;
  max-width: 100% !important;
  max-height: 190px !important;
  object-fit: contain !important;
  margin-bottom: -15px !important; /* Drops product directly onto pedestal */
  filter: drop-shadow(0 8px 12px rgba(8, 29, 56, 0.12)) !important;
}

/* 3D Cylindrical White Pedestal */
.hws-cylinder-pedestal {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  max-width: 150px !important;
  height: 38px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50px / 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 18px rgba(8, 29, 56, 0.08), inset 0 2px 4px #ffffff !important;
}

.hws-pedestal-label {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #081d38 !important;
  white-space: nowrap !important;
  margin-top: 2px !important;
}

/* ==========================================================================
   Dark Navy 4-Feature Capsule Strip
   ========================================================================== */
.hws-navy-features-capsule {
  background: #081d38 !important;
  border-radius: 14px !important;
  padding: 18px 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-shadow: 0 10px 30px rgba(8, 29, 56, 0.18) !important;
}

.hws-capsule-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #ffffff !important;
  flex: 1 !important;
  justify-content: center !important;
}

.hws-capsule-icon {
  width: 22px !important;
  height: 22px !important;
  color: #00b4d8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.hws-capsule-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.hws-capsule-text {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}

.hws-capsule-divider {
  width: 1px !important;
  height: 28px !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1200px) {
  .hws-solution-top-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hws-solution-intro-col {
    max-width: 100% !important;
    flex: auto !important;
    margin-bottom: 20px !important;
  }
  .hws-podiums-container {
    width: 100% !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
}

@media (max-width: 900px) {
  .hws-navy-features-capsule {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 24px !important;
  }
  .hws-capsule-divider {
    display: none !important;
  }
  .hws-capsule-item {
    justify-content: flex-start !important;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .hws-podium-item {
    min-width: 45% !important;
  }
}

/* ==========================================================================
   Section 4: Horizontal How It Works (Title on Left, Steps in Front)
   ========================================================================== */
.hws-inline-process-section {
  position: relative !important;
  padding: 60px 0 80px !important;
  background-color: #ffffff !important;
  overflow: hidden !important;
}

.hws-inline-process-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
  position: relative !important;
  z-index: 5 !important;
}

/* Left Title Column */
.hws-inline-process-title-col {
  flex: 0 0 240px !important;
  max-width: 240px !important;
}

.hws-inline-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
  letter-spacing: -0.5px !important;
}

/* Right Side Steps Grid Row */
.hws-inline-steps-row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex: 1 !important;
  gap: 12px !important;
  max-width: 960px !important;
}

.hws-inline-step-node {
  flex: 1 !important;
  min-width: 160px !important;
  text-align: center !important;
}

/* Node Circle & Pin */
.hws-inline-step-node .hws-node-circle-wrap {
  position: relative !important;
  width: 95px !important;
  height: 95px !important;
  margin: 0 auto 12px !important;
}

.hws-inline-step-node .hws-pin-counter {
  position: absolute !important;
  top: -6px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #081d38 !important;
  color: #ffffff !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 4 !important;
  box-shadow: 0 2px 6px rgba(8, 29, 56, 0.22) !important;
}

.hws-inline-step-node .hws-node-dual-ring {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  border: 1.5px solid #0077c8 !important;
  background: radial-gradient(circle, #f0f9ff 0%, #ffffff 75%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 18px rgba(0, 119, 200, 0.08) !important;
}

.hws-inline-step-node .hws-node-vector {
  width: 42px !important;
  height: 42px !important;
}

/* Text */
.hws-inline-node-title {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #081d38 !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.25 !important;
}

.hws-inline-node-desc {
  font-size: 12px !important;
  color: #64748b !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}

/* Arrow */
.hws-inline-arrow {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0077c8 !important;
  padding-top: 32px !important;
  line-height: 1 !important;
  user-select: none !important;
}

/* Background Splash */
.hws-inline-bg-splash {
  position: absolute !important;
  right: -20px !important;
  bottom: 0 !important;
  width: 320px !important;
  height: 100% !important;
  pointer-events: none !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-end !important;
}

.hws-inline-bg-splash img {
  width: 100% !important;
  max-height: 280px !important;
  object-fit: contain !important;
  opacity: 0.9 !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .hws-inline-process-shell {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hws-inline-process-title-col {
    max-width: 100% !important;
    flex: auto !important;
    margin-bottom: 20px !important;
  }
  .hws-inline-steps-row {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .hws-inline-steps-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  .hws-inline-arrow {
    transform: rotate(90deg) !important;
    padding: 0 !important;
  }
  .hws-inline-bg-splash {
    display: none !important;
  }
}

/* ==========================================================================
   Section 5: Dynamic Product Catalog Grid
   ========================================================================== */
.hws-catalog-section {
  position: relative !important;
  padding: 80px 0 100px !important;
  background-color: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
}

.hws-catalog-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
}

/* Header Row */
.hws-catalog-head-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin-bottom: 40px !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
}

.hws-catalog-title {
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
  line-height: 1.2 !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: -0.5px !important;
}

.hws-catalog-subtitle {
  font-size: 14.5px !important;
  color: #64748b !important;
  max-width: 580px !important;
  margin: 0 !important;
}

.hws-btn-catalog-outline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  color: #0077c8 !important;
  border: 1.5px solid #0077c8 !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.hws-btn-catalog-outline:hover {
  background: rgba(0, 119, 200, 0.06) !important;
  transform: translateY(-2px) !important;
}

/* 4-Card Responsive Grid */
.hws-catalog-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

.hws-prod-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 6px 20px rgba(8, 29, 56, 0.04) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.hws-prod-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 14px 34px rgba(8, 29, 56, 0.1) !important;
  border-color: #cbd5e1 !important;
}

/* Thumbnail Area */
.hws-prod-card-thumb-wrap {
  position: relative !important;
  height: 220px !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 20px 10px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.hws-prod-badge {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  background: #e0f2fe !important;
  color: #0077c8 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  z-index: 2 !important;
}

.hws-prod-img-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.hws-prod-img-link img {
  max-width: 100% !important;
  max-height: 175px !important;
  object-fit: contain !important;
  transition: transform 0.3s ease !important;
}

.hws-prod-card:hover .hws-prod-img-link img {
  transform: scale(1.04) !important;
}

/* Body */
.hws-prod-card-body {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
}

.hws-prod-card-name {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #081d38 !important;
  line-height: 1.3 !important;
  margin: 0 0 6px 0 !important;
}

.hws-prod-card-name a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.hws-prod-card-name a:hover {
  color: #0077c8 !important;
}

.hws-prod-card-tagline {
  font-size: 12px !important;
  color: #64748b !important;
  line-height: 1.4 !important;
  margin: 0 0 14px 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Features List */
.hws-prod-features-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 18px 0 !important;
  flex: 1 !important;
}

.hws-prod-features-list li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  color: #475569 !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}

.hws-prod-features-list li svg {
  width: 14px !important;
  height: 14px !important;
  color: #10b981 !important;
  stroke-width: 2.5 !important;
  flex-shrink: 0 !important;
}

/* Card Footer & Price */
.hws-prod-card-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-top: 14px !important;
  border-top: 1px solid #f1f5f9 !important;
  margin-top: auto !important;
}

.hws-prod-price-box {
  display: flex !important;
  align-items: baseline !important;
  gap: 2px !important;
}

.hws-price-currency {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #0077c8 !important;
}

.hws-price-amount {
  font-size: 17px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
}

.hws-price-custom {
  font-size: 12.5px !important;
  font-weight: 800 !important;
  color: #64748b !important;
  background: #f1f5f9 !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
}

.hws-btn-prod-view {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: #0056b3 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.hws-btn-prod-view:hover {
  background: #004494 !important;
}

.hws-btn-prod-view svg {
  width: 13px !important;
  height: 13px !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .hws-catalog-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 640px) {
  .hws-catalog-cards-grid {
    grid-template-columns: 1fr !important;
  }
  .hws-catalog-title {
    font-size: 28px !important;
  }
}

/* ==========================================================================
   Section 6: Where You Need It (5 Application Photo Cards)
   ========================================================================== */
.hws-applications-section {
  position: relative !important;
  padding: 60px 0 80px !important;
  background-color: #ffffff !important;
}

.hws-applications-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

/* Left Title Column */
.hws-applications-intro-col {
  flex: 0 0 230px !important;
  max-width: 230px !important;
}

.hws-applications-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
  line-height: 1.18 !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: -0.5px !important;
}

.hws-applications-desc {
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* 5 Cards Row */
.hws-applications-grid {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex: 1 !important;
  gap: 16px !important;
}

.hws-app-item {
  flex: 1 !important;
  min-width: 140px !important;
  text-align: center !important;
}

.hws-app-card-frame {
  position: relative !important;
  width: 100% !important;
  height: 155px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background-color: #f1f5f9 !important;
  box-shadow: 0 6px 18px rgba(8, 29, 56, 0.05) !important;
  border: 1px solid #e2e8f0 !important;
  margin-bottom: 12px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.hws-app-item:hover .hws-app-card-frame {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 24px rgba(8, 29, 56, 0.1) !important;
  border-color: #cbd5e1 !important;
}

.hws-app-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Floating Bottom-Left Cyan Badge */
.hws-app-badge-icon {
  position: absolute !important;
  bottom: 8px !important;
  left: 8px !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background-color: #0088cc !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 3px 8px rgba(0, 136, 204, 0.35) !important;
  z-index: 2 !important;
}

.hws-app-badge-icon svg {
  width: 16px !important;
  height: 16px !important;
}

/* Label */
.hws-app-label {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #081d38 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

/* Responsive */
@media (max-width: 1180px) {
  .hws-applications-shell {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hws-applications-intro-col {
    max-width: 100% !important;
    flex: auto !important;
    margin-bottom: 20px !important;
  }
  .hws-applications-grid {
    width: 100% !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .hws-app-item {
    min-width: 30% !important;
  }
}

@media (max-width: 680px) {
  .hws-applications-grid {
    gap: 16px !important;
  }
  .hws-app-item {
    min-width: 45% !important;
  }
  .hws-app-card-frame {
    height: 135px !important;
  }
}

/* ==========================================================================
   Section 7: Why Choose Ridge? (6 Soft-Rounded White Cards Strip)
   ========================================================================== */
.hws-why-ridge-section {
  position: relative !important;
  padding: 60px 0 80px !important;
  background-color: #f8fafc !important;
  border-top: 1px solid #f1f5f9 !important;
}

.hws-why-ridge-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 30px !important;
}

/* Left Title Column */
.hws-why-ridge-intro-col {
  flex: 0 0 240px !important;
  max-width: 240px !important;
}

.hws-why-ridge-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
  line-height: 1.18 !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: -0.5px !important;
}

.hws-why-ridge-desc {
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.55 !important;
  margin: 0 !important;
}

/* Right 6-Card Row */
.hws-why-ridge-cards-strip {
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  flex: 1 !important;
  gap: 14px !important;
}

.hws-why-card {
  flex: 1 !important;
  min-width: 120px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 18px !important;
  padding: 24px 10px 20px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 16px rgba(8, 29, 56, 0.03) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.hws-why-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 24px rgba(8, 29, 56, 0.08) !important;
  border-color: #cbd5e1 !important;
}

/* Icon Area */
.hws-why-card-icon {
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
}

.hws-why-card-icon svg {
  width: 100% !important;
  height: 100% !important;
}

/* Text */
.hws-why-card-label {
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #081d38 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 1200px) {
  .hws-why-ridge-shell {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .hws-why-ridge-intro-col {
    max-width: 100% !important;
    flex: auto !important;
    margin-bottom: 20px !important;
  }
  .hws-why-ridge-cards-strip {
    width: 100% !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
  }
  .hws-why-card {
    min-width: 28% !important;
  }
}

@media (max-width: 680px) {
  .hws-why-card {
    min-width: 45% !important;
    padding: 18px 8px 16px !important;
  }
}

/* ==========================================================================
   Section 8: Panoramic Ocean CTA Banner
   ========================================================================== */
.hws-final-cta-section {
  position: relative !important;
  padding: 50px 0 90px !important;
  background-color: #ffffff !important;
}

.hws-final-cta-shell {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 0 32px !important;
  box-sizing: border-box !important;
}

/* Rounded Ocean Banner Card */
.hws-ocean-banner-card {
  position: relative !important;
  min-height: 240px !important;
  border-radius: 20px !important;
  background-color: #081d38 !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  display: flex !important;
  align-items: center !important;
  padding: 44px 50px !important;
  box-shadow: 0 16px 40px rgba(8, 29, 56, 0.18) !important;
  overflow: hidden !important;
}

/* Gradient Overlay to ensure text readability over the left side */
.hws-ocean-banner-card::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(8, 29, 56, 0.95) 0%, rgba(8, 29, 56, 0.75) 45%, rgba(8, 29, 56, 0) 80%) !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* Left Content Area */
.hws-ocean-cta-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 580px !important;
}

.hws-ocean-cta-title {
  font-size: 32px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: -0.5px !important;
}

.hws-ocean-cta-desc {
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.5 !important;
  margin: 0 0 24px 0 !important;
  font-weight: 500 !important;
}

/* Buttons Cluster */
.hws-ocean-btn-group {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

/* Teal Consultation Button */
.hws-btn-teal-action {
  background-color: #0088cc !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 14px rgba(0, 136, 204, 0.35) !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
}

.hws-btn-teal-action:hover {
  background-color: #0070a8 !important;
  transform: translateY(-2px) !important;
}

/* Deep Navy Call Button */
.hws-btn-navy-phone {
  background: #081d38 !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
}

.hws-btn-navy-phone:hover {
  background-color: #0c2b54 !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  transform: translateY(-2px) !important;
}

.hws-btn-navy-phone svg {
  width: 14px !important;
  height: 14px !important;
  color: #ffffff !important;
}

/* Arrow inside buttons */
.hws-btn-arrow {
  font-size: 14px !important;
  font-weight: 800 !important;
}

/* Responsive */
@media (max-width: 900px) {
  .hws-ocean-banner-card {
    padding: 36px 30px !important;
    background-position: right center !important;
  }
  .hws-ocean-banner-card::before {
    background: linear-gradient(90deg, rgba(8, 29, 56, 0.95) 0%, rgba(8, 29, 56, 0.85) 60%, rgba(8, 29, 56, 0.3) 100%) !important;
  }
  .hws-ocean-cta-title {
    font-size: 26px !important;
  }
}

@media (max-width: 600px) {
  .hws-ocean-banner-card {
    padding: 30px 20px !important;
  }
  .hws-ocean-btn-group {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .hws-btn-teal-action, .hws-btn-navy-phone {
    justify-content: center !important;
  }
}

/* ==========================================================================
   Section: Frequently Asked Questions (FAQ Accordion)
   ========================================================================== */
.hws-faq-section {
  position: relative !important;
  padding: 80px 0 90px !important;
  background-color: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
}

.hws-faq-shell {
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

/* Header */
.hws-faq-header {
  text-align: center !important;
  margin-bottom: 44px !important;
}

.hws-faq-title {
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #081d38 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: -0.5px !important;
}

.hws-faq-subtitle {
  font-size: 14.5px !important;
  color: #64748b !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

/* Accordion Cards Container */
.hws-faq-accordion-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.hws-faq-card {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 14px rgba(8, 29, 56, 0.03) !important;
  transition: all 0.25s ease !important;
}

.hws-faq-card:hover {
  border-color: #cbd5e1 !important;
  box-shadow: 0 8px 20px rgba(8, 29, 56, 0.06) !important;
}

.hws-faq-card.active {
  border-color: #0077c8 !important;
  box-shadow: 0 8px 24px rgba(0, 119, 200, 0.08) !important;
}

/* Accordion Trigger Button */
.hws-faq-question-btn {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 20px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  text-align: left !important;
  font-family: inherit !important;
  font-size: 15.5px !important;
  font-weight: 800 !important;
  color: #081d38 !important;
  cursor: pointer !important;
  outline: none !important;
}

.hws-faq-card.active .hws-faq-question-btn {
  color: #0077c8 !important;
}

/* Chevron Circle */
.hws-faq-chevron {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #64748b !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease !important;
}

.hws-faq-chevron svg {
  width: 18px !important;
  height: 18px !important;
}

.hws-faq-card.active .hws-faq-chevron {
  transform: rotate(180deg) !important;
  background: #e0f2fe !important;
  color: #0077c8 !important;
}

/* Answer Slide Pane */
.hws-faq-answer-pane {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease !important;
  padding: 0 24px !important;
}

.hws-faq-card.active .hws-faq-answer-pane {
  max-height: 250px !important;
  padding: 0 24px 22px 24px !important;
}

.hws-faq-answer-pane p {
  font-size: 14px !important;
  color: #475569 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .hws-faq-title {
    font-size: 28px !important;
  }
  .hws-faq-question-btn {
    font-size: 14.5px !important;
    padding: 16px 18px !important;
  }
  .hws-faq-answer-pane {
    padding: 0 18px !important;
  }
  .hws-faq-card.active .hws-faq-answer-pane {
    padding: 0 18px 18px 18px !important;
  }
}