/* Two Column CTA Block Frontend Styles */

.two-col-cta-section {
  position: relative;
  overflow: hidden;
}

/* Main container */
.two-col-cta-section .section-container {
  display: flex;
  flex-direction: column;
 
}

/* Desktop layout */
@media (min-width: 1024px) {
  .two-col-cta-section .section-container {
    flex-direction: row;
  }
  
  /* Content on right layout */
  .two-col-cta-section.content-right .section-container {
    flex-direction: row-reverse;
  }
}

/* Content Column */
.two-col-cta-section .content-column {
  width: 100%;
  background-color: var(--color-green-100, var(--color-green-200));
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--spacing-20, 5rem) var(--spacing-8, 2rem);
}

/* Color Theme Styles */
/* Light Theme (default) */
.two-col-cta-section.theme-light .content-column {
  background-color: var(--color-green-100, var(--color-green-200));
}

.two-col-cta-section.theme-light .section-subheading {
  color: var(--color-dark-tertiary, var(--color-green-800)) !important;
}

.two-col-cta-section.theme-light .section-heading {
  color: var(--color-green-900, #373A19) !important;
}

.two-col-cta-section.theme-light .section-body {
  color: var(--color-green-900, #373A19) !important;
}

.two-col-cta-section.theme-light .section-button {
  background-color: var(--color-yellow-200, #FBEB8F);
  color: var(--color-green-950);
  border-color: var(--color-green-400, #D4D2C4);
}

.two-col-cta-section.theme-light .section-button:hover {
  background-color: var(--color-green-100, var(--color-green-200));
}

/* Dark Theme */
.two-col-cta-section.theme-dark .content-column {
  background-color: var(--color-green-900, #373A19);
}

.two-col-cta-section.theme-dark .section-subheading {
  color: var(--color-yellow-200, #FBEB8F) !important;
}

.two-col-cta-section.theme-dark .section-heading {
  color: var(--color-yellow-200, #FBEB8F) !important;
}

.two-col-cta-section.theme-dark .section-body {
  color: var(--color-yellow-200, #FBEB8F) !important;
}

.two-col-cta-section.theme-dark .section-body a {
  color: var(--color-yellow-300, #FAEB7E);
}

.two-col-cta-section.theme-dark .section-body a:hover {
  color: var(--color-yellow-100, #FDF4C4);
}

.two-col-cta-section.theme-dark .section-button {
  background-color: var(--color-yellow-200, #FBEB8F);
  color: var(--color-green-950);
  border-color: var(--color-yellow-200, #FBEB8F);
}

.two-col-cta-section.theme-dark .section-button:hover {
  background-color: var(--color-yellow-300, #FAEB7E);
  border-color: var(--color-yellow-300, #FAEB7E);
}

/* Custom Theme - Background Colors */
.two-col-cta-section.theme-custom.bg-green-100 .content-column { background-color: var(--color-green-100, var(--color-green-200)); }
.two-col-cta-section.theme-custom.bg-green-200 .content-column { background-color: var(--color-green-100, var(--color-green-200)); }
.two-col-cta-section.theme-custom.bg-green-300 .content-column { background-color: var(--color-green-400, #D4D2C4); }
.two-col-cta-section.theme-custom.bg-green-400 .content-column { background-color: var(--color-green-400, #D4D2C4); }
.two-col-cta-section.theme-custom.bg-green-500 .content-column { background-color: var(--color-green-600, #989371); }
.two-col-cta-section.theme-custom.bg-green-600 .content-column { background-color: var(--color-green-600, #989371); }
.two-col-cta-section.theme-custom.bg-green-700 .content-column { background-color: var(--color-green-700, var(--color-green-800)); }
.two-col-cta-section.theme-custom.bg-green-800 .content-column { background-color: var(--color-green-700, var(--color-green-800)); }
.two-col-cta-section.theme-custom.bg-green-900 .content-column { background-color: var(--color-green-900, #373A19); }
.two-col-cta-section.theme-custom.bg-green-950 .content-column { background-color: var(--color-green-950); }

.two-col-cta-section.theme-custom.bg-yellow-50 .content-column { background-color: var(--color-yellow-50, #FEFBE6); }
.two-col-cta-section.theme-custom.bg-yellow-100 .content-column { background-color: var(--color-yellow-100, #FDF4C4); }
.two-col-cta-section.theme-custom.bg-yellow-200 .content-column { background-color: var(--color-yellow-200, #FBEB8F); }
.two-col-cta-section.theme-custom.bg-yellow-300 .content-column { background-color: var(--color-yellow-300, #FAEB7E); }
.two-col-cta-section.theme-custom.bg-yellow-400 .content-column { background-color: var(--color-yellow-400, #F9E66E); }
.two-col-cta-section.theme-custom.bg-yellow-500 .content-column { background-color: var(--color-yellow-500, #F7E14C); }
.two-col-cta-section.theme-custom.bg-yellow-600 .content-column { background-color: var(--color-yellow-600, #E7CD07); }
.two-col-cta-section.theme-custom.bg-yellow-700 .content-column { background-color: var(--color-yellow-700, #C3AC06); }
.two-col-cta-section.theme-custom.bg-yellow-800 .content-column { background-color: var(--color-yellow-800, #9F8B05); }
.two-col-cta-section.theme-custom.bg-yellow-900 .content-column { background-color: var(--color-yellow-900, #7B6A04); }

.two-col-cta-section.theme-custom.bg-warm-gray-50 .content-column { background-color: var(--color-warm-gray-50, #FAFAF9); }
.two-col-cta-section.theme-custom.bg-warm-gray-100 .content-column { background-color: var(--color-warm-gray-100, #F5F5F4); }
.two-col-cta-section.theme-custom.bg-warm-gray-200 .content-column { background-color: var(--color-warm-gray-200, #E7E5E4); }
.two-col-cta-section.theme-custom.bg-warm-gray-300 .content-column { background-color: var(--color-warm-gray-300, #D6D3D1); }
.two-col-cta-section.theme-custom.bg-warm-gray-400 .content-column { background-color: var(--color-warm-gray-400, #A8A29E); }
.two-col-cta-section.theme-custom.bg-warm-gray-500 .content-column { background-color: var(--color-warm-gray-500, #78716C); }
.two-col-cta-section.theme-custom.bg-warm-gray-600 .content-column { background-color: var(--color-warm-gray-600, #57534E); }
.two-col-cta-section.theme-custom.bg-warm-gray-700 .content-column { background-color: var(--color-warm-gray-700, var(--color-warm-gray-700)); }
.two-col-cta-section.theme-custom.bg-warm-gray-800 .content-column { background-color: var(--color-warm-gray-800, #292524); }
.two-col-cta-section.theme-custom.bg-warm-gray-900 .content-column { background-color: var(--color-warm-gray-900, #171717); }
.two-col-cta-section.theme-custom.bg-warm-gray-950 .content-column { background-color: var(--color-warm-gray-950, #121212); }

.two-col-cta-section.theme-custom.bg-brown-900 .content-column { background-color: var(--color-brown-900, #5D3525); }

/* Custom Theme - Text Colors */
.two-col-cta-section.theme-custom.text-green-100 .section-subheading,
.two-col-cta-section.theme-custom.text-green-100 .section-heading,
.two-col-cta-section.theme-custom.text-green-100 .section-body { color: var(--color-green-100, var(--color-green-200)) !important; }

.two-col-cta-section.theme-custom.text-green-200 .section-subheading,
.two-col-cta-section.theme-custom.text-green-200 .section-heading,
.two-col-cta-section.theme-custom.text-green-200 .section-body { color: var(--color-green-100, var(--color-green-200)) !important; }

.two-col-cta-section.theme-custom.text-green-300 .section-subheading,
.two-col-cta-section.theme-custom.text-green-300 .section-heading,
.two-col-cta-section.theme-custom.text-green-300 .section-body { color: var(--color-green-400, #D4D2C4) !important; }

.two-col-cta-section.theme-custom.text-green-400 .section-subheading,
.two-col-cta-section.theme-custom.text-green-400 .section-heading,
.two-col-cta-section.theme-custom.text-green-400 .section-body { color: var(--color-green-400, #D4D2C4) !important; }

.two-col-cta-section.theme-custom.text-green-500 .section-subheading,
.two-col-cta-section.theme-custom.text-green-500 .section-heading,
.two-col-cta-section.theme-custom.text-green-500 .section-body { color: var(--color-green-600, #989371) !important; }

.two-col-cta-section.theme-custom.text-green-600 .section-subheading,
.two-col-cta-section.theme-custom.text-green-600 .section-heading,
.two-col-cta-section.theme-custom.text-green-600 .section-body { color: var(--color-green-600, #989371) !important; }

.two-col-cta-section.theme-custom.text-green-700 .section-subheading,
.two-col-cta-section.theme-custom.text-green-700 .section-heading,
.two-col-cta-section.theme-custom.text-green-700 .section-body { color: var(--color-green-700, var(--color-green-800)) !important; }

.two-col-cta-section.theme-custom.text-green-800 .section-subheading,
.two-col-cta-section.theme-custom.text-green-800 .section-heading,
.two-col-cta-section.theme-custom.text-green-800 .section-body { color: var(--color-green-700, var(--color-green-800)) !important; }

.two-col-cta-section.theme-custom.text-green-900 .section-subheading,
.two-col-cta-section.theme-custom.text-green-900 .section-heading,
.two-col-cta-section.theme-custom.text-green-900 .section-body { color: var(--color-green-900, #373A19) !important; }

.two-col-cta-section.theme-custom.text-green-950 .section-subheading,
.two-col-cta-section.theme-custom.text-green-950 .section-heading,
.two-col-cta-section.theme-custom.text-green-950 .section-body { color: var(--color-green-950) !important; }

.two-col-cta-section.theme-custom.text-yellow-50 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-50 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-50 .section-body { color: var(--color-yellow-50, #FEFBE6) !important; }

.two-col-cta-section.theme-custom.text-yellow-100 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-100 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-100 .section-body { color: var(--color-yellow-100, #FDF4C4) !important; }

.two-col-cta-section.theme-custom.text-yellow-200 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-200 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-200 .section-body { color: var(--color-yellow-200, #FBEB8F) !important; }

.two-col-cta-section.theme-custom.text-yellow-300 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-300 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-300 .section-body { color: var(--color-yellow-300, #FAEB7E) !important; }

.two-col-cta-section.theme-custom.text-yellow-400 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-400 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-400 .section-body { color: var(--color-yellow-400, #F9E66E) !important; }

.two-col-cta-section.theme-custom.text-yellow-500 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-500 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-500 .section-body { color: var(--color-yellow-500, #F7E14C) !important; }

.two-col-cta-section.theme-custom.text-yellow-600 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-600 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-600 .section-body { color: var(--color-yellow-600, #E7CD07) !important; }

.two-col-cta-section.theme-custom.text-yellow-700 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-700 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-700 .section-body { color: var(--color-yellow-700, #C3AC06) !important; }

.two-col-cta-section.theme-custom.text-yellow-800 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-800 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-800 .section-body { color: var(--color-yellow-800, #9F8B05) !important; }

.two-col-cta-section.theme-custom.text-yellow-900 .section-subheading,
.two-col-cta-section.theme-custom.text-yellow-900 .section-heading,
.two-col-cta-section.theme-custom.text-yellow-900 .section-body { color: var(--color-yellow-900, #7B6A04) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-50 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-50 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-50 .section-body { color: var(--color-warm-gray-50, #FAFAF9) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-100 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-100 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-100 .section-body { color: var(--color-warm-gray-100, #F5F5F4) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-200 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-200 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-200 .section-body { color: var(--color-warm-gray-200, #E7E5E4) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-300 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-300 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-300 .section-body { color: var(--color-warm-gray-300, #D6D3D1) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-400 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-400 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-400 .section-body { color: var(--color-warm-gray-400, #A8A29E) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-500 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-500 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-500 .section-body { color: var(--color-warm-gray-500, #78716C) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-600 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-600 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-600 .section-body { color: var(--color-warm-gray-600, #57534E) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-700 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-700 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-700 .section-body { color: var(--color-warm-gray-700, var(--color-warm-gray-700)) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-800 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-800 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-800 .section-body { color: var(--color-warm-gray-800, #292524) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-900 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-900 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-900 .section-body { color: var(--color-warm-gray-900, #171717) !important; }

.two-col-cta-section.theme-custom.text-warm-gray-950 .section-subheading,
.two-col-cta-section.theme-custom.text-warm-gray-950 .section-heading,
.two-col-cta-section.theme-custom.text-warm-gray-950 .section-body { color: var(--color-warm-gray-950, #121212) !important; }

.two-col-cta-section.theme-custom.text-white .section-subheading,
.two-col-cta-section.theme-custom.text-white .section-heading,
.two-col-cta-section.theme-custom.text-white .section-body { color: #FFFFFF !important; }

/* Custom theme link colors */
.two-col-cta-section.theme-custom.text-yellow-200 .section-body a { color: var(--color-yellow-300, #FAEB7E); }
.two-col-cta-section.theme-custom.text-yellow-200 .section-body a:hover { color: var(--color-yellow-100, #FDF4C4); }

.two-col-cta-section.theme-custom.text-green-950 .section-body a { color: var(--color-green-700, #2D3319); }
.two-col-cta-section.theme-custom.text-green-950 .section-body a:hover { color: var(--color-green-950); }

.two-col-cta-section.theme-custom.text-white .section-body a { color: var(--color-yellow-200, #FBEB8F); }
.two-col-cta-section.theme-custom.text-white .section-body a:hover { color: var(--color-yellow-100, #FDF4C4); }

@media (min-width: 1024px) {
  .two-col-cta-section .content-column {
    width: 50%;
    padding: var(--spacing-20, 5rem);
  }
}

/* Content wrapper */
.two-col-cta-section .content-wrapper {
  max-width: 36rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* gap: var(--spacing-4); */
}

/* Typography - Subheading */
.two-col-cta-section .section-subheading {
  font-family: var(--font-subheading, "Inter") !important;
  font-size: var(--font-size-xl, 1.25rem) !important;
  font-weight: var(--font-weight-bold, 700) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  color: var(--color-dark-tertiary, var(--color-green-800)) !important;
  text-transform: capitalize !important;
}

/* Typography - Heading */
.two-col-cta-section .section-heading {
  font-family: var(--font-heading, "Sora") !important;
  font-size: var(--font-size-6xl, 3.75rem) !important;
  font-weight: var(--font-weight-extrabold, 800) !important;
  line-height: 0.89 !important;
  text-transform: uppercase !important;
  color: var(--color-green-900, #373A19) !important;
  position: relative;
  z-index: 20;
  overflow-wrap: normal;
  word-wrap: normal;
  hyphens: none;
}

@media (min-width: 1024px) {
  .two-col-cta-section .section-heading {
    font-size: var(--font-size-7xl, 4.5rem) !important;
  }
}

/* Typography - Body Text */
.two-col-cta-section .section-body {
  font-family: var(--font-body, "Azo Sans") !important;
  font-size: var(--font-size-base, 1rem) !important;
  line-height: 1.5em !important;
  margin-bottom: 24px !important;
}

/* Rich content headings within section-body */
.two-col-cta-section .section-body h2 {
  font-family: var(--font-heading, "Sora") !important;
  font-size: var(--font-size-2xl, 2rem) !important;
  font-weight: var(--font-weight-bold, 700) !important;
  line-height: 1.2em !important;
  margin-bottom: 1rem !important;
  margin-top: 1.5rem !important;
  color: inherit !important;
}

.two-col-cta-section .section-body h2:first-child {
  margin-top: 0 !important;
}

.two-col-cta-section .section-body h3 {
  font-family: var(--font-heading, "Sora") !important;
  font-size: var(--font-size-xl, 1.5rem) !important;
  font-weight: var(--font-weight-semibold, 600) !important;
  line-height: 1.3em !important;
  margin-bottom: 0.75rem !important;
  margin-top: 1.25rem !important;
  color: inherit !important;
}

.two-col-cta-section .section-body h3:first-child {
  margin-top: 0 !important;
}

.two-col-cta-section .section-body h4 {
  font-family: var(--font-heading, "Sora") !important;
  font-size: var(--font-size-lg, 1.25rem) !important;
  font-weight: var(--font-weight-semibold, 600) !important;
  line-height: 1.4em !important;
  margin-bottom: 0.5rem !important;
  margin-top: 1rem !important;
  color: inherit !important;
}

.two-col-cta-section .section-body h4:first-child {
  margin-top: 0 !important;
}

/* Body text formatting */
.two-col-cta-section .section-body p {
  margin-bottom: 1em;
}

.two-col-cta-section .section-body p:last-child {
  margin-bottom: 0;
}

/* Rich content lists */
.two-col-cta-section .section-body ul,
.two-col-cta-section .section-body ol {
  padding-left: 24px;
  margin-bottom: 1em;
  list-style-position: outside;
}

.two-col-cta-section .section-body ul {
  list-style-type: disc;
}

.two-col-cta-section .section-body ol {
  list-style-type: decimal;
}

.two-col-cta-section .section-body li {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

.two-col-cta-section .section-body li:last-child {
  margin-bottom: 0;
}

/* Nested lists */
.two-col-cta-section .section-body ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.two-col-cta-section .section-body ol ol {
  list-style-type: lower-alpha;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.two-col-cta-section .section-body a {
  color: var(--color-green-700, #2D3319);
  text-decoration: underline;
  transition: color 0.2s ease;
}

.two-col-cta-section .section-body a:hover {
  color: var(--color-green-950);
}

.two-col-cta-section .section-body strong {
  font-weight: var(--font-weight-bold, 700);
}

.two-col-cta-section .section-body em {
  font-style: italic;
}

/* Button styles */
.two-col-cta-section .section-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-3, 0.75rem);
  padding: var(--spacing-6, 1.5rem);
  width: 348px;
  max-width: 100%;
  height: var(--button-height-lg, 72px);
  border: 1px solid var(--color-green-400, #D4D2C4);
  background-color: var(--color-yellow-200, #FBEB8F);
  color: var(--color-green-950);
  text-decoration: none;
  transition: all 0.2s ease;
  margin-top: var(--spacing-4, 1rem);
}

.two-col-cta-section .button-text {
  font-family: var(--font-body, "Inter") !important;
  font-size: var(--font-size-sm, 0.875rem) !important;
  font-weight: var(--font-weight-medium, 500) !important;
  line-height: 1.14 !important;
  letter-spacing: 0.057em !important;
  text-transform: uppercase !important;
  text-align: center;
}

.two-col-cta-section .button-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.two-col-cta-section .section-button:hover {
  background-color: var(--color-brown-900) !important;
  color: var(--color-yellow-200, #FBEB8F) !important ;
}

.two-col-cta-section .section-button:focus {
  outline: 2px solid var(--color-yellow-200, #FBEB8F);
  outline-offset: 2px;
}

/* Content Image styles */
.two-col-cta-section .content-image {
  margin: var(--spacing-6, 1.5rem) 0;
  text-align: center;
}

.two-col-cta-section .content-image img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-md, 8px);
}

/* Media Column - Base styles */
.two-col-cta-section .media-column {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

/* Modern browsers with aspect-ratio support */
@supports (aspect-ratio: 720 / 545) {
  .two-col-cta-section .media-column {
    aspect-ratio: 720 / 545;
  }
}

/* Fallback for older browsers */
@supports not (aspect-ratio: 720 / 545) {
  .two-col-cta-section .media-column {
    height: 0;
    padding-bottom: 100%; /* Creates 1:1 aspect ratio */
  }
  
  .two-col-cta-section .media-column .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .two-col-cta-section .media-column {
    width: 50%;
  }
  
  @supports (aspect-ratio: 720 / 545) {
    .two-col-cta-section .media-column {
      min-height: auto;
    }
  }
  
  @supports not (aspect-ratio: 720 / 545) {
    .two-col-cta-section .media-column {
      height: 0;
      padding-bottom: 50%; /* Maintains 1:1 aspect ratio at 50% width */
    }
  }
}

/* Video Column Styles */
.two-col-cta-section .video-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-col-cta-section .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play Button */
.two-col-cta-section .play-button {
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
}

.two-col-cta-section .play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: scale(1.1);
}

.two-col-cta-section .play-button:focus {
  outline: 2px solid var(--color-yellow-200, #FBEB8F);
  outline-offset: 4px;
}

.two-col-cta-section .play-icon {
  width: 50px;
  height: 40px;
  margin-left: 8px;
}

/* Video Modal (when video is playing) */
.two-col-cta-section .video-active .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.two-col-cta-section .video-player {
  width: 100%;
  height: 100%;
}

/* Video Close Button */
.two-col-cta-section .video-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid var(--color-green-100, var(--color-green-200));
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.two-col-cta-section .video-close:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.two-col-cta-section .video-close:focus {
  outline: 2px solid var(--color-yellow-200, #FBEB8F);
  outline-offset: 2px;
}

.two-col-cta-section .video-close svg {
  width: 24px;
  height: 24px;
  color: var(--color-green-100, var(--color-green-200));
}

/* Animation Classes */
.two-col-cta-section.animate-in {
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .two-col-cta-section .content-wrapper {
    gap: var(--spacing-4, 1rem);
  }
  
  .two-col-cta-section .section-button {
    width: 100%;
    max-width: 320px;
  }
  
  .two-col-cta-section .play-button {
    width: 80px;
    height: 80px;
  }
  
  .two-col-cta-section .play-icon {
    width: 35px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .two-col-cta-section .section-subheading {
    font-size: var(--font-size-lg, 1.125rem) !important;
  }
  
  .two-col-cta-section .section-heading {
    font-size: var(--font-size-3xl, 2.5rem) !important;
  }
  
  .two-col-cta-section .section-body {
    font-size: var(--font-size-sm, 0.9375rem) !important;
  }
  
  .two-col-cta-section .section-button {
    width: 100%;
    height: 64px;
    padding: var(--spacing-4, 1rem);
  }
  
  .two-col-cta-section .button-text {
    font-size: var(--font-size-xs, 0.8125rem) !important;
  }
  
  .two-col-cta-section .content-image {
    margin: var(--spacing-4, 1rem) 0;
  }
}

/* ============================================
   IMAGE CAROUSEL STYLES
   ============================================ */

/* Carousel Container */
.two-col-cta-section .image-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Carousel Viewport */
.two-col-cta-section .carousel-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Carousel Track */
.two-col-cta-section .carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Carousel Slides */
.two-col-cta-section .carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.two-col-cta-section .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 2;
}

/* Carousel Pagination Controls */
.two-col-cta-section .carousel-pagination {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 8px;
  background-color: rgba(55, 58, 25, 0.56);
  z-index: 10;
}

/* Navigation Buttons */
.two-col-cta-section .carousel-prev,
.two-col-cta-section .carousel-next {
  padding: 8px;
  background: transparent;
  border: 2px solid var(--color-yellow-200, #FBEB8F);
  color: var(--color-yellow-200, #FBEB8F);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.two-col-cta-section .carousel-prev:hover,
.two-col-cta-section .carousel-next:hover {
  background-color: var(--color-yellow-200, #FBEB8F);
  color: var(--color-green-950);
}

.two-col-cta-section .carousel-prev:focus,
.two-col-cta-section .carousel-next:focus {
  outline: 2px solid var(--color-blue-focus, #4F85FD);
  outline-offset: 2px;
}

.two-col-cta-section .carousel-prev svg,
.two-col-cta-section .carousel-next svg {
  width: 24px;
  height: 24px;
}

/* Carousel Indicator */
.two-col-cta-section .carousel-indicator {
  color: var(--color-yellow-200, #FBEB8F) !important;
  font-family: var(--font-heading, "Sora") !important;
  font-size: var(--font-size-2xl, 1.5rem) !important;
  font-weight: var(--font-weight-extrabold, 800) !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
  min-width: 40px;
  text-align: center;
}

.two-col-cta-section .carousel-indicator .current-slide {
  font-weight: var(--font-weight-extrabold, 800) !important;
}

.two-col-cta-section .carousel-indicator .total-slides {
  font-weight: var(--font-weight-normal, 400) !important;
}

/* Simplified carousel - no loading states needed */

/* Mobile Responsive Carousel */
@media (max-width: 768px) {
  .two-col-cta-section .carousel-pagination {
    bottom: 20px;
    right: 20px;
    gap: 12px;
    padding: 6px;
  }
  
  .two-col-cta-section .carousel-prev,
  .two-col-cta-section .carousel-next {
    padding: 6px;
  }
  
  .two-col-cta-section .carousel-prev svg,
  .two-col-cta-section .carousel-next svg {
    width: 20px;
    height: 20px;
  }
  
  .two-col-cta-section .carousel-indicator {
    font-size: var(--font-size-xl, 1.25rem) !important;
    min-width: 32px;
  }
}

@media (max-width: 480px) {
  .two-col-cta-section .carousel-pagination {
    bottom: 16px;
    right: 16px;
    gap: 8px;
    padding: 4px;
  }
  
  .two-col-cta-section .carousel-prev,
  .two-col-cta-section .carousel-next {
    padding: 4px;
  }
  
  .two-col-cta-section .carousel-prev svg,
  .two-col-cta-section .carousel-next svg {
    width: 18px;
    height: 18px;
  }
  
  .two-col-cta-section .carousel-indicator {
    font-size: var(--font-size-lg, 1.125rem) !important;
    min-width: 28px;
  }
}

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
  .two-col-cta-section .carousel-track {
    transition: none;
  }
  
  .two-col-cta-section .carousel-slide img {
    transition: none;
  }
  
  .two-col-cta-section .carousel-prev,
  .two-col-cta-section .carousel-next {
    transition: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .two-col-cta-section .carousel-prev,
  .two-col-cta-section .carousel-next {
    background-color: #ffffff;
    border-color: #000000;
  }
  
  .two-col-cta-section .carousel-arrow {
    color: #000000;
  }
  
  .two-col-cta-section .carousel-indicator {
    background-color: #000000;
    color: #ffffff;
  }
} 


/* Dominant margin-bottom settings for all themes */
.two-col-cta-section .section-subheading {
  margin-bottom: var(--spacing-3) !important;
}

.two-col-cta-section .section-heading {
  margin-bottom: var(--spacing-6) !important;
}

.two-col-cta-section .section-body {
  margin-bottom: var(--spacing-9) !important;
}
