 body {
            font-family: "Inter", sans-serif;
            color: var(--text);
            line-height: 1.7;
            background: #fff;
        }

        h1, h2, h3, h4, h5 {
            color: #c02222;
            font-weight: 700;
            line-height: 1.25;
        }

        a {
            text-decoration: none;
        }

        .section-padding {
            padding: 90px 0;
        }


        .section-title {
            font-size: clamp(24px, 4vw, 36px);
            margin-bottom: 20px;
        }

        .section-intro {
            max-width: 760px;
            margin: 0 auto 50px;
            color: #666;
        }

       

        .hero {
            position: relative;
            overflow: hidden;
            padding: 80px 0 75px;
            background:
                radial-gradient(circle at 85% 30%, rgba(192,34,34,.08), transparent 30%),
                linear-gradient(120deg, #fff 0%, #fafafa 100%);
        }

        .hero::after {
            content: "";
            position: absolute;
            width: 480px;
            height: 480px;
            border: 1px solid rgba(192,34,34,.12);
            border-radius: 50%;
            right: -160px;
            top: 40px;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }

        .hero h1 {
font-size: clamp(30px, 5vw, 42px);
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 22px;
        }

        .hero h1 span {
            color: #c02222;
        }

        .hero-subtitle {
            font-size: clamp(23px, 3vw, 34px);
            font-weight: 600;
            color: #333;
            margin-bottom: 25px;
        }

        .hero-text {
            max-width: 720px;
            font-size: 17px;
            color: #666;
        }

        .primary-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #c02222;
            color: #fff;
            padding: 15px 27px;
            border-radius: 4px;
            font-weight: 600;
            transition: .3s;
            text-decoration: none;
        }

        .primary-btn:hover {
            transform: translateY(-5px);
        }

        /* Hero Visual */

        .hero-visual {
            position: relative;
            min-height: 390px;
        }

        .hero-orbit {
            position: absolute;
            width: 360px;
            height: 360px;
            border: 1px solid #ddd;
            border-radius: 50%;
            top: 10px;
            right: 30px;
        }

        .hero-orbit::before,
        .hero-orbit::after {
            content: "";
            position: absolute;
            border: 1px solid rgba(192,34,34,.25);
            border-radius: 50%;
        }

        .hero-orbit::before {
            width: 250px;
            height: 250px;
            top: 54px;
            left: 54px;
        }

        .hero-orbit::after {
            width: 140px;
            height: 140px;
            top: 109px;
            left: 109px;
        }

        .hero-center {
            position: absolute;
            width: 115px;
            height: 115px;
            background: #c02222;
            color: #fff;
            border-radius: 50%;
            top: 132px;
            right: 153px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 17px;
            font-weight: 700;
            box-shadow: 0 15px 40px rgba(192,34,34,.25);
        }

        .orbit-card {
            position: absolute;
            background: #fff;
            border: 1px solid #eee;
            padding: 13px 18px;
            border-radius: 5px;
            box-shadow: 0 8px 25px rgba(0,0,0,.07);
            font-size: 13px;
            font-weight: 600;
        }

        .orbit-card i {
            color: #c02222;
            margin-right: 7px;
        }

        .icon-box img.img-fluid {
    width: 35px;
}

.journey-card p {
    margin-bottom: 5px;
}

        .orbit-1 { top: 10px; right: 150px; }
        .orbit-2 { top: 145px; right: 0; }
        .orbit-3 { bottom: 20px; right: 105px; }
        .orbit-4 { top: 145px; left: 100px; }

        /* ---------------- VALUE SECTION ---------------- */

        .light-section {
            background: #f5f5f5;
        }

        .value-card {
            height: 100%;
            background: #fff;
            padding: 35px 30px;
            border: 1px solid var(--border);
            border-radius: 6px;
            transition: .3s;
        }

        .value-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(0,0,0,.07);
            border-color: rgba(192,34,34,.25);
        }

        .icon-box {
            width: 54px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(192,34,34,.08);
            color: #c02222;
            font-size: 24px;
            border-radius: 5px;
            margin-bottom: 22px;
        }

        .value-card h3 {
            font-size: 21px;
            margin-bottom: 13px;
        }

        .value-card p {
            margin-bottom: 0;
            color: #666;
            font-size: 13px;
        }

        .section-bottom-text {
            max-width: 850px;
            margin: 45px auto 0;
            text-align: center;
            font-size: 17px;
            color: #555;
        }

        /* ---------------- GCC JOURNEY ---------------- */

        .journey-wrapper {
            margin-top: 55px;
        }

        .journey-line {
            position: relative;
        }

        .journey-line::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 44px;
            height: 2px;
            background: #ddd;
        }

        .journey-card {
            position: relative;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 7px;
            padding: 30px 25px;
            height: 100%;
            z-index: 2;
        }

        .journey-number {
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #c02222;
            color: #fff;
            border-radius: 50%;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .journey-card h3 {
            font-size: 23px;
            margin-bottom: 15px;
        }

        .journey-card ul {
            padding-left: 18px;
            margin-bottom: 0;
        }

        .journey-card li {
            margin-bottom: 9px;
            font-size: 13px;
        }

        .journey-card li::marker {
            color: #c02222;
        }

        .offer-box {
margin-top: 15px;
    background: #fafafa;
    border-left: 3px solid #c02222;
    padding: 10px;
    font-size: 13px;
        }

        /* ---------------- ENGAGEMENT ---------------- */

        .process-card {
            position: relative;
            text-align: center;
            padding: 30px 20px;
        }

        .process-number {
            width: 66px;
            height: 66px;
            margin: 0 auto 22px;
            border: 2px solid #c02222;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #c02222;
            font-weight: 800;
            font-size: 20px;
            background: #fff;
            position: relative;
            z-index: 2;
        }

        .process-row {
            position: relative;
        }

        .process-row::before {
            content: "";
            position: absolute;
            top: 63px;
            left: 12%;
            right: 12%;
            height: 1px;
            background: #ddd;
        }

        .process-card h3 {
            font-size: 20px;
        }

        .process-card p {
            font-size: 14px;
            color: #666;
        }

        .discovery-banner {
            margin-top: 45px;
            padding: 30px;
            background: #222;
            color: #fff;
            border-radius: 6px;
        }

        .discovery-banner h3 {
            color: #fff;
            margin-bottom: 8px;
        }

        .discovery-banner p {
            margin-bottom: 0;
            color: #ccc;
        }

        /* ---------------- CAPABILITIES ---------------- */

        .capability-card {
            height: 100%;
            padding: 32px;
            border: 1px solid #ddd;
            background: #fff;
            border-radius: 6px;
        }

        .capability-card h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .capability-card p {
            color: #666;
            font-size: 14px;
            margin: 0;
        }

        /* ---------------- BUILDING BLOCKS ---------------- */

        .building-section {
            background: #f7f7f7;
            overflow: hidden;
        }

        .building-card {
            background: #fff;
            border: 1px solid var(--border);
            padding: 30px;
            height: 100%;
            border-radius: 6px;
            transition: .3s;
        }

        .building-card:hover {
            border-color: rgba(192,34,34,.3);
            transform: translateY(-5px);
        }

        .building-number {
            color: #c02222;
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 18px;
        }

        .building-card h3 {
            font-size: 19px;
            margin-bottom: 17px;
        }

        .building-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .building-card li {
            margin-bottom: 9px;
            font-size: 14px;
            color: #666;
        }

        .building-card li i {
            color: #c02222;
            margin-right: 7px;
        }

        .factory-visual {
            min-height: 440px;
            position: relative;
            background: #242424;
            border-radius: 8px;
            overflow: hidden;
        }

        .factory-grid {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
            background-size: 40px 40px;
        }

        .factory-circle {
            position: absolute;
            width: 240px;
            height: 240px;
            border: 1px solid rgba(255,255,255,.15);
            border-radius: 50%;
            top: 90px;
            left: 50%;
            transform: translateX(-50%);
        }

        .factory-core {
            position: absolute;
            width: 105px;
            height: 105px;
            border-radius: 50%;
            background: #c02222;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            top: 158px;
            left: 50%;
            transform: translateX(-50%);
        }

        .factory-node {
            position: absolute;
            padding: 10px 14px;
            border: 1px solid rgba(255,255,255,.2);
            color: #fff;
            font-size: 11px;
            background: rgba(255,255,255,.05);
            border-radius: 4px;
        }

        .node-1 { top: 60px; left: 50px; }
        .node-2 { top: 70px; right: 45px; }
        .node-3 { bottom: 70px; left: 55px; }
        .node-4 { bottom: 55px; right: 45px; }

        /* ---------------- WHY PRIMUS ---------------- */

        .why-card {
            height: 100%;
            padding: 32px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 6px;
        }

        .why-card .why-icon {
            color: #c02222;
            font-size: 28px;
            margin-bottom: 18px;
        }

        .why-card h3 {
            font-size: 19px;
            margin-bottom: 12px;
        }

        .why-card p {
            color: #666;
            font-size: 14px;
            margin-bottom: 0;
        }

        .proposition {
            margin-top: 30px;
            padding: 35px;
            background: #f7f7f7;
            border-left: 4px solid #c02222;
            font-size: 20px;
            font-weight: 600;
            color: #333;
        }

        /* ---------------- FINAL CTA ---------------- */

        /* .final-cta {
            padding: 90px 0;
            background:
                linear-gradient(115deg, #252525 0%, #181818 100%);
            position: relative;
            overflow: hidden;
        } */

        /* .final-cta::after {
            content: "";
            position: absolute;
            width: 400px;
            height: 400px;
            border: 1px solid rgba(192,34,34,.35);
            border-radius: 50%;
            right: -120px;
            top: -120px;
        } */

        .final-cta h2 {
            font-size: clamp(24px, 4vw, 36px);
        }

        .final-cta h3 {
            font-size: 25px;
            font-weight: 500;
            margin-bottom: 18px;
        }

        .final-cta p {

            max-width: 760px;
            margin: 0 auto 30px;
        }

        /* ---------------- FOOTER ---------------- */



         :root {
            --primus-red: #c02222;
            --dark: #333333;
            --text: #555555;
            --muted: #777777;
            --light: #f5f6f7;
            --border: #e3e3e3;
            --white: #ffffff;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Inter", sans-serif;
            color: var(--text);
            line-height: 1.7;
            background: #fff;
        }

        h1,
        h2,
        h3,
        h4 {
            color: var(--dark);
            line-height: 1.25;
        }

        .container {
            max-width: 1240px;
        }



        /* =========================================
           COMMON
        ========================================= */

        .section-padding {
            padding: 90px 0;
        }

        .section-label {
            color: var(--primus-red);
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        .section-title {
            font-size: clamp(20px, 4vw, 36px);
            font-weight: 500;
            letter-spacing: -1.2px;
            margin-bottom: 20px;
        }

        .primary-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 25px;
            background: var(--primus-red);
            color: #fff;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: .25s ease;
        }

        .primary-btn:hover {
            background: #9f1c1c;
            color: #fff;
        }

        /* =========================================
           HERO
        ========================================= */

        .hero {
            padding: 50px 0;
            background: #f6f7f8;
            overflow: hidden;
        }

        .hero-content {
            padding-right: 50px;
        }


        .hero-description {
            font-size: 15px;
            color: #555;
            max-width: 690px;
            margin-bottom: 17px;
        }

        .hero-visual {
            position: relative;
            padding: 20px;
        }

        /*
        Replace the image below with the selected Freepik image.

        Example:
        <img src="images/sap-analytics-cloud.jpg"
             alt="SAP Analytics Cloud"
             class="img-fluid">
        */

        .hero-image {
            width: 100%;
            height: 430px;
            object-fit: cover;
            border-radius: 6px;
            box-shadow: 0 25px 55px rgba(0, 0, 0, .12);
        }

        .hero-image-placeholder {
            height: 430px;
            border-radius: 6px;
            background: #ffffff;
            border: 1px solid #dedede;
            box-shadow: 0 25px 55px rgba(0, 0, 0, .10);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .dashboard-placeholder {
            width: 88%;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 15px 35px rgba(0,0,0,.08);
        }

        .dashboard-header {
            height: 45px;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            padding: 0 15px;
            gap: 8px;
        }

        .dashboard-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #ccc;
        }

        .dashboard-title {
            margin-left: 8px;
            font-size: 10px;
            font-weight: 700;
            color: #555;
        }

        .dashboard-body {
            padding: 15px;
        }

        .dashboard-kpis {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-bottom: 15px;
        }

        .dashboard-kpi {
            background: #f5f5f5;
            padding: 12px;
        }

        .dashboard-kpi small {
            display: block;
            font-size: 8px;
            color: #888;
        }

        .dashboard-kpi strong {
            display: block;
            font-size: 18px;
            color: #333;
            margin-top: 3px;
        }

        .dashboard-content {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 12px;
        }

        .chart-box {
            height: 170px;
            border: 1px solid #eee;
            padding: 12px;
        }

        .chart-title {
            font-size: 9px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .chart-bars {
            height: 120px;
            display: flex;
            align-items: end;
            gap: 8px;
        }

        .chart-bar {
            flex: 1;
            background: #dedede;
        }

        .chart-bar:nth-child(2),
        .chart-bar:nth-child(5) {
            background: var(--primus-red);
        }

        .chart-bar:nth-child(1) {
            height: 42%;
        }

        .chart-bar:nth-child(2) {
            height: 67%;
        }

        .chart-bar:nth-child(3) {
            height: 52%;
        }

        .chart-bar:nth-child(4) {
            height: 76%;
        }

        .chart-bar:nth-child(5) {
            height: 88%;
        }

        .chart-bar:nth-child(6) {
            height: 70%;
        }

        .mini-box {
            border: 1px solid #eee;
            padding: 12px;
            margin-bottom: 12px;
        }

        .mini-line {
            height: 7px;
            background: #ededed;
            margin-bottom: 8px;
        }

        .mini-line.short {
            width: 60%;
        }

        .mini-line.red {
            width: 75%;
            background: var(--primus-red);
        }

        /* =========================================
           WHAT IS SAC
        ========================================= */

        .about-section {
            background: #fff;
        }

        .about-content {
            max-width: 930px;
            margin: auto;
            text-align: center;
        }

        .about-content p {
            font-size: 16px;
            color: #626262;
            margin-bottom: 20px;
        }

        /* =========================================
           CAPABILITIES
        ========================================= */

        .capabilities-section {
            background: var(--light);
        }

        .capability-card {
            height: 100%;
            background: #fff;
            border: 1px solid var(--border);
            padding: 32px;
            transition: .25s ease;
        }

        .capability-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 35px rgba(0,0,0,.06);
        }

        .capability-icon {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primus-red);
            background: rgba(192,34,34,.07);
            border-radius: 4px;
            font-size: 21px;
            margin-bottom: 22px;
        }

        .capability-card h3 {
            font-size: 19px;
            margin-bottom: 12px;
        }

        .capability-card p {
            font-size: 14px;
            color: #686868;
            margin: 0;
        }

        /* =========================================
           BENEFITS
        ========================================= */

        .benefits-section {
            background: #fff;
        }

        .benefit-row {
            border-top: 1px solid var(--border);
            display: flex;
            flex-wrap: wrap;
        }

        .benefit-item {
display: flex;
    gap: 10px;
    padding: 25px 20px;
    /* border-bottom: 1px solid var(--border); */
    width: 50%;
        }

        .benefit-number {
            min-width: 42px;
            height: 42px;
            border: 1px solid var(--primus-red);
            color: var(--primus-red);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 700;
        }

        .benefit-item h3 {
            font-size: 18px;
            margin-bottom: 7px;
        }

        .benefit-item p {
            font-size: 14px;
            color: #686868;
            margin: 0;
        }

        /* =========================================
           IMPLEMENTATION
        ========================================= */

        .implementation-section {
            background: var(--light);
        }

        .implementation-intro {
            max-width: 900px;
            margin-bottom: 50px;
        }

        .implementation-intro p {
            color: #606060;
            font-size: 15px;
        }

        .implementation-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .implementation-card {
            background: #fff;
            border: 1px solid var(--border);
            padding: 30px;
            position: relative;
        }

        .implementation-number {
color: var(--primus-red);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 20px;
        }

        .implementation-card h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .implementation-card p {
            color: #686868;
            font-size: 14px;
            margin: 0;
        }

        /* =========================================
           CTA
        ========================================= */

        .cta-section {
            padding: 50px 0 0;
        }

        .cta-section h2 {
            color: #222;
            font-size: clamp(24px, 4vw, 36px);
            margin-bottom: 18px;
        }

        .cta-section p {
            color: #222;
            max-width: 750px;
            margin: 0 auto 30px;
        }

        /* =========================================
           FOOTER
        ========================================= */

        footer {
            color: #aaa;
            padding: 24px 0;
            font-size: 13px;
        }

        .intro-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 70px;
    align-items: center;
}

.intro-heading h2 {
    font-size: 36px;
    letter-spacing: -1px;
}

.intro-content {
    padding-left: 45px;
    border-left: 3px solid #c02222;
}

        /* =========================================
           RESPONSIVE
        ========================================= */

        @media (max-width: 991px) {

            .hero {
                padding: 40px 0;
            }

                .intro-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

            .hero-content {
                padding-right: 0;
            }

            .hero-visual {
                margin-top: 45px;
            }

            .implementation-grid {
                grid-template-columns: repeat(2, 1fr);
            }

        }

        @media (max-width: 767px) {

            .section-padding {
                padding: 65px 0;
            }

            .hero h1 {
                font-size: 36px;
            }

            .hero-image-placeholder {
                height: 320px;
            }

            .dashboard-content {
                grid-template-columns: 1fr;
            }

            .implementation-grid {
                grid-template-columns: 1fr;
            }

        }

        @media (max-width: 575px) {

            .dashboard-placeholder {
                width: 94%;
            }

            .dashboard-kpis {
                gap: 5px;
            }

            .dashboard-kpi {
                padding: 8px;
            }

            .dashboard-kpi strong {
                font-size: 14px;
            }

        }

        /* ---------------- RESPONSIVE ---------------- */

        @media (max-width: 991px) {

            .hero {
                padding: 75px 0;
            }

            .hero-visual {
                margin-top: 50px;
                min-height: 340px;
            }

            .hero-orbit {
                right: 50%;
                transform: translateX(50%);
            }

            .hero-center {
                right: 50%;
                transform: translateX(50%);
            }

            .process-row::before {
                display: none;
            }

            .journey-line::before {
                display: none;
            }



            .header-btn {
                display: inline-block;
                margin-bottom: 15px;
            }
        }

        @media (max-width: 575px) {

            .section-padding {
                padding: 65px 0;
            }

            .hero h1 {
                font-size: 24px;
            }

            .hero-subtitle {
                font-size: 20px;
            }

            .hero-orbit {
                width: 280px;
                height: 280px;
            }

            .hero-center {
                width: 90px;
                height: 90px;
                font-size: 13px;
            }

            .orbit-1,
            .orbit-2,
            .orbit-3,
            .orbit-4 {
                display: none;
            }

            .hero-visual {
                min-height: 290px;
            }

            .implementation-grid {
    display: block;
            }

                .section-padding {
        padding: 20px;
    }

    .intro-heading h2 {
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 0;
}

                .hero {
        padding: 30px 20px;
    }
        }
  



        