/* ============================================================
   UI Medical Marketing — Homepage Styles
   All selectors scoped to their section class.
   ============================================================ */




/* ============================================================
   HERO SECTION
   ============================================================ */

.hero_section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 110px;
    overflow: hidden;
    isolation: isolate;
}

.hero_section .hero_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(900px 600px at 88% -8%, rgba(0, 157, 220, .14), transparent 60%),
        radial-gradient(700px 520px at 8% 12%, rgba(0, 56, 208, .08), transparent 55%),
        #FFFFFF;
}

.hero_section .hero_grid_dots {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .5;
    background-image: radial-gradient(circle, rgba(10, 26, 58, .05) 1px, transparent 1px);
    background-size: 26px 26px;
    -webkit-mask-image: linear-gradient(to bottom, #000000 0%, transparent 70%);
    mask-image: linear-gradient(to bottom, #000000 0%, transparent 70%);
}

.hero_section .hero_inner {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 64px;
    align-items: center;
}

.hero_section .hero_pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    padding: 7px 14px 7px 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    box-shadow: var(--sh-sm);
    margin-bottom: 26px;
}

.hero_section .hero_pill_tag {
    background: var(--blue-light);
    color: var(--blue-deep);
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 999px;
    font-family: var(--font-mono);
    font-weight: 500;
    letter-spacing: .04em;
    white-space: nowrap;
}

.hero_section .hero_audience {
    display: block;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gray-500);
    margin-bottom: 12px;
}

.hero_section h1 {
    font-size: clamp(29px, 3.5vw, 47px);
    letter-spacing: -0.03em;
}

.hero_section h1 .grad {
    background: linear-gradient(110deg, var(--blue), var(--cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero_section .hero_sub {
    font-size: 17px;
    color: var(--gray-600);
    margin-top: 26px;
    max-width: 560px;
    line-height: 1.62;
}

.hero_section .hero_cta {
    display: flex;
    gap: 14px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.hero_section .hero_trust {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.hero_section .trust_item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
}

.hero_section .trust_item .icon {
    width: 18px;
    height: 18px;
    color: var(--accent-2);
    flex-shrink: 0;
}

.hero_section .trust_item+.trust_item {
    padding-left: 14px;
    border-left: 1px solid var(--gray-200);
}

/* Hero Visualization */
.hero_section .hero_viz_wrap {
    position: relative;
    aspect-ratio: 1;
}

.hero_section .viz_card {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    box-shadow: var(--sh-lg);
}

.hero_section .viz_main {
    height: fit-content;
    inset: 4% 6% 13% 0;
    padding: 22px 24px 20px;
    display: flex;
    flex-direction: column;
}

.hero_section .viz_head_title {
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--navy);
    font-size: 15px;
}

.hero_section .viz_live_label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--gray-500);
}

.hero_section .viz_live_dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #29C16E;
    box-shadow: 0 0 0 4px rgba(41, 193, 110, .16);
    display: inline-block;
}

/* Patient journey pipeline */
.hero_section .viz_journey_head {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.hero_section .viz_journey {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hero_section .viz_journey_step {
    display: flex;
    align-items: center;
    gap: 13px;
}

.hero_section .viz_step_icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--blue-light);
    color: var(--blue);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.hero_section .viz_step_icon--success {
    background: var(--blue);
    color: #FFFFFF;
}

.hero_section .viz_step_icon .icon {
    width: 17px;
    height: 17px;
}

.hero_section .viz_step_name {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 14.5px;
    color: var(--navy);
    line-height: 1.2;
}

.hero_section .viz_step_name--success {
    color: var(--accent);
}

.hero_section .viz_step_desc {
    font-size: 11.5px;
    color: var(--gray-500);
    margin-top: 2px;
}

.hero_section .viz_step_connector {
    height: 14px;
    width: 0;
    border-left: 1.5px dashed var(--gray-300);
    margin-left: 16px;
}

/* Services floating card */
.hero_section .viz_svc_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 12px;
}

.hero_section .viz_svc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.hero_section .viz_svc_icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--blue-light);
    color: var(--blue);
    display: grid;
    place-items: center;
}

.hero_section .viz_svc_icon .icon {
    width: 14px;
    height: 14px;
}

.hero_section .viz_svc span {
    font-family: var(--font-mono);
    font-size: 9.5px;
    color: var(--gray-600);
    letter-spacing: .02em;
    text-align: center;
}

/* Floating cards */
.hero_section .viz_float {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.hero_section .viz_float_a {
    height: fit-content;
    right: -2%;
    top: -4%;
    display: block;
    padding: 14px 16px;
}

.hero_section .viz_float_b {
    right: -4%;
    bottom: 20%;
}

.hero_section .viz_float_icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: linear-gradient(150deg, var(--blue), var(--cyan));
}

.hero_section .viz_float_icon .icon {
    width: 21px;
    height: 21px;
    color: #FFFFFF;
}

.hero_section .viz_float_value {
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--navy);
    font-size: 19px;
    line-height: 1;
}

.hero_section .viz_float_label {
    font-size: 11.5px;
    color: var(--gray-500);
    margin-top: 3px;
}

/* Client logo strip */
.hero_section .hero_clients {
    margin-top: 24px;
}

.hero_section .hero_clients_label {
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gray-500);
    margin-bottom: 14px;
}

.hero_section .hero_client_logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    align-items: center;
}

.hero_section .hero_client_logos img {
    height: 24px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    opacity: 0.72;
    filter: grayscale(1);
    transition: opacity .2s, filter .2s;
}

.hero_section .hero_client_logos img:hover {
    opacity: 1;
    filter: none;
}

@media (max-width: 920px) {
    .hero_section .hero_inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero_section .hero_viz_wrap {
        max-width: 460px;
        margin: 0 auto;
        width: 100%;
    }

    .hero_section .viz_float_a {
        top: inherit;
        bottom: -25%;
    }

    .hero_section .viz_float_b {
        bottom: inherit;
        top: -5%;
    }

    .hero_section .trust_item+.trust_item {
        padding-left: 0;
        border-left: none;
    }

    .hero_section .hero_client_logos {
        gap: 8px 14px;
    }

    .hero_section .hero_client_logos img {
        height: 20px;
    }

    .hero_section .hero_client_logos img:last-child {
        display: none;
    }

}



/* ============================================================
   ABOUT SECTION
   ============================================================ */

.about_section .about_grid {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 72px;
    align-items: center;
}

.about_section .about_media {
    position: relative;
}

.about_section .about_media .ph {
    aspect-ratio: 4 / 4.4;
}

.about_section .about_media .ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_section .about_badge {
    position: absolute;
    right: -20px;
    bottom: 40px;
    z-index: 3;
    background: #FFFFFF;
    border-radius: var(--radius);
    box-shadow: var(--sh-xl);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 300px;
}

.about_section .about_badge_icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--navy);
    display: grid;
    place-items: center;
    color: #FFFFFF;
    flex-shrink: 0;
}

.about_section .about_badge_icon .icon {
    width: 23px;
    height: 23px;
}

.about_section .about_badge_title {
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--navy);
    font-size: 15px;
}

.about_section .about_badge_sub {
    font-size: 12.5px;
    color: var(--gray-500);
    margin-top: 2px;
}

.about_section .about_body h2 {
    font-size: clamp(25px, 3vw, 38px);
    margin-top: 18px;
}

.about_section .about_body p {
    font-size: 17.5px;
    color: var(--gray-600);
    line-height: 1.7;
    margin-top: 20px;
}

.about_section .about_checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
    margin-top: 30px;
    list-style: none;
}

.about_section .about_checklist li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 15.5px;
    font-weight: 500;
    color: var(--ink);
}

.about_section .about_checklist .icon {
    width: 20px;
    height: 20px;
    color: var(--accent-2);
    flex-shrink: 0;
    margin-top: 1px;
}

.about_section .about_cta {
    margin-top: 34px;
}

@media (max-width: 920px) {
    .about_section .about_grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .about_section .about_checklist {
        grid-template-columns: 1fr;
    }
}



/* ============================================================
   SECTORS SECTION (Industries)
   ============================================================ */

.sectors_section .sectors_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 56px;
}

.sectors_section .sector_card {
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    padding: 26px;
    transition: transform .3s cubic-bezier(.2, .7, .3, 1), box-shadow .3s, border-color .3s;
    position: relative;
    overflow: hidden;
}

.sectors_section .sector_card::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    transition: width .35s;
}

.sectors_section .sector_card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
    border-color: transparent;
}

.sectors_section .sector_card:hover::after {
    width: 100%;
}

.sectors_section .sector_card_icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    background: var(--blue-light);
    color: var(--blue);
    margin-bottom: 18px;
    transition: background .3s, color .3s;
}

.sectors_section .sector_card:hover .sector_card_icon {
    background: var(--blue);
    color: #FFFFFF;
}

.sectors_section .sector_card_icon .icon {
    width: 25px;
    height: 25px;
}

.sectors_section .sector_card h3 {
    font-size: 17px;
    letter-spacing: -.01em;
}

.sectors_section .sector_card p {
    font-size: 13.5px;
    color: var(--gray-500);
    margin-top: 8px;
    line-height: 1.5;
}

@media (max-width: 920px) {
    .sectors_section .sectors_grid {
        grid-template-columns: 1fr;
    }
}



/* ============================================================
   WORK SECTION (Portfolio / Case Studies)
   ============================================================ */

.work_section .work_sec_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 24px;
}

.work_section .work_sec_head_copy {
    max-width: 680px;
}

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

.work_section .portfolio_card {
    background: #FFFFFF;
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--gray-200);
    box-shadow: var(--sh-sm);
    transition: transform .32s cubic-bezier(.2, .7, .3, 1), box-shadow .32s;
    position: relative;
}

.work_section .portfolio_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    opacity: 0;
    transition: opacity .32s;
    z-index: 1;
}

.work_section .portfolio_card:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-lg);
}

.work_section .portfolio_card:hover::before {
    opacity: 1;
}

.work_section .portfolio_card_logo {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 28px;
    border-bottom: 1px solid var(--gray-100);
    background: var(--gray-50);
}

.work_section .portfolio_card_logo img {
    max-height: 46px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.work_section .portfolio_card_logo--text {
    background: var(--navy);
    border-bottom-color: transparent;
}

.work_section .portfolio_card_logo--text span {
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -.02em;
    text-align: center;
    line-height: 1.2;
}

.work_section .portfolio_card_body {
    padding: 22px 26px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.work_section .portfolio_badge {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--blue);
    background: rgba(0, 56, 208, .07);
    padding: 4px 10px;
    border-radius: 100px;
    width: fit-content;
    margin-bottom: 10px;
}

.work_section .portfolio_card_body h3 {
    font-size: 17px;
    line-height: 1.28;
    color: var(--navy);
    margin-bottom: 10px;
}

.work_section .portfolio_card_body p {
    color: var(--gray-600);
    font-size: 14px;
    line-height: 1.65;
    flex: 1;
}

.work_section .portfolio_cta {
    margin-top: 52px;
    text-align: center;
}

@media (max-width: 920px) {
    .work_section .portfolio_grid {
        grid-template-columns: 1fr;
    }

}



/* ============================================================
   SERVICES SECTION
   ============================================================ */

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

.services_section .service_card {
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    padding: 30px;
    transition: transform .3s cubic-bezier(.2, .7, .3, 1), box-shadow .3s, border-color .3s;
    display: flex;
    flex-direction: column;
}

.services_section .service_card:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-lg);
    border-color: transparent;
}

.services_section .service_card_icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--navy);
    color: #FFFFFF;
    margin-bottom: 22px;
    transition: transform .3s;
}

.services_section .service_card:hover .service_card_icon {
    transform: rotate(-6deg) scale(1.06);
}

.services_section .service_card_icon .icon {
    width: 26px;
    height: 26px;
}

.services_section .service_card h3 {
    font-size: 20px;
}

.services_section .service_card p {
    font-size: 14.5px;
    color: var(--gray-500);
    margin-top: 12px;
    line-height: 1.6;
    flex: 1;
}

.services_section .service_card .link-arrow {
    margin-top: 20px;
}

@media (max-width: 920px) {
    .services_section .services_grid {
        grid-template-columns: 1fr;
    }
}



/* ============================================================
   CHALLENGE SECTION (Problem / Solution)
   ============================================================ */

.challenge_section .challenge_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 56px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.challenge_section .challenge_row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    padding: 22px 26px;
    transition: box-shadow .3s, border-color .3s, transform .3s;
    cursor: default;
}

.challenge_section .challenge_row:hover {
    box-shadow: var(--sh-lg);
    border-color: transparent;
    transform: translateX(4px);
}

.challenge_section .challenge_side {
    display: flex;
    align-items: center;
    gap: 15px;
}

.challenge_section .challenge_side_icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.challenge_section .challenge_problem .challenge_side_icon {
    background: #FEEDED;
    color: #D6453E;
}

.challenge_section .challenge_solution .challenge_side_icon {
    background: var(--blue-light);
    color: var(--blue);
}

.challenge_section .challenge_side .icon {
    width: 20px;
    height: 20px;
}

.challenge_section .challenge_side_title {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 16.5px;
    color: var(--navy);
}

.challenge_section .challenge_solution .challenge_side_title {
    color: var(--accent);
}

.challenge_section .challenge_side_sub {
    font-size: 13px;
    color: var(--gray-500);
    margin-top: 3px;
}

.challenge_section .challenge_arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    display: grid;
    place-items: center;
    color: var(--accent);
    transition: background .3s, color .3s, transform .3s;
}

.challenge_section .challenge_row:hover .challenge_arrow {
    background: var(--accent);
    color: #FFFFFF;
    transform: scale(1.08);
}

.challenge_section .challenge_arrow .icon {
    width: 18px;
    height: 18px;
}

@media (max-width: 920px) {
    .challenge_section .challenge_row {
        grid-template-columns: 1fr;
        gap: 14px;
        text-align: left;
    }

    .challenge_section .challenge_arrow {
        transform: rotate(90deg);
        justify-self: start;
    }
}



/* ============================================================
   SEO FEATURE SECTION
   ============================================================ */

.seo_feature_section {
    background: var(--navy);
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.seo_feature_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(700px 400px at 100% 0, rgba(0, 157, 220, .22), transparent 60%);
}

.seo_feature_section .wrap {
    position: relative;
}

.seo_feature_section .sec-head h2 {
    color: #FFFFFF;
}

.seo_feature_section .sec-head p {
    color: rgba(255, 255, 255, .7);
}

.seo_feature_section .eyebrow {
    color: var(--cyan);
}

.seo_feature_section .eyebrow::before {
    background: var(--cyan);
}

.seo_feature_section .seo_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 56px;
}

.seo_feature_section .seo_card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius-lg);
    padding: 36px;
    backdrop-filter: blur(4px);
    transition: border-color .3s, background .3s;
}

.seo_feature_section .seo_card:hover {
    border-color: rgba(0, 157, 220, .5);
    background: rgba(255, 255, 255, .06);
}

.seo_feature_section .seo_card_tag {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--cyan);
}

.seo_feature_section .seo_card h3 {
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 10px;
}

.seo_feature_section .seo_card p {
    color: rgba(255, 255, 255, .72);
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.65;
}

.seo_feature_section .seo_flow {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 28px;
}

.seo_feature_section .seo_node {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
}

.seo_feature_section .seo_node--accent {
    background: rgba(0, 157, 220, .14);
    border-color: rgba(0, 157, 220, .4);
    color: #FFFFFF;
}

.seo_feature_section .seo_node .icon {
    width: 16px;
    height: 16px;
    color: var(--cyan);
    flex-shrink: 0;
}

.seo_feature_section .seo_flow_arrow {
    color: rgba(255, 255, 255, .35);
    padding-left: 20px;
    font-size: 13px;
    line-height: 1;
}

.seo_feature_section .seo_pillars {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
}

.seo_feature_section .seo_pillar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .9);
    transition: background .25s, border-color .25s;
}

.seo_feature_section .seo_pillar:hover {
    background: rgba(255, 255, 255, .09);
    border-color: rgba(0, 157, 220, .38);
}

.seo_feature_section .seo_pillar .icon {
    width: 18px;
    height: 18px;
    color: var(--cyan);
    flex-shrink: 0;
}

@media (max-width: 920px) {
    .seo_feature_section .seo_grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}



/* ============================================================
   GROWTH CHALLENGES SECTION
   ============================================================ */

.growth_challenges_section .challenges_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 52px;
}

.growth_challenges_section .challenge_item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    padding: 24px 26px;
    transition: transform .3s, box-shadow .3s, border-color .3s;
}

.growth_challenges_section .challenge_item:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
    border-color: var(--blue-light);
}

.growth_challenges_section .challenge_checkbox {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 2px solid var(--gray-300);
    flex-shrink: 0;
    display: grid;
    place-items: center;
    transition: background .3s, border-color .3s;
}

.growth_challenges_section .challenge_item:hover .challenge_checkbox {
    background: var(--accent);
    border-color: var(--accent);
}

.growth_challenges_section .challenge_checkbox .icon {
    width: 17px;
    height: 17px;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity .3s;
}

.growth_challenges_section .challenge_item:hover .challenge_checkbox .icon {
    opacity: 1;
}

.growth_challenges_section .challenge_item h3 {
    font-size: 17px;
}

.growth_challenges_section .challenge_item p {
    font-size: 14px;
    color: var(--gray-500);
    margin-top: 6px;
    line-height: 1.5;
}

.growth_challenges_section .challenges_cta {
    text-align: center;
    margin-top: 44px;
}

@media (max-width: 920px) {
    .growth_challenges_section .challenges_grid {
        grid-template-columns: 1fr;
    }
}



/* ============================================================
   KNOWLEDGE SECTION
   ============================================================ */

.knowledge_section .knowledge_sec_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 24px;
}

.knowledge_section .knowledge_sec_head_copy {
    max-width: 680px;
}

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

.knowledge_section .blog_card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    transition: transform .35s cubic-bezier(.2, .7, .3, 1), box-shadow .35s, border-color .3s;
    display: flex;
    flex-direction: column;
}

.knowledge_section .blog_card:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh-lg);
    border-color: transparent;
}

.knowledge_section .blog_card_image {
    aspect-ratio: 16 / 10;
    position: relative;
    overflow: hidden;
}

.knowledge_section .blog_card_image .ph {
    border-radius: 0;
    height: 100%;
    border: none;
}

.knowledge_section .blog_card_category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(6px);
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--blue);
    padding: 6px 11px;
    border-radius: 999px;
    font-weight: 500;
}

.knowledge_section .blog_card_body {
    padding: 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.knowledge_section .blog_card_meta {
    font-size: 12.5px;
    color: var(--gray-500);
    font-family: var(--font-mono);
    letter-spacing: .03em;
}

.knowledge_section .blog_card h3 {
    font-size: 20px;
    margin-top: 12px;
    line-height: 1.25;
}

.knowledge_section .blog_card p {
    font-size: 14px;
    color: var(--gray-500);
    margin-top: 12px;
    line-height: 1.6;
    flex: 1;
}

.knowledge_section .blog_card .link-arrow {
    margin-top: 18px;
    font-size: 14px;
}

@media (max-width: 920px) {
    .knowledge_section .blog_grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}



/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */

.testimonials_section {
    overflow: hidden;
}

.testimonials_section .testi_viewport {
    overflow: hidden;
    margin-top: 52px;
}

.testimonials_section .testi_track {
    display: flex;
    transition: transform .6s cubic-bezier(.5, .05, .2, 1);
}

.testimonials_section .testi_card {
    flex: 0 0 100%;
    padding: 0 2px;
}

.testimonials_section .testi_inner {
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 52px 56px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: center;
    box-shadow: var(--sh-md);
}

.testimonials_section .testi_stars {
    display: flex;
    gap: 4px;
    margin-bottom: 22px;
}

.testimonials_section .testi_stars .icon {
    width: 20px;
    height: 20px;
    color: #FBB034;
}

.testimonials_section .testi_quote {
    font-family: var(--font-head);
    font-weight: 600;
    font-size: clamp(12px, 1.25vw, 18px);
    line-height: 1.3;
    color: var(--navy);
    letter-spacing: -.02em;
    margin: 0;
}

.testimonials_section .testi_author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.testimonials_section .testi_avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--blue-light);
    color: var(--blue);
    display: grid;
    place-items: center;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.testimonials_section .testi_author_name {
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--navy);
    font-size: 16px;
}


.testimonials_section .testi_side {
    text-align: center;
    padding-left: 40px;
    border-left: 1px solid var(--gray-200);
}

.testimonials_section .google_verified {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    padding: 9px 15px;
    box-shadow: var(--sh-sm);
}

.testimonials_section .google_verified .icon {
    width: 20px;
    height: 20px;
}

.testimonials_section .testi_rating {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 46px;
    color: var(--navy);
    letter-spacing: -.03em;
    margin-top: 18px;
    line-height: 1;
}

.testimonials_section .testi_rating small {
    font-size: 20px;
}

.testimonials_section .testi_side_stars {
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-top: 10px;
    color: #FBB034;
}

.testimonials_section .testi_side_stars .icon {
    width: 16px;
    height: 16px;
}

.testimonials_section .testi_side_caption {
    font-size: 13px;
    color: var(--gray-500);
    margin-top: 8px;
}

.testimonials_section .testi_nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 34px;
    align-items: center;
}

.testimonials_section .testi_dots {
    display: flex;
    gap: 9px;
}

.testimonials_section .testi_dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gray-300);
    cursor: pointer;
    transition: width .3s, background .3s;
    border: none;
    padding: 0;
    display: block;
}

.testimonials_section .testi_dot.active {
    width: 30px;
    border-radius: 999px;
    background: var(--accent);
}

@media (max-width: 920px) {
    .testimonials_section .testi_inner {
        grid-template-columns: 1fr;
    }

    .testimonials_section .testi_side {
        border-left: none;
        border-top: 1px solid var(--gray-200);
        padding-left: 0;
        padding-top: 30px;
    }

}



/* ============================================================
   CLIENTS SECTION (Logo Marquee)
   ============================================================ */

.clients_section {
    padding: 46px 0;
    border-bottom: 1px solid var(--gray-100);
    background: #FFFFFF;
}

.clients_section .clients_sec_head {
    margin-bottom: 8px;
}

.clients_section .clients_heading {
    font-size: clamp(26px, 3vw, 38px);
    margin-top: 16px;
}

.clients_section .clients_marquee {
    overflow: hidden;
    margin-top: 38px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000000 12%, #000000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000000 12%, #000000 88%, transparent);
}

.clients_section .clients_marquee_track {
    display: flex;
    gap: 64px;
    width: max-content;
    animation: scroll 38s linear infinite;
}

.clients_section .clients_marquee:hover .clients_marquee_track {
    animation-play-state: paused;
}

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

.clients_section .client_logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    opacity: .55;
    transition: filter .3s, opacity .3s;
}

.clients_section .client_logo:hover {
    filter: none;
    opacity: 1;
}

.clients_section .client_logo img {
    display: block;
    height: 50px;
    width: auto;
    max-height: 100px;
    object-fit: contain;
}



/* ============================================================
   CTA SECTION
   ============================================================ */

.cta_section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.cta_section .cta_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, var(--blue-deep), var(--blue) 45%, var(--cyan));
}

.cta_section .cta_rings {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .5;
    background-image: radial-gradient(circle, rgba(255, 255, 255, .07) 1px, transparent 1px);
    background-size: 30px 30px;
}

.cta_section .cta_glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    right: -10%;
    top: -40%;
    background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 65%);
    z-index: -1;
}

.cta_section .cta_inner {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 30px 0;
}

.cta_section .cta_inner h2 {
    color: #FFFFFF;
    font-size: clamp(26px, 3vw, 38px)
}

.cta_section .cta_inner p {
    color: rgba(255, 255, 255, .85);
    font-size: 19px;
    margin-top: 22px;
}

.cta_section .cta_buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 38px;
    flex-wrap: wrap;
}

.cta_section .cta_micro {
    margin-top: 24px;
    font-family: var(--font-mono);
    font-size: 12.5px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .7);
}



/* ============================================================
   CONTACT SECTION
   ============================================================ */

.contact_section .contact_grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 64px;
    margin-top: 56px;
    align-items: start;
}

.contact_section .contact_info h2 {
    font-size: clamp(30px, 3.6vw, 46px);
    margin-top: 18px;
}

.contact_section .contact_info>p {
    font-size: 18px;
    color: var(--gray-600);
    margin-top: 20px;
    line-height: 1.65;
}

.contact_section .contact_list {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact_section .contact_list_row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact_section .contact_list_icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--blue-light);
    color: var(--blue);
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.contact_section .contact_list_icon .icon {
    width: 21px;
    height: 21px;
}

.contact_section .contact_list_label {
    font-size: 12.5px;
    color: var(--gray-500);
    font-family: var(--font-mono);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.contact_section .contact_list_value {
    font-family: var(--font-head);
    font-weight: 700;
    color: var(--navy);
    font-size: 16px;
    margin-top: 2px;
}

.contact_section .contact_trust {
    display: flex;
    gap: 10px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.contact_section .contact_chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: 999px;
    padding: 8px 14px;
}

.contact_section .contact_chip .icon {
    width: 15px;
    height: 15px;
    color: var(--accent-2);
}

/* Contact Form */
.contact_section .contact_form {
    background: #FFFFFF;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--sh-lg);
}

.contact_section .contact_form_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact_section .contact_field {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.contact_section .contact_field.full {
    grid-column: 1 / -1;
}

.contact_section .contact_field label {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px;
    font-family: var(--font-head);
}

.contact_section .contact_field .req {
    color: var(--accent);
}

.contact_section .contact_field input,
.contact_section .contact_field select,
.contact_section .contact_field textarea {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--ink);
    padding: 13px 15px;
    border: 1px solid var(--gray-300);
    border-radius: var(--radius-sm);
    background: var(--gray-50);
    transition: border-color .2s, box-shadow .2s, background .2s;
    outline: none;
}

.contact_section .contact_field input:focus,
.contact_section .contact_field select:focus,
.contact_section .contact_field textarea:focus {
    border-color: var(--accent);
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(0, 56, 208, .1);
}

.contact_section .contact_field textarea {
    resize: vertical;
    min-height: 110px;
}

.contact_section .contact_field.err input,
.contact_section .contact_field.err select,
.contact_section .contact_field.err textarea {
    border-color: #D6453E;
    background: #FEF5F5;
}

.contact_section .contact_field .field_error {
    font-size: 12px;
    color: #D6453E;
    margin-top: 6px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .2s;
}

.contact_section .contact_field.err .field_error {
    height: auto;
    opacity: 1;
}

.contact_section .contact_submit {
    width: 100%;
    justify-content: center;
    margin-top: 8px;
}

.contact_section .contact_form_note {
    font-size: 12.5px;
    color: var(--gray-500);
    text-align: center;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact_section .contact_form_note .icon {
    width: 14px;
    height: 14px;
    color: var(--accent-2);
}

.contact_section .contact_success {
    text-align: center;
    padding: 40px 10px;
}

.contact_section .contact_success_icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--blue-light);
    color: var(--blue);
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
}

.contact_section .contact_success_icon .icon {
    width: 36px;
    height: 36px;
}

.contact_section .contact_success h3 {
    font-size: 26px;
}

.contact_section .contact_success p {
    color: var(--gray-600);
    margin-top: 12px;
    font-size: 16px;
}

@media (max-width: 920px) {
    .contact_section .contact_grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contact_section .contact_form_row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}