/* ============================================
   Hear a Sample Call Page Styles
   ============================================ */

/* Body background for this page - More compatible approach */
html body {
  background: var(--color-very-dark-bg) !important;
}

/* Ensure main content is visible */
main#main-content {
  background: var(--color-very-dark-bg) !important;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

/* Ensure all sections are visible */
section {
  position: relative;
  z-index: 1;
}

/* Header Section with Background */
.hear-sample-call-header {
  position: relative;
  width: 100%;
  padding: var(--space-3xl) var(--page-padding);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--color-very-dark-bg);
}

.hear-sample-call-header-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hear-sample-call-header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hear-sample-call-header-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 11, 12, 0) 0%, rgba(10, 11, 12, 0.96) 96.25%);
  z-index: 1;
}

.hear-sample-call-header-container {
  position: relative;
  z-index: 2;
  max-width: var(--max-content-width);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hear-sample-call-header-content {
  max-width: 768px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  text-align: center;
}

.hear-sample-call-title {
  font-family: var(--font-heading);
  font-weight: var(--font-bold);
  font-size: var(--text-h2);
  line-height: var(--line-height-tight);
  letter-spacing: var(--tracking-h2);
  color: var(--color-white);
  margin: 0;
  text-align: center;
}

.hear-sample-call-title-highlight {
  color: var(--color-primary);
}

.hear-sample-call-description {
  font-family: var(--font-body);
  font-weight: var(--font-regular);
  font-size: var(--text-large);
  line-height: var(--line-height-relaxed);
  color: var(--color-white);
  margin: 0;
  text-align: center;
}

.hear-sample-call-trust {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: var(--space-xs);
}

.hear-sample-call-avatars {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
}

.hear-sample-call-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-black);
  overflow: hidden;
  margin-left: -8px;
  position: relative;
  z-index: 3;
  box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.1), 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.hear-sample-call-avatar:first-child {
  margin-left: 0;
  z-index: 5;
}

.hear-sample-call-avatar:nth-child(2) {
  z-index: 4;
}

.hear-sample-call-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hear-sample-call-trust-text {
  font-family: var(--font-heading);
  font-weight: var(--font-regular);
  font-size: var(--text-small);
  line-height: 1.4;
  color: var(--color-gray-light);
  margin: 0;
}

/* What You'll Hear Features Section */
.hear-sample-features {
  background: var(--color-very-dark-bg) !important;
  width: 100%;
  padding: var(--space-3xl) var(--page-padding);
  position: relative;
  z-index: 1;
  display: block;
  visibility: visible;
}

.hear-sample-features-container {
  max-width: var(--max-content-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
}

.hear-sample-features-header {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  height: 24px;
}

.hear-sample-features-accent {
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #2b7fff 0%, #9810fa 100%);
  border-radius: 33554400px;
  flex-shrink: 0;
}

.hear-sample-features-title {
  font-family: 'Arimo', sans-serif;
  font-weight: var(--font-regular);
  font-size: var(--text-small);
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #99a1af;
  margin: 0;
}

.hear-sample-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 110px;
}

.hear-sample-feature-card {
  position: relative;
  width: 100%;
  height: 214px;
}

.hear-sample-feature-card-blur {
  position: absolute;
  inset: 0;
  filter: blur(40px);
  background: linear-gradient(148.7deg, rgba(0, 2, 31, 0.1) 0%, rgba(1, 6, 21, 0.1) 100%);
  border-radius: var(--radius-md);
  z-index: 0;
}

.hear-sample-feature-card-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  background: linear-gradient(148.7deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.hear-sample-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hear-sample-feature-card:nth-child(1) .hear-sample-feature-icon {
  background: linear-gradient(135deg, rgba(152, 16, 250, 0.2) 0%, rgba(152, 16, 250, 0.1) 100%);
}

.hear-sample-feature-card:nth-child(2) .hear-sample-feature-icon {
  background: linear-gradient(135deg, rgba(21, 93, 252, 0.2) 0%, rgba(21, 93, 252, 0.1) 100%);
}

.hear-sample-feature-card:nth-child(3) .hear-sample-feature-icon {
  background: linear-gradient(135deg, rgba(0, 166, 62, 0.2) 0%, rgba(0, 166, 62, 0.1) 100%);
}

.hear-sample-feature-icon img {
  width: 24px;
  height: 24px;
}

.hear-sample-feature-title {
  font-family: 'Arimo', sans-serif;
  font-weight: var(--font-regular);
  font-size: 20px;
  line-height: 28px;
  color: var(--color-white);
  margin: 0;
}

.hear-sample-feature-description {
  font-family: 'Arimo', sans-serif;
  font-weight: var(--font-regular);
  font-size: var(--text-small);
  line-height: 20px;
  color: #99a1af;
  margin: 0;
  flex: 1;
}

.hear-sample-feature-number {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
  font-family: 'Arimo', sans-serif;
  font-weight: var(--font-regular);
  font-size: 72px;
  line-height: 72px;
  color: var(--color-white);
  opacity: 0.05;
  pointer-events: none;
}

/* CTA Section */
.hear-sample-cta {
  background: var(--color-very-dark-bg) !important;
  width: 100%;
  padding: var(--space-2xl) var(--page-padding);
  position: relative;
  z-index: 1;
  display: block;
  visibility: visible;
}

.hear-sample-cta-container {
  max-width: var(--max-content-width);
  width: 100%;
  margin: 0 auto;
}

.hear-sample-cta-content {
  background: linear-gradient(180deg, #0a0b0c 18.07%, #09101f 117.85%);
  border-radius: 32px;
  padding: var(--space-3xl);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2xl);
  position: relative;
  box-shadow: inset 0px 2px 6px -2px rgba(255, 255, 255, 0.15),
              inset 0px -10px 20px -6px rgba(255, 255, 255, 0.4),
              inset 0px -30px 30px -8px rgba(102, 148, 255, 0.5),
              inset 0px -90px 60px -30px rgba(20, 76, 205, 0.25);
}

.hear-sample-cta-title {
  font-family: 'Arimo', sans-serif;
  font-weight: var(--font-bold);
  font-size: 48px;
  line-height: 72px;
  color: var(--color-white);
  margin: 0;
  text-align: center;
}

.hear-sample-cta-description {
  font-family: 'Arimo', sans-serif;
  font-weight: var(--font-regular);
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-align: center;
  max-width: 663px;
}

.hear-sample-cta-actions {
  display: flex;
  gap: var(--space-sm);
  align-items: center;
  justify-content: center;
}

.hear-sample-cta-features {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: center;
  padding: 0 309px;
}

.hear-sample-cta-feature {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  height: 21px;
}

.hear-sample-cta-feature-icon {
  width: 20px;
  height: 20px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hear-sample-cta-feature-icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--color-white);
}

.hear-sample-cta-feature span {
  font-family: 'Arimo', sans-serif;
  font-weight: var(--font-regular);
  font-size: var(--text-small);
  line-height: 21px;
  color: rgba(255, 255, 255, 0.9);
}

/* Update hear-sample-section to use dark background - ONLY for hear-sample-call-page */
.hear-sample-call-page {
  background: var(--color-very-dark-bg) !important;
  position: relative;
  z-index: 1;
  display: flex !important;
  visibility: visible !important;
  overflow: visible !important;
}

/* Ensure card and card content don't clip dropdown - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-card,
.hear-sample-call-page .hear-sample-card-content {
  overflow: visible !important;
  min-height: auto !important;
}

/* Ensure container doesn't clip dropdown - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-container {
  overflow: visible !important;
}

/* Override responsive.css mobile styles - ONLY for hear-sample-call-page */
@media (max-width: 767px) {
  .hear-sample-call-page {
    background: var(--color-very-dark-bg) !important;
    padding: 48px 20px !important;
  }

  /* Show left panel in mobile/tablet as a compact rectangle - ONLY for hear-sample-call-page */
  .hear-sample-call-page .hear-sample-left-panel {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 16px;
    padding: 0 !important;
    align-self: flex-start !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  /* Force override desktop min-height for mobile */
  .hear-sample-call-page .hear-sample-left-panel[class*="hear-sample-left-panel"] {
    min-height: 0 !important;
    height: auto !important;
  }

  /* Hide image container completely on mobile to make it more compact */
  .hear-sample-call-page .hear-sample-image-container {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  /* Hide professional button and label on mobile to make it more compact */
  .hear-sample-call-page .hear-sample-professional-button {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hear-sample-call-page .hear-sample-professional-label {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hear-sample-call-page .hear-sample-professional-image {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
  }

  /* Make industry selector relative and centered for mobile */
  .hear-sample-call-page .hear-sample-left-panel .hear-sample-industry-selector {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    z-index: 1000;
    padding: 0;
  }

  /* Reduce card padding on mobile */
  .hear-sample-call-page .hear-sample-card {
    padding: 16px !important;
  }

  /* Ensure card content is column layout with reduced gap */
  .hear-sample-call-page .hear-sample-card-content {
    flex-direction: column !important;
    gap: 16px !important;
    min-height: auto !important;
  }

  /* Right panel adjustments with reduced padding */
  .hear-sample-call-page .hear-sample-right-panel {
    width: 100% !important;
    padding: 16px 12px !important;
    min-height: auto !important;
    max-height: none !important;
    gap: 20px !important;
  }

  /* Reduce chat gap on mobile */
  .hear-sample-call-page .hear-sample-chat {
    gap: 16px !important;
  }

  /* Reduce summary card padding on mobile */
  .hear-sample-call-page .hear-sample-summary-card {
    padding: 16px !important;
    gap: 16px !important;
  }

  .hear-sample-call-page .hear-sample-summary-section {
    gap: 8px !important;
  }

  /* Stack trust section vertically on mobile */
  .hear-sample-call-trust {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
  }

  /* Center avatars on mobile */
  .hear-sample-call-avatars {
    justify-content: center !important;
  }

  /* Make trust text break into two lines on mobile */
  .hear-sample-call-trust-text {
    text-align: center !important;
    white-space: normal !important;
  }
}

/* Tablet styles - ONLY for hear-sample-call-page */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Show left panel in tablet as a compact rectangle - ONLY for hear-sample-call-page */
  .hear-sample-call-page .hear-sample-left-panel {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 20px;
    padding: 0 !important;
    align-self: flex-start !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  /* Force override desktop min-height for tablet */
  .hear-sample-call-page .hear-sample-left-panel[class*="hear-sample-left-panel"] {
    min-height: 0 !important;
    height: auto !important;
  }

  /* Hide image container completely on tablet to make it more compact */
  .hear-sample-call-page .hear-sample-image-container {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  /* Hide professional button and label on tablet to make it more compact */
  .hear-sample-call-page .hear-sample-professional-button {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hear-sample-call-page .hear-sample-professional-label {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hear-sample-call-page .hear-sample-professional-image {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
  }

  /* Make industry selector relative and centered for tablet */
  .hear-sample-call-page .hear-sample-left-panel .hear-sample-industry-selector {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    z-index: 1000;
    padding: 0;
  }

  /* Reduce card padding on tablet */
  .hear-sample-call-page .hear-sample-card {
    padding: 20px !important;
  }

  /* Ensure card content is column layout with reduced gap */
  .hear-sample-call-page .hear-sample-card-content {
    flex-direction: column !important;
    gap: 20px !important;
    min-height: auto !important;
  }

  /* Right panel adjustments with reduced padding */
  .hear-sample-call-page .hear-sample-right-panel {
    width: 100% !important;
    padding: 20px 24px 0 24px !important;
    min-height: auto !important;
    max-height: none !important;
    gap: 24px !important;
  }

  /* Reduce chat gap on tablet */
  .hear-sample-call-page .hear-sample-chat {
    gap: 20px !important;
  }

  /* Reduce summary card padding on tablet */
  .hear-sample-call-page .hear-sample-summary-card {
    padding: 20px !important;
    gap: 20px !important;
  }

  .hear-sample-call-page .hear-sample-summary-section {
    gap: 10px !important;
  }

  /* Stack trust section vertically on tablet */
  .hear-sample-call-trust {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
  }

  /* Center avatars on tablet */
  .hear-sample-call-avatars {
    justify-content: center !important;
  }

  /* Make trust text break into two lines on tablet */
  .hear-sample-call-trust-text {
    text-align: center !important;
    white-space: normal !important;
  }
}

/* Ensure text colors are correct for dark background - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-title,
.hear-sample-call-page .hear-sample-description p {
  color: var(--color-white) !important;
}

/* Update card styling for dark theme with glassmorphism - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-card {
  background: transparent;
  backdrop-filter: blur(22.5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(159.16deg, rgba(255, 255, 255, 0.05) 5.13%, rgba(10, 11, 12, 0.05) 80.62%);
}

/* Remove white gradients from chat container on dark theme - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-chat::before {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  content: none !important;
}

.hear-sample-call-page .hear-sample-chat::after {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
  content: none !important;
}

/* Update right panel styling to match Figma design - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-right-panel {
  padding: 36px 40px 0 40px !important;
  gap: 35px !important;
  border-radius: 20px;
}

/* Update chat gap to match Figma - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-chat {
  gap: 25px !important;
}

/* Update message bubble colors to match Figma - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-message-bubble-agent,
.hear-sample-call-page .hear-sample-message-bubble-client {
  background: #222324 !important; /* neutral-darker */
}

.hear-sample-call-page .hear-sample-message-bubble p {
  color: var(--color-white) !important;
}

/* Update author name color - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-message-author {
  color: #848585 !important;
}

/* Update audio player border color - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-audio-player {
  border-top-color: #848585 !important;
}

/* Update progress bar colors - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-progress-bar {
  background: #222324 !important; /* neutral-darker */
}

.hear-sample-call-page .hear-sample-progress-fill {
  background: #f2f2f2 !important; /* neutral-lightest */
}

/* Update time display color - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-time {
  color: #848585 !important;
}

/* Update volume slider colors - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-volume-slider {
  background: #222324 !important; /* neutral-darker */
}

.hear-sample-call-page .hear-sample-volume-fill {
  background: #f2f2f2 !important; /* neutral-lightest */
}

/* Update volume icon color - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-volume-icon {
  filter: brightness(0) invert(0.52); /* Makes icon #848585 color */
}

/* Update play button icon color - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-play-icon {
  filter: brightness(0) invert(0.95); /* Makes icon #f2f2f2 color (neutral-lightest) */
}

/* Remove background from listening indicator - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-listening-indicator .hear-sample-message-bubble-agent,
.hear-sample-call-page .hear-sample-listening-indicator .hear-sample-message-bubble {
  background: transparent !important;
  background-color: transparent !important;
}

/* Change active message stroke to white - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-message.active .hear-sample-message-bubble-agent,
.hear-sample-call-page .hear-sample-message.active .hear-sample-message-bubble-client {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1) !important;
}

/* Hide old professional button - replaced by industry selector - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-professional-button {
  display: none !important;
}

/* Hide old service icons menu - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-service-icons-menu {
  display: none !important;
}

/* Dark theme for summary card - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-summary-card {
  background: linear-gradient(148.7deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(10px);
}

.hear-sample-call-page .hear-sample-summary-card:hover {
  background: linear-gradient(148.7deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3) !important;
}

.hear-sample-call-page .hear-sample-summary-section:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.hear-sample-call-page .hear-sample-summary-label {
  color: rgba(255, 255, 255, 0.6) !important;
}

.hear-sample-call-page .hear-sample-summary-issue {
  color: var(--color-white) !important;
}

.hear-sample-call-page .hear-sample-summary-actions li {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Dark theme for notification - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-message-bubble-notification {
  background: linear-gradient(148.7deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(10px);
}

.hear-sample-call-page .hear-sample-notification-close {
  color: rgba(255, 255, 255, 0.6) !important;
}

.hear-sample-call-page .hear-sample-notification-close:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.hear-sample-call-page .hear-sample-notification-title {
  color: #ffffff !important;
}

.hear-sample-call-page .hear-sample-notification-description {
  color: rgba(255, 255, 255, 0.7) !important;
}

.hear-sample-call-page .hear-sample-notification-btn-secondary {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.hear-sample-call-page .hear-sample-notification-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

.hear-sample-call-page .hear-sample-summary-actions li::before {
  background: var(--color-primary) !important;
}

.hear-sample-call-page .hear-sample-summary-actions li:hover {
  color: var(--color-white) !important;
}

.hear-sample-call-page .hear-sample-summary-why {
  color: rgba(255, 255, 255, 0.7) !important;
}

.hear-sample-section .hear-sample-professional-label {
  position: absolute;
  left: 50%;
  top: calc(50% + 232px);
  transform: translate(-50%, -50%);
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 10px;
  line-height: 24px;
  color: #fcfcfc;
  white-space: nowrap;
  margin: 0;
}

/* Force visibility for all sections on this page */
.hear-sample-call-header,
.hear-sample-call-page,
.hear-sample-features,
.hear-sample-cta {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
}

.hear-sample-features,
.hear-sample-cta {
  display: block !important;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .hear-sample-call-header {
    padding: var(--space-2xl) var(--page-padding-mobile);
    min-height: 500px;
  }

  .hear-sample-call-title {
    font-size: 36px;
  }

  .hear-sample-call-description {
    font-size: var(--text-regular);
  }

  .hear-sample-features {
    padding: var(--space-2xl) var(--page-padding-mobile);
  }

  .hear-sample-features-grid {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }

  .hear-sample-feature-card {
    height: auto;
    min-height: 214px;
  }

  .hear-sample-cta {
    padding: var(--space-2xl) var(--page-padding-mobile);
  }

  .hear-sample-cta-content {
    padding: var(--space-xl) var(--space-md);
  }

  .hear-sample-cta-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .hear-sample-cta-description {
    font-size: var(--text-regular);
    line-height: 1.5;
  }

  .hear-sample-cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .hear-sample-cta-actions .btn-primary-large,
  .hear-sample-cta-actions .btn-secondary-large {
    width: 100%;
  }

  .hear-sample-cta-features {
    flex-direction: column;
    gap: var(--space-md);
    padding: 0;
    width: 100%;
  }

  .hear-sample-cta-feature {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Industry Selector Button and Dropdown - positioned on the image - ONLY for hear-sample-call-page */
/* Desktop styles - will be overridden in mobile/tablet media queries */
@media (min-width: 1024px) {
  .hear-sample-call-page .hear-sample-left-panel {
    overflow: visible !important;
    min-height: 600px !important;
  }
}

/* Desktop styles - will be overridden in mobile/tablet media queries */
@media (min-width: 1024px) {
  .hear-sample-call-page .hear-sample-image-container {
    overflow: visible !important;
    min-height: 600px !important;
    position: relative;
  }
}

/* Apply inner shadow effects from Figma design - ONLY for hear-sample-call-page */
.hear-sample-call-page .hear-sample-image-container::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 20px;
  box-shadow: 
    inset 0px 2px 6px -2px rgba(255, 255, 255, 0.15),
    inset 0px -10px 20px -6px rgba(255, 255, 255, 0.4),
    inset 0px -30px 30px -8px rgba(102, 148, 255, 0.5),
    inset 0px -90px 60px -30px rgba(20, 76, 205, 0.25);
  z-index: 1;
}

.hear-sample-call-page .hear-sample-left-panel .hear-sample-industry-selector {
  position: absolute;
  left: 50%;
  top: calc(50% + 191px);
  transform: translate(-50%, -50%);
  width: 300px;
  z-index: 1000;
  overflow: visible !important;
}

.hear-sample-industry-button {
  width: 100%;
  height: 50px;
  background: linear-gradient(148.7deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fcfcfc;
  position: relative;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 
    0px 4px 16px rgba(0, 0, 0, 0.2),
    inset 0px 1px 0px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

/* Glassmorphism light effect - simulating light source at 52° */
.hear-sample-industry-button::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 140%;
  height: 200%;
  background: linear-gradient(52deg, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
  opacity: 0.6;
  filter: blur(1px);
}

.hear-sample-industry-button:hover {
  background: linear-gradient(148.7deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 
    0px 6px 20px rgba(0, 0, 0, 0.3),
    inset 0px 1px 0px rgba(255, 255, 255, 0.15);
}

.hear-sample-industry-button:hover::before {
  opacity: 0.8;
}

.hear-sample-industry-button img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
  /* Converts icon color to #787978 */
}

.hear-sample-industry-button-text {
  white-space: nowrap;
}

.hear-sample-industry-chevron {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: #fcfcfc;
  transition: transform 0.3s ease;
}

.hear-sample-industry-button[aria-expanded="true"] .hear-sample-industry-chevron {
  transform: rotate(180deg);
}

.hear-sample-industry-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  bottom: auto;
  left: 0;
  right: 0;
  background: var(--color-dark-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  z-index: 1001;
  overflow: hidden;
  min-width: 100%;
  max-height: 400px;
  width: 300px;
}

/* If dropdown would be cut off at bottom, show it above the button */
.hear-sample-industry-selector.dropdown-above .hear-sample-industry-dropdown {
  top: auto;
  bottom: calc(100% + 10px);
}

.hear-sample-industry-dropdown.show {
  display: flex !important;
  visibility: visible !important;
}

/* Search Input Styles */
.hear-sample-industry-search {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
}

.hear-sample-search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 1;
}

.hear-sample-industry-search-input {
  width: 100%;
  padding: 10px 12px 10px 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-family: var(--font-heading);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.hear-sample-industry-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.hear-sample-industry-search-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Options Container - Scrollable */
.hear-sample-industry-options-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}

/* Custom Scrollbar */
.hear-sample-industry-options-container::-webkit-scrollbar {
  width: 6px;
}

.hear-sample-industry-options-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.hear-sample-industry-options-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.hear-sample-industry-options-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hear-sample-industry-option {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: var(--font-heading);
  font-weight: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5); /* Muted text color for non-active items */
  text-align: left;
  transition: all 0.2s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

.hear-sample-industry-option.hidden {
  display: none;
}

/* Hover state - only for non-active items */
.hear-sample-industry-option:not(.hear-sample-industry-option-active):hover {
  background: rgba(255, 255, 255, 0.05); /* Very subtle hover background */
  color: rgba(255, 255, 255, 0.6); /* Slightly brighter text on hover, but still muted */
}

.hear-sample-industry-option:not(.hear-sample-industry-option-active):hover img {
  opacity: 0.6; /* Slightly brighter icon on hover, but still muted */
}

/* Active state - should be clearly distinct */
.hear-sample-industry-option-active {
  background: rgba(255, 255, 255, 0.15) !important;
  font-weight: 600;
  color: var(--color-white) !important; /* White text for active item */
}

/* Active state should not have hover effects */
.hear-sample-industry-option-active:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: var(--color-white) !important;
}

.hear-sample-industry-option img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
  /* Converts icon color to #787978 */
  transition: all 0.2s ease;
}

/* Active option icons should be white */
.hear-sample-industry-option-active img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(100%); /* White for active item */
}

.hear-sample-industry-option span {
  flex: 1;
}

/* Hide old service icons menu */
.hear-sample-section .hear-sample-service-icons-menu {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hear-sample-features-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .hear-sample-cta-features {
    padding: 0 var(--space-xl);
    gap: var(--space-xl);
  }

  /* Dark theme for summary card on mobile - ONLY for hear-sample-call-page */
  .hear-sample-call-page .hear-sample-summary-card {
    background: linear-gradient(148.7deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .hear-sample-call-page .hear-sample-summary-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .hear-sample-call-page .hear-sample-summary-label {
    color: rgba(255, 255, 255, 0.6) !important;
  }

  .hear-sample-call-page .hear-sample-summary-issue,
  .hear-sample-call-page .hear-sample-summary-why {
    color: rgba(255, 255, 255, 0.8) !important;
  }

  .hear-sample-call-page .hear-sample-summary-actions li {
    color: rgba(255, 255, 255, 0.8) !important;
  }
}
