/** Shopify CDN: Minification failed

Line 19:0 Unexpected "}"

**/
/* ============================================
   HearWell CTA Banner Section - PREMIUM DARK NAVY
   ============================================ */

.section-hearwell-cta-banner,
.audien-cta-banner.hw-section {
  background: #1a365d !important;
  padding: 80px 24px !important;
  position: relative;
  overflow: hidden;
}

/* Removed gradient overlay for seamless background */
}

.section-hearwell-cta-banner .hw-container,
.audien-cta-banner .hw-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.audien-cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.audien-cta-banner__content {
  flex: 1;
  max-width: 600px;
}

.audien-cta-banner__headline {
  font-size: clamp(36px, 5vw, 52px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 20px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}

.audien-cta-banner__subheadline {
  font-size: 20px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 0 36px !important;
  line-height: 1.7 !important;
  max-width: 500px;
}

/* Premium CTA Button */
.audien-cta-banner__cta,
.audien-cta-banner__cta.hw-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 20px 44px !important;
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%) !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: 60px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 
    0 4px 20px rgba(13, 148, 136, 0.5),
    0 0 60px rgba(13, 148, 136, 0.2) !important;
  text-transform: none !important;
  position: relative;
  overflow: hidden;
}

.audien-cta-banner__cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.audien-cta-banner__cta:hover::before {
  left: 100%;
}

.audien-cta-banner__cta:hover {
  transform: translateY(-4px) !important;
  box-shadow: 
    0 8px 32px rgba(13, 148, 136, 0.6),
    0 0 80px rgba(13, 148, 136, 0.3) !important;
}

/* Add arrow icon after button text */
.audien-cta-banner__cta::after {
  content: '→';
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

.audien-cta-banner__cta:hover::after {
  transform: translateX(4px);
}

.audien-cta-banner__image-wrap {
  flex-shrink: 0;
}

.audien-cta-banner__image {
  max-width: 320px;
  height: auto;
  border-radius: 20px;
  box-shadow: 
    0 24px 48px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(13, 148, 136, 0.15);
}

/* Decorative elements */
.section-hearwell-cta-banner::after,
.audien-cta-banner.hw-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(13, 148, 136, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

@media (max-width: 900px) {
  .section-hearwell-cta-banner,
  .audien-cta-banner.hw-section {
    padding: 70px 20px !important;
  }

  .audien-cta-banner__inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .audien-cta-banner__content {
    order: 2;
    max-width: 100%;
  }

  .audien-cta-banner__subheadline {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .audien-cta-banner__image-wrap {
    order: 1;
  }

  .audien-cta-banner__image {
    max-width: 260px;
  }
}

@media (max-width: 600px) {
  .section-hearwell-cta-banner,
  .audien-cta-banner.hw-section {
    padding: 60px 16px !important;
  }

  .audien-cta-banner__headline {
    font-size: 32px !important;
  }

  .audien-cta-banner__subheadline {
    font-size: 17px !important;
  }

  .audien-cta-banner__cta {
    width: 100% !important;
    justify-content: center !important;
    padding: 18px 32px !important;
  }
}

/* Placeholder Styles */
.audien-cta-banner__placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 280px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.audien-cta-banner__placeholder-svg {
  width: 100%;
  height: auto;
  max-width: 300px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.audien-cta-banner__placeholder:hover .audien-cta-banner__placeholder-svg {
  opacity: 1;
}

.audien-cta-banner__placeholder-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(26, 54, 93, 0.7);
  padding: 6px 14px;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.audien-cta-banner__placeholder:hover .audien-cta-banner__placeholder-text {
  opacity: 1;
}

@media (max-width: 900px) {
  .audien-cta-banner__placeholder {
    min-width: 220px;
    min-height: 220px;
  }

  .audien-cta-banner__placeholder-svg {
    max-width: 240px;
  }
}
