.elementor-14858 .elementor-element.elementor-element-82f2a5f{--display:flex;}@media(max-width:480px){.elementor-14858 .elementor-element.elementor-element-82f2a5f{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS */.fbs-blog-guide {
    --fbs-primary: #0b2f5b;
    --fbs-secondary: #0f5fa8;
    --fbs-accent: #f7a600;
    --fbs-dark: #101828;
    --fbs-text: #344054;
    --fbs-muted: #667085;
    --fbs-light: #f7f9fc;
    --fbs-border: #dfe5ec;
    --fbs-white: #ffffff;
    --fbs-success: #147d64;
    --fbs-radius-sm: 8px;
    --fbs-radius-md: 14px;
    --fbs-radius-lg: 22px;
    --fbs-shadow-sm: 0 5px 18px rgba(16, 24, 40, 0.07);
    --fbs-shadow-md: 0 12px 35px rgba(16, 24, 40, 0.1);

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding:20px 20px 40px;
    color: var(--fbs-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.fbs-blog-guide *,
.fbs-blog-guide *::before,
.fbs-blog-guide *::after {
    box-sizing: border-box;
}


/* ---------- Typography ---------- */

.fbs-blog-guide h2,
.fbs-blog-guide h3,
.fbs-blog-guide h4 {
    margin-top: 0;
    color: var(--fbs-dark);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.25;
}

.fbs-blog-guide h2 {
    margin-bottom: 22px;
    font-size: clamp(30px, 3vw, 42px);
    letter-spacing: -0.025em;
}

.fbs-blog-guide h3 {
    margin: 34px 0 14px;
    font-size: clamp(21px, 2vw, 26px);
    letter-spacing: -0.015em;
}

.fbs-blog-guide h4 {
    margin: 26px 0 12px;
    font-size: 20px;
}

.fbs-blog-guide p {
    margin: 0 0 20px;
}

.fbs-blog-guide strong {
    color: var(--fbs-dark);
    font-weight: 700;
}

.fbs-blog-guide a {
    color: var(--fbs-secondary);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.fbs-blog-guide a:hover {
    color: var(--fbs-primary);
}

.fbs-blog-guide ul,
.fbs-blog-guide ol {
    margin: 0 0 24px;
    padding-left: 25px;
}

.fbs-blog-guide li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.fbs-blog-guide li::marker {
    color: var(--fbs-accent);
}


/* ---------- Anchor Scroll Offset ---------- */

.fbs-blog-guide section[id],
.fbs-blog-guide nav[id] {
    scroll-margin-top: 110px;
}


/* ---------- Main Content Sections ---------- */

.fbs-section {
    position: relative;
    margin-top: 32px;
    padding: clamp(30px, 5vw, 58px);
    border: 1px solid var(--fbs-border);
    border-radius: var(--fbs-radius-lg);
    background: var(--fbs-white);
    box-shadow: var(--fbs-shadow-sm);
}

.fbs-section > :last-child {
    margin-bottom: 0;
}

.fbs-section > h2 {
    position: relative;
    padding-bottom: 18px;
}

.fbs-section > h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 4px;
    border-radius: 20px;
    background: var(--fbs-accent);
}


/* ---------- Hero Section ---------- */

.fbs-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(20px, 7vw, 35px);
    border-radius: var(--fbs-radius-lg);
    color: rgba(255, 255, 255, 0.9);
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(247, 166, 0, 0.26),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            var(--fbs-primary) 0%,
            var(--fbs-secondary) 100%
        );
    box-shadow: var(--fbs-shadow-md);
}

.fbs-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -90px;
    right: -90px;
    width: 280px;
    height: 280px;
    border: 45px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.fbs-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -120px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.fbs-hero h2 {
    max-width: 900px;
    margin-bottom: 24px;
    color: var(--fbs-white);
    font-size: clamp(35px, 5vw, 62px);
    line-height: 1.12;
}

.fbs-hero p {
    max-width: 9000px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 1.6vw, 20px);
}

.fbs-hero p:last-child {
    margin-bottom: 0;
}

.fbs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: var(--fbs-white);
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.3;
    text-transform: uppercase;
}


/* ---------- Quick Summary ---------- */

.fbs-summary-section {
    background:
        linear-gradient(
            180deg,
            rgba(247, 249, 252, 0.92),
            var(--fbs-white)
        );
}

.fbs-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.fbs-summary-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 24px 20px;
    border: 1px solid var(--fbs-border);
    border-radius: var(--fbs-radius-md);
    background: var(--fbs-white);
    box-shadow: 0 4px 15px rgba(16, 24, 40, 0.05);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.fbs-summary-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--fbs-accent),
        var(--fbs-secondary)
    );
}

.fbs-summary-card:hover {
    transform: translateY(-5px);
    border-color: rgba(15, 95, 168, 0.28);
    box-shadow: var(--fbs-shadow-md);
}

.fbs-summary-card h3 {
    margin: 12px 0 10px;
    font-size: 20px;
}

.fbs-summary-card p {
    margin-bottom: 0;
    color: var(--fbs-muted);
    font-size: 15px;
    line-height: 1.65;
}

.fbs-card-label {
    display: inline-block;
    color: var(--fbs-secondary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


/* ---------- Table of Contents ---------- */

.fbs-toc {
    margin-top: 32px;
    padding: clamp(28px, 5vw, 50px);
    border: 1px solid rgba(15, 95, 168, 0.2);
    border-radius: var(--fbs-radius-lg);
    background:
        linear-gradient(
            135deg,
            rgba(11, 47, 91, 0.04),
            rgba(15, 95, 168, 0.08)
        );
}

.fbs-toc h2 {
    margin-bottom: 26px;
    font-size: clamp(27px, 3vw, 36px);
}

.fbs-toc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.fbs-toc-grid a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 13px 15px 13px 42px;
    border: 1px solid rgba(15, 95, 168, 0.14);
    border-radius: 10px;
    color: var(--fbs-dark);
    background: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.fbs-toc-grid a::before {
    content: "→";
    position: absolute;
    left: 16px;
    color: var(--fbs-accent);
    font-size: 18px;
    font-weight: 800;
}

.fbs-toc-grid a:hover {
    transform: translateY(-2px);
    border-color: var(--fbs-secondary);
    color: var(--fbs-secondary);
    background: var(--fbs-white);
    box-shadow: var(--fbs-shadow-sm);
}


/* ---------- Highlight Boxes ---------- */

.fbs-highlight-box {
    position: relative;
    margin: 32px 0;
    padding: 27px 28px 25px 32px;
    border: 1px solid rgba(247, 166, 0, 0.35);
    border-left: 5px solid var(--fbs-accent);
    border-radius: 0 var(--fbs-radius-md) var(--fbs-radius-md) 0;
    background:
        linear-gradient(
            135deg,
            rgba(247, 166, 0, 0.1),
            rgba(247, 166, 0, 0.025)
        );
}

.fbs-highlight-box h3 {
    margin: 0 0 10px;
    color: var(--fbs-primary);
    font-size: 22px;
}

.fbs-highlight-box p:last-child {
    margin-bottom: 0;
}


/* ---------- Numbered Option Cards ---------- */

.fbs-option-card {
    position: relative;
    margin: 22px 0;
    padding: 28px 28px 25px 88px;
    border: 1px solid var(--fbs-border);
    border-radius: var(--fbs-radius-md);
    background: var(--fbs-light);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.fbs-option-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 95, 168, 0.3);
    box-shadow: var(--fbs-shadow-sm);
}

.fbs-option-number {
    position: absolute;
    top: 26px;
    left: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--fbs-white);
    background: linear-gradient(
        135deg,
        var(--fbs-primary),
        var(--fbs-secondary)
    );
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(11, 47, 91, 0.2);
}

.fbs-option-card h3 {
    margin: 0 0 11px;
    font-size: 23px;
}

.fbs-option-card p:last-child {
    margin-bottom: 0;
}


/* ---------- Tables ---------- */

.fbs-table-wrap {
    width: 100%;
    margin: 30px 0;
    overflow-x: auto;
    border: 1px solid var(--fbs-border);
    border-radius: var(--fbs-radius-md);
    background: var(--fbs-white);
    box-shadow: var(--fbs-shadow-sm);
    -webkit-overflow-scrolling: touch;
}

.fbs-table-wrap table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    table-layout: auto;
}

.fbs-table-wrap th,
.fbs-table-wrap td {
    padding: 18px 20px;
    border: 0;
    border-bottom: 1px solid var(--fbs-border);
    text-align: left;
    vertical-align: top;
}

.fbs-table-wrap th {
    color: var(--fbs-white);
    background: var(--fbs-primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.fbs-table-wrap tbody tr:nth-child(even) {
    background: var(--fbs-light);
}

.fbs-table-wrap tbody tr:hover {
    background: rgba(15, 95, 168, 0.07);
}

.fbs-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}


/* ---------- Checklist ---------- */

.fbs-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
    padding-left: 0 !important;
    list-style: none;
}

.fbs-checklist li {
    position: relative;
    margin: 0;
    padding: 14px 16px 14px 46px;
    border: 1px solid var(--fbs-border);
    border-radius: 10px;
    background: var(--fbs-light);
}

.fbs-checklist li::before {
    content: "✓";
    position: absolute;
    top: 13px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: var(--fbs-white);
    background: var(--fbs-success);
    font-size: 13px;
    font-weight: 800;
}


/* ---------- Related Products ---------- */

.fbs-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.fbs-related-card {
    position: relative;
    display: block;
    min-height: 175px;
    padding: 27px 27px 25px;
    overflow: hidden;
    border: 1px solid var(--fbs-border);
    border-radius: var(--fbs-radius-md);
    color: var(--fbs-text) !important;
    background: var(--fbs-light);
    text-decoration: none !important;
}

.fbs-related-card::after {
    content: "Explore →";
    display: block;
    margin-top: 17px;
    color: var(--fbs-secondary);
    font-size: 14px;
    font-weight: 800;
}

.fbs-related-card:hover {
    transform: translateY(-5px);
    border-color: var(--fbs-secondary);
    background: var(--fbs-white);
    box-shadow: var(--fbs-shadow-md);
}

.fbs-related-card h3 {
    margin: 0 0 10px;
    color: var(--fbs-primary);
    font-size: 22px;
}

.fbs-related-card p {
    margin-bottom: 0;
    color: var(--fbs-muted);
    font-size: 15px;
}


/* ---------- FAQ ---------- */

.fbs-faq-item {
    margin-bottom: 18px;
    padding: 24px 25px;
    border: 1px solid var(--fbs-border);
    border-radius: var(--fbs-radius-md);
    background: var(--fbs-light);
}

.fbs-faq-item:last-child {
    margin-bottom: 0;
}

.fbs-faq-item h3 {
    position: relative;
    margin: 0 0 10px;
    padding-left: 35px;
    color: var(--fbs-primary);
    font-size: 21px;
}

.fbs-faq-item h3::before {
    content: "?";
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: var(--fbs-white);
    background: var(--fbs-secondary);
    font-size: 14px;
    font-weight: 800;
}

.fbs-faq-item p {
    margin-bottom: 0;
}


/* ---------- Final CTA ---------- */

.fbs-final-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin-top: 35px;
    padding: clamp(40px, 7vw, 75px);
    border-radius: var(--fbs-radius-lg);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(247, 166, 0, 0.3),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--fbs-primary),
            var(--fbs-secondary)
        );
    box-shadow: var(--fbs-shadow-md);
}

.fbs-final-cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -130px;
    right: -110px;
    width: 350px;
    height: 350px;
    border: 55px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.fbs-final-cta h2 {
    max-width: 800px;
    margin: 0 auto 20px;
    color: var(--fbs-white);
    font-size: clamp(32px, 4.5vw, 52px);
}

.fbs-final-cta p {
    max-width: 820px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
}

.fbs-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.fbs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 25px;
    border: 2px solid transparent;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 800 !important;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
}

.fbs-btn:hover {
    transform: translateY(-3px);
}

.fbs-btn-primary {
    color: var(--fbs-dark) !important;
    background: var(--fbs-accent);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
}

.fbs-btn-primary:hover {
    color: var(--fbs-dark) !important;
    background: #ffb51f;
}

.fbs-btn-secondary {
    border-color: rgba(255, 255, 255, 0.75);
    color: var(--fbs-white) !important;
    background: rgba(255, 255, 255, 0.08);
}

.fbs-btn-secondary:hover {
    border-color: var(--fbs-white);
    color: var(--fbs-primary) !important;
    background: var(--fbs-white);
}


/* ---------- Accessibility ---------- */

.fbs-blog-guide a:focus-visible,
.fbs-blog-guide button:focus-visible {
    outline: 3px solid var(--fbs-accent);
    outline-offset: 3px;
}

.fbs-blog-guide ::selection {
    color: var(--fbs-white);
    background: var(--fbs-secondary);
}


/* ---------- Tablet: 1024px and Below ---------- */

@media (max-width: 1024px) {
    .fbs-blog-guide {
        padding: 25px 18px 60px;
        font-size: 16px;
    }

    .fbs-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fbs-summary-card:last-child {
        grid-column: 1 / -1;
        min-height: auto;
    }

    .fbs-toc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fbs-section {
        padding: 40px 34px;
    }

    .fbs-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* ---------- Mobile Landscape / Small Tablet ---------- */

@media (max-width: 767px) {
    .fbs-blog-guide {
        padding: 15px 12px 45px;
        font-size: 16px;
        line-height: 1.7;
    }

    .fbs-hero,
    .fbs-final-cta {
        padding: 38px 24px;
        border-radius: 16px;
    }

    .fbs-hero h2 {
        font-size: 35px;
    }

    .fbs-hero p,
    .fbs-final-cta p {
        font-size: 16px;
    }

    .fbs-section,
    .fbs-toc {
        margin-top: 22px;
        padding: 30px 22px;
        border-radius: 16px;
    }

    .fbs-blog-guide h2 {
        font-size: 29px;
    }

    .fbs-blog-guide h3 {
        font-size: 21px;
    }

    .fbs-summary-grid,
    .fbs-toc-grid,
    .fbs-related-grid,
    .fbs-checklist {
        grid-template-columns: 1fr;
    }

    .fbs-summary-card:last-child {
        grid-column: auto;
    }

    .fbs-summary-card {
        min-height: auto;
    }

    .fbs-toc-grid a {
        min-height: 50px;
    }

    .fbs-option-card {
        padding: 75px 22px 24px;
    }

    .fbs-option-number {
        top: 22px;
        left: 22px;
    }

    .fbs-highlight-box {
        padding: 24px 20px;
    }

    .fbs-related-card {
        min-height: auto;
    }

    .fbs-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fbs-btn {
        width: 100%;
    }
}


/* ---------- Small Mobile ---------- */

@media (max-width: 480px) {
    .fbs-blog-guide {
        padding-right: 8px;
        padding-left: 8px;
    }

    .fbs-hero,
    .fbs-final-cta {
        padding: 32px 19px;
    }

    .fbs-hero h2 {
        font-size: 31px;
    }

    .fbs-section,
    .fbs-toc {
        padding: 26px 18px;
    }

    .fbs-blog-guide h2 {
        font-size: 27px;
    }

    .fbs-blog-guide h3 {
        font-size: 20px;
    }

    .fbs-eyebrow {
        font-size: 11px;
    }

    .fbs-summary-card,
    .fbs-faq-item,
    .fbs-related-card {
        padding: 22px 18px;
    }

    .fbs-table-wrap th,
    .fbs-table-wrap td {
        padding: 15px;
    }
}


/* ---------- Reduced Motion ---------- */

@media (prefers-reduced-motion: reduce) {
    .fbs-blog-guide *,
    .fbs-blog-guide *::before,
    .fbs-blog-guide *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}


/* ---------- Print Styling ---------- */

@media print {
    .fbs-blog-guide {
        max-width: 100%;
        padding: 0;
        color: #000000;
        font-size: 12pt;
    }

    .fbs-hero,
    .fbs-final-cta {
        color: #000000;
        background: none;
        box-shadow: none;
    }

    .fbs-hero h2,
    .fbs-final-cta h2,
    .fbs-hero p,
    .fbs-final-cta p {
        color: #000000;
    }

    .fbs-section,
    .fbs-toc,
    .fbs-summary-card,
    .fbs-option-card,
    .fbs-highlight-box,
    .fbs-related-card,
    .fbs-faq-item {
        break-inside: avoid;
        box-shadow: none;
    }

    .fbs-cta-actions {
        display: none;
    }
}/* End custom CSS */