:root {
    --e-global-color-primary: #00d1ca;
    --e-global-color-secondary: #54595f;
    --dark: #181b1f;
    --dark2: #1f2328;
    --dark3: #272c33;
    /*--cyan: #01c7cd;*/
    --cyan: #00d1ca;
    --cyan2: #00a8ad;
    --light: #f3f3f3;
    --muted: #d1d4d7;
    --white: #ffffff;
    --border: rgba(255, 255, 255, 0.07);
    --accent: #00C9A7;
    --gold: #F5A623;
}

.btn-primary {
    background: var(--cyan) !important;
    color: var(--dark);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    padding: 14px 34px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

    .btn-primary:hover {
        transform: translateY(-2px);
        background: #02d9e0 !important;
        box-shadow: 0 12px 32px rgba(1, 199, 205, 0.3);
    }

    .btn-primary.focus, .btn-primary:focus {
        transform: translateY(-2px);
        background: #02d9e0 !important;
        box-shadow: 0 12px 32px rgba(1, 199, 205, 0.3);
    }

.btn-outline {
    background: transparent;
    color: var(--light);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 14px 34px;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

    .btn-outline:hover {
        border-color: var(--cyan);
        background: rgba(1, 199, 205, 0.07);
        color: var(--cyan);
    }

.section-title-emp {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: var(--dark);
}


/* ══════════════ HERO ══════════════ */
.banner-carousel .slide-item:before {
    /*    position:relative;*/
    z-index: 0;
}

.it-img {
    /*    height:60vh !important;
    width: 100% !important;*/
}

.affinity-img {
    /*height:50vh !important;*/
}

.employer-img {
    /*height:50vh !important;*/
}

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 24px 60px;
    position: relative;
    overflow: hidden;
    background: var(--dark)
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( ellipse 65% 55% at 50% -5%, rgba(1, 199, 205, 0.14) 0%, transparent 70% ), radial-gradient( ellipse 40% 35% at 90% 85%, rgba(1, 199, 205, 0.07) 0%, transparent 60% );
        pointer-events: none;
    }



.badge-dot {
    width: 6px;
    height: 6px;
    background: var(--cyan);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.hero h1 {
    position: relative;
    font-size: clamp(2.4rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: var(--white);
    animation: fadeUp 0.8s 0.1s ease both;
}

    .hero h1 em {
        font-style: normal;
        color: var(--cyan);
    }

.punchline {
    position: relative;
    font-size: clamp(0.95rem, 2vw, 1.18rem);
    font-weight: 300;
    color: var(--muted);
    max-width: 600px;
    line-height: 1.75;
    margin: 22px auto 0;
    animation: fadeUp 0.9s 0.2s ease both;
}

    .punchline strong {
        color: var(--cyan);
        font-weight: 500;
    }

.punchline-stack {
    display: flex;
    flex-direction: column;
    /*    gap: 6px;*/
    margin-bottom: 28px;
    animation: fadeUp 0.7s 0.2s ease both;
}

.punchline-item {
    font-size: 15px;
    font-weight: 300;
    color: #d1d4d7;
    line-height: 1.4;
}

    .punchline-item strong {
        color: var(--white);
        font-weight: 500;
        font-style: normal;
    }

.hero-tagline {
    position: relative;
    font-size: clamp(1rem, 2.1vw, 1.3rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.5;
    max-width: 660px;
    margin: 18px auto 36px;
    animation: fadeUp 0.9s 0.28s ease both;
}
/* .hero-tagline span {
        color: var(--cyan);
      } */

.cta-row {
    position: relative;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 1s 0.38s ease both;
}

.partnerHeight {
    height: 5rem !important;
    padding: 0 !important;
}

/* ══════════════ home HERO ══════════════ */
.home-hero-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 80px 24px 60px;
    position: relative;
    overflow: hidden;
    background: var(--dark)
}

    .home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( ellipse 65% 55% at 50% -5%, rgba(1, 199, 205, 0.14) 0%, transparent 70% ), radial-gradient( ellipse 40% 35% at 90% 85%, rgba(1, 199, 205, 0.07) 0%, transparent 60% );
        pointer-events: none;
    }

.home-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(1, 199, 205, 0.4);
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 32px;
    animation: fadeUp 0.7s ease both;
}

.home-badge-dot {
    width: 6px;
    height: 6px;
    background: var(--cyan);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.width-left-hero .nano-title {
    position: relative;
    font-size: 24px !important;
    /*font-size: clamp(2rem, 4vw, 4.5rem);*/
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: var(--white);
    animation: fadeUp 0.8s 0.1s ease both;
}

.width-left-hero h1 {
    position: relative;
    font-size: 3vw !important;
    /*font-size: clamp(2rem, 4vw, 4.5rem);*/
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: var(--white);
    animation: fadeUp 0.8s 0.1s ease both;
}

    .width-left-hero h1 em {
        font-style: normal;
        color: var(--cyan);
    }

.home-punchline {
    position: relative;
    font-size: 17px !important;
    /*font-size: clamp(0.95rem, 3vw, 1.18rem);*/
    font-weight: 300;
    color: #d1d4d7;
    max-width: 600px;
    line-height: 2;
    margin-top: 22px;
    animation: fadeUp 0.9s 0.2s ease both;
}

    .home-punchline strong {
        color: var(--cyan);
        font-weight: 500;
    }

.home-punchline-stack {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 28px;
    animation: fadeUp 0.7s 0.2s ease both;
}

.home-punchline-item {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
    font-style: italic;
}

    .home-punchline-item strong {
        color: var(--white);
        font-weight: 500;
        font-style: normal;
    }

.home-hero-tagline {
    position: relative;
    font-size: clamp(1rem, 2.1vw, 1.3rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.5;
    max-width: 660px;
    margin-top: 18px;
    animation: fadeUp 0.9s 0.28s ease both;
    margin-bottom: 34px;
}
/* .hero-tagline span {
        color: var(--cyan);
      } */

.home-cta-row {
    position: relative;
    display: flex;
    gap: 14px;
    justify-content: left;
    flex-wrap: wrap;
    animation: fadeUp 1s 0.38s ease both;
}

.home-hero-img {
    width: 50vw !important;
    height: 50vh !important;
}

.width-left-hero {
    width: 55%;
    text-align: left;
}

.head-sub {
    position: relative;
    font-size: 2.5vw !important;
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.025em;
    color: var(--white);
    animation: fadeUp 0.8s 0.1s ease both;
}

    .head-sub em {
        font-style: normal;
        color: var(--cyan);
    }

.width-right-hero {
    width: 45%;
}
/* ══════════════ JOURNEY ══════════════ */
.journey-wrap {
    padding: 60px 24px 80px;
    background: var(--white);
}

.journey-title {
    text-align: center;
    margin-bottom: 56px;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .journey-grid::before {
        content: "";
        position: absolute;
        top: 43px;
        left: 9%;
        right: 9%;
        height: 2px;
        background: linear-gradient( 90deg, transparent, var(--cyan), rgba(1, 199, 205, 0.3), var(--cyan), transparent );
        z-index: 0;
    }

.journey-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: stepIn 0.6s ease forwards;
}

    .journey-step:nth-child(1) {
        animation-delay: 0.1s;
    }

    .journey-step:nth-child(2) {
        animation-delay: 0.2s;
    }

    .journey-step:nth-child(3) {
        animation-delay: 0.3s;
    }

    .journey-step:nth-child(4) {
        animation-delay: 0.4s;
    }

    .journey-step:nth-child(5) {
        animation-delay: 0.5s;
    }

    .journey-step:nth-child(6) {
        animation-delay: 0.6s;
    }

    .journey-step:nth-child(7) {
        animation-delay: 0.7s;
    }

.step-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: var(--cyan);
    border: 1px solid var(--cyan);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.85rem;
    margin-bottom: 18px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .step-icon:hover {
        transform: scale(1.1);
        box-shadow: 0 0 28px rgba(1, 199, 205, 0.38);
    }

.step-num {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--cyan);
    border: 1px solid var(--cyan2);
    color: var(--dark);
    font-weight: 800;
    font-size: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-name {
    font-weight: 700;
    font-size: 0.88rem;
    margin-bottom: 6px;
    color: var(--dark);
    line-height: 1.4;
}

.step-desc {
    font-size: 0.76rem !important;
    font-weight: 300;
    color: var(--dark2);
    line-height: 1.55;
    /*max-width: 128px;*/
}

    .step-desc p {
        color: var(--cyan);
        margin-bottom: 0 !important;
        font-size: 0.76rem !important;
        line-height: 1.4 !important;
    }
/* ══════════════ EMPLOYEE EMPLOYER JOURNEY FLOW ══════════════ */
.jounery-main-sec {
    background-color: var(--white) !important;
}

.journey-section-emp {
    padding: 100px 40px;
    max-width: 1200px;
    margin: 0 auto;
    /* background-color: var(--white); */
}

.journey-section-emp-1 {
    padding: 100px 40px 0px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-label-emp {
    font-size: 0.7rem !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: capitalize;
    color: var(--cyan);
    margin-bottom: 5px;
}

.section-sub-emp {
    font-size: 16px;
    color: var(--dark3);
    line-height: 1.7;
    /*    max-width: 560px;*/
    margin-bottom: 64px;
}

.journey-flow-aff {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    position: relative;
    margin-top: 64px;
}

    .journey-flow-aff::before {
        content: '';
        position: absolute;
        top: 36px;
        left: 5%;
        right: 5%;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--accent), var(--gold), var(--accent), transparent);
    }

.journey-flow-emp {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    position: relative;
    margin-top: 64px;
}

    .journey-flow-emp::before {
        content: '';
        position: absolute;
        top: 36px;
        left: 5%;
        right: 5%;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--accent), var(--gold), var(--accent), transparent);
    }

.journey-flow-rei {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
}

    .journey-flow-rei::before {
        content: '';
        position: absolute;
        top: 36px;
        left: 5%;
        right: 5%;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--accent), var(--gold), var(--accent), transparent);
    }

.journey-step-emp {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    opacity: 0;
    animation: stepIn 0.6s ease forwards;
}

    .journey-step-emp:nth-child(1) {
        animation-delay: 0.1s;
    }

    .journey-step-emp:nth-child(2) {
        animation-delay: 0.2s;
    }

    .journey-step-emp:nth-child(3) {
        animation-delay: 0.3s;
    }

    .journey-step-emp:nth-child(4) {
        animation-delay: 0.4s;
    }

    .journey-step-emp:nth-child(5) {
        animation-delay: 0.5s;
    }

    .journey-step-emp:nth-child(6) {
        animation-delay: 0.6s;
    }

    .journey-step-emp:nth-child(7) {
        animation-delay: 0.7s;
    }


.step-circle-emp {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--cyan2);
    /* border: 2px solid var(--accent); */
    display: grid;
    place-items: center;
    font-size: 28px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 30px rgba(0,201,167,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.journey-step-emp:hover .step-circle-emp {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(0,201,167,0.4);
}

/*.journey-step-emp h4 {
    font-family: 'Syne', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--dark);
}

.journey-step-emp p {
    font-size: 11.5px;
    color: var(--muted);
    line-height: 1.5;
}*/
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: var(--white);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    vertical-align: middle;
    flex-shrink: 0;
}

.svg-icon1 {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    vertical-align: middle;
    flex-shrink: 0;
}

.journey-flow-emp::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 5%;
    right: 5%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), var(--gold), var(--accent), transparent);
}
/* ══════════════ STATS ══════════════ */
.stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--dark);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.stat-item {
    padding: 28px 52px;
    text-align: center;
    border-right: 1px solid var(--border);
}

    .stat-item:last-child {
        border-right: none;
    }

.stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--cyan);
}

.stat-label {
    font-size: 0.71rem;
    font-weight: 500;
    color: var(--muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 4px;
}

/* ══════════════ SECTION COMMONS ══════════════ */
.section {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.section-label {
    line-height: 1.4;
    font-size: 0.7rem !important;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: capitalize;
    color: var(--cyan);
    margin-bottom: 5px;
}

.section-title {
    font-size: clamp(1.75rem, 3.4vw, 2.65rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--dark);
    margin-bottom: 10px;
}

.section-label1 {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: capitalize;
    color: var(--cyan);
    text-align: center;
    margin-bottom: 10px;
}

.section-sub1 {
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
    max-width: 520px;
    margin: 0 auto 52px;
}

.section-title1 {
    font-size: clamp(1.75rem, 3.4vw, 2.65rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--white);
}

.section-sub2 {
    color: var(--muted);
    font-size: 0.93rem;
    font-weight: 300;
    line-height: 1.78;
    /*max-width: 540px;*/
    margin-top: 14px;
}
/*.section-sub {
    color: var(--dark3);
    font-size: 0.93rem;
    font-weight: 300;
    line-height: 1.78;
    max-width: 540px;
    margin-top: 14px;
}*/

.badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(1, 199, 205, 0.4);
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 32px;
    animation: fadeUp 0.7s ease both;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: var(--cyan);
    border-radius: 50%;
    animation: pulse 2s infinite;
}


/* ══════════════ PUNCHLINES BAND ══════════════ */
.punchlines {
    background: var(--dark);
    padding: 64px 24px;
    text-align: center;
}

    .punchlines h2 {
        font-size: clamp(1.7rem, 3.8vw, 2.9rem);
        font-weight: 800;
        color: var(--cyan);
        line-height: 1.12;
        letter-spacing: -0.02em;
    }

    .punchlines p {
        color: var(--white);
        font-size: 0.98rem;
        font-weight: 400;
        margin: 16px auto 0;
        max-width: 560px;
        line-height: 1.75;
    }

.tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.tag {
    background: var(--cyan2);
    color: var(--white);
    font-weight: 700;
    font-size: 0.76rem;
    padding: 7px 18px;
    border-radius: 50px;
    letter-spacing: 0.04em;
    line-height: 1.6;
}
/* KVP CARDS inside punchlines */
.kvp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    max-width: 960px;
    margin: 38px auto 0;
}

.kvp-card {
    border: 1px solid rgba(24, 27, 31, 0.22);
    border-radius: 14px;
    padding: 24px 20px;
    text-align: left;
    transition: transform 0.25s, background 0.25s;
    background-color: #222429;
    font-color: #ffffff;
}

    .kvp-card:hover {
        /*transform: translateY(-4px);*/
        border: 1px solid #01c7cd;
    }

.kvp-icon {
    font-size: 1.65rem;
    margin-bottom: 12px;
}

.kvp-title {
    font-weight: 700;
    font-size: 0.93rem;
    color: #ffffff;
    margin-bottom: 7px;
    line-height: 1.4;
}

.kvp-text {
    font-size: 0.79rem;
    color: #ffffff;
    line-height: 1.65;
}

/* ══════════════ STATS ══════════════ */
.stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--dark);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.stat-item {
    padding: 28px 52px;
    text-align: center;
    border-right: 1px solid var(--border);
}

    .stat-item:last-child {
        border-right: none;
    }

.stat-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--cyan);
}

.stat-label {
    font-size: 0.71rem;
    font-weight: 500;
    color: var(--muted);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 4px;
}


/* ══════════════ PILLAR ══════════════ */
.pillar-section {
    padding: 80px 24px;
    text-align: center;
    background: var(--white);
}

.pillar-inner {
    max-width: 900px;
    margin: 0 auto;
}

.pillar-diagram {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pillar-top {
    background: var(--white);
    color: var(--dark);
    font-weight: 800;
    font-size: 1.15rem;
    padding: 26px 60px;
    border-radius: 12px 12px 0 0;
    letter-spacing: 0.01em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 2px;
    background: rgba(255, 255, 255, 0.03);
}

.pillar-col {
    background: var(--dark2);
    padding: 28px 20px;
    text-align: center;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s;
}

    .pillar-col:hover {
        border-bottom-color: var(--cyan);
    }

.pillar-col-icon {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.pillar-col-title {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: var(--white);
}

.pillar-col-text {
    font-size: 0.78rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.6;
}

.pillar-base {
    width: 100%;
    background: var(--white);
    border-top: none;
    padding: 8px 16px;
    border-radius: 0 0 12px 12px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--cyan);
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ══════════════ TICKER ══════════════ */
.user-ticker-wrap {
    margin-top: 32px;
    padding: 20px 0;
    overflow: hidden;
    mask-image: linear-gradient( 90deg, transparent 0%, black 10%, black 90%, transparent 100% );
    -webkit-mask-image: linear-gradient( 90deg, transparent 0%, black 10%, black 90%, transparent 100% );
}

.user-ticker {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: tickerScroll 28s linear infinite;
}

    .user-ticker:hover {
        animation-play-state: paused;
    }

.ut-chip {
    display: flex;
    gap: 6px;
    white-space: nowrap;
    padding: 8px 20px 7px 20px;
    border-radius: 50px;
    background: var(--cyan2);
    border: 1px solid rgba(1, 199, 205, 0.25);
    color: var(--light);
    font-weight: 500;
    font-size: 0.84rem;
    transition: background 0.25s, border-color 0.25s, transform 0.2s, color 0.2s;
    cursor: default;
    line-height: 1.4;
}

    .ut-chip:hover {
        background: rgba(1, 199, 205, 0.16);
        border-color: var(--cyan);
        /*transform: translateY(-2px);*/
        color: var(--cyan);
    }

    .ut-chip svg {
        width: 18px;
        height: 18px;
    }

.features-section {
    background: var(--dark) !important;
    width: 100%;
    padding: 0 !important;
}
/* ══════════════ FEATURE CARDS ══════════════ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 20px;
    margin-top: 48px;
}

.feature-card {
    background: #222429;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, background 0.3s;
}

    .feature-card:hover {
        /*background: rgba(0, 201, 167, 0.06);*/
        border-color: var(--cyan2);
    }
    /* animated left accent bar */
    /*.feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: var(--cyan);
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.4s ease;
        border-radius: 3px 0 0 3px;
    }

    .feature-card:hover::before {
        transform: scaleY(1);
    }*/
    .feature-card .tagline {
        font-size: 13px;
        color: var(--white);
        margin-bottom: 12px;
        /*font-style: italic;*/
        font-weight: 300;
    }

    .feature-card.reveal .fc-title {
        color: var(--cyan) !important
    }

.fc-icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    /*background: rgb(24 27 31);*/
    border: 1px solid rgba(1, 199, 205, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 22px;
    transition: background 0.3s, border-color 0.3s;
    background: rgba(1, 199, 205, 0.18);
    /*border-color: rgba(1, 199, 205, 0.45);*/
}

.feature-card.integration-card {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.feature-card:hover .fc-icon-box {
    background: rgba(1, 199, 205, 0.18);
    border-color: rgba(1, 199, 205, 0.45);
}

.fc-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--cyan);
    margin-bottom: 10px;
    line-height: 1.5;
}

.fc-text {
    font-size: 0.85rem !important;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.75 !important;
    margin-bottom: 0 !important;
}

.fc-tag {
    display: inline-block;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    /*background: #181b1f;*/
    border: 1px solid rgba(1, 199, 205, 0.45);
    color: var(--white);
    transition: background 0.25s, border-color 0.25s;
    line-height: 1.4;
    background: rgba(1, 199, 205, 0.18);
}

.feature-card:hover .fc-tag {
    /*background: rgb(24 28 33);*/
    border-color: var(--cyan);
}
/* ══════════════ CTA Section ══════════════ */
.cta-sec {
    background: var(--white);
    padding: 80px 24px;
    text-align: center;
    border-top: 1px solid var(--border);
}

.cta-p {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 16px;
}

.cta-h2 {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--dark);
    max-width: 700px;
    margin: 0 auto;
}

.cta-p-muted {
    color: var(--bs-gray);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    max-width: 500px;
    margin: 20px auto 0px auto;
}

.cta-btn-sec {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.downloadBroc {
    font-size: 1rem;
    padding: 16px 40px;
    border: 1px solid var(--cyan2);
    color: var(--cyan2);
}

.section-sub {
    font-size: 16px;
    /*color: var(--dark3);*/
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 44px;
}

.section-sub1 {
    font-size: 16px;
    color: var(--muted);
    line-height: 1.7;
    max-width: 560px;
    margin-bottom: 24px;
}
/* ══════════════ ECO SYSTEM ══════════════ */
.journey-section {
    padding: 100px 40px;
    max-width: 1200px;
    margin: 0 auto;
    /* background-color: var(--white); */
}

.ecosystem-wrap {
    padding: 0px 24px 0px;
    background: var(--dark);
}

.ecosystem {
    /* background: var(--deep); */
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 24px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

    .ecosystem::before {
        content: '';
        position: absolute;
        inset: 0;
        /* background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(26,75,140,0.3) 0%, transparent 70%); */
    }

.eco-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1;
}

.eco-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.eco-node {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 20px 22px;
    transition: border-color 0.3s, background 0.3s;
}

    .eco-node:hover {
        border-color: var(--accent);
        /*background: rgba(0,201,167,0.06);*/
    }

    .eco-node .ico {
        font-size: 28px;
        margin-bottom: 10px;
        width: 45px;
        height: 45px;
        background: rgba(0,201,167,0.1);
        border-radius: 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .eco-node h4 {
        font-family: 'Syne', sans-serif;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;
        color: var(--white);
    }

    .eco-node p {
        font-size: 12px !important;
        color: var(--muted);
        line-height: 1.5;
        margin-bottom: 5px;
    }

.eco-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-width: 180px;
}

.platform-core {
    /* background: linear-gradient(135deg, rgba(0,201,167,0.4), rgba(0,201,167,0)); */
    background: var(--cyan2);
    border: 1px solid rgba(0, 201, 167, 0.3);
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    /* box-shadow: rgba(0, 201, 167, 0.1) 0px 2px 8px 0px; */
    /* box-shadow: 0 0 60px rgba(0,201,167,0.2), 0 20px 60px rgba(0,0,0,0.5); */
    position: relative;
}

    .platform-core::after {
        content: '';
        position: absolute;
        inset: -1px;
        border-radius: 20px;
        /* background: linear-gradient(135deg, rgba(0,201,167,0.4), rgba(0,201,167,0)); */
        z-index: -1;
        filter: blur(16px);
    }

    .platform-core .core-icon {
        font-size: 40px;
        display: block;
        margin-bottom: 12px;
    }

    .platform-core h3 {
        font-family: 'Syne', sans-serif;
        font-size: 15px;
        font-weight: 800;
        color: var(--white);
        text-transform: uppercase;
        letter-spacing: 0.06em;
        line-height: 1.3;
    }

    .platform-core p {
        font-size: 11px;
        color: var(--white);
        margin-top: 6px;
    }

.eco-arrow {
    font-size: 22px;
    color: var(--accent);
    text-align: center;
    margin: 4px 0;
    opacity: 0.7;
}

/* ══════════════ PUNCHLINES SECTION ══════════════ */
.punchlines-section {
    background: var(--white);
    padding: 0px 60px;
}

.punchlines-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 60px;
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
}

.punch-card {
    /* background: var(--glass); */
    padding: 40px 36px;
    border-right: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    background: rgba(1, 199, 205, 0.07);
    /* border: 1px solid rgba(0, 201, 167, 0.3); */
    transition: background .3s;
}

    .punch-card:hover {
        background: rgba(1, 199, 205, 0.4);
        border-top: 3px solid var(--cyan2);
    }

    .punch-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, var(--sky), var(--teal));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .4s;
    }

    .punch-card:hover::before {
        transform: scaleX(1);
    }

.punch-num {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: var(--cyan);
    margin-bottom: 20px;
}

.punch-headline {
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    color: var(--dark2);
}

.punch-sub {
    font-size: 14px;
    line-height: 1.65;
    color: var(--dark3);
}

/* ══════════════ ACCELERATORS ══════════════ */
.accel-section {
    /* padding: 100px 40px; */
    background: var(--dark);
}

.accel-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.accel-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
}

.accel-punch {
    font-family: 'Syne', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--white);
}

    .accel-punch .accent-text {
        color: var(--accent);
    }

.accel-desc {
    font-size: 15px;
    color: var(--muted);
    line-height: 1.75;
    padding-top: 8px;
}

.accel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.accel-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s;
    cursor: default;
}

    .accel-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--accent), transparent);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s;
    }

    .accel-card:hover {
        border-color: rgba(0,201,167,0.3);
        transform: translateY(-4px);
    }

        .accel-card:hover::before {
            transform: scaleX(1);
        }

.card-num {
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: rgba(0,201,167,0.12);
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -0.04em;
}

.card-icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 201, 167, 0.1);
    border: 1px solid rgba(0, 201, 167, 0.25);
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.accel-card h3 {
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
    color: var(--white);
}

.accel-card .tagline {
    font-size: 13px;
    color: var(--cyan2);
    margin-bottom: 12px;
    font-style: italic;
    font-weight: 300;
}

.accel-card p {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.65;
}

/* Integration card special */
.accel-card.integration-card {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

.integration-tags {
    display: grid;
    /*flex-wrap: wrap;*/
    gap: 8px;
    margin-top: 16px;
    grid-template-columns: 1fr 1fr;
}

.int-tag {
    font-size: 11px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 100px;
    line-height: 1.5;
    /* background: rgba(245,166,35,0.1); */
    background-color: rgba(1, 199, 205, 0.1);
    border: 1px solid rgba(1, 199, 205, 0.4);
    color: var(--white);
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 3px;
}

    .int-tag.blue {
        /* background: rgba(26,75,140,0.3); */
        border-color: rgba(100,160,255,0.25);
        color: #7BB5FF;
    }
/* ── CTA ── */
.cta-section {
    background: var(--white);
    text-align: center;
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
}

    .cta-section::before {
        content: '';
        position: absolute;
        inset: 0;
        /* background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,87,255,0.15), transparent); */
    }

    .cta-section h2 {
        font-family: 'Syne', sans-serif;
        font-size: clamp(1.8rem, 3.5vw, 3rem);
        font-weight: 800;
        letter-spacing: -2px;
        position: relative;
        margin-bottom: 20px;
        color: var(--dark);
    }

    .cta-section p {
        font-size: 17px;
        color: var(--dark3);
        max-width: 540px;
        margin: 0 auto 0px;
        position: relative;
    }

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

/* ══ PUNCHLINE BAND ══ */
.punchline-band {
    background: var(--dark2);
    padding: 64px 24px;
    text-align: center;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

    .punchline-band h2 {
        font-size: clamp(1.7rem,3.8vw,2.9rem);
        font-weight: 800;
        color: var(--cyan);
        line-height: 1.12;
        letter-spacing: -0.02em;
    }

    .punchline-band p {
        color: var(--white);
        font-size: 0.98rem;
        font-weight: 400;
        margin: 16px auto 0;
        max-width: 580px;
        line-height: 1.75;
    }

.tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.tag {
    background: var(--cyan2);
    color: var(--white);
    font-weight: 700;
    font-size: 0.76rem;
    padding: 7px 18px;
    border-radius: 50px;
    letter-spacing: 0.04em;
}
/* ══ FEATURE CARDS ══ */
.features-bg {
    /*background: var(--dark);*/
    padding: 80px 24px;
}

.features-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.fc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}


.fc-tag-rei {
    display: inline-block;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    /*background: #181b1f;*/
    border: 1px solid rgba(1, 199, 205, 0.45);
    color: var(--cyan2);
    transition: background 0.25s, border-color 0.25s;
    line-height: 1.4;
    background: rgba(1, 199, 205, 0.18);
}

.feature-card:hover .fc-tag-rei {
    /*background: rgb(24 28 33);*/
    border-color: var(--cyan);
}

/* ══ AI BLOCK ══ */
.ai-block {
    background: var(--dark3);
    padding: 80px 24px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.ai-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ai-left {
}

.ai-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ai-feat {
    background: var(--dark2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 22px 20px;
    transition: border-color 0.3s, transform 0.3s;
}

    .ai-feat:hover {
        border-color: rgba(1,199,205,0.4);
        transform: translateY(-3px);
    }

.ai-feat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(1,199,205,0.12);
    border: 1px solid rgba(1,199,205,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: background 0.3s;
}

.ai-feat:hover .ai-feat-icon {
    background: rgba(1,199,205,0.22);
}

.ai-feat h5 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.ai-feat p {
    font-size: 0.78rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.6;
}

/* ══ REPORTING ══ */
.reporting-bg {
    /*background: var(--dark);*/
    padding: 80px 24px;
}

.reporting-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.report-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 48px;
}

.report-panel {
    background: var(--dark2);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px;
    transition: border-color 0.3s;
}

    .report-panel:hover {
        border-color: rgba(1,199,205,0.4);
    }

.report-panel-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.report-panel-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(1,199,205,0.12);
    border: 1px solid rgba(1,199,205,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-panel h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
}

.report-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .report-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.84rem;
        color: var(--muted);
        font-weight: 300;
    }

        .report-list li::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--cyan);
            flex-shrink: 0;
        }

.chart-mockup {
    margin-top: 24px;
    background: var(--dark3);
    border-radius: 10px;
    padding: 20px;
    height: 130px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.bar {
    flex: 1;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(0deg,var(--cyan2),var(--cyan));
    opacity: 0.8;
    transition: opacity 0.3s;
}

    .bar:hover {
        opacity: 1;
    }

/* ══ WHY US ══ */
.why-bg {
    background: var(--dark2);
    padding: 80px 24px;
    border-top: 1px solid var(--border);
}

.why-bg-brs {
    background: var(--white);
    padding: 80px 24px;
    border-top: 1px solid var(--border);
}

.why-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 48px;
}

.why-grid-brs {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 20px;
    margin-top: 50px;
}

.why-card {
    background: var(--dark3);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

    .why-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--cyan);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s;
    }

    .why-card:hover {
        border-color: rgba(1,199,205,0.4);
        transform: translateY(-5px);
        box-shadow: 0 20px 48px rgba(1,199,205,0.08);
    }

        .why-card:hover::before {
            transform: scaleX(1);
        }

    .why-card h3 {
        font-size: 0.97rem;
        font-weight: 700;
        color: var(--white);
        margin-bottom: 10px;
    }

.why-card-brs {
    background: rgba(1, 199, 205, 0.07);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

    .why-card-brs::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--cyan);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s;
    }

    .why-card-brs:hover {
        border-color: rgba(1,199,205,0.4);
        transform: translateY(-5px);
        box-shadow: 0 20px 48px rgba(1,199,205,0.08);
    }

        .why-card-brs:hover::before {
            transform: scaleX(1);
        }

    .why-card-brs h3 {
        font-size: 0.97rem;
        font-weight: 700;
        color: var(--cyan2);
        margin-bottom: 10px;
    }

    .why-card-brs p {
        font-size: 0.82rem !important;
        font-weight: 300;
        color: var(--muted);
        line-height: 1.4 !important;
    }

.why-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(1,199,205,0.1);
    border: 1px solid rgba(1,199,205,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: background 0.3s;
}

.why-card:hover .why-icon-wrap {
    background: rgba(1,199,205,0.2);
}

/*.why-card h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}*/

.why-card p {
    font-size: 0.82rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.7;
}

.chart-stats {
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #01c7cd;
    line-height: 1.4
}

.chart-stats-data {
    font-size: 10px;
    color: var(--muted);
    margin-top: 4px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.4
}
/* ══ CTA FOOTER ══ */
.cta-footer {
    /*background: var(--dark);*/
    padding: 80px 24px;
    border-top: 1px solid var(--border);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cta-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(1,199,205,0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .cta-footer h2 {
        position: relative;
        font-size: clamp(1.8rem,3.5vw,3rem);
        font-weight: 800;
        color: var(--dark);
        line-height: 1.15;
        letter-spacing: -0.02em;
        max-width: 700px;
        margin: 0 auto 14px;
    }

        .cta-footer h2 em {
            font-style: normal;
            color: var(--cyan);
        }

    .cta-footer p {
        position: relative;
        color: var(--muted);
        font-size: 0.95rem;
        max-width: 500px;
        margin: 0 auto 36px;
        line-height: 1.7;
    }

.cta-footer-brs {
    background: var(--dark);
    padding: 80px 24px;
    border-top: 1px solid var(--border);
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cta-footer-brs::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(1,199,205,0.08) 0%, transparent 70%);
        pointer-events: none;
    }

    .cta-footer-brs h2 {
        position: relative;
        font-size: clamp(1.8rem,3.5vw,3rem);
        font-weight: 800;
        color: var(--white);
        line-height: 1.15;
        letter-spacing: -0.02em;
        max-width: 700px;
        margin: 0 auto 14px;
    }

        .cta-footer-brs h2 em {
            font-style: normal;
            color: var(--cyan);
        }

    .cta-footer-brs p {
        position: relative;
        color: var(--muted);
        font-size: 0.95rem;
        max-width: 500px;
        margin: 0 auto 0px;
        line-height: 1.7;
    }

    .cta-footer-brs .cta-row {
        position: relative;
    }

.cta-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.cta-trust {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--muted);
    font-weight: 400;
}

    .cta-trust svg {
        flex-shrink: 0;
    }

.cta-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--border);
}

/* ══════════════ OUR TEAM SECTION NEW ══════════════ */
.team-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 20px;
}

/* Label */
.team-label {
    display: block;
    font-size: 0.85rem;
    letter-spacing: .12em;
    font-weight: 600;
    color: var(--cyan2);
    margin-bottom: 0px;
    line-height: 1.4;
}

/* Title */
.team-title {
    font-size: clamp(2rem,4vw,2.6rem);
    font-weight: 700;
    margin-bottom: 0px;
    color: #0b0b0b;
}

/* Grid */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

/* Card */
.team-card {
    background: #fff;
    /*border-radius: 12px;*/
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .team-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 40px rgba(0,0,0,.15);
    }

/* Image */
.photo-wrap {
    width: 100%;
    aspect-ratio: 5 / 4;
    overflow: hidden;
    background: #d6d6d6;
    margin: 0 !important;
}

    .photo-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

/* Bottom content */
.card-content {
    padding: 8px 14px 8px;
}

/* Name */
.card-name {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0px;
    line-height: 1.4;
}

/* Role */
.card-role {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: var(--cyan2);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.4;
}

.elementor-widget-icon-list .elementor-icon-list-icon svg path {
    fill: var(--e-global-color-primary);
    font-size: 18px;
}
/* ══════════════ OUR CLIENTE NEW ══════════════ */
.clients-section {
    padding: 60px 20px 80px 20px;
    text-align: center;
    background: url("/images/recent-design/clientebg.webp");
}

.clients-title {
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 38px;
    text-transform: capitalize;
}

/* slider container */
.clients-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}


/* sliding track */
.clients-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: clientScroll 35s linear infinite;
    will-change: transform;
}

.TuneLogo {
    max-height: 7vh !important;
}

.StarLogo {
    max-height: 7vh !important;
}

.AXALogo {
    max-height: 8vh !important;
}

.AARLogo {
    max-height: 7.5vh !important;
}

.HEalthierLogo {
    max-height: 7vh !important;
}


/* client cards */
.client-card {
    min-width: 160px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

    .client-card img {
        max-width: 100%;
        max-height: 40px;
        object-fit: contain;
    }



.clients-slider:hover .clients-track {
    animation-play-state: paused;
}

@keyframes clientScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.loader {
    /*position: relative;*/
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .loader:before, .loader:after {
        content: '';
        border-radius: 50%;
        position: absolute;
        inset: 0;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
    }

    .loader:after {
        box-shadow: 0 2px 0 #00d1ca inset;
        animation: rotate 2s linear infinite;
    }

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* ══════════════ PRODUCT MODULE CSS ══════════════ */
.clapi-section {
    padding: 80px 20px;
    text-align: center;
}

.clapi-title {
    font-size: clamp(1.6rem,3vw,2.2rem);
    font-weight: 700;
    margin-bottom: 10px;
}

.clapi-desc {
    max-width: 850px;
    margin: auto;
    color: #555;
    margin-bottom: 50px;
}

/* GRID */

.clapi-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
}

/* CARD */

.clapi-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .35s ease;
}

    .clapi-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

/* overlay */

.clapi-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    /*background: linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.2));*/
    color: white;
    transition: all .4s ease;
}

    .clapi-overlay h3 {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--white);
        text-align: left;
        margin-bottom: 0;
        transform: translateY(0);
        transition: transform .4s ease;
    }

    .clapi-overlay p {
        font-size: .85rem;
        opacity: 0;
        transform: translateY(20px);
        transition: all .35s ease;
    }

/* hover effects */

.clapi-card:hover {
    transform: translateY(-10px);
}

    .clapi-card:hover .clapi-overlay h3 {
        transform: translateY(-80px);
    }
/* ══════════════ Broker SOlutions New ══════════════ */
.emp-icon-new {
    height: 30px;
    width: 30px;
    color: white;
}
/* hero floating chips */
.hero-chips {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 48px;
    animation: fadeUp 1s 0.5s ease both;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(1,199,205,0.08);
    border: 1px solid rgba(1,199,205,0.2);
    border-radius: 50px;
    padding: 7px 16px;
    font-size: 0.76rem;
    font-weight: 500;
    color: var(--light);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    line-height: 1.5
}

    .hero-chip:hover {
        background: rgba(1,199,205,0.16);
        border-color: var(--cyan);
        color: var(--cyan);
    }

    .hero-chip svg {
        flex-shrink: 0;
    }


/* ══ OTHER FEATURES GRID ══ */
.other-bg {
    background: var(--dark3);
    padding: 84px 24px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.other-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.other-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 16px;
    margin-top: 50px;
}

.other-card {
    background: var(--dark2);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 28px 26px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    transition: border-color 0.3s, transform 0.3s;
}

    .other-card:hover {
        border-color: rgba(1,199,205,0.4);
        transform: translateY(-4px);
    }

.other-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(1,199,205,0.1);
    border: 1px solid rgba(1,199,205,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}

.other-card:hover .other-icon {
    background: rgba(1,199,205,0.2);
}

.other-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.other-card p {
    font-size: 0.8rem !important;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.65;
}

.hero-sub {
    position: relative;
    z-index: 2;
    font-size: clamp(0.88rem,1.7vw,1.05rem);
    font-weight: 300;
    color: var(--muted);
    max-width: 600px;
    line-height: 1.82;
    margin: 18px auto 36px;
    animation: fadeUp 0.9s 0.28s ease both;
}

    .hero-sub strong {
        color: var(--cyan);
        font-weight: 500;
    }
/* ══════════════ ACCIDENT HEALTH NEW DESIGN ══════════════ */
/* ── outer wrapper ── */
.diagram-wrap1 {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 10px auto 30px auto;
}
/* ── module row ── */
.module-row {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 10px;
    margin-bottom: 0;
}
/* ── connector section (center) ── */
.connector-section {
    position: relative;
    margin: 0;
}
/* top connectors (from featured modules down) */
.connectors-top {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    height: 36px;
    gap: 10px;
}

.conn-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

    .conn-line::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, rgba(1,199,205,0.6), rgba(1,199,205,0.2));
        border-left: 1px dashed rgba(1,199,205,0.45);
    }

.conn-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dark);
    border: 2px solid var(--cyan);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    transition: background 0.2s;
}
/* bottom connectors (down to addon modules) */
.connectors-bottom {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    height: 36px;
    gap: 10px;
}

.conn-line-bot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

    .conn-line-bot::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        border-left: 1px dashed rgba(1,199,205,0.35);
    }

.conn-dot-bot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dark);
    border: 2px solid rgba(1,199,205,0.6);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}
/* horizontal rail */
.h-rail {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    position: relative;
}

.rail-line {
    flex: 1;
    height: 1px;
    border-top: 1px dashed rgba(1,199,205,0.4);
    position: relative;
}

.rail-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--dark);
    border: 2px solid var(--cyan);
    z-index: 2;
}

    .rail-dot.big {
        width: 14px;
        height: 14px;
        border: 2.5px solid var(--cyan);
        background: rgba(1,199,205,0.15);
    }

/* ── legend ── */
.legend {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--muted);
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

    .legend-dot.featured {
        background: var(--cyan);
    }

    .legend-dot.addon {
        background: rgba(1,199,205,0.35);
        border: 1px solid rgba(1,199,205,0.4);
    }

/* ══ MODULES GRID ══ */
.modules-bg {
    background: var(--dark);
    padding: 88px 24px;
}

.modules-inner {
    max-width: 1260px;
    margin: 0 auto;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(310px,1fr));
    gap: 20px;
    margin-top: 52px;
}

.module-card {
    background: var(--dark2);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

    .module-card:hover {
        border-color: rgba(1,199,205,0.5);
        transform: translateY(-5px);
        box-shadow: 0 20px 48px rgba(1,199,205,0.1);
    }

    .module-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: var(--cyan);
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.4s ease;
        border-radius: 3px 0 0 3px;
    }

    .module-card:hover::before {
        transform: scaleY(1);
    }
/* ══ WHAT MAKES US UNIQUE ══ */
.unique-bg {
    background: var(--white);
    padding: 88px 24px;
    border-top: 1px solid var(--border);
}

.unique-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.unique-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin-top: 52px;
}

.unique-card {
    /*background: var(--dark2);*/
    background: rgba(1, 199, 205, 0.07);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 48px 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

    .unique-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--cyan);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s;
    }
    /* large background letter */
    .unique-card::after {
        content: attr(data-letter);
        position: absolute;
        bottom: -10px;
        right: 10px;
        font-size: 7rem;
        font-weight: 800;
        color: rgba(1,199,205,0.04);
        line-height: 1;
        pointer-events: none;
        font-style: italic;
    }

    .unique-card:hover {
        border-color: rgba(1,199,205,0.45);
        transform: translateY(-6px);
        box-shadow: 0 24px 56px rgba(1,199,205,0.09);
    }

        .unique-card:hover::before {
            transform: scaleX(1);
        }

.unique-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: rgba(1,199,205,0.1);
    border: 1px solid rgba(1,199,205,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    transition: background 0.3s;
}

.unique-card:hover .unique-icon {
    background: rgba(1,199,205,0.2);
}

.unique-card h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

    .unique-card h3 em {
        font-style: normal;
        color: var(--cyan);
    }

.unique-card p {
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.75;
    position: relative;
    z-index: 1;
}

/* ── module card ── */
.mod-card {
    background: rgba(1, 199, 205, 0.07);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px 12px 14px;
    text-align: center;
    cursor: default;
    transition: border-color 0.28s, transform 0.28s, box-shadow 0.28s, background 0.28s;
    position: relative;
    overflow: hidden;
}

    .mod-card::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--cyan);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease;
        border-radius: 0 0 12px 12px;
    }

    .mod-card:hover {
        border-color: rgba(1,199,205,0.55);
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(1,199,205,0.12);
        background: rgba(1, 199, 205, 0.07);
    }

        .mod-card:hover::before {
            transform: scaleX(1);
        }

.mod-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(1,199,205,0.09);
    border: 1px solid rgba(1,199,205,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    transition: background 0.28s, border-color 0.28s;
}

.mod-card:hover .mod-icon {
    background: rgba(1,199,205,0.2);
    border-color: rgba(1,199,205,0.4);
}

.mod-name {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--dark);
    line-height: 1.35;
}

.mod-card:hover .mod-name {
    color: var(--cyan);
}
/* ── band labels ── */
.band-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.band-label-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg,var(--cyan),var(--cyan2));
    border-radius: 50px;
    padding: 8px 28px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 4px 20px rgba(1,199,205,0.3);
}

    .band-label-pill svg {
        flex-shrink: 0;
    }

.band-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(1,199,205,0.3), transparent);
}
/* ══════════════ NEW SUB_MENUS DESIGN WITH TWO COLUMNE ══════════════ */
.menu-items-w-100 {
    width: 425px !important;
}

.two-col-submenus {
    display: flex;
    width: 500px !important;
    padding: 0 !important;
}

.two-row-submenus > ul > li {
    padding: 0px 25px;
}

.two-col-submenus-item {
    position: relative;
    display: block;
    padding: 8px 0px;
    font-weight: 400;
    line-height: 18px;
    font-size: 15px;
    color: #171b27;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

    .two-col-submenus-item:hover {
        color: #01c9cc;
    }

.right-border {
    border-right: 1px solid #ECECEC;
}

.border-b-2 {
    border-bottom: 2px solid #01c9cc;
    color: #01c9cc;
}


/* ─── PRODUCTS SECTION ─── */
.products-section {
    background: var(--dark);
}

.products-header {
    margin-bottom: 52px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.prod-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: rgba(1,199,205,.1);
    border: 1px solid rgba(1,199,205,.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}


.prod-desc {
    font-size: .78rem;
    color: var(--muted);
    line-height: 1.7;
}

.prod-pill {
    display: inline-block;
    margin-top: 14px;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 3px 10px;
    border-radius: 50px;
    background: rgba(1,199,205,.08);
    color: var(--cyan);
    border: 1px solid rgba(1,199,199,.18);
}

    .prod-pill.gold {
        background: rgba(245,166,35,.08);
        color: var(--gold);
        border-color: rgba(245,166,35,.2);
    }


/* ─── PLATFORMS SECTION ─── */
.platforms-section {
    background: var(--dark2);
    border-top: 1px solid var(--border);
    padding: 0px 60px;
}

.platforms-header {
    text-align: center;
    margin-bottom: 40px;
}

    .platforms-header .section-sub {
        margin: 14px auto 0;
    }

.platforms-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.platform-card {
    border-radius: 16px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, background 0.3s;
    background: #222429;
    border: 1px solid var(--border);
}

    .platform-card:hover {
        /*transform: translateY(-4px);*/
        /*background: rgba(0, 201, 167, 0.06);*/
        border-color: var(--cyan2);
    }

    .platform-card.cyan-card {
        /*  background: linear-gradient(145deg, rgba(1,199,205,.1) 0%, rgba(1,199,205,.03) 100%);
        border: 1px solid rgba(1,199,205,.25);*/
    }

        .platform-card.cyan-card:hover {
            /*box-shadow: 0 24px 64px rgba(1,199,205,.12);*/
            cursor: pointer;
        }

    .platform-card.gold-card {
        background: linear-gradient(145deg, rgba(245,166,35,.1) 0%, rgba(245,166,35,.03) 100%);
        border: 1px solid rgba(245,166,35,.25);
    }

        .platform-card.gold-card:hover {
            box-shadow: 0 24px 64px rgba(245,166,35,.1);
        }

    /* decorative corner shape */
    .platform-card::after {
        content: "";
        position: absolute;
        top: -40px;
        right: -40px;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        pointer-events: none;
    }

.cyan-card::after {
    /*background: radial-gradient(circle, rgba(1,199,205,.1), transparent 70%);*/
}

.gold-card::after {
    background: radial-gradient(circle, rgba(245,166,35,.1), transparent 70%);
}

.pc-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.cyan-card .pc-icon-wrap {
    background: rgba(1,199,205,.15);
    border: 1px solid rgba(1,199,205,.25);
}

.gold-card .pc-icon-wrap {
    background: rgba(245,166,35,.15);
    border: 1px solid rgba(245,166,35,.25);
}

.pc-tag {
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .14em;
    /*text-transform: uppercase;*/
    padding: 5px 12px 4px 12px;
    border-radius: 50px;
    margin-bottom: 16px;
    display: inline-flex;
    line-height: 1.5;
    align-items: center;
    justify-content: center;
}

.cyan-card .pc-tag {
    /*    background: rgba(1,199,205,.12);
    color: var(--cyan);*/
    border: 1px solid rgba(1,199,205,.2);
    background: var(--cyan2);
    color: var(--white);
}

.gold-card .pc-tag {
    background: rgba(245,166,35,.12);
    color: var(--gold);
    border: 1px solid rgba(245,166,35,.2);
}

.section-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 5px;
    display: block;
}

.platform-card h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -.02em;
}

.platform-card p {
    font-size: .88rem;
    color: var(--muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.platform-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    font-size: .68rem;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    line-height: 1.5
}

.cyan-card .chip {
    background: rgba(1,199,205,.08);
    color: var(--white);
    border: 1px solid rgba(1,199,205,.18);
}

.gold-card .chip {
    background: rgba(245,166,35,.08);
    color: var(--gold);
    border: 1px solid rgba(245,166,35,.18);
}




/* ─── CAPABILITIES SECTION ─── */
.caps-section {
    background: var(--dark2);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.caps-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    align-items: center;
}

.caps-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 40px;
}

.cap-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 16px;
    border-radius: 12px;
    background: rgba(1, 199, 205, 0.07);
    border: 1px solid var(--border);
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

    .cap-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: var(--cyan);
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.4s ease;
        border-radius: 3px 0 0 3px;
    }

    .cap-item:hover {
        border-color: rgba(1, 199, 205, 0.5);
        transform: translateY(-5px);
        box-shadow: 0 20px 48px rgba(1, 199, 205, 0.1);
    }

        .cap-item:hover::before {
            transform: scaleY(1);
        }

.cap-ico {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    flex-shrink: 0;
    background: rgba(1,199,205,.1);
    border: 1px solid rgba(1,199,205,.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cap-name {
    font-size: .82rem;
    font-weight: 700;
    color: var(--cyan2);
    margin-bottom: 3px;
    line-height: 1.5;
}

.cap-desc {
    font-size: .72rem;
    color: var(--dark3);
    line-height: 1.55;
}





/* ══════════════ ANIMATIONS ══════════════ */
@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.22;
    }
}

@keyframes stepIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.Privacy {
    margin-top: 25%;
    margin-left: 0%;
    padding-left: 0;
    list-style: none;
}

.location {
    line-height: 1.4;
    font-size: 16px;
    color: #01c9cc;
}

.contact-info1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    width: 100%;
    font-size: 16px;
}

    .contact-info1 .address {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
        line-height: 1.5;
    }

.main-footer .social-links li {
    margin-right: 0;
}

.menu {
    margin-left: 0 !important;
}

.custom-footer-cls {
    display: flex;
    flex-direction: row;
}

/* PROCESS FLOW */
.flow-track {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.flow-node {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 24px;
    background: var(--white);
    border: 1px solid rgba(9,41,89,0.1);
    border-radius: 12px;
    margin-bottom: 6px;
    cursor: pointer;
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
}

    .flow-node:hover {
        border-color: var(--cyan);
        box-shadow: 0 4px 20px rgba(2,189,208,0.12);
    }

    .flow-node.active {
        background: rgba(0, 201, 167, 0.06);
        border-color: var(--cyan2);
        box-shadow: 0 6px 24px rgba(7,156,217,0.13);
    }

.node-connector {
    position: absolute;
    left: 43px;
    bottom: -7px;
    width: 2px;
    height: 7px;
    background: linear-gradient(to bottom, var(--cyan), transparent);
    z-index: 2;
}

.node-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--dark3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .node-icon svg {
        width: 22px;
        height: 22px;
    }

.flow-node.active .node-icon {
    background: linear-gradient(135deg, var(--cyan2), var(--cyan));
}

    .flow-node.active .node-icon svg {
        stroke: white;
    }

.node-step {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cyan);
    margin-bottom: 3px;
    line-height: 1.4;
}

.node-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark3);
    margin-bottom: 4px;
    line-height: 1.4;
}

.node-desc {
    font-size: 13px;
    color: var(--dark);
    line-height: 1.4;
}

.feature-list {
    list-style: none;
    font-size: .78rem;
    color: var(--muted);
    line-height: 1.7;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

    .feature-list .dot {
        background: var(--cyan);
        height: 8px;
        width: 8px;
        margin-right: 5px !important;
    }

.gradient-edge-bottom {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #101435 0%, #10143500 100%);
}

.bg-blur {
    background: #00000026;
    -webkit-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.scale-in-mask {
    animation: scale-in-mask 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s forwards;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

@keyframes scale-in-mask {
    0% {
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        clip-path: inset(30% 30% 30% 30%);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}


@media only screen and (max-width: 1340px) {
    .main-menu .navigation > li {
        margin-right: 10px;
    }

    .main-header .header-upper .logo-box {
        margin-right: 20px;
    }

    .main-header .other-links .link-box .link {
        padding-left: 45px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-menu .navigation > li {
        margin-right: 10px;
    }

    .custom-footer-cls {
        flex-wrap: wrap !important;
    }

    .main-footer h5 {
        font-size: 18px;
    }

    .mobile-nav__container li.menu-item-has-children ul {
        display: block;
        width: auto !important;
    }

    .two-col-submenus {
        display: flex;
        flex-direction: column;
        width: auto !important;
    }

        .two-col-submenus .right-border {
            border-right: 0;
        }

    .two-col-submenus-item.border-b-2.pb-1 {
        border-bottom: 0;
    }

    .two-row-submenus > ul > li {
        padding: 0 !important;
    }

    .mobile-nav__container li > ul.sub-menu {
        display: none;
    }

    .mobile-nav__container li.active > ul.sub-menu {
        display: block;
    }

    .mobile-nav__container li a {
        padding-bottom: 10px !important;
    }
}

@media(max-width:900px) {
    .mob-hero .auto-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .mob-hero .width-left-hero h1 {
        margin-bottom: 10px;
    }

    .mob-hero .punchline-stack {
        margin-bottom: 18px;
    }

    .mob-hero .home-punchline {
        font-size: 1rem !important;
    }

    .badge {
        white-space: normal;
    }

    .ai-inner {
        grid-template-columns: 1fr;
    }

    .report-grid {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .report-list {
        padding-left: 0;
        margin-left: 0;
    }

    .journey-flow-emp {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
    }

    .journey-flow-aff {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
    }

    .journey-flow-rei {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px
    }

    .journey-flow-emp::before, .journey-flow-aff::before {
        display: none;
    }

    .eco-grid {
        grid-template-columns: 1fr;
    }

    .journey-section {
        padding: 40px 10px;
    }

    .punchlines-grid {
        grid-template-columns: 1fr 1fr;
    }

    .journey-flow-rei::before {
        display: none;
    }

    .width-left-hero {
        width: 100%;
        text-align: center;
    }

    .width-right-hero {
        display: none;
    }

    .home-cta-row {
        justify-content: center;
    }

    .two-col-submenus {
        display: flex;
        flex-direction: column;
        width: auto !important;
    }



    .two-row-submenus > ul > li {
        padding: 0 !important;
    }

    .two-col-submenus .right-border {
        border-right: 0;
    }

    .two-col-submenus-item.border-b-2.pb-1 {
        border-bottom: 0;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .platforms-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .caps-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .punchlines-section, .platforms-section {
        padding: 0px 25px;
    }
}
/* Tablet: 2 columns */
@media (max-width: 860px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 420px; /* reduce card width */
        margin: 0 auto;
    }

    .photo-wrap {
        aspect-ratio: 3 / 3.6; /* keep original ratio */
        max-height: 320px; /* prevent huge image */
    }

    .client-card {
        min-width: 130px;
        height: 60px;
    }

    .clients-track {
        gap: 20px;
    }

    .clapi-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767px) {
    .Privacy {
        margin-top: 2% !important
    }
}


@media (max-width: 700px) {
    .feature-card.integration-card {
        grid-template-columns: 1fr;
    }

    .journey-grid::before {
        display: none;
    }

    .stat-item {
        padding: 20px 24px;
    }

    .pillar-cols {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .accel-grid, .accel-card.integration-card {
        display: flex;
        flex-direction: column;
    }

    .integration-tags {
        grid-template-columns: 1fr;
    }

    .step-icon {
        margin-bottom: 0
    }

    .bg {
        background-color: #ffffff;
    }

    .journey-grid {
        gap: 10px
    }

    .features-grid, .why-grid, .ai-right {
        grid-template-columns: 1fr;
    }

    .journey-flow-emp {
        grid-template-columns: 1fr 1fr;
    }

    .journey-flow-aff {
        grid-template-columns: 1fr 1fr;
    }

    .punchlines-grid {
        grid-template-columns: 1fr;
    }

    .accel-header {
        /*        grid-template-columns: 1fr;
        gap: 20px*/
    }

    .accel-section {
        padding: 0 40px
    }

    .accel-grid {
        grid-template-columns: 1fr
    }

    .journey-flow-rei {
        grid-template-columns: 1fr 1fr;
    }

    .clapi-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .why-grid-brs {
        grid-template-columns: 1fr;
    }

    .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .caps-list-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Mobile: 2 columns */

@media (max-width: 480px) {
    .module-row {
        gap: 2px;
    }

    .mod-card {
        padding: 5px;
    }

    .mod-name {
        font-size: 0.55rem;
    }

    .mod-icon {
        width: 30px;
        height: 30px;
    }

    .cta-divider {
        gap: 5px;
    }

    .cta-footer {
        padding: 20px 10px;
    }

    .team-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px 12px;
        max-width: 320px;
    }

    .card-name {
        font-size: 0.85rem;
    }

    .card-role {
        font-size: 0.6rem;
        letter-spacing: 0.04em;
    }

    .team-title {
        margin-bottom: 32px;
    }

    .photo-wrap {
        aspect-ratio: 3 / 3; /* keep original ratio */
        max-height: 300px; /* prevent huge image */
        margin-bottom: 12px;
    }

    .partnerHeight {
        height: 10rem !important;
    }
}

/* Very small: 1 column */
@media (max-width: 300px) {
    .team-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }
}
