
        :root {
            --brand: #5A1F1B;
            --brand-dark: #33100e;
            --brand-soft: rgba(90, 31, 27, .08);
            --ink: #1f1f1f;
            --muted: #667085;
            --line: #e3e7ec;
            --smoke: #f6f7f9;
            --white: #ffffff;
            --shadow: 0 18px 48px rgba(35, 16, 14, .10);
            --radius-lg: 28px;
            --radius-md: 18px;
            --radius-sm: 12px;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: "Mulish", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            color: var(--ink);
            background: var(--white);
        }

        a {
            text-decoration: none;
        }

        .text-brand {
            color: var(--brand) !important;
        }

        .bg-smoke {
            background: var(--smoke);
        }

        .section-padding {
            padding: 86px 0;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: .5rem;
            color: var(--brand);
            font-size: .78rem;
            font-weight: 900;
            letter-spacing: .16em;
            text-transform: uppercase;
            margin-bottom: .85rem;
        }

        .section-kicker::before {
            content: "";
            width: 26px;
            height: 2px;
            background: var(--brand);
            border-radius: 10px;
        }

        .section-title {
            font-size: clamp(24px, 3vw, 36px);
            font-weight: 700;
            color: var(--title-color);
            margin-bottom: 14px;
            line-height: 1.25;
        }

        .section-copy {

            font-size: 17px;
            line-height: 1.8;
            margin-bottom: 0;
        }

        .btn-brand,
        .btn-brand-outline,
        .btn-white,
        .btn-ghost {
            --bs-btn-padding-x: 1.35rem;
            --bs-btn-padding-y: .85rem;
            --bs-btn-border-radius: 999px;
            font-weight: 900;
            transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
        }

        .btn-brand {
            --bs-btn-bg: var(--brand);
            --bs-btn-border-color: var(--brand);
            --bs-btn-hover-bg: var(--brand-dark);
            --bs-btn-hover-border-color: var(--brand-dark);
            --bs-btn-color: #fff;
            --bs-btn-hover-color: #fff;
            box-shadow: 0 12px 22px rgba(90, 31, 27, .20);
        }

        .btn-brand-outline {
            --bs-btn-color: var(--brand);
            --bs-btn-border-color: rgba(90, 31, 27, .32);
            --bs-btn-hover-bg: var(--brand);
            --bs-btn-hover-border-color: var(--brand);
            --bs-btn-hover-color: #fff;
            background: #fff;
        }

        .btn-white {
            --bs-btn-bg: #fff;
            --bs-btn-border-color: #fff;
            --bs-btn-color: var(--brand);
            --bs-btn-hover-color: var(--brand);
            --bs-btn-hover-bg: #f7f7f7;
            --bs-btn-hover-border-color: #f7f7f7;
        }

        .btn-ghost {
            --bs-btn-color: #fff;
            --bs-btn-border-color: rgba(255, 255, 255, .35);
            --bs-btn-hover-bg: rgba(255, 255, 255, .10);
            --bs-btn-hover-border-color: #fff;
            --bs-btn-hover-color: #fff;
        }

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

        /* Header */
        .topbar {
            background: var(--brand);
            color: rgba(255, 255, 255, .80);
            font-size: .82rem;
            padding: .55rem 0;
        }

        .topbar a {
            color: rgba(255, 255, 255, .85);
        }

        .topbar a:hover {
            color: #fff;
        }

        .navbar {
            background: rgba(255, 255, 255, .96);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--line);
        }

        .navbar-brand {
            color: var(--brand) !important;
            font-size: 1.35rem;
            font-weight: 900;
            letter-spacing: -.03em;
        }

        .navbar-brand span {
            color: var(--ink);
        }

        .navbar-nav .nav-link {
            color: #30343b;
            font-size: .93rem;
            font-weight: 800;
            padding: .75rem 1rem !important;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--brand);
        }

        /* Cards */
        .icon-card,
        .criteria-item,
        .why-item,
        .price-card {
            background: #fff;
            border: 1px solid var(--line);
            border-radius: var(--radius-md);
            box-shadow: 0 12px 32px rgba(31, 31, 31, .04);
        }

        .icon-card {
            padding: 1.2rem;
            display: flex;
            gap: 1rem;
            align-items: flex-start;
        }

        .icon-box {
            width: 46px;
            height: 46px;
            flex: 0 0 46px;
            display: grid;
            place-items: center;
            background: var(--brand-soft);
            color: var(--brand);
            border-radius: 14px;
            font-size: 1.1rem;
        }

        .icon-card h3,
        .criteria-item h3,
        .why-item h3 {
            color: #0a0100;
            font-size:18px;
            font-weight: 800;
            margin-bottom: .35rem;
        }

        .icon-card p,
        .criteria-item p,
        .why-item p {

            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 0;
        }

        /* .feature-visual {
            min-height: 520px;
            border-radius: var(--radius-lg);
            background:
                radial-gradient(circle at 30% 25%, rgba(90, 31, 27, .15), transparent 16rem),
                linear-gradient(145deg, #fff, #f4f5f7);
            border: 1px solid var(--line);
            box-shadow: var(--shadow);
            position: relative;
            overflow: hidden;
            padding: 2rem;
        } */

        .feature-visual::after {
            content: "";
            position: absolute;
            inset: auto -72px -98px auto;
            width: 260px;
            height: 260px;
            background: var(--brand-soft);
            border-radius: 50%;
        }

        .criteria-note {
            background: var(--brand-soft);
            border-left: 4px solid var(--brand);
            border-radius: 0 16px 16px 0;
            color: #514240;
            padding: 1rem 1.15rem;
            font-size: .94rem;
            line-height: 1.7;
        }

        .criteria-item {
            padding: 1.1rem 1.2rem;
            height: 100%;
            transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
        }

        .criteria-item:hover {
            transform: translateY(-4px);
            border-color: rgba(90, 31, 27, .35);
            box-shadow: var(--shadow);
        }

        .criteria-num,
        .why-num {
            width: 38px;
            height: 38px;
            display: inline-grid;
            place-items: center;
            border-radius: 12px;
            background: var(--brand);
            color: #fff;
            font-size: .8rem;
            font-weight: 900;
            margin-bottom: .9rem;
        }

        .why-item {
            height: 100%;
            padding: 1.35rem;
            border-left: 5px solid var(--brand);
        }

        .why-num {
            background: var(--brand-soft);
            color: var(--brand);
        }

        /* Table */
        .compare-wrap {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            border: 1px solid var(--line);
            border-radius: 24px;
            box-shadow: var(--shadow);
            background: #fff;
        }

        .compare-table {
            margin: 0;
            min-width: 600px;
        }

        .compare-table th {
            padding: 1.15rem 1.35rem;
            font-size: .92rem;
            font-weight: 900;
        }

        .compare-table thead th:first-child {
            background: #f0f2f5;
            color: #667085;
            border-bottom: none;
        }

        .compare-table thead th:nth-child(2) {
            background: var(--brand);
            color: #fff;
        }

        .compare-table thead th:nth-child(3) {
            background: #5a1f1b;
            color: #fdfdff;
            border-bottom: none;
        }

        .compare-table td {
            padding: 1rem 1.35rem;
            border-top: 1px solid var(--line);
            color: #000000;
            font-size: 17px;
            font-weight: 400;
            vertical-align: middle;
        }

        .compare-table td:first-child {
            background: #f8f9fb;
            color: #000000;
            font-weight: 700;
        }

        .good {
            color: #137333 !important;
            font-weight: 700;
        }

        .bad {
            color: #c0392b !important;
            font-weight: 700;
        }

        .neutral {
            color: #5a6472 !important;
            font-weight: 700;
        }

        /* Pricing */
        .price-card {
            height: 100%;
            padding: 2rem;
            position: relative;
            transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
        }

        .price-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow);
            border-color: rgba(90, 31, 27, .25);
        }

        .price-card.featured {
            color: #fff;
            background: linear-gradient(160deg, var(--brand), #35100e);
            border-color: var(--brand);
            transform: translateY(-10px);
        }

        .price-card.featured:hover {
            transform: translateY(-14px);
        }

        .plan-badge {
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            background: #ffffff;
            color: #000;
            font-size: 14px;
            font-weight: 800;
            /* letter-spacing: 0.1em; */
            /* text-transform: uppercase; */
            padding: 5px 16px;
            border-radius: 20px;
        }

        .plan-label {
            color: var(--brand);
            font-size: .75rem;
            font-weight: 900;
            letter-spacing: .16em;
            text-transform: uppercase;
            margin-bottom: .65rem;
        }

        .price-card.featured .plan-label,
        .price-card.featured .price-muted {
            color: rgb(255 255 255);
        }

        .price-card h3 {
            color: inherit;
            font-size: 1.35rem;
            font-weight: 900;
            margin-bottom: 1rem;
            color: #5A1F1B;
        }

        .price-value {
            color: var(--brand);
            font-size: 2.6rem;
            font-weight: 900;
            letter-spacing: -.05em;
            line-height: 1;
            margin-bottom: 12px;
        }

        .price-card.featured .price-value {
            color: #fff;
        }

        .price-muted {
            font-size: 16px;
            color: #020000;
            margin-bottom: 6px;
            margin-top: 10px;
            padding: 4px 0;
            /* margin: 10px 0 !important; */
            text-align: left;
            display: block;

        }

        .plan-list {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5rem;
            text-align: left;
        }

        .plan-list li {
            font-size: 16px;
            color: #000000;
            padding: 8px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            display: flex;
            align-items: flex-start;
            gap: 10px;
            line-height: 1.5;
        }

        .price-card.featured .plan-list li {
            color: rgba(255, 255, 255, .86);
            border-bottom-color: rgba(255, 255, 255, .14);
        }

        .plan-list i {
            margin-top: .2rem;
        }

        .plan-list .fa-check {
            color: var(--brand);
        }

        .price-card.featured .plan-list .fa-check {
            color: #fff;
        }

        .plan-list .fa-xmark {
            color: #bdc3cc;
        }

        /* FAQ and CTA */
        .accordion-item {
            border: 1px solid var(--line) !important;
            border-radius: 18px !important;
            overflow: hidden;
            margin-bottom: .85rem;
            box-shadow: 0 12px 32px rgba(31, 31, 31, .04);
        }

        .accordion-button {
            padding: 20px 24px;
            box-shadow: none !important;
            border: none;
            font-size: 18px;
            font-weight: 600;
            color: #000000;
        }

        /* a.btn.btn-brand{
        display: inline-block;
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background-color:#5A1F1B !important;
    padding: 14px 30px;
    border-radius: 12px;
    border: none;
    min-width: 170px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.2s;
}
a.btn.btn-brand:hover{
     background:unset !important;
        color: #000000;
    background-color: #fff;
    border: 1px solid #000 !important;
} */
        /* .page-immigration-attorneys .btn-brand{
    background:unset !important;
} */
        .accordion-button:not(.collapsed) {
            background: var(--brand-soft);
            color: var(--brand);
            border: none;
        }

        .accordion-collapse {
            border: none;
        }

        .accordion-body {

            line-height: 1.8;
            padding: 1.25rem 1.35rem;
        }

        a.btn.btn-brand-outline.w-100 {

            border: 2px solid #5A1F1B !important;
            color: var(--theme-color);
            display: inline-block;
            font-family: var(--body-font);
            font-size: 15px;
            font-weight: 700;
            color: #3c1311;
            padding: 12px 30px;
            border-radius: 12px;
            border: none;
            min-width: 170px;
            text-align: center;
            cursor: pointer;
            transition: transform 0.2s, opacity 0.2s;
        }

        @media (max-width: 991.98px) {
            .section-padding {
                padding: 68px 0;
            }

            .price-card.featured {
                transform: none;
            }

            .price-card.featured:hover {
                transform: translateY(-5px);
            }

            .compare-wrap {
                border-radius: 16px;
            }

            .compare-table th,
            .compare-table td {
                font-size: 15px;
                padding: .75rem 1rem;
            }
        }

        @media (max-width: 767.98px) {
            body {
                overflow-x: hidden;
            }

            .section-padding {
                padding: 52px 0;
            }

            .feature-visual {
                width: 100%;
                min-height: unset;
            }

            .feature-visual img {
                width: 100%;
                height: auto;
                border-radius: 16px;
                display: block;
            }

            .icon-card {
                flex-direction: column;
                gap: .75rem;
            }

            .criteria-item,
            .why-item {
                height: auto;
            }

            .price-card {
                margin-bottom: 1rem;
            }

            .compare-table {
                min-width: 520px;
            }

            .compare-table th,
            .compare-table td {
                font-size: 13px;
                padding: .65rem .75rem;
                word-break: break-word;
                white-space: normal;
            }

            .cta-section-inner {
                padding: 32px 20px !important;
                border-radius: 16px !important;
            }

            .cta-section-inner .cta-title {
                font-size: clamp(20px, 5vw, 30px);
            }

            .cta-btns {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 12px;
            }

            .cta-btns .btn-gold,
            .cta-btns .btn-ghost {
                width: 100%;
                max-width: 320px;
                text-align: center;
                display: block;
            }

            .legal-disclaimer {
                padding: 16px;
            }

            .legal-disclaimer p {
                font-size: 15px;
            }
        }

        @media (max-width: 575.98px) {
            .topbar .social {
                display: none;
            }

            .section-padding {
                padding: 44px 0;
            }

            .section-title {
                font-size: clamp(20px, 5.5vw, 28px);
            }

            .section-copy {
                font-size: 15px;
            }

            .icon-card h3,
            .criteria-item h3,
            .why-item h3 {
                font-size: 17px;
            }

            .price-value {
                font-size: 2rem;
            }

            .price-card {
                padding: 1.5rem;
            }

            .accordion-button {
                font-size: 15px;
                padding: 16px 18px;
            }

            .compare-table {
                min-width: 460px;
            }

            .compare-table th,
            .compare-table td {
                font-size: 12px;
                padding: .5rem .6rem;
            }
        }

        .cta-section-inner .cta-title {
            font-size: clamp(22px, 4vw, 42px);
            color: #fff;
            line-height: 1.2;
            margin-bottom: 14px;
        }

        .cta-section-inner p {
            font-size: 17px;
            color: #ffffff;
            line-height: 1.8;

        }

        .cta-section-inner a.btn-gold.btn-gold-lg {
            background: #fff;
            color: #000;
            border-radius: 3px;
            font-size: 16px;
            padding: 15px 38px;
            font-weight: 500;
            text-decoration: none;
            /* letter-spacing: .03em; */
            transition: all .25s;
            display: inline-block;
            border: none;
            border-radius: 50px;
        }

        .cta-section-inner a.btn-ghost.btn-ghost-lg {
            border: 1px solid rgba(255, 255, 255, .3);
            color: rgba(255, 255, 255, .82);
            padding: 14px 34px;
            border-radius: 3px;
            font-size: 16px;
            padding: 15px 38px;
            text-decoration: none;
            transition: all .25s;
            display: inline-block;
            border-radius: 50px;
        }

        .th-btn.style-outline {
            background: transparent;
            border: 2px solid var(--theme-color);
            color: var(--theme-color);
        }

        .th-btn.style-outline:hover {
            background: var(--theme-color);
            color: #fff;
        }

        a.btn.btn-white.w-100 {
            width: 100%;
            display: block;
            text-align: center;
            background: #fff;
            color: #5A1F1B;
            display: inline-block;
            font-family: var(--body-font);
            font-size: 15px;
            font-weight: 700;
            padding: 14px 30px;
            border-radius: 12px;
            border: none;
            min-width: 170px;
            text-align: center;
            cursor: pointer;
            transition: transform 0.2s, opacity 0.2s;
        }
    