.elementor-15812 .elementor-element.elementor-element-e671a2b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-50d155e *//* Embed fonts to override theme/Elementor */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Inter+Tight:wght@800&display=swap');

  #founders.section.founders {
    position: relative !important;
    padding: 6rem 0 !important;
    background: #0d0d14 !important;
    overflow: hidden !important;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  }

  #founders .container {
    max-width: 72rem !important;
    margin: 0 auto !important;
    padding: 0 1.5rem !important;
  }

  /* Background layers */
  #founders .founders-constellation {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.03 !important;
    background-image: radial-gradient(circle, #7b67a8 1px, transparent 1px) !important;
    background-size: 50px 50px !important;
    pointer-events: none !important;
  }

  #founders .founders-orb-1,
  #founders .founders-orb-2 {
    position: absolute !important;
    width: 384px !important;
    height: 384px !important;
    border-radius: 50% !important;
    filter: blur(120px) !important;
    pointer-events: none !important;
  }

  #founders .founders-orb-1 {
    top: 0 !important;
    left: 25% !important;
    background: rgba(123, 103, 168, 0.1) !important;
  }

  #founders .founders-orb-2 {
    bottom: 0 !important;
    right: 25% !important;
    background: rgba(215, 46, 93, 0.08) !important;
  }

  /* Header */
  #founders .founders-header {
    text-align: center !important;
    margin-bottom: 4rem !important;
  }

  #founders .founders-label {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: #7b67a8 !important;
    margin-bottom: 1rem !important;
  }

  #founders .founders-title {
    font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: clamp(1.875rem, 5vw, 3rem) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.03em !important;
  }

  #founders .founders-title-gradient {
    background: linear-gradient(to right, #7b67a8, #d72e5d, #ff7913) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }

  #founders .founders-subtitle {
    color: #9ca3af !important;
    font-size: 1.125rem !important;
    line-height: 1.75 !important;
    max-width: 42rem !important;
    margin: 0 auto !important;
  }

  /* Grid */
  #founders .founders-grid {
    display: grid !important;
    gap: 2rem !important;
    max-width: 56rem !important;
    margin: 0 auto !important;
    align-items: stretch !important;
  }

  /* Cards */
  #founders .founder-card {
    position: relative !important;
    background: #18181f !important;
    border: 1px solid #2a2a35 !important;
    border-radius: 1rem !important;
    padding: 2rem !important;
    transition: all 0.5s ease !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  #founders .founder-card:hover {
    border-color: rgba(123, 103, 168, 0.5) !important;
  }

  /* Card glows */
  #founders .founder-card-glow {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 1rem !important;
    transition: opacity 0.5s ease !important;
    filter: blur(40px) !important;
    pointer-events: none !important;
  }

  #founders .founder-card-glow-pre {
    opacity: 1 !important;
  }

  #founders .founder-card-glow-hover {
    opacity: 0 !important;
  }

  #founders .founder-card-glow-1 {
    background: linear-gradient(
      to bottom right,
      rgba(123, 103, 168, 0.05),
      rgba(215, 46, 93, 0.05)
    ) !important;
  }

  #founders .founder-card-glow-2 {
    background: linear-gradient(
      to bottom right,
      rgba(215, 46, 93, 0.05),
      rgba(255, 121, 19, 0.05)
    ) !important;
  }

  #founders .founder-card-glow-hover-1 {
    background: linear-gradient(
      to bottom right,
      rgba(123, 103, 168, 0.2),
      rgba(215, 46, 93, 0.2)
    ) !important;
  }

  #founders .founder-card-glow-hover-2 {
    background: linear-gradient(
      to bottom right,
      rgba(215, 46, 93, 0.2),
      rgba(255, 121, 19, 0.2)
    ) !important;
  }

  #founders .founder-card:hover .founder-card-glow-hover {
    opacity: 1 !important;
  }

  /* Content */
  #founders .founder-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;
    flex: 1 !important;
  }

  /* Avatar + ring */
  #founders .founder-avatar {
    width: 8rem !important;
    height: 8rem !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 4px solid #2a2a35 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    transition: all 0.5s ease !important;
  }

  #founders .founder-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    filter: grayscale(100%) !important;
    transition: filter 0.5s ease !important;
    display: block !important;
  }

  #founders .founder-avatar-ring {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 50% !important;
    border: 2px solid #7b67a8 !important;
    opacity: 0 !important;
    transition: all 0.5s ease !important;
  }

  #founders .founder-card:hover .founder-avatar {
    border-color: rgba(123, 103, 168, 0.5) !important;
  }

  #founders .founder-card:hover .founder-avatar img {
    filter: grayscale(0) !important;
  }

  #founders .founder-card:hover .founder-avatar-ring {
    opacity: 0.5 !important;
    transform: scale(1.1) !important;
  }

  /* Text */
  #founders .founder-name {
    font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    color: #ffffff !important;
    margin-bottom: 0.25rem !important;
  }

  #founders .founder-role {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    color: #7b67a8 !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }


  #founders .founder-role {
    color: #7b67a8 !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    margin-bottom: 0.5rem !important;
  }

  #founders .founder-company {
    color: #6b7280 !important;
    font-size: 0.875rem !important;
    margin-bottom: 1.5rem !important;
  }

  #founders .founder-divider {
    width: 100% !important;
    height: 1px !important;
    background: linear-gradient(to right, transparent, #2a2a35, transparent) !important;
    margin-bottom: 1.5rem !important;
  }

  #founders .founder-quote {
    color: #9ca3af !important;
    line-height: 1.75 !important;
    font-size: 0.875rem !important;
    margin-bottom: 1.5rem !important;
    flex: 1 !important;
  }

  /* Socials */
  #founders .founder-socials {
    display: flex !important;
    gap: 0.75rem !important;
  }

  #founders .founder-social {
    width: 2.5rem !important;
    height: 2.5rem !important;
    border-radius: 50% !important;
    background: #2a2a35 !important;
    border: 1px solid #3a3a45 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #9ca3af !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
  }

  #founders .founder-social:hover {
    color: #ffffff !important;
    border-color: #7b67a8 !important;
    background: rgba(123, 103, 168, 0.1) !important;
  }

  /* Bottom accent line */
  #founders .founder-accent {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 0.5px !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
  }

  #founders .founder-accent-1 {
    background: linear-gradient(to right, #7b67a8, #d72e5d) !important;
  }

  #founders .founder-accent-2 {
    background: linear-gradient(to right, #d72e5d, #ff7913) !important;
  }

  #founders .founder-card:hover .founder-accent {
    opacity: 1 !important;
  }

  /* Fade-in animation (namespaced) */
  #founders .fade-in {
    opacity: 1 !important;
    transform: translateY(20px) !important;
    transition: opacity 0.7s ease-out, transform 0.7s ease-out !important;
  }

  #founders .fade-in.visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  /* Responsive */
  @media (min-width: 768px) {
    #founders .founders-grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media (max-width: 767px) {
    #founders.section.founders {
      padding: 4rem 0 !important;
    }

    #founders .founder-card {
      padding: 1.5rem !important;
    }

    #founders .founder-avatar {
      width: 6.5rem !important;
      height: 6.5rem !important;
    }

    #founders .founders-subtitle {
      font-size: 1rem !important;
    }
  }

  /* Adam's role colour override */
  #founders .founder-card:nth-child(2) .founder-role {
    color: #d72e5d !important;
  }

  /* Improve grey contrast inside cards */
  #founders .founder-company {
    color: #9ca3af !important;
  }

  #founders .founder-quote {
    color: #e5e7eb !important;
  }

  #founders .founder-social {
    color: #e5e7eb !important;
    border-color: #4b5563 !important;
    background: #1f2933 !important;
  }

  #founders .founder-social:hover {
    background: rgba(123, 103, 168, 0.25) !important;
  }

  /* Adam card red accent instead of purple */
  #founders .founder-card:nth-child(2):hover {
    border-color: rgba(215, 46, 93, 0.7) !important;
  }

  #founders .founder-card:nth-child(2):hover .founder-avatar {
    border-color: rgba(215, 46, 93, 0.7) !important;
  }

  #founders .founder-card:nth-child(2) .founder-avatar-ring {
    border-color: #d72e5d !important;
  }

  /* Contact button under cards */
  #founders .founders-cta {
    margin-top: 3rem !important;
    text-align: center !important;
  }

  #founders .founders-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.9rem 2.4rem !important;
    border-radius: 999px !important;
    border: 1px solid rgba(148, 163, 184, 0.5) !important;
    background: radial-gradient(circle at top left, rgba(123, 103, 168, 0.3), transparent 55%) !important;
    background-color: #111827 !important;
    color: #f9fafb !important;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.45) !important;
    transition: all 0.25s ease !important;
  }

  #founders .founders-cta-button:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(215, 46, 93, 0.9) !important;
    background:
      radial-gradient(circle at top left, rgba(215, 46, 93, 0.5), transparent 55%),
      #020617 !important;
    box-shadow: 0 24px 55px rgba(215, 46, 93, 0.5) !important;
  }

  #founders .founders-cta-button svg {
    width: 1rem !important;
    height: 1rem !important;
  }

  @media (max-width: 767px) {
    #founders .founders-cta {
      margin-top: 2.5rem !important;
    }

    #founders .founder-quote {
      font-size: 0.9rem !important;
    }
  }/* End custom CSS */