﻿/*
 * Manomay Automation
 * Shared website design system
 *
 * Load after Bootstrap and Syncfusion theme CSS.
 */

:root {
    --blue: #007cc1;
    --blue2: #13668c;
    --red: #c01717;
    --ink: #4d4d4d;
    --muted: #6f7d86;
    --line: #dce6eb;
    --soft: #f4f8fa;
    --green: #548235;
    --shadow: 0 18px 55px rgba(31,65,82,.10)
}

* {
    box-sizing: border-box;
    font-family: 'Muli','Helvetica Neue',Arial,sans-serif
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

.container {
    max-width: 1240px
}

a {
    text-decoration: none
}

.navbar-wrap {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line)
}

.navbar {
    min-height: 82px
}

.logo {
    height: 53px;
    width: auto
}

.nav-link {
    font-size: .9rem;
    font-weight: 700;
    color: var(--ink) !important;
    padding: .65rem .75rem !important
}

    .nav-link:hover, .nav-link.active {
        color: var(--blue) !important
    }

        .nav-link.active:after {
            content: "";
            display: block;
            height: 2px;
            background: var(--red);
            border-radius: 3px;
            margin: 4px 2px 0
        }

.btn-main {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--blue);
    color: #fff !important;
    border: 1px solid var(--blue);
    border-radius: 999px;
    padding: .72rem 1.35rem;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0,124,193,.18);
    transition: .2s
}

    .btn-main:after {
        content: "→"
    }

    .btn-main:hover {
        background: var(--blue2);
        border-color: var(--blue2);
        transform: translateY(-1px)
    }

.btn-ghost {
    display: inline-flex;
    align-items: center;
    border: 1px solid #c8d6de;
    color: var(--blue2) !important;
    background: #fff;
    border-radius: 999px;
    padding: .72rem 1.35rem;
    font-weight: 800;
    transition: .2s
}

    .btn-ghost:hover {
        border-color: var(--blue);
        color: var(--blue) !important
    }

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .7rem;
    font-weight: 900;
    color: var(--blue2);
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem
}

    .eyebrow:after {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--red)
    }

.red {
    color: var(--red)
}

.blue {
    color: var(--blue2)
}

.section {
    padding: 92px 0
}

.soft {
    background: var(--soft)
}

.title {
    font-size: clamp(2.1rem,4vw,3.5rem);
    line-height: 1.03;
    letter-spacing: -.045em;
    color: #4d4d4d;
    font-weight: 900;
    margin-bottom: 1rem
}

.lead {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.75;
    max-width: 720px
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
    background: linear-gradient(135deg,#fff 0%,#f7fafc 70%,#edf6fa 100%);
    overflow: hidden
}

.hero-inner {
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative
}

.hero-copy {
    position: relative;
    z-index: 3;
    padding: 80px 0
}

.hero h1 {
    font-size: clamp(3.1rem,6vw,5.9rem);
    line-height: .97;
    letter-spacing: -.065em;
    color: #4d4d4d;
    font-weight: 900;
    margin: 0
}

    .hero h1 .impact {
        color: var(--blue2)
    }

.hero-text {
    max-width: 600px;
    color: #687781;
    font-size: 1.1rem;
    line-height: 1.75;
    margin: 1.6rem 0 2rem
}

.hero-image {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
    width: 59%;
    height: 570px;
    border-radius: 34px 0 0 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #dfe8ed
}

    .hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 58% center
    }

    .hero-image:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,rgba(247,250,252,1) 0%,rgba(247,250,252,.35) 18%,transparent 48%)
    }

.hero-note {
    position: absolute;
    right: 5%;
    bottom: 7%;
    z-index: 5;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px 18px;
    max-width: 245px;
    box-shadow: 0 15px 38px rgba(31,65,82,.14)
}

    .hero-note strong {
        display: block;
        color: #24343e;
        font-size: .92rem;
        margin-bottom: 3px
    }

    .hero-note span {
        font-size: .77rem;
        line-height: 1.45;
        color: #7a8790
    }

/* =========================================================
   PROOF / METRICS
   ========================================================= */
.proof {
    margin-top: -34px;
    position: relative;
    z-index: 10
}

.proof-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: .8rem
}

.metric {
    padding: 15px 22px;
    border-right: 1px solid var(--line);
    min-height: 70px
}

    .metric:last-child {
        border-right: 0
    }

    .metric b {
        display: block;
        color: var(--blue);
        font-size: 1.75rem;
        line-height: 1;
        margin-bottom: 5px
    }

    .metric span {
        font-size: .76rem;
        line-height: 1.3;
        color: #6e7b84;
        font-weight: 700
    }

/* =========================================================
   STORY / TIMELINE
   ========================================================= */
.story {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px
}

.story-copy {
    position: sticky;
    top: 110px
}

.timeline {
    position: relative;
    padding-left: 30px
}

    .timeline:before {
        content: "";
        position: absolute;
        left: 6px;
        top: 8px;
        bottom: 10px;
        width: 2px;
        background: #d8e4ea
    }

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    padding-bottom: 42px
}

    .timeline-item:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 7px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--red);
        border: 3px solid #fff;
        box-shadow: 0 0 0 1px #dbe5ea
    }

.year {
    color: var(--blue);
    font-weight: 900;
    font-size: 1.2rem
}

.timeline-item h3 {
    font-size: 1.12rem;
    color: #24343e;
    font-weight: 900;
    margin: 0 0 5px
}

.timeline-item p {
    font-size: .9rem;
    color: #71808a;
    line-height: 1.65;
    margin: 0
}

.story-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 32px
}

    .story-images img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        border-radius: 16px;
        border: 1px solid var(--line)
    }

/* =========================================================
   SHARED CARDS / MODEL / SOLUTIONS
   ========================================================= */
.card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 21px;
    padding: 28px;
    transition: .22s;
    box-shadow: none
}

    .card:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow);
        border-color: #c7dce6
    }

.icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: #eaf6fc;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-weight: 900;
    margin-bottom: 20px
}

.card h3 {
    font-size: 1.15rem;
    color: #253640;
    font-weight: 900
}

.card p {
    font-size: .89rem;
    color: #71808a;
    line-height: 1.65;
    margin: 0
}

.bridge {
    margin-top: 28px;
    padding: 30px;
    border: 1px solid #d4e6ee;
    background: linear-gradient(135deg,#f3fbfe,#fff);
    border-radius: 26px
}

.bridge-points {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.bridge-point {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 15px;
    padding: 16px 20px;
    text-align: center;
    min-width: 190px;
    box-shadow: 0 8px 25px rgba(31,65,82,.06)
}

    .bridge-point strong {
        display: block;
        color: #253640
    }

    .bridge-point span {
        font-size: .75rem;
        color: #78858d
    }

/* =========================================================
   PROJECTS
   ========================================================= */
.project {
    position: relative;
    min-height: 410px;
    border-radius: 24px;
    overflow: hidden;
    background: #e5edf0;
    border: 1px solid var(--line)
}

    .project img {
        width: 100%;
        height: 100%;
        min-height: 410px;
        object-fit: cover;
        transition: .45s
    }

    .project:hover img {
        transform: scale(1.04)
    }

.project-info {
    position: absolute;
    inset: auto 0 0;
    padding: 28px;
    color: #fff;
    min-height: 52%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg,transparent,rgba(16,38,51,.9))
}

.tag {
    font-size: .66rem;
    letter-spacing: .13em;
    text-transform: uppercase;
    font-weight: 900;
    color: #c7edff
}

.project-info h3 {
    font-weight: 900;
    font-size: 1.4rem;
    margin: .4rem 0
}

.project-info p {
    font-size: .84rem;
    line-height: 1.5;
    color: #e9f1f4;
    margin: 0;
    max-width: 560px
}

/* =========================================================
   VALUES / LEADERS / LOCATIONS
   ========================================================= */
.value {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--line);
    background: #fff
}

    .value:first-child {
        border-radius: 22px 0 0 22px
    }

    .value:last-child {
        border-radius: 0 22px 22px 0
    }

.value-index {
    color: var(--red);
    font-weight: 900;
    font-size: .72rem;
    margin-bottom: 20px
}

.value h3 {
    font-size: 1.05rem;
    color: #253640;
    font-weight: 900
}

.value p {
    font-size: .84rem;
    color: #71808a;
    line-height: 1.6;
    margin: 0
}

.leader {
    height: 100%;
    display: flex;
    gap: 18px;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 18px
}

    .leader img {
        width: 88px;
        height: 110px;
        object-fit: cover;
        border-radius: 13px
    }

    .leader .name {
        font-weight: 900;
        color: #253640
    }

    .leader .role {
        font-size: .76rem;
        color: var(--blue);
        font-weight: 800;
        margin: .15rem 0 .4rem
    }

    .leader p {
        font-size: .76rem;
        color: #75828a;
        line-height: 1.5;
        margin: 0
    }

.location {
    height: 100%;
    padding: 32px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 23px
}

    .location .country {
        font-size: .68rem;
        letter-spacing: .13em;
        text-transform: uppercase;
        color: var(--blue);
        font-weight: 900
    }

    .location h3 {
        color: #253640;
        font-weight: 900;
        margin: .35rem 0 .65rem
    }

    .location p {
        font-size: .9rem;
        color: #71808a;
        line-height: 1.65
    }

    .location .address {
        border-top: 1px solid var(--line);
        padding-top: 12px;
        color: #50616b;
        font-size: .82rem
    }

/* =========================================================
   CTA / FOOTER
   ========================================================= */
.cta {
    background: linear-gradient(135deg,var(--blue2),var(--blue));
    color: #fff;
    border-radius: 30px;
    padding: 55px;
    position: relative;
    overflow: hidden
}

    .cta h2 {
        font-size: clamp(2rem,4vw,3.4rem);
        font-weight: 900;
        letter-spacing: -.05em;
        line-height: 1.05
    }

    .cta p {
        color: rgba(255,255,255,.82);
        line-height: 1.7;
        max-width: 650px
    }

.btn-white {
    display: inline-block;
    background: #fff;
    color: var(--blue2) !important;
    border-radius: 999px;
    padding: .75rem 1.4rem;
    font-weight: 900
}

footer {
    background: #f1f5f7;
    border-top: 1px solid var(--line)
}

    footer h6 {
        font-weight: 900;
        color: #253640
    }

.footer-logo {
    height: 45px
}

.footer-link {
    display: block;
    color: #6b7881;
    font-size: .8rem;
    margin-bottom: .45rem
}

    .footer-link:hover {
        color: var(--blue)
    }

.footer-bottom {
    border-top: 1px solid var(--line);
    padding-top: 16px;
    margin-top: 25px;
    color: #8a969d;
    font-size: .74rem
}

@media(max-width:991px) {
    .hero-inner {
        display: block;
        min-height: auto
    }

    .hero-copy {
        padding: 70px 0 35px
    }

    .hero-image {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        height: 420px;
        border-radius: 24px;
        margin-bottom: 45px
    }

        .hero-image:after {
            background: linear-gradient(180deg,transparent 45%,rgba(247,250,252,.7))
        }

    .hero-note {
        bottom: 5%;
        right: 4%
    }

    .story {
        grid-template-columns: 1fr;
        gap: 35px
    }

    .story-copy {
        position: static
    }

    .value {
        border-radius: 0 !important;
        border-bottom: 0
    }

        .value:last-child {
            border-bottom: 1px solid var(--line);
            border-radius: 0 0 22px 22px !important
        }

        .value:first-child {
            border-radius: 22px 22px 0 0 !important
        }

    .bridge-points {
        flex-direction: column
    }

    .bridge-point {
        min-width: 0
    }
}

@media(max-width:767px) {
    .section {
        padding: 68px 0
    }

    .metric {
        border-right: 0;
        border-bottom: 1px solid var(--line)
    }

        .metric:last-child {
            border-bottom: 0
        }

    .timeline-item {
        grid-template-columns: 75px 1fr;
        gap: 14px
    }

    .story-images {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 3.15rem
    }

    .cta {
        padding: 38px 28px
    }

    .leader {
        align-items: flex-start
    }
}




/* --- Manomay model: refined to match the visual concept more closely --- */
.model-clean-top {
    margin-bottom: 34px;
    align-items: center !important;
}

.model-copy-divider {
    border-left: 1px solid #bfd7e3;
    padding-left: 34px;
    max-width: 430px;
}

    .model-copy-divider .lead {
        font-size: 1rem;
        line-height: 1.7;
        color: #476675;
    }

.model-icon-flow {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
    white-space: nowrap;
}

.model-icon-step {
    min-width: 94px;
    text-align: center;
}

    .model-icon-step svg {
        width: 46px;
        height: 46px;
        stroke: var(--blue);
        fill: none;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        margin-bottom: 8px;
    }

    .model-icon-step strong {
        display: block;
        color: #14384b;
        font-size: .86rem;
        font-weight: 800;
        line-height: 1.18;
    }

.model-icon-plus {
    color: var(--blue);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-7px);
}

.model-grid-clean {
    margin-top: 2px;
}

.model-panel {
    height: 100%;
}

.model-image-clean {
    width: 100%;
    height: 288px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.model-meta {
    padding-top: 16px;
}

.flag-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: .70rem;
    font-weight: 900;
}

.flag-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    font-size: 16px;
    background: transparent;
    border: 0;
    border-radius: 50%;
    padding: 0;
}

.model-meta h3 {
    margin: 0 0 9px;
    color: #17364a;
    font-size: 1.34rem;
    line-height: 1.17;
    font-weight: 900;
    letter-spacing: -.02em;
}

.model-meta p {
    margin: 0;
    color: #4f6a79;
    font-size: .88rem;
    line-height: 1.63;
}

.model-bottom-clean {
    margin-top: 34px;
    padding: 10px 12px;
    background: #eaf4f9;
    border-radius: 7px;
}

    .model-bottom-clean .row > [class*='col-'] {
        position: relative;
    }

        .model-bottom-clean .row > [class*='col-']:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 14px;
            bottom: 14px;
            width: 1px;
            background: #bdd7e4;
        }

.model-bottom-item-clean {
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 88px;
}

.model-bottom-icon {
    flex: 0 0 auto;
}

    .model-bottom-icon svg {
        width: 41px;
        height: 41px;
        stroke: var(--blue);
        fill: none;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.model-bottom-item-clean h4 {
    margin: 0 0 4px;
    color: #0e6094;
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.2;
}

.model-bottom-item-clean p {
    margin: 0;
    color: #426879;
    font-size: .78rem;
    line-height: 1.45;
}

@media(max-width:1199px) {
    .model-icon-flow {
        gap: 14px
    }

    .model-icon-step {
        min-width: 82px
    }

        .model-icon-step strong {
            font-size: .78rem
        }
}

@media(max-width:991px) {
    .model-clean-top {
        align-items: flex-start !important
    }

    .model-copy-divider {
        border-left: 0;
        padding-left: 0;
        max-width: none
    }

    .model-icon-flow {
        justify-content: flex-start;
        margin-top: 6px;
        flex-wrap: wrap
    }

    .model-image-clean {
        height: 260px
    }
}

@media(max-width:767px) {
    .model-bottom-clean .row > [class*='col-']::after {
        display: none
    }

    .model-bottom-clean {
        padding: 6px 10px
    }

    .model-bottom-item-clean {
        padding: 14px 10px;
        border-bottom: 1px solid #cfe1e9
    }

    .model-bottom-clean .row > [class*='col-']:last-child .model-bottom-item-clean {
        border-bottom: 0
    }

    .model-image-clean {
        height: 235px
    }
}

.model-bottom-item-clean {
    padding: 16px 18px
}

.model-grid-clean {
    margin-top: 0
}


/* =========================================================
   INDUSTRIES — editorial rather than another row of cards
   ========================================================= */
.industry-intro-note {
    color: #566f7d;
    font-size: .95rem;
    line-height: 1.7;
}

.industry-editorial {
    border-top: 1px solid var(--line);
    margin-top: 34px;
}

.industry-row {
    display: grid;
    grid-template-columns: 92px minmax(210px,.8fr) 1.6fr auto;
    gap: 28px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    transition: .2s ease;
}

    .industry-row:hover {
        padding-left: 10px;
    }

.industry-symbol {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    background: #eef7fb;
    color: var(--blue);
    border-radius: 50%;
}

    .industry-symbol svg {
        width: 32px;
        height: 32px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.industry-name {
    color: #4d4d4d;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: -.025em;
}

.industry-copy {
    color: #657883;
    line-height: 1.65;
    font-size: .94rem;
    max-width: 680px;
}

.industry-link {
    color: var(--blue);
    font-weight: 900;
    font-size: .86rem;
    white-space: nowrap;
}

.industry-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    padding-top: 4px;
}

    .industry-more strong {
        color: #24343e;
    }

    .industry-more span {
        color: #71818b;
        font-size: .9rem;
    }

/* =========================================================
   VALUES — more substance, 2 x 2 editorial layout
   ========================================================= */
.values-intro {
    max-width: 830px;
    color: #526b79;
    font-size: 1.02rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.values-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #ccdee7;
    border-left: 1px solid #ccdee7;
}

.value-editorial {
    position: relative;
    min-height: 250px;
    padding: 34px 38px 38px;
    background: rgba(255,255,255,.54);
    border-right: 1px solid #ccdee7;
    border-bottom: 1px solid #ccdee7;
    overflow: hidden;
}

    .value-editorial::after {
        content: "";
        position: absolute;
        width: 170px;
        height: 170px;
        right: -90px;
        bottom: -100px;
        border: 1px solid rgba(0,124,193,.10);
        border-radius: 50%;
    }

.value-number {
    color: var(--red);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .14em;
    margin-bottom: 22px;
}

.value-editorial h3 {
    color: #1f3542;
    font-size: 1.34rem;
    font-weight: 900;
    margin: 0 0 13px;
}

.value-editorial p {
    color: #5d7380;
    line-height: 1.72;
    font-size: .92rem;
    margin: 0;
    max-width: 560px;
}

.values-closing {
    margin-top: 28px;
    color: #31576b;
    font-weight: 800;
    font-size: .94rem;
}

/* =========================================================
   LOCATIONS — geography / connection rather than two cards
   ========================================================= */
.locations-layout {
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 42px;
}

.location-editorial {
    padding: 8px 0;
}

.location-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--blue);
    font-size: .72rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.location-flag {
    font-size: 1.35rem;
    line-height: 1;
}

.location-editorial h3 {
    color: #4d4d4d;
    font-size: 1.55rem;
    font-weight: 900;
    margin: 0 0 12px;
}

.location-editorial p {
    color: #627681;
    line-height: 1.7;
    font-size: .93rem;
}

.location-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0;
}

    .location-capabilities span {
        font-size: .71rem;
        font-weight: 800;
        color: #426477;
        padding: 6px 9px;
        background: #eef5f8;
        border-radius: 4px;
    }

.location-address {
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: #324f5e;
    font-size: .84rem;
    font-weight: 700;
}

.global-route {
    position: relative;
    min-height: 320px;
    background: linear-gradient(180deg,#f9fcfd,#edf6fa);
    border: 1px solid #d7e8ef;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.route-globe {
    width: 150px;
    height: 150px;
    border: 1.5px solid #9ac7dc;
    border-radius: 50%;
    position: relative;
    opacity: .8;
}

    .route-globe::before,
    .route-globe::after {
        content: "";
        position: absolute;
        inset: 18px 47px;
        border: 1px solid #9ac7dc;
        border-radius: 50%;
    }

    .route-globe::after {
        inset: 47px 18px;
    }

.route-equator {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #9ac7dc;
}

.route-axis {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #9ac7dc;
}

.route-line {
    position: absolute;
    left: 9%;
    right: 9%;
    top: 50%;
    height: 2px;
    background: linear-gradient(90deg,var(--blue),#8ec6df,var(--red));
    transform: translateY(-50%);
}

.route-point {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid var(--blue);
    box-shadow: 0 0 0 4px rgba(0,124,193,.10);
}

    .route-point.nl {
        left: 8%
    }

    .route-point.in {
        right: 8%;
        border-color: var(--red);
        box-shadow: 0 0 0 4px rgba(192,23,23,.10)
    }

.route-label {
    position: absolute;
    top: calc(50% + 26px);
    color: #35586b;
    font-size: .76rem;
    font-weight: 900;
    text-align: center;
}

    .route-label.nl {
        left: 2%
    }

    .route-label.in {
        right: 4%
    }

.route-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 126px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(38,79,99,.08);
}

    .route-center strong {
        display: block;
        color: #203d4c;
        font-size: .84rem;
    }

    .route-center span {
        display: block;
        color: #6b7e88;
        font-size: .7rem;
        margin-top: 3px;
    }

.locations-cta {
    margin-top: 30px;
}

/* CTA ending */
.cta .eyebrow::after {
    background: #fff
}

@media(max-width:991px) {
    .industry-row {
        grid-template-columns: 70px 1fr;
    }

    .industry-copy,
    .industry-link {
        grid-column: 2;
    }

    .industry-link {
        margin-top: -10px
    }

    .values-editorial {
        grid-template-columns: 1fr
    }

    .locations-layout {
        grid-template-columns: 1fr
    }

    .global-route {
        order: -1;
        min-height: 270px
    }
}

@media(max-width:575px) {
    .industry-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .industry-copy,
    .industry-link {
        grid-column: 1;
    }

    .industry-symbol {
        width: 54px;
        height: 54px;
    }

    .industry-more {
        align-items: flex-start;
        flex-direction: column;
    }

    .value-editorial {
        padding: 28px 24px 30px;
    }
}


/* =========================================================
   LOCATIONS — image-based center map
   ========================================================= */
.locations-layout {
    display: grid;
    grid-template-columns: 1fr 1.35fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 42px;
}

.location-editorial {
    padding: 8px 0;
}

.location-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--blue);
    font-size: .72rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.location-flag {
    font-size: 1.35rem;
    line-height: 1
}

.location-editorial h3 {
    color: #20343f;
    font-size: 1.55rem;
    font-weight: 900;
    margin: 0 0 12px;
}

.location-editorial p {
    color: #627681;
    line-height: 1.7;
    font-size: .93rem;
}

.location-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0;
}

    .location-capabilities span {
        font-size: .71rem;
        font-weight: 800;
        color: #426477;
        padding: 6px 9px;
        background: #eef5f8;
        border-radius: 4px;
    }

.location-address {
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: #324f5e;
    font-size: .84rem;
    font-weight: 700;
}

.locations-map-panel {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .locations-map-panel img {
        width: 100%;
        max-width: 620px;
        height: auto;
        display: block;
        border-radius: 8px;
    }

.locations-cta {
    margin-top: 30px;
}

@media(max-width:991px) {
    .locations-layout {
        grid-template-columns: 1fr;
    }

    .locations-map-panel {
        order: -1;
    }
}


/* Brand title punctuation: true circular red dot instead of a font full stop */
.title-dot {
    display: inline-block;
    width: .16em;
    height: .16em;
    margin-left: .055em;
    background: var(--red);
    border-radius: 50%;
    vertical-align: -.015em;
    flex: 0 0 auto;
}
/* Keep the highlighted phrase and its brand dot together on one line */
.title .blue,
.hero h1 .impact {
    white-space: nowrap;
}
/* Slightly smaller and optically lower in the oversized hero heading */
.hero h1 .title-dot {
    width: .145em;
    height: .145em;
    margin-left: .045em;
    vertical-align: -.02em;
}


/* Logo lockup with corporate slogan */
.brand-lockup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
}

    .brand-lockup .logo {
        display: block;
    }

.brand-slogan {
    margin-top: 3px;
    margin-left: 2px;
    color: #6f7d86;
    font-size: .56rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.15;
    white-space: nowrap;
}

@media(max-width:575px) {
    .brand-slogan {
        font-size: .50rem;
    }
}


/* =========================================================
   INNER PAGE SYSTEM
   ========================================================= */
.page-hero {
    background: linear-gradient(135deg,#fff 0%,#f7fafc 70%,#edf6fa 100%);
    padding: 82px 0 64px;
    overflow: hidden;
}

.page-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
}

.page-hero h1 {
    font-size: clamp(3.2rem,6vw,5.7rem);
    line-height: .97;
    letter-spacing: -.065em;
    color: #4d4d4d;
    font-weight: 900;
    margin: 0 0 22px;
}

.page-hero p {
    color: #687781;
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 680px;
}

.hero-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 34px;
    box-shadow: var(--shadow);
}

    .hero-panel img {
        width: 100%;
        height: 330px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

    .hero-panel h3 {
        color: #4d4d4d;
        font-weight: 900;
        font-size: 1.25rem
    }

    .hero-panel p {
        font-size: .9rem;
        line-height: 1.65;
        margin: 0
    }

.content-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: start;
}

.sticky-side {
    position: sticky;
    top: 110px
}

.rule-list {
    border-top: 1px solid var(--line)
}

.rule-item {
    padding: 25px 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
}

.rule-num {
    color: var(--red);
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.rule-item h3 {
    color: #4d4d4d;
    font-size: 1.12rem;
    font-weight: 900;
    margin: 0 0 7px;
}

.rule-item p {
    color: #6b7b84;
    font-size: .9rem;
    line-height: 1.68;
    margin: 0;
}

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

.info-card {
    border: 1px solid var(--line);
    background: #fff;
    padding: 28px;
    min-height: 210px;
    border-radius: 18px;
}

    .info-card .kicker {
        text-transform: uppercase;
        letter-spacing: .12em;
        color: var(--blue2);
        font-size: .67rem;
        font-weight: 900;
        margin-bottom: 18px;
    }

    .info-card h3 {
        color: #4d4d4d;
        font-size: 1.15rem;
        font-weight: 900;
        margin-bottom: 9px;
    }

    .info-card p {
        color: #6d7c85;
        font-size: .87rem;
        line-height: 1.65;
        margin: 0;
    }

.split-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--line);
    background: #fff;
}

    .split-band > div {
        padding: 42px
    }

        .split-band > div + div {
            border-left: 1px solid var(--line)
        }

    .split-band h3 {
        color: #4d4d4d;
        font-weight: 900;
        font-size: 1.35rem
    }

    .split-band p {
        color: #687983;
        line-height: 1.7;
        font-size: .92rem
    }

.mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

    .mini-tags span {
        border-radius: 999px;
        background: #eef5f8;
        color: #4a697a;
        padding: 7px 10px;
        font-size: .72rem;
        font-weight: 800;
    }

.icon-line {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.line-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #edf7fb;
    display: grid;
    place-items: center;
    color: var(--blue2);
    flex: 0 0 auto;
}

    .line-icon svg {
        width: 24px;
        height: 24px;
        stroke: currentColor;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

/* solutions */
.solution-block {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 28px;
    padding: 34px 0;
    border-bottom: 1px solid var(--line);
    align-items: start;
}

    .solution-block:first-child {
        border-top: 1px solid var(--line)
    }

.solution-index {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #edf7fb;
    color: var(--blue2);
    font-size: .78rem;
    font-weight: 900;
}

.solution-block h2 {
    color: #4d4d4d;
    font-size: 1.45rem;
    font-weight: 900;
    margin: 0 0 8px;
}

.solution-block p {
    color: #6b7b84;
    font-size: .9rem;
    line-height: 1.68;
    margin: 0;
}

.solution-bullets {
    margin: 0;
    padding-left: 18px;
    color: #5e727e;
    font-size: .86rem;
    line-height: 1.8;
}

/* locations */
.location-page-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 32px;
    align-items: center;
}

.location-page-map img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.location-office h2 {
    color: #4d4d4d;
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 12px
}

.location-office p {
    color: #687983;
    font-size: .9rem;
    line-height: 1.7
}

.location-office .country {
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--blue2);
    font-size: .68rem;
    font-weight: 900;
    margin-bottom: 8px
}

.office-facts {
    border-top: 1px solid var(--line);
    margin-top: 18px;
    padding-top: 16px
}

    .office-facts div {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        padding: 6px 0;
        font-size: .8rem;
        color: #687983
    }

    .office-facts strong {
        color: #425966
    }

/* careers */
.career-hero-image img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 18px
}

.career-promise {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line)
}

    .career-promise > div {
        padding: 28px;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line)
    }

    .career-promise h3 {
        font-size: 1rem;
        color: #4d4d4d;
        font-weight: 900;
        margin-bottom: 8px
    }

    .career-promise p {
        font-size: .84rem;
        color: #6c7c85;
        line-height: 1.6;
        margin: 0
    }

.job-list {
    border-top: 1px solid var(--line)
}

.job-row {
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr auto;
    gap: 24px;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px solid var(--line)
}

    .job-row h3 {
        font-size: 1.05rem;
        color: #4d4d4d;
        font-weight: 900;
        margin: 0
    }

.job-meta {
    font-size: .8rem;
    color: #73818a
}

.job-link {
    font-size: .82rem;
    color: var(--blue2);
    font-weight: 900;
    white-space: nowrap
}

/* contact */
.contact-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: start
}

.contact-details {
    border-top: 1px solid var(--line)
}

.contact-detail {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line)
}

    .contact-detail h3 {
        font-size: .94rem;
        color: #4d4d4d;
        font-weight: 900;
        margin: 0 0 4px
    }

    .contact-detail p, .contact-detail a {
        font-size: .86rem;
        color: #6a7a83;
        line-height: 1.55;
        margin: 0
    }

.contact-form {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 34px
}

.form-label {
    font-size: .76rem;
    font-weight: 900;
    color: #4d4d4d;
    margin-bottom: 7px
}

.form-control, .form-select {
    border: 1px solid #cad9e1;
    border-radius: 10px;
    padding: .78rem .9rem;
    color: #4d4d4d;
    box-shadow: none !important
}

    .form-control:focus, .form-select:focus {
        border-color: var(--blue)
    }

textarea.form-control {
    min-height: 150px;
    resize: vertical
}

.form-note {
    font-size: .74rem;
    color: #87939a;
    line-height: 1.5
}

/* CTA */
.inner-cta {
    background: linear-gradient(135deg,var(--blue2),var(--blue));
    color: #fff;
    border-radius: 30px;
    padding: 52px
}

    .inner-cta h2 {
        color: #fff;
        font-size: clamp(2rem,4vw,3.2rem);
        font-weight: 900;
        letter-spacing: -.05em;
        line-height: 1.05
    }

    .inner-cta p {
        color: rgba(255,255,255,.82);
        line-height: 1.7;
        max-width: 700px
    }

    .inner-cta .eyebrow {
        color: #d8f2ff
    }

        .inner-cta .eyebrow:after {
            background: #fff
        }

@media(max-width:991px) {
    .page-hero-grid, .content-grid, .contact-layout, .location-page-grid {
        grid-template-columns: 1fr
    }

    .sticky-side {
        position: static
    }

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

    .solution-block {
        grid-template-columns: 64px 1fr
    }

    .solution-bullets {
        grid-column: 2
    }

    .career-promise {
        grid-template-columns: 1fr 1fr
    }

    .job-row {
        grid-template-columns: 1fr 1fr
    }

    .job-link {
        justify-self: end
    }
}

@media(max-width:767px) {
    .page-hero {
        padding: 62px 0 48px
    }

    .section {
        padding: 68px 0
    }

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

    .split-band {
        grid-template-columns: 1fr
    }

        .split-band > div + div {
            border-left: 0;
            border-top: 1px solid var(--line)
        }

    .solution-block {
        grid-template-columns: 1fr
    }

    .solution-bullets {
        grid-column: 1
    }

    .career-promise {
        grid-template-columns: 1fr
    }

    .job-row {
        grid-template-columns: 1fr
    }

    .job-link {
        justify-self: start
    }

    .inner-cta {
        padding: 36px 26px
    }
}
