@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&family=Noto+Sans+Sinhala:wght@400;500;600;700&family=Noto+Sans+Tamil:wght@400;500;600;700&display=swap');

        body {
            font-family: "Figtree", Arial, sans-serif !important
        }

        html[lang="si"] body {
            font-family: "Noto Sans Sinhala", "Figtree", sans-serif !important
        }

        html[lang="ta"] body {
            font-family: "Noto Sans Tamil", "Figtree", sans-serif !important
        }

        .bdn-links {
            gap: 24px !important
        }

        .bdn-links a {
            font-family: inherit !important;
            font-size: 16px !important;
            font-weight: 600 !important;
            line-height: 1.2 !important;
            letter-spacing: -.01em !important
        }

        .bdn-lang a {
            font-family: inherit !important;
            font-weight: 600 !important
        }

        .bdn-btn {
            font-family: inherit !important
        }

        .bdn-container {
            width: 100% !important;
            max-width: 100% !important;
            margin-inline: auto !important;
            padding-inline: 12px !important
        }

        @media(min-width:576px) {
            .bdn-container {
                max-width: 540px !important
            }
        }

        @media(min-width:768px) {
            .bdn-container {
                max-width: 720px !important
            }
        }

        @media(min-width:992px) {
            .bdn-container {
                max-width: 960px !important
            }
        }

        @media(min-width:1200px) {
            .bdn-container {
                max-width: 1140px !important
            }
        }

        @media(min-width:1400px) {
            .bdn-container {
                max-width: 1320px !important
            }
        }

        @media(max-width:991px) {
            .feature-preview {
                min-height: 380px;
                margin-bottom: 25px
            }

            .service-card.image-card {
                height: 360px
            }

            .cta-visual {
                min-height: 260px
            }
        }

        @media(max-width:575px) {
            .feature-preview {
                min-height: 330px
            }

            .feature-preview img {
                height: 300px
            }

            .feature-points {
                grid-template-columns: 1fr
            }

            .service-card.image-card {
                height: 340px
            }
        }

        .service-card.image-card {
            position: relative;
            height: 390px;
            padding: 0;
            overflow: hidden
        }

        .service-card.image-card>img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
            opacity: .58;
            transition: .35s
        }

        .service-card.image-card .service-copy {
            position: absolute;
            inset: auto 0 0;
            padding: 75px 28px 28px;
            background: linear-gradient(transparent, #08172c 55%)
        }

        .service-card.image-card:hover>img {
            transform: scale(1.04);
            opacity: .78
        }

        .portfolio-card.compact {
            height: 100%
        }

        .portfolio-card.compact img {
            height: 290px
        }

        .feature-band {
            background: #f3e5d8
        }

        .feature-preview {
            position: relative;
            min-height: 420px
        }

        .feature-preview img {
            position: absolute;
            width: 58%;
            height: 370px;
            object-fit: cover;
            object-position: top;
            border: 8px solid #fff;
            box-shadow: 0 18px 40px #0002
        }

        .feature-preview img:first-child {
            left: 4%;
            top: 0;
            transform: rotate(-3deg)
        }

        .feature-preview img:last-child {
            right: 2%;
            bottom: 0;
            transform: rotate(3deg)
        }

        .feature-points {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 24px
        }

        .feature-points div {
            padding: 15px;
            background: #fff;
            border-left: 3px solid var(--orange);
            font-weight: 600
        }

        .guide.image-guide {
            padding: 0;
            overflow: hidden
        }

        .guide.image-guide img {
            width: 100%;
            height: 210px;
            object-fit: cover;
            object-position: top
        }

        .guide.image-guide .guide-copy {
            padding: 22px
        }

        .final-cta.split-cta {
            padding: 0
        }

        .final-cta .cta-copy {
            padding: 65px 0
        }

        .cta-visual {
            min-height: 320px;
            background: var(--navy);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 35px
        }

        .cta-visual img {
            width: 210px;
            max-height: 275px;
            object-fit: cover;
            object-position: top;
            box-shadow: 14px 14px 0 #ffffff24
        }

        .hero1-images.bdn-hero-images {
            position: relative;
            min-height: 545px;
            margin-left: 28px
        }

        .bdn-hero-shape {
            position: absolute;
            inset: 28px 0 12px 48px;
            background: linear-gradient(145deg, #0b223f, #0878c9);
            clip-path: polygon(16% 0, 100% 7%, 94% 88%, 12% 100%, 0 20%);
            overflow: hidden
        }

        .bdn-hero-shape:before,
        .bdn-hero-shape:after {
            content: "";
            position: absolute;
            border-radius: 50%;
            background: #ffffff12
        }

        .bdn-hero-shape:before {
            width: 240px;
            height: 240px;
            right: -65px;
            top: -70px
        }

        .bdn-hero-shape:after {
            width: 145px;
            height: 145px;
            left: -38px;
            bottom: -25px
        }

        .bdn-cv-main,
        .bdn-cv-secondary {
            position: absolute;
            display: block;
            object-fit: cover;
            object-position: top;
            background: #fff;
            box-shadow: 0 24px 55px #08172c3d
        }

        .bdn-cv-main {
            width: 58%;
            height: 450px;
            right: 9%;
            top: 27px;
            border: 9px solid #fff;
            transform: rotate(2deg)
        }

        .bdn-cv-secondary {
            width: 35%;
            height: 315px;
            left: 3%;
            bottom: 8px;
            border: 7px solid #fff;
            transform: rotate(-5deg)
        }

        .bdn-result-badge {
            position: absolute;
            top: 72px;
            left: 0;
            display: flex;
            align-items: center;
            gap: 11px;
            max-width: 220px;
            padding: 13px 16px;
            background: #fff;
            box-shadow: 0 14px 35px #08172c29;
            border-left: 4px solid var(--orange);
            font-size: 13px;
            font-weight: 700;
            color: var(--navy)
        }

        .bdn-result-badge i {
            display: grid;
            place-items: center;
            flex: 0 0 35px;
            height: 35px;
            border-radius: 50%;
            background: #E8EEE9;
            color: #2F6B4F;
            font-size: 20px
        }

        .bdn-result-badge small {
            display: block;
            margin-top: 2px;
            color: #667085;
            font-weight: 500
        }

        .bdn-spark {
            position: absolute;
            color: var(--orange);
            font-size: 28px
        }

        .bdn-spark.one {
            right: 1%;
            top: 9%
        }

        .bdn-spark.two {
            left: 37%;
            bottom: 1%;
            font-size: 20px
        }

        :root {
            --orange: #ff7c01;
            --navy: #08172c;
            --blue: #0878c9
        }

        body {
            font-family: Figtree, Arial, sans-serif;
            color: #172033
        }

        .bdn-container {
            max-width: 1200px;
            margin: auto;
            padding: 0 20px
        }

        .bdn-header {
            position: fixed;
            inset: 0 0 auto;
            z-index: 100;
            background: #fff;
            border-bottom: 1px solid #e5e7eb
        }

        .bdn-nav {
            height: 82px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px
        }

        .bdn-brand {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 25px;
            font-weight: 700;
            color: #101828
        }

        .bdn-brand img {
            width: 42px
        }

        .bdn-brand span span {
            color: #2563eb
        }

        .bdn-links {
            display: flex;
            align-items: center;
            gap: 25px
        }

        .bdn-links a {
            color: #344054;
            font-weight: 600;
            font-size: 14px
        }

        .bdn-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            padding: 14px 22px;
            background: var(--orange);
            color: #fff !important;
            font-weight: 700;
            border: 0
        }

        .bdn-btn.dark {
            background: var(--navy)
        }

        .bdn-btn.outline {
            background: transparent;
            color: var(--navy) !important;
            border: 1px solid var(--navy)
        }

        .bdn-lang {
            display: flex;
            gap: 5px
        }

        .bdn-lang a {
            padding: 6px 9px;
            border-radius: 20px;
            font-size: 11px
        }

        .bdn-lang .active {
            background: var(--navy);
            color: #fff
        }

        .bdn-mobile {
            display: none
        }

        .bdn-hero {
            padding: 145px 0 75px;
            background: #f6f7f8
        }

        .bdn-eyebrow {
            display: inline-block;
            padding: 7px 12px;
            background: #fff2e6;
            color: #c85e00;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em
        }

        .bdn-hero h1 {
            margin-top: 20px;
            font-size: 58px;
            line-height: 1.04;
            font-weight: 650;
            letter-spacing: -.045em;
            color: #081120
        }

        .bdn-hero p {
            margin-top: 22px;
            font-size: 18px;
            line-height: 1.65;
            color: #475467
        }

        .bdn-hero-benefits {
            display:grid;
            gap:9px;
            margin:22px 0 0;
            padding:0;
            list-style:none;
        }

        .bdn-hero-benefits li {
            display:flex;
            align-items:flex-start;
            gap:10px;
            color:#334155;
            font-size:15px;
            font-weight:600;
            line-height:1.45;
        }

        .bdn-hero-benefits li i {
            display:grid;
            place-items:center;
            flex:0 0 22px;
            width:22px;
            height:22px;
            margin-top:0;
            border-radius:50%;
            background:#E8EEE9;
            color:#2F6B4F;
            font-size:14px;
        }

        .bdn-actions {
            display: flex;
            gap: 12px;
            margin-top: 28px
        }

        .transform-panel {
            position: relative;
            padding: 25px;
            background: var(--navy);
            box-shadow: 18px 18px 0 #d7e0e8
        }

        .message {
            padding: 18px;
            background: #fff;
            border-left: 5px solid #25d366
        }

        .message strong {
            display: block;
            color: #16833c;
            font-size: 13px
        }

        .message p {
            margin: 8px 0 0;
            font-size: 14px
        }

        .transform-arrow {
            text-align: center;
            color: #fff;
            padding: 12px;
            font-weight: 700
        }

        .transform-arrow i {
            color: var(--orange)
        }

        .cv-result {
            display: grid;
            grid-template-columns: 45% 1fr;
            background: #e8f0f7
        }

        .cv-result img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: top
        }

        .cv-result div {
            align-self: center;
            padding: 22px
        }

        .cv-result small {
            color: var(--blue);
            font-weight: 700;
            text-transform: uppercase
        }

        .cv-result h3 {
            margin-top: 10px;
            font-size: 22px
        }

        .trustbar {
            background: var(--navy);
            color: #fff
        }

        .trustgrid {
            display: grid;
            grid-template-columns: repeat(4, 1fr)
        }

        .trustgrid div {
            padding: 24px;
            text-align: center;
            border-right: 1px solid #263750;
            font-weight: 600
        }

        .trustgrid i {
            color: var(--orange);
            margin-right: 7px
        }

        .section {
            padding: 85px 0
        }

        .section-label {
            color: var(--orange);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .12em;
            font-size: 12px
        }

        .section h2 {
            margin-top: 12px;
            font-size: 43px;
            line-height: 1.1;
            font-weight: 650;
            letter-spacing: -.035em
        }

        .start-board {
            padding: 22px;
            background: #e7edf3;
            box-shadow: 16px 16px 0 var(--navy)
        }

        .input-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px
        }

        .input-box {
            padding: 20px;
            background: #fff;
            border: 1px solid #cbd5e1;
            text-align: center
        }

        .input-box i {
            font-size: 26px;
            color: var(--blue)
        }

        .input-box strong {
            display: block;
            margin-top: 9px;
            font-size: 13px
        }

        .check-list {
            margin-top: 24px
        }

        .check-list li {
            padding: 10px 0;
            border-bottom: 1px solid #e5e7eb
        }

        .check-list i {
            color: var(--orange);
            margin-right: 9px
        }

        .dark-section {
            background: var(--navy);
            color: #fff
        }

        .dark-section h2 {
            color: #fff
        }

        .service-card {
            height: 100%;
            padding: 28px;
            background: #132b49;
            border-top: 4px solid var(--orange)
        }

        .service-card h3 {
            color: #fff;
            margin-top: 20px
        }

        .service-card p {
            color: #b9c6d5
        }

        .service-card a {
            color: #ffad58;
            font-weight: 700
        }

        .portfolio-card {
            background: #fff;
            border: 1px solid #d9e0e7
        }

        .portfolio-card img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            object-position: top
        }

        .portfolio-card .copy {
            padding: 20px
        }

        .before-after {
            padding: 24px;
            background: #fff2e6;
            border-left: 5px solid var(--orange)
        }

        .step {
            height: 100%;
            padding: 25px;
            background: #fff;
            border: 1px solid #dbe1e8;
            border-top: 4px solid var(--orange)
        }

        .step-num {
            font-size: 46px;
            color: #d4dce5;
            font-weight: 800
        }

        .pricing-card {
            height: 100%;
            padding: 28px;
            background: #fff;
            border: 1px solid #d8dee6
        }

        .pricing-card.featured {
            background: var(--navy);
            color: #fff;
            border-top: 5px solid var(--orange)
        }

        .price {
            font-size: 35px;
            font-weight: 700;
            color: var(--orange)
        }

        .quote {
            height: 100%;
            padding: 28px;
            background: #f2f4f7;
            border-left: 4px solid var(--orange)
        }

        .guide {
            height: 100%;
            padding: 25px;
            border: 1px solid #d9e0e7;
            background: #fff
        }

        .guide i {
            font-size: 35px;
            color: var(--orange)
        }

        .faq-list details {
            padding: 18px 0;
            border-bottom: 1px solid #d9e0e7
        }

        .faq-list summary {
            font-weight: 700;
            cursor: pointer
        }

        .faq-list p {
            margin-top: 12px
        }

        .final-cta {
            padding: 65px 0;
            background: var(--orange);
            color: #fff
        }

        .final-cta h2 {
            color: #fff;
            font-size: 44px
        }

        .footer1 {
            padding: 65px 0 25px;
            background: var(--navy);
            color: #aab7c6
        }

        .footer1 h3 {
            color: #fff;
            font-size: 18px
        }

        .footer1 a {
            display: block;
            margin-top: 10px;
            color: #aab7c6
        }

        .footer-bottom {
            margin-top: 45px;
            padding-top: 20px;
            border-top: 1px solid #293a52
        }

        .sticky-wa {
            display: none
        }

        @media(max-width:991px) {

            .bdn-links,
            .desktop-actions {
                display: none
            }

            .bdn-mobile {
                display: block
            }

            .bdn-hero h1 {
                font-size: 42px
            }

            .bdn-hero {
                padding-top: 115px
            }

            .hero1-images.bdn-hero-images {
                margin: 25px auto 0;
                max-width: 610px
            }

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

            .section {
                padding: 60px 0
            }

            .section h2 {
                font-size: 34px
            }
        }

        @media(max-width:575px) {
            .bdn-brand span {
                font-size: 20px
            }

            .bdn-hero h1 {
                font-size: 37px
            }

            .bdn-actions {
                flex-direction: column
            }

            .hero1-images.bdn-hero-images {
                min-height: 410px;
                margin-top: 20px
            }

            .bdn-hero-shape {
                inset: 25px 0 10px 25px
            }

            .bdn-cv-main {
                width: 62%;
                height: 345px;
                right: 6%;
                border-width: 6px
            }

            .bdn-cv-secondary {
                width: 38%;
                height: 235px;
                left: 1%;
                border-width: 5px
            }

            .bdn-result-badge {
                top: 55px;
                max-width: 175px;
                padding: 9px 10px;
                font-size: 11px
            }

            .bdn-result-badge i {
                flex-basis: 29px;
                height: 29px
            }

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

            .trustgrid div {
                padding: 16px 8px;
                font-size: 12px
            }

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

            .sticky-wa {
                display: flex;
                position: fixed;
                z-index: 120;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 14px;
                background: #16a34a;
                color: #fff !important;
                justify-content: center;
                font-weight: 700
            }

            .footer1 {
                padding-bottom: 85px
            }
        }

        .bdn-solutions .heading9 .span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: var(--orange);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: .1em;
            font-size: 12px
        }

        .bdn-solutions .heading9 .span img {
            width: 22px;
            height: 22px;
            object-fit: contain
        }

        .bdn-solutions .heading9 h2 {
            margin-top: 12px;
            font-size: 43px;
            line-height: 1.1;
            font-weight: 650;
            letter-spacing: -.035em;
            color: var(--navy)
        }

        .bdn-solutions .heading9>p {
            color: #667085;
            font-size: 17px
        }

        .bdn-solutions .solutions-box {
            height: 100%;
            overflow: hidden
        }

        .bdn-solutions .solutions-box>.image {
            display: block;
            height: 280px;
            background: #e7ebee
        }

        .bdn-solutions .solutions-box>.image img {
            height: 100%;
            object-fit: cover;
            object-position: top
        }

        .bdn-solutions .solutions-box .heading-area .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 6px solid #fff;
            background: #fff2e6
        }

        .bdn-solutions .solutions-box .heading-area .icon img {
            max-width: 43px;
            max-height: 43px
        }

        .bdn-solutions .solutions-box .heading-area .heading {
            min-height: 230px;
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .bdn-solutions .solutions-box .heading-area .heading h4 {
            min-height: 48px;
            display: flex;
            align-items: center
        }

        .bdn-solutions .solutions-box .heading-area .heading h4 a {
            line-height: 1.25
        }

        .bdn-solutions .solutions-box .heading-area .heading p {
            min-height: 70px
        }

        .bdn-solution-link {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            margin-top: auto;
            color: var(--orange);
            font-weight: 700
        }

        .bdn-solution-link:hover {
            color: var(--navy)
        }

        @media(max-width:767px) {
            .bdn-solutions .heading9 h2 {
                font-size: 34px
            }

            .bdn-solutions .solutions-box>.image {
                height: 260px
            }

            .bdn-solutions .solutions-box .heading-area .heading {
                min-height: 215px
            }
        }

        .bdn-solutions {
            background: #08172c !important
        }

        .bdn-solutions .heading9 h2 {
            color: #fff
        }

        .bdn-solutions .heading9>p {
            color: #b9c6d5
        }

        .bdn-solutions .heading9 .span img {
            filter: brightness(0) invert(1)
        }

        .bdn-transform .images {
            min-height: 620px
        }

        .bdn-transform .images .image1 {
            width: 88%
        }

        .bdn-transform .images .image1 img {
            width: 100%;
            height: 570px;
            object-fit: cover;
            object-position: center;
            border-radius: 4px
        }

        .bdn-transform .images .image2 {
            right: 0;
            bottom: 18px;
            width: 215px;
            padding: 8px;
            background: #fff;
            box-shadow: 0 18px 40px #08172c35
        }

        .bdn-transform .images .image2 img {
            width: 100%;
            height: 285px;
            object-fit: cover;
            object-position: top
        }

        .bdn-transform .about4-heading .span {
            display: inline-block;
            color: var(--orange);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase
        }

        .bdn-transform .about4-heading>h2 {
            margin-top: 12px;
            font-size: 43px;
            line-height: 1.1;
            font-weight: 650;
            letter-spacing: -.035em;
            color: var(--navy)
        }

        .bdn-transform .about4-heading>p {
            color: #667085;
            font-size: 17px;
            line-height: 1.65
        }

        .bdn-transform .about4-box {
            align-items: flex-start !important
        }

        .bdn-transform .about4-box .icon {
            background: #fff2e6 !important;
            display: grid;
            place-items: center;
            line-height: normal !important;
            flex: 0 0 70px
        }

        .bdn-transform .about4-box .heading4 {
            flex: 1
        }

        .bdn-transform .about4-box h5 {
            font-size: 19px;
            color: var(--navy);
            font-weight: 700
        }

        .bdn-transform .about4-box p {
            font-size: 14px;
            line-height: 1.55;
            color: #667085
        }

        .bdn-transform .about4-box p small,
        .bdn-transform .about4-box p strong {
            color: var(--orange);
            font-size: 11px;
            letter-spacing: .06em
        }

        .bdn-transform .about4-box:hover .icon {
            background: var(--orange) !important
        }

        @media(max-width:991px) {
            .bdn-transform .images {
                max-width: 620px;
                margin: auto
            }

            .bdn-transform .about4-heading {
                margin-top: 15px
            }
        }

        @media(max-width:575px) {
            .bdn-transform .images {
                min-height: 470px
            }

            .bdn-transform .images .image1 {
                width: 92%
            }

            .bdn-transform .images .image1 img {
                height: 430px
            }

            .bdn-transform .images .image2 {
                width: 150px;
                bottom: 0
            }

            .bdn-transform .images .image2 img {
                height: 205px
            }

            .bdn-transform .about4-heading>h2 {
                font-size: 34px
            }

            .bdn-transform .about4-box .icon {
                width: 54px;
                height: 54px;
                flex-basis: 54px;
                margin-right: 14px
            }
        }

        .bdn-work {
            overflow: hidden
        }

        .bdn-work .heading3-w .span {
            display: inline-block;
            color: var(--orange);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase
        }

        .bdn-work .heading3-w h2 {
            margin-top: 12px;
            color: #fff;
            font-size: 43px;
            line-height: 1.1;
            font-weight: 650;
            letter-spacing: -.035em
        }

        .bdn-work .heading3-w>p {
            color: #c2ccd8;
            font-size: 17px;
            line-height: 1.65
        }

        .bdn-work .work3-box {
            height: 100%;
            padding-right: 18px
        }

        .bdn-work-number {
            position: relative;
            display: grid;
            place-items: center;
            width: 58px;
            height: 46px;
            padding-right: 9px;
            background: var(--orange);
            clip-path: polygon(0 0, 78% 0, 100% 50%, 78% 100%, 0 100%);
            color: #fff;
            font-size: 18px;
            font-weight: 800
        }

        .bdn-work .work3-box.work3-box2:after {
            top: 23px;
            left: 58px;
            width: calc(100% - 40px);
            background: #ffffff5c
        }

        .bdn-work .work3-box h4 {
            min-height: 52px;
            color: #fff;
            font-size: 20px;
            line-height: 1.3;
            font-weight: 650
        }

        .bdn-work .work3-box p {
            color: #b9c6d5;
            font-size: 15px;
            line-height: 1.6
        }

        .bdn-work>.shape {
            opacity: .28;
            pointer-events: none
        }

        @media(max-width:991px) {
            .bdn-work .work3-box {
                padding-right: 0
            }

            .bdn-work .work3-box.work3-box2:after {
                display: none
            }

            .bdn-work .work3-box h4 {
                min-height: 0
            }

            .bdn-work .heading3-w h2 {
                font-size: 36px
            }
        }

        .bdn-pricing {
            background: #f7f8fa
        }

        .bdn-pricing h2 {
            margin-top: 12px;
            font-size: 43px;
            line-height: 1.1;
            font-weight: 650;
            letter-spacing: -.035em;
            color: var(--navy)
        }

        .bdn-pricing #monthly {
            margin-top: 10px
        }

        .bdn-pricing #monthly>.row>div {
            display: flex
        }

        .bdn-pricing .pricing-box,
        .bdn-pricing .pricing-box.active {
            width: 100%;
            height: 100%;
            min-height: 520px;
            margin-top: 40px;
            padding: 30px 28px;
            border: 1px solid #dce2e8;
            border-radius: 18px;
            background: #fff;
            box-shadow: 0 10px 28px #08172c0a;
            overflow: hidden;
            z-index: 1
        }

        .bdn-pricing .pricing-box:before,
        .bdn-pricing .pricing-box:after {
            display: none
        }

        .bdn-pricing .pricing-box.active {
            border-color: var(--orange);
            box-shadow: 0 14px 34px #ff7c0117
        }

        .bdn-pricing .pricing-box-single {
            height: 100%;
            display: flex;
            flex-direction: column
        }

        .bdn-pricing .pricing-box h5,
        .bdn-pricing .pricing-box.active h5 {
            margin: 0 0 10px;
            color: var(--navy);
            font-size: 24px;
            line-height: 1.2;
            font-weight: 700
        }

        .bdn-pricing .pricing-box .heading2>p:not(.h-pera),
        .bdn-pricing .pricing-box.active .heading2>p:not(.h-pera) {
            min-height: 66px;
            margin: 0;
            color: #475467;
            font-size: 15px;
            line-height: 1.55
        }

        .bdn-pricing .pricing-box h3,
        .bdn-pricing .pricing-box.active h3 {
            padding: 18px 0 8px;
            color: var(--orange);
            font-size: 34px;
            line-height: 1.1;
            font-weight: 750
        }

        .bdn-pricing .pricing-box .h-pera,
        .bdn-pricing .pricing-box.active .h-pera {
            min-height: 46px;
            margin: 0;
            color: #52647b;
            font-size: 14px;
            line-height: 1.45;
            font-weight: 500
        }

        .bdn-pricing .pricing-box .list,
        .bdn-pricing .pricing-box.active .list {
            margin: 8px 0 24px
        }

        .bdn-pricing .pricing-box .list li,
        .bdn-pricing .pricing-box.active .list li {
            align-items: flex-start;
            padding-top: 13px;
            color: #24324a;
            font-size: 14px;
            line-height: 1.45;
            font-weight: 500
        }

        .bdn-pricing .pricing-box .list li span,
        .bdn-pricing .pricing-box.active .list li span {
            display: grid;
            place-items: center;
            flex: 0 0 16px;
            width: 16px;
            height: 16px;
            margin: 2px 11px 0 0;
            border: 0;
            background: #2F6B4F;
            color: #fff;
            font-size: 12px;
            line-height: 1;
            border-radius: 50%
        }

        .bdn-pricing .pricing-box .pricing-btn,
        .bdn-pricing .pricing-box.active .pricing-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            width: 100%;
            margin: auto 0 0;
            padding: 16px 14px;
            border-radius: 8px;
            background: var(--orange);
            color: #fff;
            font-size: 15px;
            line-height: 1.2;
            font-weight: 700
        }

        .bdn-pricing .pricing-box.active .pricing-btn {
            background: #2F6B4F
        }

        .bdn-pricing .pricing-btn i {
            font-size: 19px
        }

        .bdn-pricing .popular-badge {
            position: absolute;
            top: 28px;
            right: 24px;
            padding: 7px 13px;
            border-radius: 30px;
            background: var(--orange);
            color: #fff;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .15em;
            text-transform: uppercase
        }

        @media(max-width:767px) {
            .bdn-pricing h2 {
                font-size: 34px
            }

            .bdn-pricing .pricing-box,
            .bdn-pricing .pricing-box.active {
                min-height: 0;
                margin-top: 20px
            }

            .bdn-pricing .pricing-box .heading2>p:not(.h-pera),
            .bdn-pricing .pricing-box .h-pera {
                min-height: 0
            }
        }

        .bdn-final-cta {
            background: var(--navy)
        }

        .bdn-final-cta .heading6-w {
            padding: 58px 0
        }

        .bdn-final-cta .heading6-w h2 {
            color: #fff;
            font-size: 42px;
            line-height: 1.12;
            font-weight: 650;
            letter-spacing: -.035em
        }

        .bdn-final-cta .heading6-w>p {
            max-width: 590px;
            color: #c2ccd8;
            font-size: 17px;
            line-height: 1.65
        }

        .bdn-cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 26px
        }

        .bdn-cta-actions .bdn-btn {
            border-radius: 8px
        }

        .bdn-cta-actions .whatsapp {
            background: #2F6B4F
        }

        .bdn-cta-actions .phone {
            background: #fff;
            color: var(--navy) !important
        }

        .bdn-contact-row {
            display: grid;
            grid-template-columns: 1fr 1.35fr;
            gap: 12px;
            margin-top: 22px
        }

        .bdn-contact-row a {
            padding: 14px 17px;
            background: #ffffff12;
            border: 1px solid #ffffff24;
            color: #fff
        }

        .bdn-contact-row small {
            display: block;
            margin-bottom: 5px;
            color: #b9c6d5;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .14em;
            text-transform: uppercase
        }

        .bdn-contact-row strong {
            display: block;
            color: #fff;
            font-size: 16px
        }

        .bdn-final-cta .images {
            height: 440px
        }

        .bdn-final-cta .images .img1 {
            top: 74px
        }

        .bdn-final-cta .images .img1 img,
        .bdn-final-cta .images .img2 img {
            max-width: 100%
        }

        @media(max-width:991px) {
            .bdn-final-cta .images {
                height: auto;
                min-height: 390px
            }

            .bdn-final-cta .images .img1 {
                top: 70px
            }

            .bdn-final-cta .images .img2 {
                position: absolute;
                top: 0;
                right: 0
            }
        }

        @media(max-width:575px) {
            .bdn-final-cta .heading6-w h2 {
                font-size: 34px
            }

            .bdn-cta-actions {
                flex-direction: column
            }

            .bdn-contact-row {
                grid-template-columns: 1fr
            }

            .bdn-final-cta .images {
                min-height: 330px
            }

            .bdn-final-cta .images .img2 img {
                max-height: 330px
            }
        }

        .bdn-footer {
            background: #fff
        }

        .bdn-footer .footer-logo {
            width: auto;
            color: var(--navy)
        }

        .bdn-footer .footer-logo img {
            width: 42px
        }

        .bdn-footer .footer-logo span {
            font-size: 24px
        }

        .bdn-footer .single-footer-items p {
            max-width: 330px;
            color: #526173;
            font-size: 16px;
            line-height: 1.65
        }

        .bdn-footer .single-footer-items h3 {
            color: var(--navy);
            font-size: 18px
        }

        .bdn-footer .single-footer-items ul.menu-list li a {
            color: #526173;
            font-size: 15px;
            line-height: 1.5
        }

        .bdn-footer .single-footer-items ul.menu-list li a:after {
            background: var(--orange)
        }

        .bdn-footer .single-footer-items ul.menu-list li a:hover,
        .bdn-footer .single-footer-items .contact-box:hover .pera a {
            color: var(--orange)
        }

        .bdn-footer .single-footer-items .social-icon li a:hover {
            background: var(--orange)
        }

        .bdn-footer .single-footer-items .social-icon li a i {
            font-size: 19px;
            line-height: 36px
        }

        .bdn-footer .single-footer-items .contact-box {
            align-items: center
        }

        .bdn-footer .single-footer-items .contact-box>.icon {
            display: grid;
            place-items: center;
            flex: 0 0 26px
        }

        .bdn-footer .single-footer-items .contact-box>.icon img {
            max-width: 22px;
            max-height: 22px
        }

        .bdn-footer .single-footer-items .contact-box>.icon i {
            color: var(--orange);
            font-size: 23px
        }

        .bdn-footer .single-footer-items .contact-box .pera a {
            margin-left: 11px;
            color: #526173;
            font-size: 15px;
            line-height: 1.45;
            overflow-wrap: anywhere
        }

        .bdn-footer .coppyright p {
            color: #667085;
            font-size: 14px
        }

        @media(max-width:575px) {
            .bdn-footer {
                padding-top: 55px
            }

            .bdn-footer .single-footer-items h3 {
                padding-bottom: 14px
            }

            .bdn-footer .space70 {
                height: 40px
            }
        }

        /* Keep the desktop hero at the reference template's 750px total height. */
        .bdn-hero.hero-area1 {
            height: 750px;
            min-height: 750px;
            padding: 82px 0 0;
            box-sizing: border-box
        }

        .bdn-why .icon-box .icon i {
            display: inline-grid;
            place-items: center;
            width: 52px;
            height: 52px;
            background: #fff;
            color: var(--orange);
            font-size: 28px;
            border-radius: 4px;
            transition: .35s
        }

        .bdn-why .icon-box:hover .icon i {
            background: #ffffff24;
            color: #fff;
            transform: rotateY(180deg)
        }

        .bdn-why .icon-box h3 {
            font-size: 27px;
            white-space: nowrap
        }

        .bdn-why .icon-box p {
            font-size: 14px;
            line-height: 1.4
        }

        .bdn-why-image img {
            height: 540px;
            object-fit: cover;
            object-position: center
        }

        .bdn-why-list .icon-list li {
            display: flex;
            align-items: flex-start;
            line-height: 1.45 !important
        }

        .bdn-why-list .icon-list li span {
            flex: 0 0 20px;
            margin-top: 2px
        }

        .bdn-why .choose1-heading h2 {
            font-weight: 650;
            letter-spacing: -.035em
        }

        .bdn-services .service1-box {
            height: 470px
        }

        .bdn-services .service1-box>.image,
        .bdn-services .service1-box>.image img {
            width: 100%;
            height: 100%
        }

        .bdn-services .service1-box>.image img {
            object-fit: cover;
            object-position: top
        }

        .bdn-services .hover-area .icon i {
            color: #fff;
            font-size: 42px
        }

        .bdn-services .hover-area h4 a {
            color: #fff
        }

        .bdn-services .bdn-service-link {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            margin-top: 14px;
            color: #fff;
            font-weight: 700
        }

        .bdn-services .bdn-service-link i {
            font-size: 20px
        }

        .bdn-services .theme-btn3 i {
            font-size: 18px;
            vertical-align: middle
        }

        /* A fixed curved panel keeps every service title and description on one baseline. */
        .bdn-services .service1-box:after,
        .bdn-services .service1-box.active:after {
            left: 0;
            right: auto;
            bottom: 0;
            width: 100%;
            height: 285px;
            border-radius: 52% 52% 0 0/18% 18% 0 0;
            background: var(--orange);
            transform: translateY(100%);
            opacity: 1
        }

        .bdn-services .service1-box:hover:after,
        .bdn-services .service1-box.active:after {
            bottom: 0;
            transform: translateY(0)
        }

        .bdn-services .service1-box .hover-area,
        .bdn-services .service1-box.active .hover-area {
            inset: auto 0 0;
            margin: 0;
            height: 285px;
            padding: 55px 28px 24px;
            display: flex;
            flex-direction: column;
            transform: translateY(100%);
            opacity: 1
        }

        .bdn-services .service1-box:hover .hover-area,
        .bdn-services .service1-box.active .hover-area {
            transform: translateY(0)
        }

        .bdn-services .hover-area .icon {
            height: 42px;
            display: flex;
            align-items: center;
            margin: 0
        }

        .bdn-services .hover-area .space16 {
            height: 12px
        }

        .bdn-services .hover-area h4 {
            min-height: 30px;
            margin: 0
        }

        .bdn-services .hover-area h4 a {
            font-size: 22px;
            line-height: 1.25
        }

        .bdn-services .hover-area p {
            height: 48px;
            margin: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            line-height: 24px
        }

        .bdn-services .bdn-service-link {
            margin-top: 12px
        }

        @media(max-width:991px) {
            .bdn-hero.hero-area1 {
                height: auto;
                min-height: 0;
                padding: 115px 0 0
            }
        }

        @media(max-width:991px) {
            .bdn-why>.bdn-container>.row>.col-lg-2 {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 15px
            }

            .bdn-why .icon-box {
                margin-bottom: 0
            }

            .bdn-why-image img {
                height: 470px
            }
        }

        @media(max-width:767px) {
            .bdn-services .service1-box .hover-area {
                opacity: 1;
                transform: translateY(0)
            }

            .bdn-services .service1-box:after {
                opacity: 1;
                bottom: 0;
                transform: translateY(0)
            }

            .bdn-services .service1-box {
                height: 440px
            }
        }

        @media(max-width:575px) {
            .bdn-why>.bdn-container>.row>.col-lg-2 {
                grid-template-columns: 1fr
            }

            .bdn-why-image img {
                height: 360px
            }

            .bdn-why .choose1-heading {
                padding-top: 15px
            }
        }

        /* The primary action remains in the hero; keep the desktop header lighter. */
        .desktop-actions>.bdn-btn {
            display: none
        }

        .desktop-actions>.bdn-lang {
            gap: 4px;
            padding: 4px;
            border: 1px solid #dfe5dd;
            border-radius: 5px;
            background: #fff;
            box-shadow: 0 8px 20px rgba(15, 23, 42, .06)
        }

        .desktop-actions>.bdn-lang a {
            min-width: 42px;
            padding: 8px 10px;
            border-radius: 3px;
            color: #475569;
            font-size: 12px;
            font-weight: 700
        }

        /* Index 6 palette: deep green, warm yellow and soft botanical neutrals. */
        :root {
            --orange: #F4C430;
            --navy: #123B5D;
            --blue: #2F6B4F
        }

        body {
            color: #111827;
            background: #F8F9F6
        }

        .bdn-header {
            border-bottom-color: #dfe6dc
        }

        .bdn-brand {
            color: #111827
        }

        .bdn-brand span span {
            color: #2F6B4F
        }

        .bdn-links a {
            color: #334155
        }

        .bdn-links a:hover {
            color: #2F6B4F
        }

        .bdn-btn {
            background: #F4C430;
            color: #111827 !important
        }

        .bdn-btn:hover {
            background: #dfad0d
        }

        .bdn-btn.dark {
            background: #123B5D;
            color: #fff !important
        }

        .bdn-btn.outline {
            color: #123B5D !important;
            border-color: #123B5D
        }

        .bdn-btn.outline:hover {
            background: #123B5D;
            color: #fff !important
        }

        .bdn-lang .active {
            background: #123B5D
        }

        .bdn-hero {
            background: #F8F9F6
        }

        .bdn-eyebrow {
            background: #E8EEE9;
            color: #2F6B4F
        }

        .bdn-hero h1 {
            color: #111827
        }

        .bdn-hero-shape {
            background: linear-gradient(145deg, #0d2d47, #123B5D)
        }

        .trustbar,
        .dark-section {
            background: #123B5D
        }

        .trustgrid i,
        .dark-section .section-label,
        .bdn-solutions .heading9 .span,
        .bdn-work .heading3-w .span {
            color: #F4C430
        }

        .section-label {
            color: #2F6B4F
        }

        .feature-band {
            background: #F8F9F6
        }

        .feature-points div {
            border-left-color: #F4C430
        }

        .before-after {
            background: #E8EEE9;
            border-left-color: #F4C430
        }

        .step,
        .service-card {
            border-top-color: #F4C430
        }

        .quote {
            border-left-color: #F4C430
        }

        .price {
            color: #123B5D
        }

        .bdn-solutions {
            background: #123B5D !important
        }

        .bdn-solutions .solutions-box .heading-area .icon {
            background: #E8EEE9
        }

        .bdn-solution-link {
            color: #2F6B4F
        }

        .bdn-solution-link:hover {
            color: #24583f
        }

        .bdn-transform .about4-heading .span,
        .bdn-transform .about4-box p small,
        .bdn-transform .about4-box p strong {
            color: #2F6B4F
        }

        .bdn-transform .about4-box .icon {
            background: #E8EEE9 !important
        }

        .bdn-transform .about4-box:hover .icon {
            background: #F4C430 !important
        }

        .bdn-work-number {
            background: #F4C430;
            color: #111827
        }

        .bdn-pricing .pricing-box.active {
            border-color: #F4C430;
            box-shadow: 0 14px 34px #f4c43024
        }

        .bdn-pricing .pricing-box h3,
        .bdn-pricing .pricing-box.active h3 {
            color: #123B5D
        }

        .bdn-pricing .pricing-box .pricing-btn {
            background: #F4C430;
            color: #111827
        }

        .bdn-pricing .pricing-box.active .pricing-btn {
            background: #2F6B4F;
            color: #fff
        }

        .bdn-pricing .popular-badge {
            background: #F4C430;
            color: #111827
        }

        .bdn-final-cta {
            background: #2F6B4F
        }

        .bdn-footer .single-footer-items ul.menu-list li a:after {
            background: #F4C430
        }

        .bdn-footer .single-footer-items ul.menu-list li a:hover,
        .bdn-footer .single-footer-items .contact-box:hover .pera a {
            color: #2F6B4F
        }

        .bdn-footer .single-footer-items .social-icon li a:hover {
            background: #123B5D
        }

        .bdn-footer .single-footer-items .contact-box>.icon i {
            color: #2F6B4F
        }

        .sticky-wa {
            background: #2F6B4F
        }

        .bdn-mobile-menu {
            position: relative
        }

        .bdn-mobile-menu summary {
            display: grid;
            place-items: center;
            width: 44px;
            height: 44px;
            border: 1px solid #d8e1d5;
            background: #fff;
            color: #123B5D;
            cursor: pointer;
            list-style: none
        }

        .bdn-mobile-menu summary::-webkit-details-marker {
            display: none
        }

        .bdn-mobile-menu summary i {
            font-size: 28px
        }

        .bdn-mobile-menu summary .bx-x {
            display: none
        }

        .bdn-mobile-menu[open] summary {
            background: #123B5D;
            color: #fff;
            border-color: #123B5D
        }

        .bdn-mobile-menu[open] summary .bx-menu {
            display: none
        }

        .bdn-mobile-menu[open] summary .bx-x {
            display: block
        }

        .bdn-mobile-panel {
            position: fixed;
            top: 82px;
            left: 0;
            right: 0;
            max-height: calc(100vh - 82px);
            padding: 10px 20px 24px;
            background: #fff;
            border-top: 1px solid #e4e9e2;
            box-shadow: 0 18px 35px #17351e24;
            overflow-y: auto
        }

        .bdn-mobile-panel nav>a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 2px;
            border-bottom: 1px solid #edf0ec;
            color: #17251b;
            font-size: 16px;
            font-weight: 650
        }

        .bdn-mobile-panel nav>a i {
            color: #2F6B4F;
            font-size: 21px
        }

        .bdn-mobile-languages {
            padding: 18px 0
        }

        .bdn-mobile-languages>span {
            display: block;
            margin-bottom: 10px;
            color: #667085;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase
        }

        .bdn-mobile-languages .bdn-lang {
            gap: 8px
        }

        .bdn-mobile-languages .bdn-lang a {
            padding: 8px 13px;
            border: 1px solid #dfe5dd;
            border-radius: 4px;
            color: #123B5D;
            font-size: 13px
        }

        .bdn-mobile-languages .bdn-lang .active {
            border-color: #123B5D;
            background: #123B5D;
            color: #fff
        }

        .bdn-mobile-panel>.bdn-btn {
            width: 100%;
            margin-top: 2px
        }

        @media(min-width:992px) {
            .bdn-mobile-menu {
                display: none !important
            }
        }

        @media(max-width:575px) {
            .bdn-nav {
                height: 72px
            }

            .bdn-mobile-panel {
                top: 72px;
                max-height: calc(100vh - 72px)
            }

            .bdn-mobile-menu summary {
                width: 40px;
                height: 40px
            }

            .bdn-header .bdn-brand img {
                width: 36px
            }

            .bdn-header .bdn-brand span {
                font-size: 19px
            }
        }

        .trustgrid>div {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 112px;
            padding: 18px 16px !important;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.35;
            letter-spacing: -.01em;
            text-align: center
        }

        .trustgrid>div:last-child {
            border-right: 0
        }

        .trustgrid>div i {
            display: grid;
            place-items: center;
            flex: 0 0 46px;
            width: 46px;
            height: 46px;
            margin: 0;
            border-radius: 50%;
            background: #F4C430;
            color: #123B5D;
            font-size: 25px
        }

        .trustgrid>div:nth-child(3) {
            color: #F4C430;
            font-weight: 750
        }

        .trustgrid>div:nth-child(3) i {
            box-shadow: 0 0 0 4px #f4c43024
        }

        @media(max-width:991px) {
            .trustgrid>div:nth-child(2n) {
                border-right: 0
            }

            .trustgrid>div:nth-child(-n+2) {
                border-bottom: 1px solid #ffffff24
            }
        }

        @media(max-width:575px) {
            .trustgrid>div {
                min-height: 108px;
                padding: 14px 8px !important;
                gap: 9px;
                font-size: 14.5px;
                font-weight: 700;
                line-height: 1.3;
                text-align: center
            }

            .trustgrid>div i {
                flex-basis: 38px;
                width: 38px;
                height: 38px;
                font-size: 21px
            }
        }

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

        .bdn-template-grid img {
            width: 100%;
            height: 245px;
            object-fit: cover;
            object-position: top;
            background: #fff;
            border: 6px solid #fff;
            box-shadow: 0 10px 25px #213d2730;
            transition: .3s
        }

        .bdn-template-grid img:nth-child(2),
        .bdn-template-grid img:nth-child(5) {
            transform: translateY(18px)
        }

        .bdn-template-grid img:hover {
            position: relative;
            z-index: 2;
            transform: translateY(-5px) scale(1.03)
        }

        .bdn-recruiter-proof {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 42px;
            padding: 22px 25px;
            background: #ffffff12;
            border: 1px solid #ffffff24;
            border-left: 5px solid #F4C430
        }

        .bdn-recruiter-proof>i {
            flex: 0 0 auto;
            color: #F4C430;
            font-size: 42px
        }

        .bdn-recruiter-proof small {
            display: block;
            margin-bottom: 4px;
            color: #F4C430;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase
        }

        .bdn-recruiter-proof strong {
            display: block;
            color: #fff;
            font-size: 20px
        }

        .bdn-recruiter-proof p {
            margin: 5px 0 0;
            color: #c6d0c8;
            font-size: 14px
        }

        @media(max-width:575px) {
            .bdn-template-grid {
                gap: 7px
            }

            .bdn-template-grid img {
                height: 170px;
                border-width: 3px
            }

            .bdn-template-grid img:nth-child(2),
            .bdn-template-grid img:nth-child(5) {
                transform: translateY(9px)
            }

            .bdn-recruiter-proof {
                align-items: flex-start;
                padding: 18px 16px
            }

            .bdn-recruiter-proof>i {
                font-size: 32px
            }

            .bdn-recruiter-proof strong {
                font-size: 17px
            }
        }

        .bdn-footer .footer-guide-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 22px
        }

        .bdn-footer .coppyright span {
            margin-left: 10px;
            color: #2F6B4F;
            font-weight: 650
        }

        @media(max-width:767px) {
            .bdn-footer .footer-guide-list {
                grid-template-columns: 1fr
            }
        }

        @media(max-width:575px) {

            .bdn-footer .row>.col-lg-2,
            .bdn-footer .row>.col-lg-4 {
                width: 100%
            }

            .bdn-footer .footer-guide-list {
                grid-template-columns: 1fr 1fr;
                column-gap: 14px
            }

            .bdn-footer .coppyright span {
                display: block;
                margin: 7px 0 0
            }
        }

        .bdn-template-reels {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 12px;
            height: 500px;
            padding: 10px;
            overflow: hidden;
            background: #E8EEE9
        }

        .bdn-template-reel {
            height: 100%;
            overflow: hidden
        }

        .bdn-template-track {
            display: flex;
            flex-direction: column;
            gap: 12px;
            animation: bdnReelUp 16s linear infinite;
            will-change: transform
        }

        .bdn-template-reel:nth-child(2) .bdn-template-track {
            animation-name: bdnReelDown;
            animation-duration: 19s
        }

        .bdn-template-reel:nth-child(3) .bdn-template-track {
            animation-duration: 17.5s
        }

        .bdn-template-track img {
            flex: 0 0 310px;
            width: 100%;
            height: 310px;
            object-fit: cover;
            object-position: top;
            background: #fff;
            border: 5px solid #fff;
            box-shadow: 0 8px 18px #213d2724
        }

        .bdn-template-reels:hover .bdn-template-track {
            animation-play-state: paused
        }

        @keyframes bdnReelUp {
            from {
                transform: translateY(0)
            }

            to {
                transform: translateY(calc(-50% - 6px))
            }
        }

        @keyframes bdnReelDown {
            from {
                transform: translateY(calc(-50% - 6px))
            }

            to {
                transform: translateY(0)
            }
        }

        .bdn-faq .faq-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px 18px;
            margin-top: 38px;
            align-items: start
        }

        .bdn-faq .faq-list details {
            padding: 0 20px;
            background: #fff;
            border: 1px solid #dde5da
        }

        .bdn-faq .faq-list summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 68px;
            padding: 15px 30px 15px 0;
            position: relative;
            line-height: 1.4;
            list-style: none
        }

        .bdn-faq .faq-list summary::-webkit-details-marker {
            display: none
        }

        .bdn-faq .faq-list summary:after {
            content: "+";
            position: absolute;
            right: 0;
            color: #2F6B4F;
            font-size: 25px;
            font-weight: 500
        }

        .bdn-guide-cloud {
            padding:56px 0;
            border-top:1px solid #E8EEE9;
            border-bottom:1px solid #E8EEE9;
            background:#F8F9F6;
        }

        .bdn-guide-cloud-head {
            display:flex;
            align-items:center;
            justify-content:space-between;
            gap:20px;
            margin-bottom:22px;
        }

        .bdn-guide-cloud-head a {
            color:#2F6B4F;
            font-size:14px;
            font-weight:800;
        }

        .bdn-guide-tags {
            display:flex;
            flex-wrap:wrap;
            gap:10px;
        }

        .bdn-guide-tags a {
            display:inline-flex;
            align-items:center;
            gap:7px;
            min-height:42px;
            padding:9px 14px;
            border:1px solid #d7e1da;
            background:#fff;
            color:#123B5D;
            font-size:14px;
            font-weight:700;
            line-height:1.25;
            transition:.2s ease;
        }

        .bdn-guide-tags a:before {
            content:"#";
            color:#2F6B4F;
            font-weight:800;
        }

        .bdn-guide-tags a:hover {
            border-color:#2F6B4F;
            background:#2F6B4F;
            color:#fff;
            transform:translateY(-2px);
        }

        .bdn-guide-tags a:hover:before { color:#F4C430; }

        @media(max-width:575px) {
            .bdn-guide-cloud { padding:42px 0; }
            .bdn-guide-cloud-head { align-items:flex-start; }
            .bdn-guide-tags { gap:8px; }
            .bdn-guide-tags a { min-height:38px;padding:8px 11px;font-size:12.5px; }
        }

        .bdn-faq .faq-list details[open] summary:after {
            content: "−"
        }

        .bdn-faq .faq-list details p {
            margin: 0;
            padding: 0 0 18px;
            color: #5d6a61;
            line-height: 1.65
        }

        @media(max-width:767px) {
            .bdn-template-reels {
                height: 390px;
                gap: 7px;
                padding: 7px
            }

            .bdn-template-track {
                gap: 7px
            }

            .bdn-template-track img {
                flex-basis: 240px;
                height: 240px;
                border-width: 3px
            }

            @keyframes bdnReelUp {
                from {
                    transform: translateY(0)
                }

                to {
                    transform: translateY(calc(-50% - 3.5px))
                }
            }

            @keyframes bdnReelDown {
                from {
                    transform: translateY(calc(-50% - 3.5px))
                }

                to {
                    transform: translateY(0)
                }
            }

            .bdn-faq .faq-list {
                grid-template-columns: 1fr;
                gap: 10px;
                margin-top: 28px
            }

            .bdn-faq .faq-list summary {
                min-height: 62px
            }
        }

        @media(prefers-reduced-motion:reduce) {
            .bdn-template-track {
                animation-play-state: paused !important
            }
        }

        /* Readability pass for supporting content. */
        .bdn-solutions .solutions-box .heading-area .heading p {
            font-size: 16px;
            line-height: 1.55
        }

        .bdn-transform .about4-box p {
            font-size: 15px
        }

        .bdn-work .work3-box p {
            font-size: 16px
        }

        .bdn-pricing .pricing-box .list li,
        .bdn-pricing .pricing-box.active .list li {
            font-size: 15px
        }

        .guide.image-guide .guide-copy h3 {
            font-size: 21px
        }

        .guide.image-guide .guide-copy a {
            font-size: 15px;
            font-weight: 700
        }

        .bdn-faq .faq-list summary {
            font-size: 16px
        }

        .bdn-footer .single-footer-items ul.menu-list li a,
        .bdn-footer .single-footer-items .contact-box .pera a {
            font-size: 16px
        }

        @media(max-width:575px) {

            .section,
            .sp {
                padding-top: 55px !important;
                padding-bottom: 55px !important
            }

            .bdn-why>.bdn-container>.row>.col-lg-2 {
                grid-template-columns: repeat(3, 1fr);
                gap: 7px
            }

            .bdn-why .icon-box {
                padding: 13px 6px !important
            }

            .bdn-why .icon-box .icon {
                margin-bottom: 9px
            }

            .bdn-why .icon-box .icon img {
                width: 30px;
                height: 30px;
                object-fit: contain
            }

            .bdn-why .icon-box h3 {
                font-size: 18px
            }

            .bdn-why .icon-box p {
                font-size: 11px;
                line-height: 1.3
            }

            .bdn-why-image img {
                height: 280px
            }

            .bdn-solutions .solutions-box>.image {
                height: 205px
            }

            .bdn-solutions .solutions-box .heading-area .heading {
                min-height: 190px;
                padding: 54px 18px 20px
            }

            .bdn-solutions .solutions-box .heading-area .heading p {
                min-height: 48px;
                font-size: 14px;
                line-height: 1.5;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden
            }

            .bdn-transform .images {
                min-height: 355px
            }

            .bdn-transform .images .image1 img {
                height: 325px
            }

            .bdn-transform .images .image2 {
                width: 125px
            }

            .bdn-transform .images .image2 img {
                height: 170px
            }

            .bdn-transform .about4-box p {
                font-size: 14px
            }

            .bdn-work .work3-box {
                margin-top: 22px
            }

            .bdn-work .work3-box .image {
                margin-bottom: 13px
            }

            .bdn-work .work3-box h4 {
                font-size: 18px
            }

            .bdn-work .work3-box p {
                font-size: 14px;
                line-height: 1.5
            }

            .bdn-template-reels {
                height: 320px
            }

            .bdn-template-track img {
                flex-basis: 205px;
                height: 205px
            }

            .bdn-pricing .pricing-box .list li,
            .bdn-pricing .pricing-box.active .list li {
                font-size: 14px
            }

            .blog1 .bdn-container>.row {
                flex-wrap: nowrap;
                overflow-x: auto;
                margin-inline: 0;
                padding: 2px 2px 16px;
                scroll-snap-type: x mandatory;
                scrollbar-width: thin
            }

            .blog1 .bdn-container>.row>.col-md-4 {
                flex: 0 0 82%;
                width: 100%;
                padding-inline: 5px;
                scroll-snap-align: start
            }

            .blog1 .guide.image-guide img {
                height: 180px
            }

            .blog1 .guide.image-guide .guide-copy {
                padding: 18px
            }

            .bdn-faq .faq-list summary {
                min-height: 58px;
                font-size: 15px
            }

            .bdn-faq .faq-list details p {
                font-size: 14px
            }

            .bdn-footer .single-footer-items ul.menu-list li a,
            .bdn-footer .single-footer-items .contact-box .pera a {
                font-size: 15px
            }
        }
        @media (min-width: 992px) {
            .bdn-hero.hero-area1 {
                padding-top: 0px;
            }

            .bdn-hero .hero1-images .image2 {
                right: 0;
                width: 100%;
                text-align: right;
            }

            .bdn-hero .hero1-images .image2 img {
                display: inline-block;
                width: 100%;
                height: auto;
                max-width: 100%;
                object-fit: contain;
            }
        }

        @media (max-width: 991px) {
            .bdn-hero .hero1-images .image2 {
                right: 0;
                width: 100%;
                text-align: center;
            }

            .bdn-hero .hero1-images .image2 img {
                display: inline-block;
                width: 100%;
                height: auto;
                max-width: 100%;
                object-fit: contain;
            }
        }

        .hero-area1 .hero1-images {
            margin-right: -42px;
            margin-top: 0px;
        }

        .bdn-hero-float {
            position: absolute;
            z-index: 8;
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 190px;
            padding: 11px 14px;
            border: 1px solid #E8EEE9;
            background: rgba(255, 255, 255, .96);
            box-shadow: 0 14px 34px rgba(8, 23, 44, .14);
            backdrop-filter: blur(9px);
            animation: bdnHeroFloat 4.8s ease-in-out infinite;
        }

        .bdn-hero-float i {
            display: grid;
            place-items: center;
            flex: 0 0 36px;
            width: 36px;
            height: 36px;
            background: #E8EEE9;
            color: #2F6B4F;
            font-size: 19px;
        }

        .bdn-hero-float strong,
        .bdn-hero-float small { display: block; }
        .bdn-hero-float strong { color: #0B0314; font-size: 13px; line-height: 1.2; }
        .bdn-hero-float small { margin-top: 3px; color: #667085; font-size: 10.5px; line-height: 1.25; }
        .bdn-hero-float--one { top: 14%; left: -3%; }
        .bdn-hero-float--two { top: 46%; right: -5%; animation-delay: -1.5s; }
        .bdn-hero-float--three { bottom: 9%; left: 7%; animation-delay: -3s; }

        @keyframes bdnHeroFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }

        @media(max-width:991px) {
            .hero-area1 .hero1-images { margin-right: 0; }
            .bdn-hero-float--one { left: 2%; }
            .bdn-hero-float--two { right: 2%; }
        }

        @media(max-width:575px) {
            .bdn-hero-float { min-width: 0; padding: 8px 10px; gap: 7px; }
            .bdn-hero-float i { flex-basis: 30px; width: 30px; height: 30px; font-size: 16px; }
            .bdn-hero-float strong { font-size: 11px; }
            .bdn-hero-float small { display: none; }
            .bdn-hero-float--one { top: 15%; left: 0; }
            .bdn-hero-float--two { top: auto; right: 0; bottom: 17%; }
            .bdn-hero-float--three { display: none; }
        }

        @media(prefers-reduced-motion:reduce) {
            .bdn-hero-float { animation: none; }
        }

        /* Final palette and contrast audit. Keep template defaults from leaking blue/orange. */
        .desktop-actions>.bdn-lang a.active,
        .bdn-mobile-languages .bdn-lang a.active {
            border-color: #123B5D !important;
            background: #123B5D !important;
            color: #fff !important;
        }

        .desktop-actions>.bdn-lang a:not(.active),
        .bdn-mobile-languages .bdn-lang a:not(.active) {
            background: #fff !important;
            color: #334155 !important;
        }

        .desktop-actions>.bdn-lang a:not(.active):hover,
        .bdn-mobile-languages .bdn-lang a:not(.active):hover {
            border-color: #2F6B4F;
            color: #2F6B4F !important;
        }

        .bdn-eyebrow,
        .before-after,
        .bdn-solutions .solutions-box .heading-area .icon,
        .bdn-transform .about4-box .icon,
        .bdn-hero-float i {
            background: #E8EEE9 !important;
            color: #2F6B4F !important;
        }

        .bdn-why { background: #fff !important; }
        .bdn-why .icon-box {
            background: #E8EEE9 !important;
            border: 1px solid #d8e2da;
        }
        .bdn-why .icon-box h3 { color: #123B5D !important; }
        .bdn-why .icon-box p { color: #5F6B76 !important; }
        .bdn-why .icon-box:hover { background: #123B5D !important; }
        .bdn-why .icon-box:hover h3,
        .bdn-why .icon-box:hover p { color: #fff !important; }

        .bdn-btn { color: #111827 !important; }
        .bdn-btn.dark,
        .bdn-btn.outline:hover { color: #fff !important; }
        .trustbar,.dark-section,.bdn-solutions,.bdn-final-cta { color:#fff; }
        .trustbar p,.dark-section p,.bdn-solutions p,.bdn-final-cta p { color:rgba(255,255,255,.78); }
        .bdn-footer { background:#123B5D !important; }
        .bdn-footer a,.bdn-footer p { color:rgba(255,255,255,.76) !important; }
        .bdn-footer h3,.bdn-footer .brand-wordmark { color:#fff !important; }
        .bdn-footer a:hover { color:#F4C430 !important; }
        .bdn-footer .coppyright span { color:#F4C430 !important; }
        .bdn-footer .single-footer-items .social-icon li a {
            display:grid !important;
            place-items:center;
            width:40px;
            height:40px;
            border:1px solid rgba(244,196,48,.32) !important;
            border-radius:50%;
            background:rgba(244,196,48,.10) !important;
            color:#F4C430 !important;
        }
        .bdn-footer .single-footer-items .social-icon li a i {
            color:#F4C430 !important;
            line-height:1 !important;
        }
        .bdn-footer .single-footer-items .social-icon li a:hover {
            border-color:#F4C430 !important;
            background:#F4C430 !important;
            color:#123B5D !important;
        }
        .bdn-footer .single-footer-items .social-icon li a:hover i { color:#123B5D !important; }
        .bdn-footer .single-footer-items .contact-box>.icon {
            flex:0 0 36px;
            width:36px;
            height:36px;
            border:1px solid rgba(244,196,48,.26);
            border-radius:50%;
            background:rgba(244,196,48,.10);
        }
        .bdn-footer .single-footer-items .contact-box>.icon i {
            color:#F4C430 !important;
            font-size:20px;
        }
        ::selection { background:#F4C430; color:#123B5D; }

/* Shared CTA and footer */
.unified-cta{background:#2F6B4F;color:#fff}
    .unified-cta__inner{width:min(1320px,calc(100% - 24px));min-height:285px;margin:auto;padding:58px 0;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
    .unified-cta h2{margin:0;color:#fff;font-size:42px;line-height:1.12;font-weight:650;letter-spacing:-.035em}
    .unified-cta p{max-width:590px;margin:16px 0 0;color:rgba(255,255,255,.78);font-size:17px;line-height:1.65}
    .unified-contact{display:grid;grid-template-columns:1fr 1.35fr;gap:12px}
    .unified-contact a{padding:14px 17px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;text-decoration:none}
    .unified-contact small{display:block;margin-bottom:5px;color:rgba(255,255,255,.7);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
    .unified-contact strong{display:block;color:#fff;font-size:16px}
    .unified-footer{padding:80px 0 0;background:#123B5D;color:#fff}
    .unified-footer__grid{width:min(1320px,calc(100% - 24px));margin:auto;display:grid;grid-template-columns:3fr 2fr 4fr 3fr;gap:24px}
    .unified-footer a{text-decoration:none}
    .unified-footer h3{margin:0 0 24px;color:#fff;font-size:18px;line-height:1.2;font-weight:700}
    .unified-footer p{max-width:330px;margin:18px 0 0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.65}
    .unified-footer ul{margin:0;padding:0;list-style:none}
    .unified-footer li a{display:inline-block;padding:6px 0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.5;font-weight:500}
    .unified-footer li a:hover{color:#F4C430}
    .unified-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:24px;font-weight:700}
    .unified-brand img{width:42px;height:42px;object-fit:contain}
    .unified-brand span span{color:#F4C430}
    .unified-social{display:flex;gap:8px;margin-top:24px!important}
    .unified-social a,.unified-contact-icon{display:grid!important;place-items:center;width:40px;height:40px;padding:0!important;border:1px solid rgba(244,196,48,.32);border-radius:50%;background:rgba(244,196,48,.10);color:#F4C430!important;font-size:20px}
    .unified-social a:hover{background:#F4C430;color:#123B5D!important}
    .unified-guides{display:grid;grid-template-columns:1fr 1fr;column-gap:22px}
    .unified-footer-contact{display:grid;gap:13px}
    .unified-footer-contact>div{display:flex;align-items:center;gap:11px}
    .unified-footer-contact a{color:rgba(255,255,255,.76);font-size:16px}
    .unified-contact-icon{flex:0 0 36px;width:36px;height:36px;font-size:20px}
    .unified-copyright{width:min(1320px,calc(100% - 24px));min-height:59px;margin:70px auto 0;padding:20px 0;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.76);font-size:18px;font-weight:500;text-align:center}
    @media(max-width:991px){.unified-footer__grid{grid-template-columns:1fr 1fr}.unified-footer__grid>div:first-child,.unified-footer__grid>div:last-child{grid-column:1/-1}}
    @media(max-width:760px){.unified-cta__inner{grid-template-columns:1fr;gap:26px;padding:48px 16px}.unified-cta h2{font-size:34px}.unified-contact{grid-template-columns:1fr}.unified-footer{padding-top:55px}.unified-footer h3{margin:16px 0 14px}.unified-footer li a{font-size:15px}.unified-copyright{margin-top:40px;font-size:15px}}

/* Shared site shell: identical header behavior in every Blade layout. */
@media (min-width:992px) {
    .bdn-header .bdn-links { display:flex !important; }
    .bdn-header .desktop-actions { display:flex !important; align-items:center; gap:1rem; }
    .bdn-header .bdn-mobile-menu { display:none !important; }
}
@media (max-width:991px) {
    .bdn-header .bdn-links,
    .bdn-header .desktop-actions { display:none !important; }
    .bdn-header .bdn-mobile-menu { display:block !important; }
}

/* About page — reuses the homepage brand system in the service-detail layout. */
.about-page-hero{padding:128px 0 76px;background:#F8F9F6;overflow:hidden}
.about-page-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}
.about-page-hero__copy h1{max-width:700px;margin:18px 0 22px;color:#111827;font-size:clamp(44px,5vw,68px);line-height:1.04;letter-spacing:-.05em;font-weight:650}
.about-page-hero__copy>p{max-width:650px;margin:0;color:#5F6B76;font-size:18px;line-height:1.7}
.about-page-hero__copy .hero-actions{justify-content:flex-start;margin-top:28px}
.about-page-promise{display:flex;align-items:flex-start;gap:11px;max-width:680px;margin-top:25px;padding-top:22px;border-top:1px solid #E8EEE9;color:#5F6B76;font-size:14px;line-height:1.6}
.about-page-promise i{flex:0 0 auto;margin-top:2px;color:#2F6B4F;font-size:22px}
.about-page-visual{position:relative;min-height:520px}
.about-page-visual__shape{position:absolute;inset:34px 0 20px 46px;border-radius:50% 45% 48% 42%;background:#E8EEE9}
.about-page-visual>img{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:contain;filter:saturate(.88)}
.about-page-visual__label{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:13px 16px;background:#fff;border:1px solid #E8EEE9;box-shadow:0 16px 38px rgba(18,59,93,.13)}
.about-page-visual__label i{display:grid;place-items:center;width:38px;height:38px;background:#E8EEE9;color:#2F6B4F;font-size:21px}
.about-page-visual__label span,.about-page-visual__label small{display:block}.about-page-visual__label strong{color:#123B5D;font-size:14px}.about-page-visual__label small{margin-top:2px;color:#5F6B76;font-size:11px}
.about-page-visual__label--one{top:15%;left:-4%}.about-page-visual__label--two{right:-2%;bottom:12%}
.about-trust-strip{padding:30px 24px;background:#123B5D}
.about-trust-strip__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.12)}
.about-trust-strip__grid>div{display:flex;align-items:center;gap:13px;min-height:74px;padding:16px 20px;background:#123B5D;color:#fff}
.about-trust-strip__grid i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#F4C430;color:#123B5D;font-size:21px}.about-trust-strip__grid strong{font-size:15px}
.about-story-section,.about-values-section{padding:72px 0}
.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch}
.about-story-heading{padding:34px 10px 34px 0}.about-story-heading h2{margin:16px 0;color:#111827;font-size:38px;line-height:1.12;letter-spacing:-.035em}.about-story-heading p{margin:0;color:#5F6B76;font-size:16px;line-height:1.7}
.about-text-link{display:inline-flex;align-items:center;gap:7px;margin-top:24px;color:#2F6B4F;font-weight:750}.about-text-link i{font-size:21px}
.about-audience-card{padding:36px;background:#123B5D;color:#fff}.about-audience-card h3{margin:20px 0;color:#fff;font-size:27px}.about-audience-card ul{display:grid;gap:15px;margin:0;padding:0;list-style:none}.about-audience-card li{display:flex;gap:10px;color:rgba(255,255,255,.82);line-height:1.5}.about-audience-card li i{flex:0 0 24px;display:grid;place-items:center;height:24px;border-radius:50%;background:#F4C430;color:#123B5D}
.about-card-icon{display:grid;place-items:center;width:54px;height:54px;background:#E8EEE9;color:#2F6B4F;font-size:27px}
.about-values-section{background:#F8F9F6}.about-values-section .section-head{max-width:650px;margin-bottom:32px}.about-values-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.about-value-card{position:relative;min-height:210px;padding:28px;border:1px solid #E8EEE9;background:#fff;overflow:hidden}.about-value-card__number{position:absolute;top:18px;right:20px;color:#E8EEE9;font-size:42px;font-weight:800}.about-value-card h3{max-width:280px;margin:22px 0 0;color:#111827;font-size:19px;line-height:1.4}
.about-recruitment-note{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:center;margin-top:28px;padding:34px;background:#2F6B4F;color:#fff}.about-recruitment-note h2{margin:12px 0 0;color:#fff;font-size:28px}.about-recruitment-note p{margin:0;color:rgba(255,255,255,.82);font-size:16px;line-height:1.7}.about-recruitment-note .eyebrow{background:rgba(255,255,255,.12);color:#fff}
@media(max-width:1100px){.about-page-hero__grid{grid-template-columns:1fr 1fr;gap:28px}.about-page-visual{min-height:430px}.about-page-hero__copy h1{font-size:48px}}
@media(max-width:760px){.about-page-hero{padding:104px 0 48px}.about-page-hero__grid,.about-story-grid,.about-recruitment-note{grid-template-columns:1fr}.about-page-hero__copy h1{font-size:38px}.about-page-hero__copy>p{font-size:16px}.about-page-visual{min-height:360px;margin-top:10px}.about-page-visual__label{padding:10px}.about-page-visual__label--one{left:0}.about-page-visual__label--two{right:0}.about-trust-strip{padding:20px 0}.about-trust-strip__grid{grid-template-columns:1fr}.about-story-section,.about-values-section{padding:54px 0}.about-story-heading{padding:0}.about-story-heading h2{font-size:31px}.about-values-grid{grid-template-columns:1fr}.about-value-card{min-height:180px}.about-recruitment-note{padding:26px}}

/* How it works page */
.how-page-hero{padding:126px 0 74px;background:#F8F9F6;overflow:hidden}
.how-page-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}
.how-page-hero__copy h1{max-width:720px;margin:18px 0 22px;color:#111827;font-size:clamp(44px,5vw,68px);line-height:1.04;letter-spacing:-.05em;font-weight:650}
.how-page-hero__copy>p{max-width:650px;margin:0;color:#5F6B76;font-size:18px;line-height:1.7}
.how-page-hero__copy .hero-actions{justify-content:flex-start;margin-top:28px}
.how-page-promise{display:flex;gap:11px;align-items:flex-start;max-width:680px;margin-top:25px;padding-top:22px;border-top:1px solid #E8EEE9;color:#5F6B76;font-size:14px;line-height:1.6}.how-page-promise i{flex:0 0 auto;margin-top:2px;color:#2F6B4F;font-size:22px}
.how-page-visual{position:relative;min-height:515px}.how-page-visual__shape{position:absolute;inset:40px 8px 24px 45px;border-radius:46% 54% 45% 55%;background:#E8EEE9}.how-page-visual>img{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:contain;filter:saturate(.86)}
.how-page-visual__label{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid #E8EEE9;background:#fff;box-shadow:0 16px 38px rgba(18,59,93,.13)}.how-page-visual__label i{display:grid;place-items:center;width:38px;height:38px;background:#E8EEE9;color:#2F6B4F;font-size:21px}.how-page-visual__label span,.how-page-visual__label small{display:block}.how-page-visual__label strong{color:#123B5D;font-size:14px}.how-page-visual__label small{margin-top:2px;color:#5F6B76;font-size:11px}.how-page-visual__label--one{top:13%;left:-4%}.how-page-visual__label--two{right:-2%;bottom:11%}
.how-input-strip{padding:28px 22px;background:#123B5D}.how-input-strip__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.12)}.how-input-strip__grid>div{display:flex;align-items:center;gap:12px;min-height:70px;padding:15px 20px;background:#123B5D;color:#fff}.how-input-strip__grid i{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#F4C430;color:#123B5D;font-size:20px}.how-input-strip__grid strong{font-size:15px}
.how-journey-section{padding:76px 0;background:#fff}.how-journey-heading{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:end;margin-bottom:38px}.how-journey-heading h2{max-width:520px;margin:14px 0 0;color:#111827;font-size:39px;line-height:1.12;letter-spacing:-.035em}.how-journey-heading>p{margin:0;color:#5F6B76;font-size:16px;line-height:1.7}
.how-steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.how-step-card{position:relative;min-height:280px;padding:30px;border:1px solid #E8EEE9;background:#F8F9F6}.how-step-card--offset{transform:translateY(22px)}.how-step-card__top{display:flex;align-items:center;justify-content:space-between}.how-step-number{color:#2F6B4F;font-size:17px;font-weight:800;letter-spacing:.08em}.how-step-icon{display:grid;place-items:center;width:54px;height:54px;background:#123B5D;color:#F4C430;font-size:26px}.how-step-card h3{margin:32px 0 12px;color:#111827;font-size:23px;line-height:1.3}.how-step-card p{margin:0;color:#5F6B76;font-size:15px;line-height:1.7}
.how-assurance-section{padding:72px 0;background:#2F6B4F;color:#fff}.how-assurance-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.how-assurance-section h2{max-width:470px;margin:16px 0 0;color:#fff;font-size:37px;line-height:1.15;letter-spacing:-.035em}.how-assurance-section .eyebrow{background:rgba(255,255,255,.12);color:#fff}.how-assurance-list{display:grid;gap:12px}.how-assurance-list>div{display:flex;align-items:center;gap:14px;padding:17px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14)}.how-assurance-list i{display:grid;place-items:center;flex:0 0 42px;height:42px;background:#F4C430;color:#123B5D;font-size:21px}.how-assurance-list span,.how-assurance-list small{display:block}.how-assurance-list strong{color:#fff;font-size:16px}.how-assurance-list small{margin-top:3px;color:rgba(255,255,255,.76);font-size:13px}
@media(max-width:1100px){.how-page-hero__grid{gap:28px}.how-page-visual{min-height:430px}.how-page-hero__copy h1{font-size:48px}}
@media(max-width:760px){.how-page-hero{padding:104px 0 48px}.how-page-hero__grid,.how-journey-heading,.how-assurance-grid{grid-template-columns:1fr}.how-page-hero__copy h1{font-size:38px}.how-page-hero__copy>p{font-size:16px}.how-page-visual{min-height:360px;margin-top:10px}.how-page-visual__label{padding:10px}.how-page-visual__label--one{left:0}.how-page-visual__label--two{right:0}.how-input-strip{padding:20px 0}.how-input-strip__grid{grid-template-columns:1fr}.how-journey-section,.how-assurance-section{padding:54px 0}.how-journey-heading h2,.how-assurance-section h2{font-size:31px}.how-steps-grid{grid-template-columns:1fr}.how-step-card{min-height:auto}.how-step-card--offset{transform:none}}

/* Pricing page */
.pricing-page-hero{padding:128px 0 82px;background:#F8F9F6;text-align:center}.pricing-page-hero__inner{max-width:900px!important}.pricing-page-hero h1{max-width:820px;margin:18px auto 20px;color:#111827;font-size:clamp(44px,5vw,68px);line-height:1.04;letter-spacing:-.05em;font-weight:650}.pricing-page-hero p{max-width:720px;margin:0 auto;color:#5F6B76;font-size:18px;line-height:1.7}.pricing-page-hero .hero-actions{justify-content:center;margin-top:28px}.pricing-page-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 25px;margin-top:28px;padding-top:24px;border-top:1px solid #E8EEE9;color:#123B5D;font-size:14px;font-weight:700}.pricing-page-proof span{display:flex;align-items:center;gap:7px}.pricing-page-proof i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#E8EEE9;color:#2F6B4F}
.pricing-package-section{padding:76px 0;background:#fff}.pricing-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:end;margin-bottom:38px}.pricing-section-heading h2{max-width:520px;margin:14px 0 0;color:#111827;font-size:39px;line-height:1.12;letter-spacing:-.035em}.pricing-section-heading>p{margin:0;color:#5F6B76;font-size:16px;line-height:1.7}.pricing-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.pricing-card{position:relative;display:flex;flex-direction:column;padding:30px 26px;border:1px solid #E8EEE9;background:#fff}.pricing-card--popular{border:2px solid #2F6B4F;box-shadow:0 22px 50px rgba(47,107,79,.12)}.pricing-popular{position:absolute;top:18px;right:18px;padding:7px 10px;background:#2F6B4F;color:#fff;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pricing-card__icon{display:grid;place-items:center;width:52px;height:52px;background:#E8EEE9;color:#2F6B4F;font-size:26px}.pricing-card__head h2{margin:20px 0 9px;color:#111827;font-size:25px}.pricing-card__head p{min-height:72px;margin:0;color:#5F6B76;font-size:14px;line-height:1.65}.pricing-price{margin:24px 0 8px;color:#123B5D;font-size:34px;font-weight:800;letter-spacing:-.035em}.pricing-best{min-height:48px;margin:0 0 22px;color:#5F6B76;font-size:14px;line-height:1.5}.pricing-card ul{display:grid;gap:13px;margin:0 0 26px;padding:0;list-style:none}.pricing-card li{display:flex;align-items:flex-start;gap:9px;color:#334155;font-size:14px;line-height:1.5}.pricing-card li i{display:grid;place-items:center;flex:0 0 21px;height:21px;margin-top:1px;border-radius:50%;background:#2F6B4F;color:#fff}.pricing-card__cta{display:flex;align-items:center;justify-content:center;gap:9px;min-height:50px;margin-top:auto;padding:12px 16px;background:#F4C430;color:#111827;font-size:14px;font-weight:800}.pricing-card--popular .pricing-card__cta{background:#2F6B4F;color:#fff}.pricing-card__cta i{font-size:20px}
.pricing-guidance-section{padding:62px 0;background:#2F6B4F;color:#fff}.pricing-guidance-grid{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:center}.pricing-guidance-section .eyebrow{background:rgba(255,255,255,.12);color:#fff}.pricing-guidance-section h2{margin:14px 0 8px;color:#fff;font-size:36px;letter-spacing:-.035em}.pricing-guidance-section p{margin:0;color:rgba(255,255,255,.78);font-size:16px}.pricing-guidance-section .btn{min-width:210px}
@media(max-width:1100px){.pricing-card-grid{grid-template-columns:1fr 1fr}.pricing-card:last-child{grid-column:1/-1}.pricing-card__head p,.pricing-best{min-height:0}}
@media(max-width:760px){.pricing-page-hero{padding:104px 0 52px}.pricing-page-hero h1{font-size:38px}.pricing-page-hero p{font-size:16px}.pricing-page-proof{justify-content:flex-start;text-align:left}.pricing-package-section{padding:54px 0}.pricing-section-heading,.pricing-guidance-grid{grid-template-columns:1fr}.pricing-section-heading h2,.pricing-guidance-section h2{font-size:31px}.pricing-card-grid{grid-template-columns:1fr}.pricing-card:last-child{grid-column:auto}.pricing-card{padding:26px 22px}.pricing-guidance-section{padding:50px 0}.pricing-guidance-section .btn{width:100%}}

/* CV services page */
.services-page-hero{padding:126px 0 74px;background:#F8F9F6;overflow:hidden}.services-page-hero__grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.services-page-hero__copy h1{max-width:720px;margin:18px 0 22px;color:#111827;font-size:clamp(44px,5vw,68px);line-height:1.04;letter-spacing:-.05em;font-weight:650}.services-page-hero__copy>p{max-width:650px;margin:0;color:#5F6B76;font-size:18px;line-height:1.7}.services-page-hero__copy .hero-actions{justify-content:flex-start;margin-top:28px}.services-page-promise{display:flex;align-items:flex-start;gap:11px;max-width:680px;margin-top:25px;padding-top:22px;border-top:1px solid #E8EEE9;color:#5F6B76;font-size:14px;line-height:1.6}.services-page-promise i{flex:0 0 auto;margin-top:2px;color:#2F6B4F;font-size:22px}.services-page-hero__visual{position:relative;min-height:515px}.services-page-hero__shape{position:absolute;inset:40px 8px 24px 45px;border-radius:48% 52% 45% 55%;background:#E8EEE9}.services-page-hero__visual>img{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:contain;filter:saturate(.86)}.services-page-stat{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid #E8EEE9;background:#fff;box-shadow:0 16px 38px rgba(18,59,93,.13)}.services-page-stat strong{color:#2F6B4F;font-size:24px}.services-page-stat span{color:#123B5D;font-size:12px;font-weight:750}.services-page-stat--one{top:15%;left:-3%}.services-page-stat--two{right:-2%;bottom:12%}
.services-trust-strip{padding:28px 22px;background:#123B5D}.services-trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.12)}.services-trust-strip__grid>div{display:flex;align-items:center;gap:13px;min-height:76px;padding:16px 20px;background:#123B5D;color:#fff}.services-trust-strip__grid i{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;background:#F4C430;color:#123B5D;font-size:21px}.services-trust-strip__grid span,.services-trust-strip__grid small{display:block}.services-trust-strip__grid strong{font-size:15px}.services-trust-strip__grid small{margin-top:3px;color:rgba(255,255,255,.7);font-size:11px}
.services-pathways-section{padding:76px 0;background:#fff}.services-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:end;margin-bottom:38px}.services-section-heading h2{max-width:540px;margin:14px 0 0;color:#111827;font-size:39px;line-height:1.12;letter-spacing:-.035em}.services-section-heading>p{margin:0;color:#5F6B76;font-size:16px;line-height:1.7}.services-pathway-grid{display:grid;gap:22px}.services-pathway-card{display:grid;grid-template-columns:42% 58%;min-height:360px;border:1px solid #E8EEE9;background:#F8F9F6;overflow:hidden}.services-pathway-card:nth-child(even){grid-template-columns:58% 42%}.services-pathway-card:nth-child(even) .services-pathway-image{order:2}.services-pathway-image{position:relative;min-height:360px;background:#E8EEE9}.services-pathway-image>img{width:100%;height:100%;padding:20px;object-fit:contain;filter:saturate(.9)}.services-pathway-image>span{position:absolute;left:18px;bottom:18px;display:inline-flex;align-items:center;gap:8px;padding:10px 13px;background:#123B5D;color:#fff;font-size:12px;font-weight:750}.services-pathway-image>span i{color:#F4C430;font-size:18px}.services-pathway-content{position:relative;padding:38px}.services-pathway-number{position:absolute;top:24px;right:28px;color:#dfe8e1;font-size:48px;font-weight:800}.services-pathway-content h2{margin:12px 0;color:#111827;font-size:30px}.services-pathway-content>p{max-width:520px;margin:0;color:#5F6B76;font-size:15px;line-height:1.7}.services-pathway-content ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:24px 0;padding:0;list-style:none}.services-pathway-content li{display:flex;gap:7px;color:#334155;font-size:13px}.services-pathway-content li i{color:#2F6B4F;font-size:18px}.services-pathway-content>a{display:inline-flex;align-items:center;gap:7px;color:#2F6B4F;font-size:14px;font-weight:800}.services-pathway-content>a i{font-size:20px}
.services-included-section{padding:72px 0;background:#2F6B4F;color:#fff}.services-included-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.services-included-section .eyebrow{background:rgba(255,255,255,.12);color:#fff}.services-included-section h2{max-width:470px;margin:16px 0 12px;color:#fff;font-size:37px;line-height:1.15;letter-spacing:-.035em}.services-included-section p{margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.7}.services-included-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.services-included-list>div{display:flex;gap:12px;padding:17px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14)}.services-included-list i{display:grid;place-items:center;flex:0 0 42px;height:42px;background:#F4C430;color:#123B5D;font-size:21px}.services-included-list span,.services-included-list small{display:block}.services-included-list strong{color:#fff;font-size:15px}.services-included-list small{margin-top:3px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.5}
@media(max-width:1100px){.services-page-hero__grid{gap:28px}.services-page-hero__visual{min-height:430px}.services-page-hero__copy h1{font-size:48px}.services-pathway-content ul{grid-template-columns:1fr}}
@media(max-width:760px){.services-page-hero{padding:104px 0 48px}.services-page-hero__grid,.services-section-heading,.services-pathway-card,.services-pathway-card:nth-child(even),.services-included-grid{grid-template-columns:1fr}.services-page-hero__copy h1{font-size:38px}.services-page-hero__copy>p{font-size:16px}.services-page-hero__visual{min-height:360px;margin-top:10px}.services-page-stat{padding:10px}.services-page-stat--one{left:0}.services-page-stat--two{right:0}.services-trust-strip{padding:20px 0}.services-trust-strip__grid{grid-template-columns:1fr}.services-pathways-section,.services-included-section{padding:54px 0}.services-section-heading h2,.services-included-section h2{font-size:31px}.services-pathway-card:nth-child(even) .services-pathway-image{order:0}.services-pathway-image{min-height:300px}.services-pathway-content{padding:28px 22px}.services-pathway-content ul,.services-included-list{grid-template-columns:1fr}}

/* Student CV page */
.student-page-hero{padding:118px 0 68px;background:#fff;overflow:hidden}.student-page-hero__grid{display:grid;grid-template-columns:1.04fr .96fr;gap:66px;align-items:center}.student-page-hero__copy{position:relative;padding-left:22px;border-left:4px solid #F4C430}.student-page-hero__copy h1{max-width:720px;margin:18px 0 22px;color:#111827;font-size:clamp(44px,5vw,66px);line-height:1.04;letter-spacing:-.05em;font-weight:650}.student-page-hero__copy>p{max-width:650px;margin:0;color:#5F6B76;font-size:18px;line-height:1.7}.student-page-hero__copy .hero-actions{justify-content:flex-start;margin-top:28px}.student-page-promise{display:flex;align-items:flex-start;gap:11px;max-width:680px;margin-top:25px;padding-top:22px;border-top:1px solid #E8EEE9;color:#5F6B76;font-size:14px;line-height:1.6}.student-page-promise i{flex:0 0 auto;margin-top:2px;color:#2F6B4F;font-size:22px}.student-page-visual{position:relative;min-height:500px;margin:18px 12px 0 0}.student-page-visual:before{content:"";position:absolute;z-index:0;right:-16px;top:-16px;width:44%;height:44%;background:#F4C430}.student-page-visual__shape{position:absolute;inset:0 0 28px 28px;border-radius:0;background:#123B5D;box-shadow:0 25px 55px rgba(18,59,93,.16)}.student-page-visual__shape:after{content:"";position:absolute;inset:18px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(47,107,79,.32))}.student-page-visual>img{position:absolute;z-index:2;inset:8px 3% 0 7%;width:90%;height:92%;object-fit:contain;filter:saturate(.82);transform:translateY(9px)}
.student-trust-strip{padding:28px 22px;background:#123B5D}.student-trust-strip__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.12)}.student-trust-strip__grid>div{display:flex;align-items:center;gap:12px;min-height:70px;padding:15px 20px;background:#123B5D;color:#fff}.student-trust-strip__grid i{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#F4C430;color:#123B5D;font-size:20px}.student-trust-strip__grid strong{font-size:15px}
.student-details-section{padding:76px 0;background:#fff}.student-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:end;margin-bottom:36px}.student-section-heading h2{max-width:540px;margin:14px 0 0;color:#111827;font-size:38px;line-height:1.14;letter-spacing:-.035em}.student-section-heading>p{margin:0;color:#5F6B76;font-size:16px;line-height:1.7}.student-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.student-detail-grid article{position:relative;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;min-height:105px;padding:20px;border:1px solid #E8EEE9;background:#F8F9F6}.student-detail-grid article>span{position:absolute;right:15px;top:10px;color:#dce6de;font-size:25px;font-weight:800}.student-detail-grid article>i{display:grid;place-items:center;width:46px;height:46px;background:#123B5D;color:#F4C430;font-size:23px}.student-detail-grid h3{margin:0;padding-right:28px;color:#111827;font-size:16px;line-height:1.4}
.student-strengths-section{padding:72px 0;background:#2F6B4F;color:#fff}.student-strengths-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.student-strengths-section .eyebrow{background:rgba(255,255,255,.12);color:#fff}.student-strengths-section h2{margin:16px 0 12px;color:#fff;font-size:37px;line-height:1.15;letter-spacing:-.035em}.student-strengths-section p{margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.7}.student-strengths-section .btn{margin-top:25px}.student-strength-list{display:grid;gap:11px}.student-strength-list>div{display:flex;align-items:center;gap:13px;padding:15px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14)}.student-strength-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;background:#F4C430;color:#123B5D;font-size:21px}.student-strength-list strong{color:#fff;font-size:15px}
.student-example-section{padding:72px 0;background:#F8F9F6}.student-example-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center}.student-example-section h2{margin:15px 0 12px;color:#111827;font-size:35px}.student-example-section p{color:#5F6B76;line-height:1.7}.student-profile-preview{padding:30px;border-left:5px solid #F4C430;background:#fff;box-shadow:0 18px 44px rgba(18,59,93,.08)}.student-profile-preview__head{display:flex;align-items:center;gap:13px}.student-profile-preview__head>span{display:grid;place-items:center;width:48px;height:48px;background:#E8EEE9;color:#2F6B4F;font-size:24px}.student-profile-preview__head strong,.student-profile-preview__head small{display:block}.student-profile-preview__head strong{color:#123B5D}.student-profile-preview__head small{margin-top:3px;color:#5F6B76}.student-profile-preview blockquote{margin:24px 0;color:#334155;font-size:17px;line-height:1.7}.student-profile-tags{display:flex;flex-wrap:wrap;gap:8px}.student-profile-tags span{padding:7px 10px;background:#E8EEE9;color:#2F6B4F;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.student-trust-section{padding:68px 0;background:#123B5D;color:#fff}.student-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.student-trust-section .eyebrow{background:rgba(255,255,255,.1);color:#fff}.student-trust-section h2{margin:15px 0 10px;color:#fff;font-size:33px}.student-trust-section p{margin:0;color:rgba(255,255,255,.76);line-height:1.7}.student-trust-section ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.student-trust-section li{display:flex;gap:10px;padding:14px;background:rgba(255,255,255,.08)}.student-trust-section li i{display:grid;place-items:center;flex:0 0 23px;height:23px;border-radius:50%;background:#F4C430;color:#123B5D}
@media(max-width:1100px){.student-page-hero__grid{gap:34px}.student-page-visual{min-height:420px}.student-page-hero__copy h1{font-size:48px}}
@media(max-width:760px){.student-page-hero{padding:98px 0 48px}.student-page-hero__grid,.student-section-heading,.student-strengths-grid,.student-example-grid,.student-trust-grid{grid-template-columns:1fr}.student-page-hero__copy{padding-left:16px}.student-page-hero__copy h1{font-size:38px}.student-page-hero__copy>p{font-size:16px}.student-page-visual{min-height:350px;margin:30px 8px 0 0}.student-page-visual__shape{inset:0 0 22px 16px}.student-page-visual:before{right:-8px;top:-10px}.student-trust-strip{padding:20px 0}.student-trust-strip__grid{grid-template-columns:1fr}.student-details-section,.student-strengths-section,.student-example-section,.student-trust-section{padding:54px 0}.student-section-heading h2,.student-strengths-section h2,.student-example-section h2,.student-trust-section h2{font-size:30px}.student-detail-grid{grid-template-columns:1fr}.student-profile-preview{padding:24px}}

/* CV guides hub */
.guides-page-hero{padding:126px 0 72px;background:#F8F9F6;text-align:center}.guides-page-hero__inner{max-width:980px!important}.guides-page-hero h1{max-width:850px;margin:18px auto 20px;color:#111827;font-size:clamp(44px,5vw,68px);line-height:1.04;letter-spacing:-.05em;font-weight:650}.guides-page-hero p{max-width:720px;margin:0 auto;color:#5F6B76;font-size:18px;line-height:1.7}.guides-page-hero .hero-actions{justify-content:center;margin-top:28px}.guides-topic-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:32px;padding-top:28px;border-top:1px solid #E8EEE9}.guides-topic-cloud a{padding:8px 12px;border:1px solid #dbe5dd;background:#fff;color:#2F6B4F;font-size:12px;font-weight:750}.guides-topic-cloud a:hover{border-color:#2F6B4F;background:#E8EEE9}
.guides-categories-section{padding:76px 0;background:#fff}.guides-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:end;margin-bottom:38px}.guides-section-heading h2{max-width:540px;margin:14px 0 0;color:#111827;font-size:39px;line-height:1.12;letter-spacing:-.035em}.guides-section-heading>p{margin:0;color:#5F6B76;font-size:16px;line-height:1.7}.guides-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.guides-category-card{padding:28px;border:1px solid #E8EEE9;background:#F8F9F6}.guides-category-card__head{display:flex;align-items:center;gap:14px}.guides-category-card__head>span{display:grid;place-items:center;flex:0 0 52px;height:52px;background:#123B5D;color:#F4C430;font-size:25px}.guides-category-card small{display:block;color:#2F6B4F;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.guides-category-card h2{margin:4px 0 0;color:#111827;font-size:23px}.guides-category-card>p{min-height:48px;margin:18px 0;color:#5F6B76;font-size:14px;line-height:1.6}.guides-category-card ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.guides-category-card li a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:10px 13px;border:1px solid #E8EEE9;background:#fff;color:#334155;font-size:13px;font-weight:750}.guides-category-card li a i{color:#2F6B4F;font-size:20px}.guides-category-card li a:hover{border-color:#2F6B4F;color:#2F6B4F}
.guides-help-section{padding:62px 0;background:#2F6B4F;color:#fff}.guides-help-grid{display:grid;grid-template-columns:1fr auto;gap:38px;align-items:center}.guides-help-section .eyebrow{background:rgba(255,255,255,.12);color:#fff}.guides-help-section h2{max-width:680px;margin:14px 0 10px;color:#fff;font-size:36px;line-height:1.15;letter-spacing:-.035em}.guides-help-section p{max-width:680px;margin:0;color:rgba(255,255,255,.76);line-height:1.7}.guides-help-section .btn{min-width:220px}
.guide-related-links a{position:relative;padding-right:42px!important}.guide-related-links a:after{content:"→";position:absolute;right:15px;color:#2F6B4F;font-size:19px}
@media(max-width:760px){.guides-page-hero{padding:100px 0 50px}.guides-page-hero h1{font-size:38px}.guides-page-hero p{font-size:16px}.guides-topic-cloud{justify-content:flex-start}.guides-categories-section{padding:54px 0}.guides-section-heading,.guides-category-grid,.guides-help-grid{grid-template-columns:1fr}.guides-section-heading h2,.guides-help-section h2{font-size:31px}.guides-category-card{padding:23px}.guides-category-card>p{min-height:0}.guides-help-section{padding:50px 0}.guides-help-section .btn{width:100%}}

/* Shared professional treatment for the remaining SEO guide detail pages. */
.service-details-main>.guide-detail-hero{position:relative;padding:124px 0 70px!important;background:#F8F9F6!important;overflow:hidden}
.service-details-main>.guide-detail-hero:before{content:"";position:absolute;right:-80px;top:82px;width:390px;height:390px;border:72px solid #E8EEE9;border-radius:50%;opacity:.82}
.service-details-main>.guide-detail-hero .hero-grid--single{position:relative;z-index:2;display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(270px,.6fr)!important;gap:64px!important;align-items:center!important}
.service-details-main>.guide-detail-hero .hero-grid--single>div:first-child{max-width:720px!important;margin:0!important;text-align:left!important}
.service-details-main>.guide-detail-hero .hero-grid--single:after{content:"CV";display:grid;place-items:center;justify-self:end;width:270px;height:350px;border:14px solid #fff;background:linear-gradient(145deg,#123B5D 0 35%,#fff 35%);box-shadow:18px 20px 0 #F4C430,0 26px 56px rgba(18,59,93,.18);color:#2F6B4F;font-size:76px;font-weight:800;letter-spacing:-.08em;transform:rotate(3deg)}
.service-details-main>.guide-detail-hero--overseas .hero-grid--single:after{content:"CV ✈";font-size:54px}.service-details-main>.guide-detail-hero--language .hero-grid--single:after{content:"A / අ / அ";font-size:42px;letter-spacing:0}.service-details-main>.guide-detail-hero--first-job .hero-grid--single:after{content:"01 CV";font-size:54px}.service-details-main>.guide-detail-hero--professional .hero-grid--single:after{content:"PRO CV";font-size:45px;letter-spacing:-.04em}.service-details-main>.guide-detail-hero--letters .hero-grid--single:after{content:"A+";font-size:72px}
.service-details-main>.guide-detail-hero .eyebrow{background:#E8EEE9!important;color:#2F6B4F!important}.service-details-main>.guide-detail-hero .title{max-width:720px;margin:18px 0 20px!important;color:#111827!important;font-size:clamp(42px,5vw,64px)!important;line-height:1.05!important;letter-spacing:-.05em!important;font-weight:650!important}.service-details-main>.guide-detail-hero .subtitle{max-width:650px;margin:0!important;color:#5F6B76!important;font-size:18px!important;line-height:1.7!important}.service-details-main>.guide-detail-hero .hero-actions{justify-content:flex-start!important;margin-top:28px!important}.service-details-main>.guide-detail-hero .hero-note{max-width:680px;margin-top:24px!important;padding:18px 0 0!important;border-top:1px solid #E8EEE9!important;background:none!important;color:#5F6B76!important;font-size:14px!important;line-height:1.6!important}
.service-details-main:has(>.converted-guide-hero)>section:not(.hero){padding-top:62px!important;padding-bottom:62px!important}.service-details-main:has(>.converted-guide-hero)>section:not(.hero):nth-of-type(even){background:#F8F9F6!important}.service-details-main:has(>.converted-guide-hero) .section-head{margin-bottom:24px}.service-details-main:has(>.converted-guide-hero) .section-head h2{color:#111827;font-size:clamp(27px,3vw,36px);line-height:1.15;letter-spacing:-.035em}.service-details-main:has(>.converted-guide-hero) .section-head p{color:#5F6B76;line-height:1.7}
.service-details-main:has(>.converted-guide-hero) .panel{padding:30px!important;border:1px solid #E8EEE9!important;border-left:4px solid #F4C430!important;border-radius:0!important;background:#fff!important;box-shadow:0 16px 38px rgba(18,59,93,.06)!important}.service-details-main:has(>.converted-guide-hero) .panel h2,.service-details-main:has(>.converted-guide-hero) .panel h3{color:#123B5D}.service-details-main:has(>.converted-guide-hero) .panel>p{color:#5F6B76;font-size:16px;line-height:1.75}
.service-details-main:has(>.converted-guide-hero) .bullet-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;margin:0!important;padding:0!important;list-style:none!important}.service-details-main:has(>.converted-guide-hero) .bullet-list li{position:relative;margin:0!important;padding:13px 13px 13px 43px!important;border:1px solid #E8EEE9;background:#F8F9F6;color:#334155;line-height:1.5}.service-details-main:has(>.converted-guide-hero) .bullet-list li:before{content:"✓"!important;position:absolute!important;left:13px!important;top:13px!important;display:grid!important;place-items:center!important;width:21px!important;height:21px!important;border-radius:50%!important;background:#2F6B4F!important;color:#fff!important;font-size:12px!important;font-weight:800!important}
.service-details-main:has(>.converted-guide-hero) .panel.trust-strip{display:grid!important;grid-template-columns:.9fr 1.1fr!important;gap:30px!important;border:0!important;border-left:5px solid #F4C430!important;background:#123B5D!important;color:#fff!important}.service-details-main:has(>.converted-guide-hero) .panel.trust-strip h2{color:#fff!important}.service-details-main:has(>.converted-guide-hero) .panel.trust-strip p{color:rgba(255,255,255,.76)!important}.service-details-main:has(>.converted-guide-hero) .panel.trust-strip .bullet-list{grid-template-columns:1fr}.service-details-main:has(>.converted-guide-hero) .panel.trust-strip .bullet-list li{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff}
.service-details-main:has(>.converted-guide-hero) #faq{background:#F8F9F6!important}.service-details-main:has(>.converted-guide-hero) .faq-list{gap:12px}.service-details-main:has(>.converted-guide-hero) .faq-item{padding:22px 24px!important;border:1px solid #E8EEE9!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.service-details-main:has(>.converted-guide-hero) .faq-item h3{color:#123B5D!important;font-size:17px!important}.service-details-main:has(>.converted-guide-hero) .faq-item p{color:#5F6B76!important;line-height:1.7!important}
.service-details-main:has(>.converted-guide-hero) .related-links{grid-template-columns:1fr 1fr!important;gap:10px!important}.service-details-main:has(>.converted-guide-hero) .related-links a{min-height:56px!important;border-left:3px solid #2F6B4F!important;background:#fff!important;box-shadow:none!important}
@media(max-width:760px){.service-details-main>.guide-detail-hero{padding:100px 0 52px!important}.service-details-main>.guide-detail-hero:before{display:none}.service-details-main>.guide-detail-hero .hero-grid--single{grid-template-columns:1fr!important;gap:36px!important}.service-details-main>.guide-detail-hero .hero-grid--single:after{justify-self:center;width:210px;height:270px;border-width:10px;box-shadow:12px 14px 0 #F4C430,0 20px 42px rgba(18,59,93,.16);font-size:55px}.service-details-main>.guide-detail-hero .title{font-size:38px!important}.service-details-main>.guide-detail-hero .subtitle{font-size:16px!important}.service-details-main:has(>.guide-detail-hero)>section:not(.hero){padding-top:50px!important;padding-bottom:50px!important}.service-details-main:has(>.guide-detail-hero) .panel{padding:23px!important}.service-details-main:has(>.guide-detail-hero) .bullet-list,.service-details-main:has(>.guide-detail-hero) .panel.trust-strip,.service-details-main:has(>.guide-detail-hero) .related-links{grid-template-columns:1fr!important}}

/* Match guide-detail heroes to the Student CV page composition. */
.service-details-main>.guide-detail-hero{padding:118px 0 68px!important;background:#fff!important}
.service-details-main>.guide-detail-hero:before{display:none!important}
.service-details-main>.guide-detail-hero .hero-grid--single{grid-template-columns:1.04fr .96fr!important;gap:66px!important}
.service-details-main>.guide-detail-hero .hero-grid--single>div:first-child{position:relative;padding-left:22px!important;border-left:4px solid #F4C430}
.service-details-main>.guide-detail-hero .hero-grid--single:before{content:"";position:absolute;z-index:-1;right:-14px;top:-16px;width:180px;height:180px;background:#F4C430}
.service-details-main>.guide-detail-hero .hero-grid--single:after{content:""!important;display:block;justify-self:stretch;width:100%;height:500px;border:0;background-color:#123B5D;background-image:url('../vendor/recrute/img/hero/service-2.webp');background-repeat:no-repeat;background-position:center;background-size:90% auto;box-shadow:28px 28px 0 #123B5D,42px 12px 0 #F4C430,0 25px 55px rgba(18,59,93,.16);color:transparent;font-size:0;transform:none;filter:saturate(.84)}
.service-details-main>.guide-detail-hero--overseas .hero-grid--single:after{background-image:url('../vendor/recrute/img/hero/service-3.webp')}
.service-details-main>.guide-detail-hero--language .hero-grid--single:after{background-image:url('../vendor/recrute/img/hero/hero-2.webp')}
.service-details-main>.guide-detail-hero--first-job .hero-grid--single:after{background-image:url('../vendor/recrute/img/hero/service-1.webp')}
.service-details-main>.guide-detail-hero--professional .hero-grid--single:after{background-image:url('../vendor/recrute/img/hero/service-2.webp')}
.service-details-main>.guide-detail-hero--letters .hero-grid--single:after{background-image:url('../vendor/recrute/img/hero/service-2.webp')}
@media(max-width:1100px){.service-details-main>.guide-detail-hero .hero-grid--single{gap:34px!important}.service-details-main>.guide-detail-hero .hero-grid--single:after{height:420px}}
@media(max-width:760px){.service-details-main>.guide-detail-hero{padding:98px 0 48px!important}.service-details-main>.guide-detail-hero .hero-grid--single{grid-template-columns:1fr!important;gap:42px!important}.service-details-main>.guide-detail-hero .hero-grid--single>div:first-child{padding-left:16px!important}.service-details-main>.guide-detail-hero .hero-grid--single:before{right:-5px;top:auto;bottom:-8px;width:120px;height:120px}.service-details-main>.guide-detail-hero .hero-grid--single:after{justify-self:stretch;width:calc(100% - 16px);height:350px;margin-left:8px;background-size:92% auto;box-shadow:16px 18px 0 #123B5D,24px 8px 0 #F4C430,0 20px 42px rgba(18,59,93,.14)}}

@media(max-width:760px){.service-details-main:has(>.converted-guide-hero)>section:not(.hero){padding-top:50px!important;padding-bottom:50px!important}.service-details-main:has(>.converted-guide-hero) .panel{padding:23px!important}.service-details-main:has(>.converted-guide-hero) .bullet-list,.service-details-main:has(>.converted-guide-hero) .panel.trust-strip,.service-details-main:has(>.converted-guide-hero) .related-links{grid-template-columns:1fr!important}}
