
        .text-center.price-containers-mains {
    max-width: 710px;
}
section.why-section h2.section-title {
    text-align: start;
}
        .button-mains {
            background: linear-gradient(135deg, var(--gold), var(--gold2));
            color: var(--navy) !important;
            font-weight: 700;
            font-size: 15px;
            padding: 15px 34px;
            border-radius: 50px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            box-shadow: 0 6px 24px rgba(201, 168, 76, 0.5);
            transition: transform .2s, box-shadow .2s;
            display: inline-block;
        }

        p.recommendation strong {
            color: red !important;
            /* margin-bottom: 19px !important; */
        }

        p.recommenders {
            color: #ffff;
        }

        p.recommendation {
            color: #fff;
            margin-bottom: 13px;
        }

        .button-margins {
            margin-bottom: 20px;
        }

        h2.section-title.comprehensive {
            color: #fff;
            margin-bottom: 43px;
        }

        :root {
            --pcs-red: #b22029;
            --pcs-blue: #2a527c;
            --pcs-dark: #333333;
            --pcs-grey: #666666;
            --bg-light: #f8f9fa;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-light);
            color: var(--pcs-dark);
            padding-bottom: 50px;
        }

        .services-section {
            padding: 3px 0;
            overflow: hidden;
        }

        .section-title {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 60px;
            color: var(--pcs-dark);
            text-transform: uppercase;
            letter-spacing: -1px;
        }

        /* The Central Wow Graphic */
        .hub-container {
            position: relative;
            height: 450px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .central-hub {
            position: relative;
            width: 300px;
            height: 300px;
            transform: rotate(45deg);
        }

        .hub-part {
            position: absolute;
            width: 140px;
            height: 140px;
            border-radius: 20px 80px 20px 20px;
            transition: transform 0.4s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .hub-part i,
        .hub-part span {
            transform: rotate(-45deg);
            font-size: 40px;
            color: white;
        }

        .part-1 {
            background: var(--pcs-red);
            top: 0;
            left: 0;
        }

        .part-2 {
            background: var(--pcs-blue);
            top: 0;
            right: 0;
            border-radius: 80px 20px 20px 20px;
        }

        .part-3 {
            background: var(--pcs-dark);
            bottom: 0;
            left: 0;
            border-radius: 20px 20px 20px 80px;
        }

        .part-4 {
            background: var(--pcs-grey);
            bottom: 0;
            right: 0;
            border-radius: 20px 20px 80px 20px;
        }

        /* Service Cards */
        .svc-content {
            margin-bottom: 40px;
            transition: all 0.3s ease;
        }

        .svc-content h3 {
            font-weight: 700;
            font-size: 20px;
            margin-top: 0;
            color: #fff;
        }

        .svc-content .line {
            width: 40px;
            height: 4px;
            background: var(--pcs-red);
            margin: 10px 0;
            transition: width 0.3s ease;
        }

        .svc-content:hover .line {
            width: 60px;
        }

        .svc-content ul {
            padding-left: 18px;
            list-style-type: none;
        }

        .svc-content ul li {
            padding: 4px 0;
            color: #fff;
            position: relative;
        }

        .svc-content ul li::before {
            content: "•";
            color: var(--pcs-red);
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

        /* Layout Adjustments */
        .text-right-md {
            text-align: right;
        }

        .text-right-md ul {
            padding-right: 0;
            padding-left: 0;
        }

        .text-right-md ul li::before {
            content: "";
        }

        .text-right-md ul li::after {
            content: "•";
            color: var(--pcs-blue);
            margin-left: 10px;
        }

        @media (max-width: 992px) {
.svc-content {
    text-align: start;
    margin-top: 33px;
}
.popup-box {
    padding: 20px !important;
}
            .container {
                width: 100% !important;
            }

            .hub-container {
                display: inline;
            }

            .text-right-md {
                text-align: left;
            }

            .text-right-md ul {
                padding-left: 18px;
            }

            .text-right-md ul li::after {
                content: "";
            }

            .text-right-md ul li::before {
                content: "•";
            }
        }

        img.logo-sections {
            width: 100%;
        }

        p.maintaine {
            color: #fff;
        }

        .more-content {
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .more-content.show {
            max-height: 500px;
            margin-top: 10px;
        }

        .read-more-btn {
            margin-top: 14px;
            padding: 10px 22px;
            border: none;
            border-radius: 50px;
            background: linear-gradient(135deg, #C9A84C, #E4C66E);
            color: #111;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s ease;
        }

        .read-more-btn:hover {
            transform: translateY(-2px);
        }

        .container {
            width: 1310px;
        }

        .commons {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
            gap: 16px;
            margin-top: 12px;
        }

        :root {
            --navy: #0B1F3A;
            --gold: #C9A84C;
            --gold2: #E8C96A;
            --cream: #F9F5EE;
            --white: #FFFFFF;
            --slate: #4A5568;
            --light: #EEF2F7;
            --accent: #1A6B9A;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "Open Sans", sans-serif;
            background: var(--cream);
            color: var(--navy);
            overflow-x: hidden;
        }

        /* ── HERO ── */
        .hero {
            background: linear-gradient(135deg, #2b4971 0%, #122D52 55%, #1A4472 100%);
            position: relative;
            overflow: hidden;
            padding: 0;
        }

        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse 60% 80% at 80% 40%, rgba(201, 168, 76, 0.18) 0%, transparent 60%),
                radial-gradient(ellipse 40% 50% at 10% 70%, rgba(26, 107, 154, 0.25) 0%, transparent 60%);
        }

        .hero-grid-lines {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 60px 60px;
        }

        .hero-inner {
            position: relative;
            z-index: 2;
            padding: 15px 0 0;
        }

        /* NAV */
        .top-nav {
            display: flex;
            align-items: center;
            justify-content: space-between;

        }

        .logo-mark {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .logo-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, var(--gold), var(--gold2));
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 900;
            color: var(--navy);
            box-shadow: 0 4px 14px rgba(201, 168, 76, 0.4);
        }

        .logo-text {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 700;
            color: var(--white);
            line-height: 1.1;
        }

        .logo-text span {
            color: var(--gold);
        }

        .nav-cta {
            background: linear-gradient(135deg, var(--gold), var(--gold2));
            color: var(--navy) !important;
            font-weight: 600;
            font-size: 14px;
            padding: 10px 24px;
            border-radius: 50px;
            text-decoration: none;
            letter-spacing: 0.3px;
            box-shadow: 0 4px 16px rgba(201, 168, 76, 0.45);
            transition: transform .2s, box-shadow .2s;
        }

        .nav-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(201, 168, 76, 0.55);
        }

        /* HERO CONTENT */
        .hero-content {
            padding: 9px 0px 0;
            display: flex;
            align-items: flex-end;

        }

        .hero-text {
            flex: 1;
            padding-bottom: 60px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(201, 168, 76, 0.15);
            border: 1px solid rgba(201, 168, 76, 0.4);
            border-radius: 50px;
            padding: 6px 16px;
            font-size: 12px;
            font-weight: 600;
            color: var(--gold2);
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 24px;
        }

        .hero-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            background: var(--gold2);
            border-radius: 50%;
            animation: pulse-dot 1.8s infinite;
        }

        @keyframes pulse-dot {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: .5;
                transform: scale(1.4);
            }
        }

        .hero-headline {
            font-family: 'Playfair Display', serif;
            font-size: clamp(36px, 5vw, 57px);
            font-weight: 900;
            line-height: 1.08;
            color: var(--white);
            margin-bottom: 20px;
        }

        .hero-headline .gold {
            color: var(--gold);
        }

        .hero-sub {
            font-size: 17px;
            font-weight: 300;
            color: #fff;
            line-height: 1.75;
            max-width: 702px;
            margin-bottom: 13px;
        }

        .hero-btns {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .btn-gold {
            background: linear-gradient(135deg, var(--gold), var(--gold2));
            color: var(--navy) !important;
            font-weight: 700;
            font-size: 15px;
            padding: 15px 34px;
            border-radius: 50px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            box-shadow: 0 6px 24px rgba(201, 168, 76, 0.5);
            transition: transform .2s, box-shadow .2s;
            display: inline-block;
        }

        .btn-gold:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 32px rgba(201, 168, 76, 0.6);
        }

        .btn-outline {
            background: transparent;
            color: var(--white) !important;
            font-weight: 500;
            font-size: 15px;
            padding: 14px 30px;
            border-radius: 50px;
            text-decoration: none;
            border: 1.5px solid rgba(255, 255, 255, 0.35);
            transition: border-color .2s, background .2s;
            display: inline-block;
        }

        .btn-outline:hover {
            border-color: var(--gold);
            background: rgba(201, 168, 76, 0.08);
        }

        /* HERO CARD PANEL */
        .hero-card-panel {
            flex: 0 0 320px;
            background: rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 20px 20px 0 0;
            padding: 30px 28px 36px;
            align-self: flex-end;
        }

        .hero-card-panel h4 {
            font-family: 'Playfair Display', serif;
            font-size: 18px;
            color: #fff;
            margin-bottom: 20px;
        }

        .stat-row {
            display: flex;
            gap: 10px;
            margin-bottom: 14px;
        }

        .stat-box {
            flex: 1;
            background: rgba(255, 255, 255, 0.07);
            border-radius: 12px;
            padding: 14px 12px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .stat-box .num {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            font-weight: 700;
            color: var(--gold);
        }

        .stat-box .lbl {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.5);
            margin-top: 3px;
            line-height: 1.3;
        }

        .hero-features {
            margin-top: 18px;
        }

        .hf-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: #fff;
            padding: 7px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .hf-item:last-child {
            border: none;
        }

        .hf-check {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            background: rgba(201, 168, 76, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            color: var(--gold);
        }

        /* TRUST BAR */
        .trust-bar {
            background: var(--navy);
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            padding: 18px 40px;
        }

        .trust-items {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
            flex-wrap: wrap;
        }

        .trust-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.55);
            font-weight: 400;
        }

        .trust-item svg {
            opacity: .6;
        }

        /* ── SECTION SHARED ── */
        section {
            padding: 20px 0;
        }

        .section-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #dd2029;
            margin-bottom: 12px;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(28px, 3.5vw, 36px);
            font-weight: 900;
            margin-top: 20px;
            line-height: 1.12;
            color: var(--navy);
            margin-bottom: 16px;
        }

        .section-sub {
            font-size: 16px;
            color: var(--slate);
            line-height: 1.75;
            max-width: 560px;
        }

        /* ── WHY PCS ── */
        .why-section {
            background: #dcdcdc63;
        }

        .advantage-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
            gap: 16px;
            margin-top: 48px;
        }

        .adv-card {
            background: #fefdfc;
            border-radius: 16px;
            padding: 24px 22px;
            border: 1px solid rgba(0, 0, 0, 0.06);
            transition: transform .22s, box-shadow .22s, border-color .22s;
        }

        .adv-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 36px rgba(11, 31, 58, 0.1);
            border-color: var(--gold);
        }

        .adv-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, var(--gold), var(--gold2));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin-bottom: 14px;
        }

        .adv-card h5 {
            font-size: 14px;
            font-weight: 600;
            color: var(--navy);
            line-height: 1.4;
        }

        section#services .container {
            color: #fff;
            background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
            background-size: 60px 60px;
        }

        /* ── SERVICES ── */
        .services-section {
            background: linear-gradient(160deg, #0B1F3A 0%, #122D52 100%);
            position: relative;
            overflow: hidden;

        }

        .service-cards {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 24px;
            margin-top: 48px;
        }

        .svc-card {
            background: var(--white);
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.06);
            transition: transform .25s, box-shadow .25s;
        }

        .svc-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 48px rgba(11, 31, 58, 0.12);
        }

        .svc-header {
            background: linear-gradient(135deg, var(--navy), #1A4472);
            padding: 28px 28px 24px;
            position: relative;
            overflow: hidden;
        }

        .svc-header::after {
            content: '';
            position: absolute;
            right: -20px;
            top: -20px;
            width: 100px;
            height: 100px;
            background: rgba(201, 168, 76, 0.12);
            border-radius: 50%;
        }

        .svc-num {
            font-family: 'Playfair Display', serif;
            font-size: 48px;
            font-weight: 900;
            color: rgba(201, 168, 76, 0.18);
            line-height: 1;
            position: absolute;
            right: 20px;
            bottom: 8px;
        }

        .svc-emoji {
            font-size: 28px;
            margin-bottom: 10px;
        }

        .svc-header h3 {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            font-weight: 700;
            color: var(--white);
            position: relative;
            z-index: 1;
        }

        .svc-body {
            padding: 24px 28px;
        }

        .svc-body ul {
            list-style: none;
            padding: 0;
        }

        .svc-body ul li {
            padding: 7px 0;
            font-size: 14px;
            color: var(--slate);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .svc-body ul li:last-child {
            border: none;
        }

        .svc-body ul li::before {
            content: '→';
            color: var(--gold);
            font-size: 12px;
            flex-shrink: 0;
        }

        /* ── PRICING ── */
        .pricing-section {
            background: linear-gradient(160deg, #0B1F3A 0%, #122D52 100%);
            position: relative;
            overflow: hidden;
        }

        .pricing-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                /* Left White Glow */
                radial-gradient(circle at left center,
                    rgba(255, 255, 255, 0.08) 0%,
                    transparent 35%),

                /* Right White Glow */
                radial-gradient(circle at right center,
                    rgba(255, 255, 255, 0.08) 0%,
                    transparent 35%),

                /* Golden Top Glow */
                radial-gradient(ellipse 70% 60% at 50% 0%,
                    rgba(201, 168, 76, 0.12) 0%,
                    transparent 60%),

                /* Elegant Circular Pattern */
                radial-gradient(circle at center,
                    rgba(201, 168, 76, 0.08) 1.5px,
                    transparent 1.5px),

                /* Soft Diagonal Lines */
                repeating-linear-gradient(45deg,
                    rgba(201, 168, 76, 0.03) 0px,
                    rgba(201, 168, 76, 0.03) 2px,
                    transparent 2px,
                    transparent 14px);

            background-size:
                auto,
                auto,
                auto,
                28px 28px,
                60px 60px;

            background-position:
                left center,
                right center,
                center,
                center,
                center;
        }

        .pricing-section .section-title {
            color: var(--white);
        }

        .pricing-section .section-sub {
            color: rgba(255, 255, 255, 0.6);
        }

        .pricing-section .section-label {
            color: var(--gold2);
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
            gap: 24px;
            margin-top: 48px;
            position: relative;
            z-index: 1;
        }

        .price-card {
            background: rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 24px;
            padding: 15px 25px;
            position: relative;
            overflow: hidden;
            transition: transform .25s, border-color .25s;
        }

        .price-card:hover {
            transform: translateY(-6px);
            border-color: var(--gold);
        }

        .price-card.featured {
            background: rgba(201, 168, 76, 0.1);
            border-color: var(--gold);
        }

        .featured-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: linear-gradient(135deg, var(--gold), var(--gold2));
            color: var(--navy);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .8px;
            text-transform: uppercase;
            padding: 5px 12px;
            border-radius: 50px;
        }

        .plan-icon {
            font-size: 32px;
            margin-bottom: 18px;
        }

        .plan-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 8px;
        }

        .plan-name {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            font-weight: 700;
            color: var(--white);
            margin-bottom: 6px;
        }

        .plan-best {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 8px;
        }

        .plan-price {
            margin-bottom: 6px;
            padding-bottom: 9px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .plan-price .from {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
        }

        .plan-price .amount {
            font-family: 'Playfair Display', serif;
            font-size: 38px;
            font-weight: 900;
            color: var(--gold);
            line-height: 1;
        }

        .plan-price .period {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.4);
            margin-left: 4px;
        }

        .plan-includes {
            list-style: none;
            padding: 0;
            margin-bottom: 28px;
        }

        .plan-includes li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
            padding: 6px 0;
        }

        .plan-includes li .tick {
            width: 18px;
            height: 18px;
            flex-shrink: 0;
            background: rgba(201, 168, 76, 0.25);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            color: var(--gold2);
            margin-top: 1px;
        }

        .price-cta {
            display: block;
            text-align: center;
            background: linear-gradient(135deg, var(--gold), var(--gold2));
            color: var(--navy) !important;
            font-weight: 700;
            font-size: 14px;
            padding: 14px;
            border-radius: 12px;
            text-decoration: none;
            transition: opacity .2s, transform .2s;
        }

        .price-cta:hover {
            opacity: .9;
            transform: translateY(-2px);
        }

        .price-cta.outline {
            background: transparent;
            color: var(--white) !important;
            border: 1.5px solid rgba(255, 255, 255, 0.25);
        }

        .price-cta.outline:hover {
            border-color: var(--gold);
        }

        /* ── INDUSTRIES ── */
        .industries-section {
            background: var(--white);
        }

        .industry-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 40px;
        }

        .chip {
            display: flex;
            align-items: center;
            gap: 9px;
            background: var(--cream);
            border: 1.5px solid rgba(11, 31, 58, 0.1);
            border-radius: 50px;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            color: var(--navy);
            transition: border-color .2s, background .2s, transform .2s;
            cursor: default;
        }

        .chip:hover {
            border-color: var(--gold);
            background: rgba(201, 168, 76, 0.08);
            transform: translateY(-2px);
        }

        .chip-icon {
            font-size: 18px;
        }

        /* ── CTA STRIP ── */
        .cta-strip {
            background: linear-gradient(135deg, var(--gold) 0%, var(--gold2) 100%);
            padding: 64px 0;
            text-align: center;
        }

        .cta-strip h2 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(26px, 3.5vw, 40px);
            font-weight: 900;
            color: var(--navy);
            margin-bottom: 12px;
        }

        .cta-strip p {
            font-size: 16px;
            color: rgba(11, 31, 58, 0.65);
            margin-bottom: 32px;
        }

        .btn-navy {
            background: var(--navy);
            color: var(--white) !important;
            font-weight: 700;
            font-size: 15px;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 8px 28px rgba(11, 31, 58, 0.35);
            transition: transform .2s, box-shadow .2s;
            display: inline-block;
        }

        .btn-navy:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 36px rgba(11, 31, 58, 0.45);
        }

        /* ── FOOTER ── */
        .footer {
            background: #07152A;
            padding: 40px 0 28px;
            text-align: center;
        }

        .footer .logo-text {
            display: inline-block;
            margin-bottom: 14px;
        }

        .footer p {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.3);
        }

        .footer-links {
            display: flex;
            gap: 24px;
            justify-content: center;
            flex-wrap: wrap;
            margin: 14px 0;
        }

        .footer-links a {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.4);
            text-decoration: none;
            transition: color .2s;
        }

        .footer-links a:hover {
            color: var(--gold);
        }

        /* ── FORM SIDEBAR (sticky) ── */
        .lead-form-wrap {
            position: sticky;
            top: 20px;
        }

        .lead-form {
            background: var(--white);
            border-radius: 20px;
            padding: 32px 28px;
            box-shadow: 0 16px 48px rgba(11, 31, 58, 0.14);
            border: 1px solid rgba(0, 0, 0, 0.06);
        }

        .lead-form h4 {
            font-family: 'Playfair Display', serif;
            font-size: 22px;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 6px;
        }

        .lead-form p {
            font-size: 13px;
            color: var(--slate);
            margin-bottom: 22px;
        }

        .form-group {
            margin-bottom: 14px;
        }

        .form-group label {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: var(--navy);
            margin-bottom: 6px;
            letter-spacing: .3px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 11px 14px;
            border: 1.5px solid rgba(11, 31, 58, 0.12);
            border-radius: 10px;
            font-size: 14px;
            font-family: 'DM Sans', sans-serif;
            color: var(--navy);
            background: var(--cream);
            transition: border-color .2s;
            outline: none;
        }

        .form-group input:focus,
        .form-group select:focus {
            border-color: var(--gold);
        }

        .form-submit {
            width: 100%;
            background: linear-gradient(135deg, var(--navy), #1A4472);
            color: var(--white);
            font-weight: 700;
            font-size: 15px;
            padding: 14px;
            border-radius: 12px;
            border: none;
            cursor: pointer;
            margin-top: 6px;
            transition: opacity .2s, transform .2s;
            font-family: 'DM Sans', sans-serif;
        }

        .form-submit:hover {
            opacity: .88;
            transform: translateY(-2px);
        }

        .form-note {
            text-align: center;
            font-size: 11px;
            color: rgba(11, 31, 58, 0.4);
            margin-top: 10px;
        }

        /* ANIMATIONS */
        .fade-in {
            opacity: 0;
            transform: translateY(24px);
            animation: fadeIn .7s ease forwards;
        }

        .fade-in.d1 {
            animation-delay: .15s;
        }

        .fade-in.d2 {
            animation-delay: .3s;
        }

        .fade-in.d3 {
            animation-delay: .45s;
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* RESPONSIVE */
        @media(max-width:991px) {
            .hero-content {
                flex-direction: column;
            }

            .hero-card-panel {
                align-self: stretch;
                border-radius: 20px;
            }

            .top-nav {
                padding: 0 20px 24px;
            }

            .hero-text {
                padding-bottom: 20px;
            }

            .hero-content {
                padding: 30px 20px 0;
            }

            .trust-bar {
                padding: 18px 20px;
            }

            .trust-items {
                gap: 20px;
            }}

        * {
            box-sizing: border-box;
            margin:
                0;
            padding:
                0;
        }

        ￼vendor-prefixes.less:77 * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        user agent stylesheet div {
            display: block;
            unicode-bidi: isolate;
        }

        Inherited from ￼body body {
            font-family: "Open Sans", sans-serif;
            background:
                var(￼--cream);
            color: var(￼--navy);
            overflow-x: hidden;
        }
    