.elementor-21073 .elementor-element.elementor-element-7b30a016{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-96685c7 *//* Information Security Case Study - Elementor Styles */
/* All properties use !important to override Elementor defaults */
/* Minimum font size: 1rem (16px) */

/* ============================================
   ELEMENTOR BREAKPOINTS REFERENCE
   Mobile Portrait: 767px
   Mobile Landscape: 880px
   Tablet Portrait: 1024px
   Tablet Landscape: 1200px
   Laptop: 1366px
   Widescreen: 2400px
   ============================================ */

/* ============================================
   BASE STYLES
   ============================================ */
.is-case-study {
  font-family: 'Montserrat', sans-serif !important;
  color: #415364 !important;
  background-color: #fff !important;
  line-height: 1.5 !important;
}

.is-case-study * {
  font-family: 'Montserrat', sans-serif !important;
  box-sizing: border-box !important;
}

.is-case-study .font-playfair {
  font-family: 'Playfair Display', serif !important;
}

.is-case-study p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.is-case-study h1,
.is-case-study h2,
.is-case-study h3,
.is-case-study h4,
.is-case-study h5,
.is-case-study h6 {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.2 !important;
}

.is-case-study ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.is-case-study a {
  text-decoration: none !important;
}

/* ============================================
   GRADIENTS
   ============================================ */
.is-case-study .hero-gradient {
  background: linear-gradient(135deg, #202945 0%, #293A72 40%, #2B5597 70%, #3574E3 100%) !important;
}

.is-case-study .accent-gradient {
  background: linear-gradient(135deg, #FA9C24 0%, #FFBE62 100%) !important;
}

.is-case-study .navy-gradient {
  background: linear-gradient(135deg, #202945 0%, #293A72 100%) !important;
}

/* ============================================
   HERO SECTION - MOBILE FIRST
   ============================================ */
.is-case-study .hero-section {
  padding: 2.5rem 1rem 4rem 1rem !important;
  position: relative !important;
  overflow: hidden !important;
}

.is-case-study .hero-content-wrapper {
  padding-left: 0 !important;
}

.is-case-study .hero-title {
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin-bottom: 1.25rem !important;
  color: #ffffff !important;
}

.is-case-study .hero-title-accent {
  font-size: 1.75rem !important;
  color: #FFBE62 !important;
  margin-top: 0.5rem !important;
}

.is-case-study .hero-description {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin-bottom: 1.5rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

@media (min-width: 768px) {
  .is-case-study .hero-section {
    padding: 3rem 1.5rem 5rem 1.5rem !important;
  }
  
  .is-case-study .hero-title {
    font-size: 2.25rem !important;
  }
  
  .is-case-study .hero-title-accent {
    font-size: 2.25rem !important;
  }
  
  .is-case-study .hero-description {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 881px) {
  .is-case-study .hero-section {
    padding: 3.5rem 2rem 5.5rem 2rem !important;
  }
  
  .is-case-study .hero-title {
    font-size: 2.5rem !important;
  }
  
  .is-case-study .hero-title-accent {
    font-size: 2.5rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .hero-section {
    padding: 4rem 2.5rem 6rem 2.5rem !important;
  }
  
  .is-case-study .hero-content-wrapper {
    padding-left: 1rem !important;
  }
  
  .is-case-study .hero-title {
    font-size: 3rem !important;
  }
  
  .is-case-study .hero-title-accent {
    font-size: 3rem !important;
  }
  
  .is-case-study .hero-description {
    font-size: 1.25rem !important;
  }
}

@media (min-width: 1201px) {
  .is-case-study .hero-section {
    padding: 5rem 3rem 7rem 3rem !important;
  }
  
  .is-case-study .hero-content-wrapper {
    padding-left: 1.5rem !important;
  }
  
  .is-case-study .hero-title {
    font-size: 3.25rem !important;
  }
  
  .is-case-study .hero-title-accent {
    font-size: 3.25rem !important;
  }
}

@media (min-width: 1367px) {
  .is-case-study .hero-section {
    padding: 6rem 4rem 8rem 4rem !important;
  }
  
  .is-case-study .hero-content-wrapper {
    padding-left: 0 !important;
  }
  
  .is-case-study .hero-title {
    font-size: 3.5rem !important;
  }
  
  .is-case-study .hero-title-accent {
    font-size: 3.5rem !important;
  }
}

/* ============================================
   HERO GRID LAYOUT
   ============================================ */
.is-case-study .hero-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

.is-case-study .hero-text-col {
  order: 1 !important;
}

.is-case-study .hero-stats-col {
  order: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

@media (min-width: 1025px) {
  .is-case-study .hero-grid {
    display: grid !important;
    grid-template-columns: 3fr 2fr !important;
    gap: 3rem !important;
    align-items: center !important;
  }
  
  .is-case-study .hero-stats-col {
    gap: 1.5rem !important;
  }
}

/* ============================================
   HERO STATS CARDS
   ============================================ */
.is-case-study .hero-stat-card {
  background-color: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(4px) !important;
  border-radius: 1rem !important;
  padding: 1.25rem !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.is-case-study .hero-stat-label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 0.5rem !important;
}

.is-case-study .hero-stat-value {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

.is-case-study .hero-stat-value-accent {
  color: #FFBE62 !important;
}

@media (min-width: 768px) {
  .is-case-study .hero-stat-card {
    padding: 1.5rem !important;
  }
  
  .is-case-study .hero-stat-value {
    font-size: 1.75rem !important;
  }
}

/* ============================================
   BUTTON STYLES
   ============================================ */
.is-case-study .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 0.875rem 1.5rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 0.5rem !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
  border: none !important;
  cursor: pointer !important;
}

.is-case-study .btn-primary {
  background: linear-gradient(135deg, #FA9C24 0%, #FFBE62 100%) !important;
  color: #ffffff !important;
}

.is-case-study .btn:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-2px) !important;
}

.is-case-study .btn svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

@media (min-width: 1025px) {
  .is-case-study .btn {
    padding: 1rem 2rem !important;
    font-size: 1.125rem !important;
  }
}

/* ============================================
   SECTION PADDING - MOBILE FIRST
   ============================================ */
.is-case-study .section-padding {
  padding: 3rem 1rem !important;
}

@media (min-width: 768px) {
  .is-case-study .section-padding {
    padding: 3.5rem 1.5rem !important;
  }
}

@media (min-width: 881px) {
  .is-case-study .section-padding {
    padding: 4rem 2rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .section-padding {
    padding: 5rem 2.5rem !important;
  }
}

@media (min-width: 1201px) {
  .is-case-study .section-padding {
    padding: 6rem 3rem !important;
  }
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */
.is-case-study .max-w-7xl {
  max-width: 80rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-case-study .max-w-4xl {
  max-width: 56rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-case-study .max-w-3xl {
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-case-study .max-w-2xl {
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-case-study .px-mobile {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 768px) {
  .is-case-study .px-mobile {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .px-mobile {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

/* ============================================
   SECTION HEADINGS
   ============================================ */
.is-case-study .section-tag {
  display: inline-block !important;
  padding: 0.375rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 1rem !important;
}

.is-case-study .section-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 1rem !important;
}

.is-case-study .section-subtitle {
  font-size: 1rem !important;
  color: #415364 !important;
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  line-height: 1.7 !important;
}

@media (min-width: 768px) {
  .is-case-study .section-title {
    font-size: 2rem !important;
  }
  
  .is-case-study .section-subtitle {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .section-title {
    font-size: 2.25rem !important;
  }
}

/* ============================================
   CARD STYLES
   ============================================ */
.is-case-study .card {
  background-color: #ffffff !important;
  border-radius: 1.5rem !important;
  padding: 1.5rem !important;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1) !important;
}

.is-case-study .card-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 1.25rem !important;
}

.is-case-study .card-text {
  font-size: 1rem !important;
  color: #415364 !important;
  line-height: 1.7 !important;
}

@media (min-width: 768px) {
  .is-case-study .card {
    padding: 2rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .card {
    padding: 2.5rem 3rem !important;
  }
}

/* ============================================
   CLIENT OVERVIEW SECTION
   ============================================ */
.is-case-study .client-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  align-items: center !important;
}

@media (min-width: 1025px) {
  .is-case-study .client-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 3rem !important;
  }
}

.is-case-study .client-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 1.25rem !important;
}

.is-case-study .client-text {
  font-size: 1.125rem !important;
  color: #415364 !important;
  line-height: 1.7 !important;
}

@media (min-width: 768px) {
  .is-case-study .client-title {
    font-size: 2rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .client-title {
    font-size: 2.25rem !important;
  }
}

/* ============================================
   MISSION BOX
   ============================================ */
.is-case-study .mission-box {
  background: linear-gradient(135deg, #202945 0%, #293A72 100%) !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  position: relative !important;
  overflow: hidden !important;
}

.is-case-study .mission-icon {
  width: 4rem !important;
  height: 4rem !important;
  background-color: rgba(250, 156, 36, 0.2) !important;
  border-radius: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.5rem !important;
}

.is-case-study .mission-icon svg {
  width: 2rem !important;
  height: 2rem !important;
  color: #FA9C24 !important;
}

.is-case-study .mission-title {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

.is-case-study .mission-text {
  font-size: 1rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .is-case-study .mission-box {
    padding: 2.5rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .mission-box {
    padding: 3rem !important;
  }
}

/* ============================================
   GRID LAYOUTS - MOBILE FIRST
   ============================================ */
.is-case-study .grid-3-col {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  .is-case-study .grid-3-col {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
  }
}

/* For 5-pillar layout */
.is-case-study .grid-pillars {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 768px) {
  .is-case-study .grid-pillars {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .grid-pillars {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ============================================
   CHALLENGE CARDS
   ============================================ */
.is-case-study .challenge-card {
  background-color: #FEF2F2 !important;
  border: 1px solid #FECACA !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
}

.is-case-study .challenge-icon {
  width: 3rem !important;
  height: 3rem !important;
  background-color: #EF4444 !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1rem !important;
}

.is-case-study .challenge-icon svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: #ffffff !important;
}

.is-case-study .challenge-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 0.5rem !important;
}

.is-case-study .challenge-text {
  font-size: 1rem !important;
  color: #415364 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* ============================================
   PILLAR CARDS (Solution Section)
   ============================================ */
.is-case-study .pillar-card {
  background-color: #F0F0F0 !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  transition: box-shadow 0.3s ease !important;
}

.is-case-study .pillar-card:hover {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1) !important;
}

.is-case-study .pillar-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.25rem !important;
}

.is-case-study .pillar-icon svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
}

.is-case-study .pillar-title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 0.75rem !important;
}

.is-case-study .pillar-text {
  font-size: 1rem !important;
  color: #415364 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .is-case-study .pillar-card {
    padding: 2rem !important;
  }
  
  .is-case-study .pillar-title {
    font-size: 1.25rem !important;
  }
}

/* ============================================
   INSIGHT/CALLOUT BOX
   ============================================ */
.is-case-study .insight-box {
  background: linear-gradient(135deg, #202945 0%, #293A72 100%) !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  position: relative !important;
  overflow: hidden !important;
}

.is-case-study .insight-box h3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.25rem !important;
}

.is-case-study .insight-box p {
  font-size: 1.125rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.7 !important;
}

@media (min-width: 768px) {
  .is-case-study .insight-box {
    padding: 2.5rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .insight-box {
    padding: 3rem !important;
  }
}

/* ============================================
   RESULT CARDS
   ============================================ */
.is-case-study .result-card {
  background-color: #ffffff !important;
  border-radius: 1.5rem !important;
  padding: 1.5rem !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
}

.is-case-study .result-card.metric-glow {
  box-shadow: 0 0 60px rgba(250, 156, 36, 0.15), 0 4px 6px -1px rgb(0 0 0 / 0.1) !important;
}

.is-case-study .result-icon {
  width: 3.5rem !important;
  height: 3.5rem !important;
  background-color: #DCFCE7 !important;
  border-radius: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1.25rem !important;
}

.is-case-study .result-icon svg {
  width: 1.75rem !important;
  height: 1.75rem !important;
  color: #16A34A !important;
}

.is-case-study .result-title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #202945 !important;
  margin-bottom: 0.75rem !important;
}

.is-case-study .result-text {
  font-size: 1rem !important;
  color: #415364 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .is-case-study .result-card {
    padding: 2rem !important;
  }
  
  .is-case-study .result-title {
    font-size: 1.25rem !important;
  }
}

/* ============================================
   TRANSFORMATION BOX
   ============================================ */
.is-case-study .transformation-box {
  background: linear-gradient(135deg, #202945 0%, #293A72 100%) !important;
  border-radius: 1.5rem !important;
  padding: 2rem !important;
  text-align: center !important;
}

.is-case-study .transformation-box h3 {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1.25rem !important;
}

.is-case-study .transformation-box p {
  font-size: 1.125rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.7 !important;
  max-width: 48rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .is-case-study .transformation-box {
    padding: 2.5rem !important;
  }
  
  .is-case-study .transformation-box h3 {
    font-size: 1.75rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .transformation-box {
    padding: 3rem !important;
  }
  
  .is-case-study .transformation-box h3 {
    font-size: 2rem !important;
  }
  
  .is-case-study .transformation-box p {
    font-size: 1.25rem !important;
  }
}

/* ============================================
   CTA SECTION
   ============================================ */
.is-case-study .cta-section {
  background-color: #202945 !important;
  padding: 3rem 1rem !important;
  text-align: center !important;
}

.is-case-study .cta-section h2 {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}

.is-case-study .cta-section p {
  font-size: 1.125rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
  max-width: 42rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2rem !important;
  line-height: 1.7 !important;
}

.is-case-study .cta-section .btn {
  font-size: 1.125rem !important;
  padding: 1rem 2rem !important;
}

@media (min-width: 768px) {
  .is-case-study .cta-section {
    padding: 4rem 1.5rem !important;
  }
  
  .is-case-study .cta-section h2 {
    font-size: 2rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .cta-section {
    padding: 5rem 2.5rem !important;
  }
  
  .is-case-study .cta-section h2 {
    font-size: 2.25rem !important;
  }
  
  .is-case-study .cta-section p {
    font-size: 1.25rem !important;
  }
}

/* ============================================
   DECORATIVE ELEMENTS
   ============================================ */
.is-case-study .decor-blob {
  position: absolute !important;
  border-radius: 9999px !important;
  filter: blur(64px) !important;
  pointer-events: none !important;
}

.is-case-study .diagonal-accent {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3rem !important;
  background-color: #ffffff !important;
  clip-path: polygon(0 100%, 100% 100%, 100% 0) !important;
}

@media (min-width: 881px) {
  .is-case-study .diagonal-accent {
    height: 4rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .diagonal-accent {
    height: 6rem !important;
  }
}

/* ============================================
   TYPOGRAPHY/COLOR UTILITIES
   ============================================ */
.is-case-study .text-white {
  color: #ffffff !important;
}

.is-case-study .text-av-text {
  color: #415364 !important;
}

.is-case-study .text-av-navy {
  color: #202945 !important;
}

.is-case-study .text-av-accent {
  color: #FFBE62 !important;
}

.is-case-study .text-av-secondary {
  color: #FA9C24 !important;
}

.is-case-study .text-av-primary {
  color: #3574E3 !important;
}

.is-case-study .text-av-teal {
  color: #57ADC5 !important;
}

.is-case-study .text-green-600 {
  color: #16A34A !important;
}

.is-case-study .text-red-600 {
  color: #DC2626 !important;
}

.is-case-study .text-purple-600 {
  color: #9333EA !important;
}

/* ============================================
   BACKGROUND UTILITIES
   ============================================ */
.is-case-study .bg-white {
  background-color: #ffffff !important;
}

.is-case-study .bg-av-gray {
  background-color: #F0F0F0 !important;
}

.is-case-study .bg-av-navy {
  background-color: #202945 !important;
}

/* ============================================
   SPACING UTILITIES
   ============================================ */
.is-case-study .mb-section {
  margin-bottom: 2rem !important;
}

@media (min-width: 768px) {
  .is-case-study .mb-section {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 1025px) {
  .is-case-study .mb-section {
    margin-bottom: 4rem !important;
  }
}

.is-case-study .space-y-8 > * + * {
  margin-top: 2rem !important;
}

.is-case-study .space-y-4 > * + * {
  margin-top: 1rem !important;
}

/* ============================================
   POSITIONING UTILITIES
   ============================================ */
.is-case-study .relative {
  position: relative !important;
}

.is-case-study .absolute {
  position: absolute !important;
}

.is-case-study .overflow-hidden {
  overflow: hidden !important;
}

/* ============================================
   TEXT ALIGNMENT
   ============================================ */
.is-case-study .text-center {
  text-align: center !important;
}

/* ============================================
   PULSE CTA ANIMATION
   ============================================ */
@keyframes is-pulse-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(250, 156, 36, 0.4); }
  50% { box-shadow: 0 0 40px rgba(250, 156, 36, 0.6); }
}

.is-case-study .pulse-cta:hover {
  animation: is-pulse-glow 2s ease-in-out infinite !important;
}

/* ============================================
   FOCUS STATES (Accessibility)
   ============================================ */
.is-case-study a:focus-visible,
.is-case-study button:focus-visible {
  outline: 3px solid #FA9C24 !important;
  outline-offset: 2px !important;
}

/* ============================================
   REDUCED MOTION (Accessibility)
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .is-case-study .pulse-cta:hover {
    animation: none !important;
  }
  
  .is-case-study * {
    transition: none !important;
  }
}

/* ============================================
   SVG ICON OVERRIDES
   ============================================ */
.is-case-study svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* ============================================
   STRONG TAG
   ============================================ */
.is-case-study strong {
  font-weight: 700 !important;
}/* End custom CSS */