  .quote-section strong,
.quote-text strong,
.content-section strong {
    font-weight: bold !important;
}

.main-home-hero-alt::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(180deg, 
                rgba(0,0,0,0.5) 0%, 
                rgba(0,0,0,0.3) 15%, 
                rgba(0,0,0,0.1) 25%, 
                rgba(0,0,0,0) 40%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Reset all flex properties */
.main-home-hero-alt,
.main-home-hero-alt__bkgrnd,
.main-home-hero-alt__content,
.main-home-hero-alt__title {
    display: block;
    box-sizing: border-box;
}

.main-home-hero-alt {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.main-home-hero-alt__bkgrnd:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.10); /* Assuming this was your subtle overlay */
    z-index: 1;
}

.main-home-hero-alt::after {
    content: '' !important; /* Using important from your original CSS */
    position: absolute !important; /* Using important from your original CSS */
    bottom: 0 !important; /* Using important from your original CSS */
    left: 0 !important; /* Using important from your original CSS */
    width: 100% !important; /* Using important from your original CSS */
    height: 100% !important; /* Using important from your original CSS */
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0) 50%) !important; /* Using important from your original CSS */
    z-index: 2;
}

/* Added podcast section margin */
.podcast-section {
    margin: 0 15px;
}

/* Mobile specific styles */
@media (max-width: 767px) {
  .outer-pad {
    padding-inline: 0;
    overflow-x: hidden;
  }

  .outer-pad > .container {
     padding-inline: 1.5625rem; /* Restore padding for container */
  }

  /* Ensure other direct children needing padding get it too, if any */
  /* Example: If podcast section is direct child AND needs padding instead of margin on mobile */
  /* .outer-pad > .podcast-section { */
  /* padding-inline: 1.5625rem; */
  /* } */


  .main-home-hero-alt__bkgrnd {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      margin: 0;
      padding: 0;
  }

   .main-home-hero-alt__bkgrnd img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
   }

   .main-home-hero-alt__content {
       position: absolute;
       bottom: 0;
       z-index: 3;
       left: 1.5625rem; /* Match desired mobile padding */
       right: 1.5625rem; /* Match desired mobile padding */
       width: auto;
       padding: 20px 0; /* Adjust vertical padding */
   }

   /* Mobile font sizes from your CSS */
   .hero-title { font-size: 2.5rem !important; }
   .hero-subtitle { font-size: 1.75rem !important; }

}

.main-home-hero-alt,
.main-home-hero-alt *,
.main-home-hero-alt__content,
.main-home-hero-alt__title,
.main-home-hero-alt__bkgrnd {
    display: block !important;
    flex: none !important;
    justify-content: unset !important;
    align-items: unset !important;
    align-content: unset !important;
    text-align: left !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Override outer padding for hero section */
.outer-pad .main-home-hero-alt {
    margin-inline: -9rem !important;
    width: calc(100% + 18rem) !important;
}

/* Hide hero link-related elements only */
.main-home-hero-alt__content .primary-link,
.main-home-hero-alt__content .primary-link__arrow,
.main-home-hero-alt__content .primary-link__text,
.main-home-hero-alt__content span[class*="primary-link"],
.main-home-hero-alt__content svg[aria-hidden="true"],
.main-home-hero-alt .primary-link,
.main-home-hero-alt .primary-link__arrow,
.main-home-hero-alt .primary-link__text,
.main-home-hero-alt span[class*="primary-link"],
.main-home-hero-alt svg[aria-hidden="true"],
.main-home-hero-alt__content a[href*="62550044"],
.main-home-hero-alt__content use[xlink\:href="#icon-caret"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.primary-link {
	color: white;
}

/* Main container */
.main-home-hero-alt {
    position: relative !important;
    height: 100vh !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* CMS Background overlay - adjust to be very subtle */
.main-home-hero-alt__bkgrnd:after {
    background: rgba(0, 0, 0, 0.10) !important;
    z-index: 1 !important;
}

/* Our custom gradient overlay with higher z-index to layer on top */
.main-home-hero-alt::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(0deg, 
                rgba(0,0,0,0.7) 0%, 
                rgba(0,0,0,0.5) 15%, 
                rgba(0,0,0,0.2) 30%, 
                rgba(0,0,0,0) 50%) !important;
    z-index: 2 !important;
}

/* Content positioning */
.main-home-hero-alt__content {
    position: absolute !important;
    bottom: 0 !important;
    left: 9rem !important;
    width: calc(100% - 18rem) !important;
    padding: 40px !important;
    z-index: 3 !important;
}

/* Text styles */
.hero-title {
    color: #fff !important;
    font-size: 4.5rem !important;
    text-transform: uppercase !important;
    font-family: 'proxima-nova', Arial, sans-serif !important;
    line-height: 1 !important;
    margin-bottom: 0rem !important;
    font-weight: 900;
}

.hero-subtitle {
	vertical-align: top !important;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #003d77;
    color: #fff !important;
    font-size: 2rem !important;
    font-family: 'proxima-nova', Arial, sans-serif !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    text-transform: uppercase !important;
}

.hero-description {
    color: #fff !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    max-width: 600px !important;
    margin: 0 !important;
}

/* Container styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 20px;
}

.quote-content-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.quote-section {
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Fix for CMS adding paragraph tags around quote */
.quote-section p,
.quote-text {
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

.quote-section p span,
.quote-section span {
    display: inline !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
}

.quote-image {
    width: 100%;
    height: auto;
    display: block;
}

.content-section {
    line-height: 1.6;
    color: #353535;
}

.content-section p {
    margin-bottom: 24px;
}

/* Stories CTA styles */
.stories-cta {
    padding: 1.5rem 0 !important;
    background: #003d77 !important;
    text-align: center !important;
}

/* Responsive styles */
@media screen and (min-width: 1024px) {
    .quote-content-section {
        flex-direction: row;
        gap: 64px;
    }
    
    .quote-section {
        width: 40%;
        font-size: 2rem;
    }
    
    .content-section {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .main-home-hero-alt__content {
        left: 4rem !important;
        width: calc(100% - 8rem) !important;
        padding: 35px !important;
    }
    .outer-pad .main-home-hero-alt {
        margin-inline: -4rem !important;
        width: calc(100% + 8rem) !important;
    }
}

@media screen and (max-width: 768px) {
    .main-home-hero-alt__content {
        left: 2rem !important;
        width: calc(100% - 4rem) !important;
        padding: 30px !important;
    }
    .outer-pad .main-home-hero-alt {
        margin-inline: -2rem !important;
        width: calc(100% + 4rem) !important;
    }
    .hero-title {
        font-size: 3rem !important;
    }
    .hero-subtitle {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 480px) {
    .main-home-hero-alt__content {
        left: 1rem !important;
        width: calc(100% - 2rem) !important;
        padding: 20px !important;
    }
    .outer-pad .main-home-hero-alt {
        margin-inline: -1rem !important;
        width: calc(100% + 2rem) !important;
    }
    .hero-title {
        font-size: 2.5rem !important;
    }
    .hero-subtitle {
        font-size: 1.75rem !important;
    }
}

/* Social sharing container */
.social-share-container {
    margin: 30px 0;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.social-share-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #34495e;
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-share-button {
    display: inline-flex;
    align-items: center;
    justify-content: center; /* Center the icon */
    width: 40px; /* Fixed width */
    height: 40px; /* Fixed height */
    border-radius: 4px;
    color: white;
    font-size: 20px; /* Larger icons */
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0; /* Remove padding */
    margin-right: 10px; /* Space between buttons */
}

.social-share-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* For the SVG X logo specifically */
.social-share-button.twitter svg {
    height: 20px;
    width: 20px;
}

/* Social platform colors */
.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #000000; /* X's official color */
}

.linkedin {
    background-color: #0077b5;
}

.copy-link {
    background-color: #34495e;
}

/* Success message for copy link */
.copy-success {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4BB543;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .social-share-buttons {
        justify-content: center;
    }
    
    .social-share-button {
        margin-bottom: 8px;
    }
}