.elementor-5939 .elementor-element.elementor-element-b713042{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b960611 */:root {
            --navy: #001f3f;
            --red: #b01830;
            --gold: #C9A84C;
            --text: #374151;
            --muted: #6b7280;
            --border: #e5e7eb;
            --bg: #f9fafb;
        }

        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;
            line-height: 1.75;
            color: var(--text);
            background: #fff;
            -webkit-font-smoothing: antialiased;
        }

        a {
            color: var(--red);
            text-decoration: underline;
        }

        a:hover {
            color: var(--navy);
        }

        /* PAGE HEADER */
        .pp-header {
            background: linear-gradient(135deg, var(--navy), #1a2f4a);
            padding: 70px 24px 60px;
            text-align: center;
        }

        .pp-header h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(1.8rem, 4vw, 2.6rem);
            font-weight: 800;
            color: #fff;
            margin-bottom: 10px;
        }

        .pp-header p {
            color: rgba(255, 255, 255, .65);
            font-size: .95rem;
        }

        .pp-header .eff {
            display: inline-block;
            margin-top: 12px;
            background: rgba(201, 168, 76, .15);
            border: 1px solid rgba(201, 168, 76, .4);
            color: var(--gold);
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 6px 18px;
            border-radius: 50px;
        }

        /* LAYOUT */
        .pp-wrap {
            max-width: 860px;
            margin: 0 auto;
            padding: 60px 28px 80px;
        }

        /* TOC */
        .toc {
            background: var(--bg);
            border: 1px solid var(--border);
            border-radius: 12px;
            padding: 28px 32px;
            margin-bottom: 52px;
        }

        .toc h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            margin-bottom: 14px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .toc ol {
            padding-left: 20px;
            display: flex;
            flex-direction: column;
            gap: 7px;
        }

        .toc ol li a {
            color: var(--red);
            text-decoration: none;
            font-size: .92rem;
            font-weight: 600;
        }

        .toc ol li a:hover {
            text-decoration: underline;
        }

        /* SECTIONS */
        .pp-section {
            margin-bottom: 52px;
            scroll-margin-top: 80px;
        }

        .pp-section h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.35rem;
            font-weight: 800;
            color: var(--navy);
            margin-bottom: 16px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--border);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .pp-section h2 .sec-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            min-width: 30px;
            background: var(--red);
            color: #fff;
            border-radius: 50%;
            font-size: .8rem;
            font-weight: 700;
        }

        .pp-section h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: var(--navy);
            margin: 20px 0 8px;
        }

        .pp-section p {
            margin-bottom: 14px;
        }

        .pp-section p:last-child {
            margin-bottom: 0;
        }

        .pp-section ul,
        .pp-section ol {
            padding-left: 22px;
            margin-bottom: 14px;
            display: flex;
            flex-direction: column;
            gap: 7px;
        }

        .pp-section li {
            font-size: .95rem;
        }

        /* CALLOUT BOXES */
        .callout {
            border-radius: 10px;
            padding: 18px 22px;
            margin: 20px 0;
            font-size: .92rem;
        }

        .callout-info {
            background: #eff6ff;
            border-left: 4px solid #3b82f6;
            color: #1e40af;
        }

        .callout-warn {
            background: #fefce8;
            border-left: 4px solid #f59e0b;
            color: #78350f;
        }

        .callout-red {
            background: #fff1f2;
            border-left: 4px solid var(--red);
            color: #7f1d1d;
        }

        .callout strong {
            font-weight: 700;
        }

        /* CONTACT BOX */
        .contact-box {
            background: var(--navy);
            border-radius: 14px;
            padding: 36px 32px;
            text-align: center;
            margin-top: 52px;
        }

        .contact-box h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.4rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 10px;
        }

        .contact-box p {
            color: rgba(255, 255, 255, .7);
            font-size: .95rem;
            margin-bottom: 20px;
        }

        .contact-box .cbi {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
        }

        .contact-box a {
            color: var(--gold);
            text-decoration: none;
            font-weight: 600;
            font-size: .95rem;
        }

        .contact-box a:hover {
            text-decoration: underline;
            color: #fff;
        }

        /* FOOTER */
        .pp-footer {
            border-top: 1px solid var(--border);
            padding: 24px 28px;
            text-align: center;
            font-size: .82rem;
            color: var(--muted);
            max-width: 860px;
            margin: 0 auto;
        }

        @media(max-width: 640px) {
            .pp-wrap {
                padding: 40px 18px 60px;
            }

            .toc {
                padding: 20px;
            }

            .contact-box {
                padding: 28px 20px;
            }
        }/* End custom CSS */