

                :root {

            --green: #6d9617;

            --green-dark: #527600;

            --green-light: #edf5df;

            --navy: #142542;

            --navy-light: #1c3554;

            --light-bg: #f5f8f6;

            --text: #263238;

            --muted: #6d747b;

            --border: #e2e9e4;

            --white: #ffffff;

        }


        .phone-circle {

            width: 36px;

            height: 36px;

            border-radius: 50%;

            display: flex;

            align-items: center;

            justify-content: center;

            background: var(--green);

            color: #ffffff;

        }


        .phone-content small {

            display: block;

            font-size: 9px;

            color: #777777;

        }


        .phone-content strong {

            display: block;

            font-size: 11px;

            color: var(--navy);

        }



        /* =====================================================
           HERO
        ====================================================== */

        .audit-hero {

            min-height: 650px;

            background: var(--navy);

            position: relative;

            overflow: hidden;

        }


        .audit-hero::before {

            content: "";

            position: absolute;

            width: 650px;

            height: 650px;

            border: 1px solid rgba(255, 255, 255, .07);

            border-radius: 50%;

            right: -350px;

            top: -200px;

        }


        .audit-hero::after {

            content: "";

            position: absolute;

            width: 450px;

            height: 450px;

            background: rgba(109, 150, 23, .08);

            border-radius: 50%;

            left: -300px;

            bottom: -300px;

        }


        .hero-inner {

            min-height: 650px;

            display: flex;

            align-items: center;

            position: relative;

            z-index: 5;

        }


        .hero-content {

            padding: 80px 0;

        }


        .hero-label {

            display: inline-flex;

            align-items: center;

            gap: 12px;

            color: #a8c75d;

            font-size: 11px;

            font-weight: 700;

            letter-spacing: 2px;

            text-transform: uppercase;

            margin-bottom: 20px;

        }


        .hero-label::before {

            content: "";

            width: 35px;

            height: 2px;

            background: var(--green);

        }


        .hero-content h1 {

            color: #ffffff;

            font-size: clamp(40px, 5vw, 62px);

            font-weight: 800;

            line-height: 1.1;

            margin-bottom: 25px;

        }


        .hero-content h1 span {

            color: #9cbe4b;

        }


        .hero-content p {

            color: #bac5d0;

            font-size: 15px;

            line-height: 1.9;

            max-width: 680px;

            margin-bottom: 15px;

        }


        .hero-btn {

            display: inline-flex;

            align-items: center;

            gap: 10px;

            padding: 15px 27px;

            background: var(--green);

            color: #ffffff;

            margin-top: 18px;

            font-size: 11px;

            font-weight: 700;

            transition: .3s;

        }


        .hero-btn:hover {

            background: var(--green-dark);

            color: #ffffff;

            transform: translateY(-3px);

        }



        /* =====================================================
           HERO IMAGE
        ====================================================== */

        .hero-visual {

            position: relative;

            height: 580px;

            display: flex;

            align-items: center;

            justify-content: center;

        }


        .hero-main-image {

            width: 78%;

            height: 78%;

            object-fit: cover;

            position: relative;

            z-index: 2;

            border-radius: 3px;

            box-shadow: 0 30px 70px rgba(0, 0, 0, .30);

        }


        .hero-frame {

            position: absolute;

            width: 78%;

            height: 78%;

            border: 2px solid var(--green);

            right: 6%;

            bottom: 7%;

            z-index: 1;

        }


        .audit-floating-card {

            position: absolute;

            z-index: 4;

            left: 0;

            bottom: 75px;

            width: 230px;

            padding: 24px;

            background: #ffffff;

            box-shadow: 0 20px 50px rgba(0, 0, 0, .25);

        }


        .audit-floating-card .icon {

            width: 48px;

            height: 48px;

            display: flex;

            align-items: center;

            justify-content: center;

            background: var(--green-light);

            color: var(--green-dark);

            font-size: 22px;

            margin-bottom: 15px;

        }


        .audit-floating-card strong {

            display: block;

            color: var(--navy);

            font-size: 14px;

            margin-bottom: 7px;

        }


        .audit-floating-card p {

            color: var(--muted);

            font-size: 11px;

            line-height: 1.6;

            margin: 0;

        }



        /* =====================================================
           INTRO SECTION
        ====================================================== */

        .intro-section {

            padding: 110px 0;

            background: #ffffff;

        }


        .intro-content {

            padding-right: 50px;

        }


        .section-label {

            color: var(--green-dark);

            text-transform: uppercase;

            letter-spacing: 1.7px;

            font-size: 10px;

            font-weight: 800;

            margin-bottom: 15px;

        }


        .intro-content h2 {

            color: var(--navy);

            font-size: 41px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 25px;

        }


        .intro-content h2 span {

            color: var(--green);

        }


        .intro-content p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.9;

            margin-bottom: 18px;

        }


        .intro-image-wrap {

            position: relative;

        }


        .intro-image {

            width: 100%;

            height: 480px;

            object-fit: cover;

            border-radius: 3px;

        }


        .audit-stamp {

            position: absolute;

            bottom: -20px;

            left: -25px;

            width: 170px;

            height: 170px;

            border-radius: 50%;

            background: var(--green);

            color: #ffffff;

            display: flex;

            align-items: center;

            justify-content: center;

            text-align: center;

            padding: 25px;

            font-family: 'Manrope';

            font-size: 13px;

            font-weight: 800;

            line-height: 1.5;

            box-shadow: 0 15px 40px rgba(0, 0, 0, .15);

        }



        /* =====================================================
           WHAT WE EXAMINE
        ====================================================== */

        .examine-section {

            padding: 110px 0;

            background: var(--light-bg);

        }


        .section-heading {

            text-align: center;

            max-width: 700px;

            margin: 0 auto 60px;

        }


        .section-heading h2 {

            color: var(--navy);

            font-size: 42px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 15px;

        }


        .section-heading h2 span {

            color: var(--green);

        }


        .section-heading p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.8;

        }


        .examine-layout {

            display: grid;

            grid-template-columns: 1fr 1fr;

            gap: 50px;

            align-items: center;

        }


        .examine-image {

            width: 100%;

            height: 520px;

            object-fit: cover;

            border-radius: 3px;

        }


        .examine-list {

            display: grid;

            grid-template-columns: 1fr 1fr;

            gap: 15px;

        }


        .examine-item {

            background: #ffffff;

            border: 1px solid var(--border);

            min-height: 115px;

            padding: 22px;

            display: flex;

            align-items: center;

            gap: 15px;

            position: relative;

            transition: .35s;

        }


        .examine-item:hover {

            transform: translateY(-6px);

            box-shadow: 0 15px 35px rgba(20, 37, 66, .08);

            border-color: var(--green);

        }


        .examine-icon {

            width: 44px;

            height: 44px;

            flex-shrink: 0;

            display: flex;

            align-items: center;

            justify-content: center;

            background: var(--green-light);

            color: var(--green-dark);

            font-size: 19px;

        }


        .examine-item span {

            color: var(--navy);

            font-size: 13px;

            font-weight: 700;

            line-height: 1.5;

        }



        /* =====================================================
           AUDIT DELIVERABLES
        ====================================================== */

        .deliverables-section {

            padding: 120px 0;

            background: var(--navy);

            position: relative;

            overflow: hidden;

        }


        .deliverables-section::before {

            content: "";

            position: absolute;

            width: 700px;

            height: 700px;

            border: 1px solid rgba(255, 255, 255, .06);

            border-radius: 50%;

            right: -400px;

            top: -350px;

        }


        .deliverables-title {

            position: relative;

            z-index: 2;

            margin-bottom: 60px;

        }


        .deliverables-title .section-label {

            color: #a8c75d;

        }


        .deliverables-title h2 {

            color: #ffffff;

            font-size: 42px;

            font-weight: 800;

        }


        .deliverables-title h2 span {

            color: #9cbe4b;

        }


        .deliverable-card {

            position: relative;

            z-index: 2;

            min-height: 270px;

            padding: 35px 30px;

            border: 1px solid rgba(255, 255, 255, .12);

            transition: .35s;

        }


        .deliverable-card:hover {

            background: var(--green);

            transform: translateY(-8px);

            border-color: var(--green);

        }


        .deliverable-number {

            color: rgba(255, 255, 255, .20);

            font-size: 42px;

            font-weight: 800;

            font-family: 'Manrope';

            margin-bottom: 15px;

        }


        .deliverable-card i {

            color: #a8c75d;

            font-size: 28px;

            display: block;

            margin-bottom: 20px;

        }


        .deliverable-card:hover i {

            color: #ffffff;

        }


        .deliverable-card h3 {

            color: #ffffff;

            font-size: 15px;

            font-weight: 700;

            line-height: 1.5;

        }



        /* =====================================================
           BENEFITS
        ====================================================== */

        .benefits-section {

            padding: 120px 0;

            background: #ffffff;

        }


        .benefit-content {

            padding-right: 60px;

        }


        .benefit-content h2 {

            color: var(--navy);

            font-size: 42px;

            font-weight: 800;

            line-height: 1.2;

            margin-bottom: 25px;

        }


        .benefit-content h2 span {

            color: var(--green);

        }


        .benefit-content p {

            color: var(--muted);

            font-size: 14px;

            line-height: 1.8;

        }


        .benefit-list {

            margin-top: 30px;

        }


        .benefit-row {

            display: flex;

            align-items: center;

            gap: 15px;

            padding: 16px 0;

            border-bottom: 1px solid var(--border);

        }


        .benefit-check {

            width: 34px;

            height: 34px;

            display: flex;

            align-items: center;

            justify-content: center;

            background: var(--green-light);

            color: var(--green-dark);

            border-radius: 50%;

            font-size: 15px;

        }


        .benefit-row span {

            color: var(--navy);

            font-size: 14px;

            font-weight: 600;

        }


        .benefit-image-wrap {

            position: relative;

        }


        .benefit-image {

            width: 100%;

            height: 550px;

            object-fit: cover;

            border-radius: 3px;

        }


        .benefit-overlay {

            position: absolute;

            right: -20px;

            bottom: 35px;

            width: 230px;

            background: var(--navy);

            color: #ffffff;

            padding: 28px;

            box-shadow: 0 20px 50px rgba(0, 0, 0, .2);

        }


        .benefit-overlay i {

            color: #9cbe4b;

            font-size: 30px;

            display: block;

            margin-bottom: 15px;

        }


        .benefit-overlay strong {

            font-size: 14px;

            line-height: 1.6;

            display: block;

        }







        /* =====================================================
           RESPONSIVE
        ====================================================== */

        @media(max-width: 991px) {


            .header-phone {
                display: none;
            }


            .navbar-nav {

                background: #ffffff;

                padding: 15px;

                box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

            }


            .hero-inner {

                padding: 60px 20px;

            }


            .hero-visual {

                height: 500px;

                margin-top: 20px;

            }


            .intro-content {

                padding-right: 0;

                margin-bottom: 50px;

            }


            .examine-layout {

                grid-template-columns: 1fr;

            }


            .benefit-content {

                padding-right: 0;

                margin-bottom: 60px;

            }



        }


        @media(max-width: 767px) {


            .hero-content h1 {

                font-size: 40px;

            }


            .hero-visual {

                height: 420px;

            }


            .hero-main-image,

            .hero-frame {

                width: 88%;

                height: 82%;

            }


            .audit-floating-card {

                left: 5px;

                bottom: 20px;

            }


            .intro-section,

            .examine-section,

            .deliverables-section,

            .benefits-section {

                padding: 75px 0;

            }


            .intro-content h2,

            .section-heading h2,

            .deliverables-title h2,

            .benefit-content h2 {

                font-size: 32px;

            }


            .examine-list {

                grid-template-columns: 1fr;

            }


            .examine-image {

                height: 400px;

            }


            .benefit-image {

                height: 420px;

            }


            .benefit-overlay {

                right: 10px;

            }


        }
