﻿/* ── Solutions page shared ── */
.xelp-solve main {
    font-family: 'Inter', sans-serif;
}

.xelp-solve main [class$="-heading"]:not(.solve-accelerate-item-title):not(.solve-lens-item-title) {
    font-family: 'GCGatuzoDemo', sans-serif !important;
    font-weight: 500 !important;
}

.xelp-solve main [class$="-heading"]:not(.solve-accelerate-item-title):not(.solve-lens-item-title) strong,
.xelp-solve main [class$="-heading"]:not(.solve-accelerate-item-title):not(.solve-lens-item-title) span {
    font-family: inherit !important;
    font-weight: inherit !important;
}

/* ── Hero ── */
#solve-hero-section {
    position: relative;
    width: 100%;
    --solve-header-height: 70px;
}

@media (min-width: 769px) {
    #solve-hero-section {
        --solve-header-height: 7rem;
    }
}

#solve-hero-section .solve-hero-inner {
    position: relative;
    min-height: calc(100dvh - var(--solve-header-height));
    margin-top: var(--solve-header-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/static/solveCoverImage.png") center / cover no-repeat;
    border-radius: 0 0 25px 25px;
    overflow: hidden;
    padding: 60px 24px 100px;
    background-color: #E8FAF0;
}

#solve-hero-section .solve-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

#solve-hero-section .solve-hero-headline,
#solve-hero-section .solve-hero-headline .solve-hero-line {
    font-family: 'GCGatuzoDemo', sans-serif;
    line-height: 1.4;
    margin: 0;
}

#solve-hero-section .solve-hero-headline .solve-hero-line1 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 3px !important;
    color: #000000;
    margin-bottom: 0;
}

#solve-hero-section .solve-hero-headline .solve-hero-line2 {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000000;
}

#solve-hero-section .solve-hero-headline .solve-hero-accent {
    color: #059669;
}

@media (max-width: 768px) {
    #solve-hero-section .solve-hero-headline .solve-hero-line1 {
        font-size: clamp(32px, 8vw, 50px);
    }

    #solve-hero-section .solve-hero-headline .solve-hero-line2 {
        font-size: clamp(28px, 7vw, 46px);
    }
}

/* ── Tagline bar ── */
#solve-tagline-section {
    background: linear-gradient(to top, #F3F7FF 0%, #ffffff 100%);
    padding: 48px 24px;
}

#solve-tagline-section .solve-tagline-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#solve-tagline-section .solve-tagline-text {
    font-family: 'GCGatuzoDemo', sans-serif;
    font-size: clamp(18px, 2vw, 22px) !important;
    font-weight: 400 !important;
    color: #2c3e50;
    line-height: 1.5;
    letter-spacing: -0.03em;
    margin: 0;
}

#solve-tagline-section .solve-tagline-text span,
#solve-tagline-section .solve-tagline-accent {
    color: #059669;
}

/* ── Partner (2-column) ── */
#solve-partner-section {
    position: relative;
    background: #ffffff;
    padding: 96px 0;
    overflow: hidden;
}

#solve-partner-section .solve-partner-overlays {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

#solve-partner-section .solve-partner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 42%;
    max-width: 560px;
    background-repeat: no-repeat;
    background-size: auto 88%;
    pointer-events: none;
    filter: invert(1) sepia(1) saturate(5.5) hue-rotate(118deg) brightness(0.72) contrast(1.75)
            drop-shadow(0 0 0.35px #059669) drop-shadow(0 0 0.7px #059669);
    mix-blend-mode: multiply;
    opacity: 0.78;
}

#solve-partner-section .solve-partner-overlay-left {
    left: -4%;
    background-position: left center;
}

#solve-partner-section .solve-partner-overlay-right {
    right: -4%;
    background-position: right center;
}

#solve-partner-section .solve-partner-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 80px);
}

#solve-partner-section .solve-partner-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px 80px;
    align-items: center;
}

#solve-partner-section .solve-partner-eyebrow {
    color: #059669;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-family: 'Inter', sans-serif;
}

#solve-partner-section .solve-partner-heading {
    margin: 0;
    font-family: 'GCGatuzoDemo', sans-serif;
    font-weight: 500;
    line-height: 1.05;
}

#solve-partner-section .solve-partner-heading-line {
    display: block;
    font-size: clamp(36px, 4.8vw, 46px);
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.03em;
}

#solve-partner-section .solve-partner-heading-line--accent {
    color: #059669;
}

#solve-partner-section .solve-partner-body {
    font-size: 16px;
    font-weight: 400;
    color: #304F40;
    line-height: 1.4;
    margin: 0;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

@media (max-width: 900px) {
    #solve-partner-section {
        padding: 72px 0;
    }

    #solve-partner-section .solve-partner-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: start;
    }

    #solve-partner-section .solve-partner-overlay {
        width: 48%;
        max-width: 500px;
        opacity: 0.62;
    }
}

/* ── Accelerate cards (4×2 grid) ── */
#solve-accelerate-section {
    position: relative;
    background-color: #ffffff;
    padding: 96px 0;
    overflow: hidden;
}

#solve-accelerate-section .solve-accelerate-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 80px);
}

#solve-accelerate-section .solve-accelerate-header {
    text-align: center;
    margin-bottom: 56px;
}

#solve-accelerate-section .solve-accelerate-eyebrow {
    color: #059669;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-family: 'Inter', sans-serif;
}

#solve-accelerate-section .solve-accelerate-heading {
    font-family: 'GCGatuzoDemo', sans-serif !important;
    font-size: clamp(36px, 4.8vw, 56px);
    font-weight: 500;
    color: #000000;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0;
}

#solve-accelerate-section .solve-accelerate-heading strong {
    color: #059669;
    font-family: inherit !important;
    font-weight: inherit !important;
}

#solve-accelerate-section .solve-accelerate-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

#solve-accelerate-section .solve-accelerate-card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 28px 24px 32px;
    text-align: left;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

#solve-accelerate-section .solve-accelerate-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #059669;
    border-radius: 16px 16px 0 0;
}

#solve-accelerate-section .solve-accelerate-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}

#solve-accelerate-section .solve-accelerate-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#solve-accelerate-section .solve-accelerate-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #059669;
    line-height: 1.4;
    margin: 0 0 12px;
    font-family: 'GCGatuzoDemo', sans-serif !important;
}

#solve-accelerate-section .solve-accelerate-item-text {
    font-size: 14px;
    font-weight: 400;
    color: #304F40;
    line-height: 1.4;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 1024px) {
    #solve-accelerate-section .solve-accelerate-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #solve-accelerate-section {
        padding: 72px 0;
    }

    #solve-accelerate-section .solve-accelerate-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Smarter Lens ── */
#solve-smarter-lens-section {
    position: relative;
    background-color: #fafafa;
    padding: 96px 0;
    overflow: hidden;
}

#solve-smarter-lens-section .solve-lens-dots-tl,
#solve-smarter-lens-section .solve-lens-dots-br {
    position: absolute;
    width: 220px;
    height: 220px;
    pointer-events: none;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.55;
    mix-blend-mode: multiply;
}

#solve-smarter-lens-section .solve-lens-dots-tl {
    top: 32px;
    right: 4%;
}

#solve-smarter-lens-section .solve-lens-dots-br {
    bottom: 32px;
    left: 4%;
}

#solve-smarter-lens-section .solve-lens-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 80px);
}

#solve-smarter-lens-section .solve-lens-header {
    text-align: center;
    margin-bottom: 56px;
}

#solve-smarter-lens-section .solve-lens-heading {
    font-family: 'GCGatuzoDemo', sans-serif !important;
    font-size: clamp(36px, 4.8vw, 56px);
    font-weight: 500;
    color: #000000;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 16px;
}

#solve-smarter-lens-section .solve-lens-heading strong {
    color: #059669;
    font-family: inherit !important;
    font-weight: inherit !important;
}

#solve-smarter-lens-section .solve-lens-subheading {
    font-size: 18px;
    font-weight: 500;
    color: #304F40;
    line-height: 1.4;
    margin: 0 0 12px;
    font-family: 'Inter', sans-serif;
}

#solve-smarter-lens-section .solve-lens-description {
    font-size: 16px;
    font-weight: 400;
    color: #304F40;
    line-height: 1.4;
    max-width: 720px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

#solve-smarter-lens-section .solve-lens-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

#solve-smarter-lens-section .solve-lens-card {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 32px 28px 36px;
    text-align: left;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#solve-smarter-lens-section .solve-lens-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #059669;
    border-radius: 16px 16px 0 0;
}

#solve-smarter-lens-section .solve-lens-number {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(40px, 5vw, 40px);
    font-weight: 800;
    color: rgba(48, 79, 64, 0.7);
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    display: block;
}

#solve-smarter-lens-section .solve-lens-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #059669;
    line-height: 1.4;
    margin: 0 0 12px;
    font-family: 'GCGatuzoDemo', sans-serif !important;
}

#solve-smarter-lens-section .solve-lens-item-text {
    font-size: 14px;
    font-weight: 400;
    color: #304F40;
    line-height: 1.4;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 1024px) {
    #solve-smarter-lens-section .solve-lens-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #solve-smarter-lens-section {
        padding: 72px 0;
    }

    #solve-smarter-lens-section .solve-lens-grid {
        grid-template-columns: 1fr;
    }

    #solve-smarter-lens-section .solve-lens-dots-tl,
    #solve-smarter-lens-section .solve-lens-dots-br {
        width: 140px;
        height: 140px;
        opacity: 0.4;
    }
}

/* ── Companies ── */
#solve-companies-section {
    position: relative;
    background: #fafafa;
    padding: 96px 0;
    overflow: hidden;
}

#solve-companies-section .solve-companies-inner {
    position: relative;
    z-index: 1;
    max-width: 991px;
    margin: 0 auto;
    padding: 0 clamp(24px, 5vw, 80px);
}

#solve-companies-section .solve-companies-heading {
    font-family: 'GCGatuzoDemo', sans-serif !important;
    font-size: clamp(36px, 3.8vw, 46px);
    font-weight: 500;
    color: #000000;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-align: center;
    margin: 0 0 64px;
}

#solve-companies-section .solve-companies-heading strong {
    color: #059669;
    font-family: inherit !important;
    font-weight: inherit !important;
}

#solve-companies-section .solve-companies-panel-wrap {
    display: flex;
    align-items: stretch;
    margin: 0 calc(-1 * clamp(24px, 5vw, 80px));
}

#solve-companies-section .solve-companies-gap {
    flex: 0 0 clamp(16px, 8vw, 80px);
    background-color: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#solve-companies-section .solve-companies-panel {
    position: relative;
    flex: 1;
    min-width: 0;
    background: #ffffff;
    padding: 20px 0;
}

#solve-companies-section .solve-companies-panel .build-guide-lines {
    position: absolute;
    inset: 0;
    z-index: 0;
}

#solve-companies-section .solve-companies-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 20px;
}

#solve-companies-section .solve-company-item {
    padding: 8px clamp(20px, 3vw, 20px) 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#solve-companies-section .solve-company-item:not(:nth-child(4n)) {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

#solve-companies-section .solve-company-item--hidden {
    display: none;
}

#solve-companies-section .solve-company-item--visible {
    display: flex;
}

#solve-companies-section .solve-company-logo {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#solve-companies-section .solve-company-logo img {
    max-width: 90%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

#solve-companies-section .solve-companies-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

#solve-companies-section .solve-view-all-btn {
    display: inline-block;
    background: #065F46;
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

#solve-companies-section .solve-view-all-btn:hover {
    background: #059669;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    #solve-companies-section .solve-companies-panel-wrap {
        margin: 0;
    }

    #solve-companies-section .solve-companies-gap {
        flex-basis: clamp(12px, 2vw, 20px);
    }

    #solve-companies-section .solve-companies-panel {
        padding: 40px 0 48px;
    }

    #solve-companies-section .solve-companies-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 48px;
    }

    #solve-companies-section .solve-company-item {
        border-right: none !important;
    }

    #solve-companies-section .solve-company-item:not(.solve-company-item--hidden):nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    #solve-companies-section .solve-companies-panel .build-guide-lines {
        display: none;
    }
}

@media (max-width: 600px) {
    #solve-companies-section {
        padding: 72px 0;
    }

    #solve-companies-section .solve-companies-heading {
        margin-bottom: 48px;
    }

    #solve-companies-section .solve-companies-gap {
        flex-basis: 10px;
    }

    #solve-companies-section .solve-companies-panel {
        padding: 32px 0 40px;
    }

    #solve-companies-section .solve-companies-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    #solve-companies-section .solve-company-item,
    #solve-companies-section .solve-company-item:nth-child(odd) {
        border-right: none !important;
        padding: 8px 16px 16px;
    }
}
