/* ==========================================================================
   ADDON FINANCE â€” ABOUT SECTION
   Reference-matched corporate layout
   ========================================================================== */

html body .addon-homepage .company-about--reference {
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    isolation: isolate;
}

html body .addon-homepage .company-about--reference::before,
html body .addon-homepage .company-about--reference::after {
    content: "" !important;
    position: absolute !important;
    pointer-events: none !important;
    z-index: -1 !important;
    border-radius: 50% !important;
    filter: blur(0.2px);
}

html body .addon-homepage .company-about--reference::before {
    width: 420px !important;
    height: 420px !important;
    left: -235px !important;
    bottom: -235px !important;
    background: radial-gradient(circle at 65% 35%, rgba(224, 237, 250, .82), rgba(224, 237, 250, 0) 68%) !important;
}

html body .addon-homepage .company-about--reference::after {
    width: 360px !important;
    height: 360px !important;
    right: -230px !important;
    top: 380px !important;
    background: radial-gradient(circle at 35% 55%, rgba(246, 220, 194, .55), rgba(246, 220, 194, 0) 70%) !important;
}

/* --------------------------------------------------------------------------
   1. MAIN TWO-COLUMN LAYOUT
   -------------------------------------------------------------------------- */

html body .addon-homepage .company-about__layout {
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr) !important;
    gap: 72px !important;
    align-items: start !important;
    max-width: 1340px !important;
    margin-inline: auto !important;
    padding-top: 34px !important;
    padding-bottom: 18px !important;
}

/* --------------------------------------------------------------------------
   2. LEFT â€” COMPANY INTRO
   -------------------------------------------------------------------------- */

html body .addon-homepage .company-about__intro {
    padding: 0 10px 0 0 !important;
}

html body .addon-homepage .company-about__intro h2 {
    position: relative !important;
    margin: 0 0 24px !important;
    color: #102a4a !important;
    font-size: clamp(2.55rem, 3.35vw, 3.05rem) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
}

html body .addon-homepage .company-about__intro p {
    margin: 0 0 17px !important;
    color: #66809e !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.58 !important;
    letter-spacing: .005em !important;
}

/* The base homepage stylesheet adds another decorative rule via ::before.
   Disable it here so each paragraph has one clean, intentional accent only. */
html body .addon-homepage .company-about__intro p::before {
    content: none !important;
    display: none !important;
}

html body .addon-homepage .company-about__intro p:first-of-type {
    margin-bottom: 18px !important;
    padding: 2px 0 2px 21px !important;
    border-left: 3px solid #e88b43 !important;
    border-radius: 2px 0 0 2px !important;
    color: #557392 !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
}

/* Community strip at the bottom of the left column */
html body .addon-homepage .company-about__community {
    display: flex !important;
    align-items: center !important;
    gap: 34px !important;
    margin-top: 24px !important;
    padding-top: 20px !important;
    border-top: 1px solid #dfe4e9 !important;
}

html body .addon-homepage .company-about__community span {
    max-width: 300px !important;
    color: #6a86a4 !important;
    font-size: .78rem !important;
    font-weight: 500 !important;
    line-height: 1.42 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

html body .addon-homepage .company-about__community strong {
    position: relative !important;
    padding-left: 34px !important;
    color: #567492 !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: .16em !important;
}

html body .addon-homepage .company-about__community strong::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 1px !important;
    height: 31px !important;
    transform: translateY(-50%) !important;
    background: #d5dce3 !important;
}

/* --------------------------------------------------------------------------
   3. RIGHT â€” VISION / MISSION
   -------------------------------------------------------------------------- */

html body .addon-homepage .company-about__direction {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body .addon-homepage .company-about__vision,
html body .addon-homepage .company-about__mission {
    position: relative !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 26px !important;
    box-shadow: 0 18px 50px rgba(24, 55, 88, .055) !important;
    transition: transform .28s ease, box-shadow .28s ease !important;
}

html body .addon-homepage .company-about__vision:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 24px 58px rgba(24, 55, 88, .085) !important;
}

html body .addon-homepage .company-about__vision {
    min-height: 304px !important;
    padding: 31px 48px 35px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background:
        radial-gradient(circle at 102% -5%, rgba(184, 207, 232, .52), rgba(184, 207, 232, 0) 36%),
        linear-gradient(135deg, #f5f9fd 0%, #e4eff9 100%) !important;
}

html body .addon-homepage .company-about__mission {
    padding: 28px 40px 24px !important;
    display: block !important;
    align-items: initial !important;
    justify-content: initial !important;
    transition: none !important;
    animation: none !important;
    transform: none !important;
    background:
        radial-gradient(circle at 102% -5%, rgba(184, 207, 232, .52), rgba(184, 207, 232, 0) 36%),
        linear-gradient(135deg, #f5f9fd 0%, #e4eff9 100%) !important;
}

/* Soft curved highlights inside cards */
html body .addon-homepage .company-about__vision::before,
html body .addon-homepage .company-about__mission::before {
    content: "" !important;
    position: absolute !important;
    width: 330px !important;
    height: 330px !important;
    right: -145px !important;
    top: -185px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    background: rgba(255,255,255,.17) !important;
    pointer-events: none !important;
}

html body .addon-homepage .company-about__mission::after {
    content: "" !important;
    position: absolute !important;
    width: 260px !important;
    height: 260px !important;
    right: -105px !important;
    bottom: -175px !important;
    border-radius: 50% !important;
    background: rgba(184, 207, 232, .22) !important;
    pointer-events: none !important;
}

/* --------------------------------------------------------------------------
   4. CARD HEADINGS
   -------------------------------------------------------------------------- */

html body .addon-homepage .company-about__vision .company-about__direction-heading,
html body .addon-homepage .company-about__mission .company-about__direction-heading {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    text-align: center !important;
}

html body .addon-homepage .company-about__vision .company-about__direction-heading::after,
html body .addon-homepage .company-about__mission .company-about__direction-heading::after {
    content: "" !important;
    display: block !important;
    width: 55px !important;
    height: 2px !important;
    margin-top: 14px !important;
    border-radius: 0 !important;
    background: #e88b43 !important;
}

html body .addon-homepage .company-about__vision .company-about__direction-heading span,
html body .addon-homepage .company-about__mission .company-about__direction-heading span {
    color: #3e6488 !important;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .17em !important;
    text-transform: uppercase !important;
}

html body .addon-homepage .company-about__vision .company-about__direction-heading span {
    color: #264f76 !important;
}

/* --------------------------------------------------------------------------
   5. VISION COPY
   -------------------------------------------------------------------------- */

html body .addon-homepage .company-about__vision-copy {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: center !important;
    transform: translateY(-18px) !important;
}

html body .addon-homepage .company-about__vision p {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    color: #2a587f !important;
    font-size: 1.08rem !important;
    font-weight: 500 !important;
    line-height: 1.62 !important;
    letter-spacing: .002em !important;
    font-style: italic !important;
    text-align: center !important;
}

/* Reset the oversized heading rules inherited from the older split-card design. */
html body .addon-homepage .company-about__mission > header {
    display: block !important;
    height: auto !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

html body .addon-homepage .company-about__mission .company-about__direction-heading span {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: none !important;
}

html body .addon-homepage .company-about__vision p::before {
    content: "\201C" !important;
    color: #2a587f !important;
    font-family: Georgia, serif !important;
    font-size: 1.5rem !important;
    line-height: 0 !important;
    vertical-align: -0.12em !important;
    margin-right: 3px !important;
}

html body .addon-homepage .company-about__vision p::after {
    content: "\201D" !important;
    display: inline !important;
    margin-left: 3px !important;
    color: #2a587f !important;
    font-family: Georgia, serif !important;
    font-size: 1.5rem !important;
    font-style: normal !important;
    line-height: 0 !important;
    vertical-align: -0.16em !important;
}

/* --------------------------------------------------------------------------
   6. MISSION COPY
   -------------------------------------------------------------------------- */
/* 
html body .addon-homepage .company-about__mission ol,
html body .addon-homepage .company-about__mission ul {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
    width: 100% !important;
}


/* --------------------------------------------------------------------------
   7. EXISTING EVOLUTION / TIMELINE
   Keep the functionality, only separate it visually from the reference block.
   -------------------------------------------------------------------------- */

html body .addon-homepage .company-about__evolution {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 46px !important;
}

/* --------------------------------------------------------------------------
   8. RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 1200px) {
    html body .addon-homepage .company-about__layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr) !important;
        gap: 48px !important;
        padding-inline: 24px !important;
    }

    html body .addon-homepage .company-about__vision,
    html body .addon-homepage .company-about__mission {
        padding-left: 38px !important;
        padding-right: 38px !important;
    }
}

@media (max-width: 991.98px) {
    html body .addon-homepage .company-about__layout {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        padding-top: 20px !important;
    }

    html body .addon-homepage .company-about__intro {
        padding-right: 0 !important;
    }

    html body .addon-homepage .company-about__intro h2 {
        font-size: 2.55rem !important;
    }

    html body .addon-homepage .company-about__vision,
    html body .addon-homepage .company-about__mission {
        min-height: auto !important;
    }
}

@media (max-width: 767.98px) {
    html body .addon-homepage .company-about__layout {
        padding-inline: 18px !important;
    }

    html body .addon-homepage .company-about__intro h2 {
        font-size: 2.2rem !important;
    }

    html body .addon-homepage .company-about__vision,
    html body .addon-homepage .company-about__mission {
        border-radius: 21px !important;
        padding: 28px 25px !important;
    }

    html body .addon-homepage .company-about__vision p {
        font-size: .98rem !important;
    }

    html body .addon-homepage .company-about__mission li p {
        font-size: .94rem !important;
    }

    html body .addon-homepage .company-about__community {
        align-items: flex-start !important;
        gap: 18px !important;
    }

    html body .addon-homepage .company-about__community span {
        max-width: 220px !important;
        font-size: .68rem !important;
    }
}
