.elementor-5312 .elementor-element.elementor-element-8b23c28{--display:flex;}.elementor-5312 .elementor-element.elementor-element-b4b0da6{width:var( --container-widget-width, 124.376% );max-width:124.376%;--container-widget-width:124.376%;--container-widget-flex-grow:0;}.elementor-5312 .elementor-element.elementor-element-b4b0da6.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-5312 .elementor-element.elementor-element-c3518f3{--display:flex;}.elementor-5312 .elementor-element.elementor-element-2818c16{--display:flex;}/* Start custom CSS for container, class: .elementor-element-8b23c28 *//* ═══════════════════════════════════════════════════════
   R² SUPERSCRIPT & CTA OVERFLOW FIX
   Ensures consistent superscript rendering and prevents
   unwanted orange color overflow in CTAs
═══════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   SUPERSCRIPT (R²) - UNIVERSAL STYLING
═══════════════════════════════════════════════════════ */

/* Apply to all elements with brand-r2 class */
.brand-r2 {
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

/* Superscript styling - consistent everywhere */
.brand-r2 sup {
  font-size: 0.65em;
  vertical-align: super;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 0.05em;
}

/* Prevent superscript from causing line height issues */
.brand-r2 sup:first-child,
.brand-r2 sup:last-child {
  margin: 0;
}

/* ═══════════════════════════════════════════════════════
   FOOTER CTA - COLOR & TEXT OVERFLOW FIXES
═══════════════════════════════════════════════════════ */

.footer-cta {
  background: #11161D;
  color: rgba(255, 255, 255, 0.92);
  padding: 96px 0;
  margin-top: 96px;
}

.footer-cta-wrap {
  max-width: 760px;
}

/* H2 in footer - ensure it stays white */
.footer-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  line-height: 1.32;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: -0.008em;
  margin: 0 0 24px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* P in footer - ensure it stays white */
.footer-cta p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.66);
  margin: 0 0 32px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Ensure R² in footer text stays white, never orange */
.footer-cta .brand-r2,
.footer-cta p .brand-r2 {
  color: rgba(255, 255, 255, 0.96);
  display: inline;
}

.footer-cta .brand-r2 sup {
  color: rgba(255, 255, 255, 0.96);
}

/* CTA Link - proper styling without color overflow */
.footer-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  padding-bottom: 4px;
  transition: border-color 0.15s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

/* CTA Link hover - only border changes, NOT text color */
.footer-cta-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.72);
  color: rgba(255, 255, 255, 0.92); /* Maintain white on hover */
}

/* CTA Link focus state */
.footer-cta-link:focus {
  outline: 2px solid rgba(255, 166, 77, 0.5);
  outline-offset: 2px;
}

/* Ensure no orange color leaks into CTA text */
.footer-cta-link:not(:hover) {
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Arrow symbol in CTA - explicitly white */
.footer-cta-link::after {
  content: '';
  color: rgba(255, 255, 255, 0.92);
}

/* ═══════════════════════════════════════════════════════
   INDUSTRY ROW LINKS - PREVENT COLOR BLEED
═══════════════════════════════════════════════════════ */

/* Industry row links should NOT turn orange on their own */
.r2i-industry-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 24px;
  gap: 48px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid rgba(28, 46, 69, 0.16);
  color: inherit;
  text-decoration: none;
  transition: background-color 0.15s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Arrow in industry rows - explicit color control */
.r2i-industry-row::after {
  content: '→';
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #FFA64D;
  text-align: right;
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

/* Hover state for industry rows */
.r2i-industry-row:hover {
  background: rgba(255, 166, 77, 0.055);
}

.r2i-industry-row:hover .r2i-industry-name {
  color: #1C2E45;
}

.r2i-industry-row:hover::after {
  transform: translateX(4px);
  color: #FFA64D;
}

/* Industry name text - prevent unexpected color changes */
.r2i-industry-name {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 400;
  color: #1C2E45;
  letter-spacing: -0.005em;
}

/* ═══════════════════════════════════════════════════════
   BACK LINK - COLOR CONSISTENCY
═══════════════════════════════════════════════════════ */

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1C2E45;
  text-decoration: none;
  transition: color 0.15s ease;
  margin-top: 32px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.back-link:hover {
  color: #FFA64D;
}

.back-link::before {
  content: '←';
  font-size: 14px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════
   FAQ STYLING - PREVENT COLOR OVERFLOW
═══════════════════════════════════════════════════════ */

.r2i-faq-item {
  padding: 0;
  border-bottom: 1px solid rgba(28, 46, 69, 0.16);
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.r2i-faq-item:last-child {
  border-bottom: none;
}

/* FAQ Question styling - prevent orange bleed */
.r2i-faq-q {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 400;
  color: #1C2E45;
  letter-spacing: -0.005em;
  margin: 0;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease;
  list-style: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.r2i-faq-q:hover {
  color: #FFA64D;
}

/* Hide default browser marker */
.r2i-faq-q::-webkit-details-marker {
  display: none;
}

/* Custom plus/minus marker */
.r2i-faq-q::after {
  content: '+';
  font-family: 'JetBrains Mono', monospace;
  color: #FFA64D;
  font-size: 18px;
  margin-left: 24px;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

/* Minus symbol when open */
.r2i-faq-item[open] .r2i-faq-q::after {
  content: '−';
}

/* Focus state */
.r2i-faq-q:focus {
  outline: 2px solid #FFA64D;
  outline-offset: 2px;
}

/* Open state padding */
.r2i-faq-item[open] .r2i-faq-q {
  padding-bottom: 16px;
}

/* FAQ Answer styling */
.r2i-faq-a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #5F5F6E;
  margin: 0 0 28px 0;
  max-width: 720px;
  animation: slideDown 0.2s ease-out;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.r2i-faq-a strong {
  font-weight: 500;
  color: #1C2E45;
}

/* Slide down animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .r2i-faq-a {
    animation: none;
  }
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE ADJUSTMENTS - PREVENT OVERFLOW
═══════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  /* Container padding for mobile */
  .container {
    padding: 0 24px;
  }

  /* Headings scale down */
  h1 {
    font-size: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .subtitle {
    font-size: 17px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Footer CTA text sizes */
  .footer-cta h2 {
    font-size: 24px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .footer-cta p {
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* CTA link wraps nicely */
  .footer-cta-link {
    flex-wrap: wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  /* Industry rows adjust */
  .r2i-industry-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .r2i-industry-row::after {
    text-align: left;
  }

  .r2i-industry-name {
    font-size: 18px;
  }

  .r2i-industry-desc {
    font-size: 13px;
  }

  /* FAQ adjusts */
  .r2i-faq-q {
    font-size: 17px;
    padding: 20px 0;
  }

  .r2i-faq-q::after {
    margin-left: 16px;
  }
}

@media (max-width: 480px) {
  /* Very small screens */
  .container {
    padding: 0 16px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .subtitle {
    font-size: 15px;
    line-height: 1.4;
  }

  .footer-cta h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .footer-cta p {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-cta-link {
    font-size: 11px;
    gap: 8px;
  }

  /* Ensure R² doesn't break on small screens */
  .brand-r2 {
    white-space: nowrap;
  }

  /* FAQ wraps better */
  .r2i-faq-q {
    flex-wrap: wrap;
    font-size: 16px;
  }

  .r2i-faq-q::after {
    margin-left: 8px;
    order: 2;
  }
}

/* ═══════════════════════════════════════════════════════
   LINK COLOR RESET - GLOBAL OVERRIDE
   Prevents orange color from leaking into non-link text
═══════════════════════════════════════════════════════ */

/* Ensure dark section text never turns orange */
.footer-cta,
.footer-cta * {
  color: inherit;
}

.footer-cta a {
  color: rgba(255, 255, 255, 0.92);
}

.footer-cta a:visited {
  color: rgba(255, 255, 255, 0.92);
}

/* Hero section - ensure R² stays dark */
.hero,
.hero * {
  color: inherit;
}

.hero .brand-r2 {
  color: #1C2E45;
}

.hero .brand-r2 sup {
  color: #1C2E45;
}

/* ═══════════════════════════════════════════════════════
   PRINT STYLES - ENSURE R² PRINTS CORRECTLY
═══════════════════════════════════════════════════════ */

@media print {
  .brand-r2 sup {
    font-size: 0.65em;
    vertical-align: super;
  }

  .footer-cta-link,
  .back-link,
  .r2i-industry-row::after,
  .r2i-faq-q::after {
    color: inherit !important;
    text-decoration: none;
  }
}/* End custom CSS */