
        .header-v2 .d-header-navbar {
            position: relative;
            background: rgba(255, 255, 255, .96);
            border-bottom: 1px solid #dfe8f7;
            box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
            padding: 12px 20px;
        }

        .header-v2 .tg-brand-text,
        .header-v2 .tg-brand-text:hover {
            color: #14214a;
        }

        .header-v2 .tg-brand-subtext {
            color: #6b7892;
        }

        .header-v2 .header-list {
            background: #f3f7ff;
            border: 1px solid #dfe8f7;
        }

        .header-v2 .header-list > .header-list-item,
        .header-v2 .header-list > .header-list-item.has-submenu:after,
        .header-v2 .header-list > .header-list-item > .header-list-link {
            color: #33415f;
        }

        .header-v2 .header-list > .header-list-item > .header-list-link:hover,
        .header-v2 .header-list > .header-list-item > .header-list-link.active-nav-link,
        .header-v2 .header-list > .header-list-item.active-nav-item > .header-list-link {
            background: #e8efff;
            color: #2f67ff;
        }

        .header-v2 .navbar-toggler {
            border-color: #d5dfef;
            background: #f8fbff;
            --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2314214a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.25' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .header-v2 .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2314214a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.25' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
            opacity: .9;
        }

        @media (max-width: 991px) {
            .header-v2 #navbarContent {
                margin-top: 12px;
                padding: 8px;
                background: rgba(255, 255, 255, .98);
                border: 1px solid #dfe8f7;
                border-radius: 18px;
                box-shadow: 0 18px 42px rgba(15, 23, 42, .12);
            }

            .header-v2 #navbarContent .header-list {
                margin: 0;
                padding: 0;
                background: transparent;
                border: 0;
            }

            .header-v2 #navbarContent .header-list li > a {
                display: block;
                padding: 11px 14px;
                color: #24324f;
                font-weight: 750;
                border-radius: 12px;
            }

            .header-v2 #navbarContent .header-list li > a:hover,
            .header-v2 #navbarContent .header-list li > a.active-nav-link,
            .header-v2 #navbarContent .header-list li.active-nav-item > a {
                color: #2f67ff;
                background: #edf3ff;
            }

            .header-v2 #navbarContent .header-list > .header-list-item.has-submenu::after {
                top: 17px;
                right: 14px;
                color: #526071;
            }
        }

        .tg-price-guide-shell {
            padding: 36px 0 76px;
            background: linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #ffffff 100%);
        }

        .tg-price-guide-hero {
            border: 1px solid #dfe8f7;
            border-radius: 28px;
            background:
                radial-gradient(circle at top left, rgba(255, 246, 219, .95) 0, rgba(255, 246, 219, 0) 34%),
                linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
            box-shadow: 0 22px 54px rgba(15, 23, 42, .07);
            padding: 32px;
        }

        .tg-price-guide-top {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            flex-wrap: wrap;
        }

        .tg-price-guide-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #d97706;
            font-size: 12px;
            font-weight: 850;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .tg-price-guide-hero h1 {
            max-width: 920px;
            margin: 12px 0 12px;
            color: #14214a;
            font-size: clamp(34px, 4vw, 56px);
            line-height: 1.02;
            letter-spacing: -.045em;
        }

        .tg-price-guide-lead {
            max-width: 940px;
            margin: 0;
            color: #5b6d8b;
            font-size: 17px;
            line-height: 1.7;
        }

        .tg-price-guide-action-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            flex-wrap: wrap;
            margin-top: 24px;
        }

        .tg-price-guide-actions {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .tg-price-guide-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid #dfe8f7;
            border-radius: 999px;
            background: #fff;
            color: #33415f;
            font-size: 13px;
            font-weight: 800;
            padding: 9px 13px;
            text-decoration: none;
        }

        .tg-price-guide-pill:hover {
            color: #2f67ff;
            border-color: #bcd0ff;
        }

        .tg-price-guide-country-toggle {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
            border: 1px solid #d8e3f5;
            border-radius: 999px;
            background: rgba(248,251,255,.94);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 14px 32px rgba(15, 23, 42, .05);
            padding: 5px;
        }

        .tg-price-guide-country-toggle span {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #667894;
            font-size: 12px;
            font-weight: 850;
            letter-spacing: .07em;
            padding: 0 9px 0 10px;
            text-transform: uppercase;
        }

        .tg-price-guide-country-toggle button {
            border: 0;
            border-radius: 999px;
            background: transparent;
            color: #33415f;
            font-size: 13px;
            font-weight: 850;
            padding: 9px 14px;
            cursor: pointer;
        }

        .tg-price-guide-shell[data-price-country="us"] .tg-price-guide-country-toggle button[data-pricing-country="us"],
        .tg-price-guide-shell[data-price-country="ca"] .tg-price-guide-country-toggle button[data-pricing-country="ca"] {
            background: #2f67ff;
            color: #fff;
            box-shadow: 0 10px 22px rgba(47,103,255,.24);
        }

        .tg-price-guide-shell:not([data-price-country="ca"]) .tg-price-guide-ca-price,
        .tg-price-guide-shell[data-price-country="ca"] .tg-price-guide-us-price {
            display: none;
        }

        .tg-price-guide-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
            gap: 24px;
            margin-top: 28px;
        }

        .tg-price-guide-city-price-search {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
            align-items: center;
            gap: 22px;
            margin-top: 28px;
            background:
                radial-gradient(circle at top right, rgba(47, 103, 255, .13), transparent 34%),
                linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
        }

        .tg-price-guide-city-price-search h2 {
            margin: 8px 0 8px;
        }

        .tg-price-guide-city-search-field {
            position: relative;
        }

        .tg-price-guide-city-search-field .form-control {
            height: 58px;
            border: 1px solid #dce7f7;
            border-radius: 999px;
            color: #14214a;
            font-size: 15px;
            font-weight: 750;
            padding: 0 20px 0 48px;
            box-shadow: 0 16px 34px rgba(15, 23, 42, .06);
        }

        .tg-price-guide-city-search-field .form-control:focus {
            border-color: #a9c0ff;
            box-shadow: 0 0 0 4px rgba(47, 103, 255, .12), 0 16px 34px rgba(15, 23, 42, .06);
        }

        .tg-price-guide-city-search-icon {
            position: absolute;
            top: 0;
            left: 19px;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 58px;
            color: #2f67ff;
            font-size: 16px;
            line-height: 1;
        }

        .tg-price-guide-city-search-hint {
            display: block;
            margin-top: 9px;
            color: #7b89a5;
            font-size: 12px;
            font-weight: 750;
        }

        .tg-price-guide-card {
            border: 1px solid #e2eaf7;
            border-radius: 24px;
            background: #fff;
            box-shadow: 0 16px 38px rgba(15, 23, 42, .05);
            padding: 24px;
        }

        .tg-price-guide-card h2,
        .tg-price-guide-card h3 {
            color: #14214a;
            letter-spacing: -.025em;
        }

        .tg-price-guide-muted {
            color: #667894;
        }

        .tg-price-guide-table {
            overflow: hidden;
            border: 1px solid #e4ebf7;
            border-radius: 18px;
        }

        .tg-price-guide-table table {
            width: 100%;
            margin: 0;
        }

        .tg-price-guide-table th {
            padding: 13px 16px;
            background: #15233c;
            color: #fff;
            font-size: 12px;
            font-weight: 850;
            letter-spacing: .09em;
            text-transform: uppercase;
        }

        .tg-price-guide-table td {
            padding: 15px 16px;
            border-top: 1px solid #edf2fa;
            color: #263754;
            vertical-align: top;
        }

        .tg-price-guide-table tbody tr:first-child td {
            border-top: 0;
        }

        .tg-price-guide-table tbody tr:nth-child(even) td {
            background: #fbfdff;
        }

        .tg-price-guide-service {
            color: #0f1e3e;
            font-weight: 850;
        }

        a.tg-price-guide-service {
            text-decoration: none;
        }

        a.tg-price-guide-service:hover {
            color: #2f67ff;
        }

        .tg-price-guide-basis {
            display: block;
            margin-top: 4px;
            color: #7b89a5;
            font-size: 13px;
            line-height: 1.45;
        }

        .tg-price-guide-range {
            color: #0d1b3d;
            font-size: 18px;
            font-weight: 850;
            white-space: nowrap;
        }

        .tg-price-guide-range-stack {
            display: grid;
            gap: 10px;
        }

        .tg-price-guide-range-line {
            display: grid;
            gap: 2px;
        }

        .tg-price-guide-range-label {
            color: #7b89a5;
            font-size: 11px;
            font-weight: 850;
            letter-spacing: .08em;
            line-height: 1.25;
            text-transform: uppercase;
        }

        .tg-price-guide-local-line {
            border-top: 1px solid #e6edf8;
            padding-top: 10px;
        }

        .tg-price-guide-local-line .tg-price-guide-range-label {
            color: #b45309;
        }

        .tg-price-guide-local-line .tg-price-guide-range {
            color: #b45309;
        }

        .tg-price-guide-local-reason {
            display: flex;
            gap: 10px;
            margin: 0 0 18px;
            padding: 12px 14px;
            border: 1px solid #f6d59f;
            border-radius: 16px;
            background: #fff9ed;
            color: #714507;
            font-size: 14px;
            line-height: 1.5;
        }

        .tg-price-guide-local-reason i {
            color: #d97706;
            flex: 0 0 auto;
            margin-top: 2px;
        }

        .tg-price-guide-unit {
            display: block;
            margin-top: 4px;
            color: #7b89a5;
            font-size: 13px;
            font-weight: 750;
        }

        .tg-price-guide-side-note {
            border: 1px solid #f6d59f;
            border-radius: 18px;
            background: #fff9ed;
            color: #714507;
            padding: 16px;
            font-size: 14px;
            line-height: 1.55;
        }

        .tg-price-guide-checklist + .tg-price-guide-side-note {
            margin-top: 18px;
        }

        .tg-price-guide-checklist,
        .tg-price-guide-faq-list,
        .tg-price-guide-detail-list {
            display: grid;
            gap: 10px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .tg-price-guide-checklist li,
        .tg-price-guide-faq-list li {
            display: flex;
            gap: 10px;
            color: #425370;
            font-size: 14px;
            line-height: 1.55;
        }

        .tg-price-guide-checklist i,
        .tg-price-guide-faq-list i {
            color: #d97706;
            flex: 0 0 auto;
            margin-top: 2px;
        }

        .tg-price-guide-details {
            display: grid;
            gap: 16px;
            margin-top: 24px;
        }

        .tg-price-guide-factors-card {
            margin-top: 36px !important;
        }

        .tg-price-guide-faq-card {
            margin-top: 36px !important;
        }

        .tg-price-guide-detail {
            border: 1px solid #e4ebf7;
            border-radius: 20px;
            background: #fff;
            padding: 20px;
        }

        .tg-price-guide-detail-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 14px;
        }

        .tg-price-guide-detail h3 {
            margin: 0 0 5px;
            color: #14214a;
            font-size: 22px;
        }

        .tg-price-guide-detail-price {
            color: #0d1b3d;
            font-size: 20px;
            font-weight: 900;
            white-space: nowrap;
        }

        .tg-price-guide-detail-columns {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }

        .tg-price-guide-mini-panel {
            border: 1px solid #edf2fa;
            border-radius: 16px;
            background: #fbfdff;
            padding: 15px;
        }

        .tg-price-guide-mini-panel h4 {
            margin: 0 0 10px;
            color: #172644;
            font-size: 14px;
            font-weight: 850;
        }

        .tg-price-guide-detail-list li {
            color: #53647f;
            font-size: 14px;
            line-height: 1.55;
            border-top: 1px solid #edf2fa;
            padding-top: 9px;
        }

        .tg-price-guide-detail-list li:first-child {
            border-top: 0;
            padding-top: 0;
        }

        .tg-price-guide-breakdown-price {
            display: block;
            color: #14214a;
            font-weight: 850;
        }

        .tg-price-guide-city-cta {
            margin-top: 28px;
            border-radius: 24px;
            background:
                radial-gradient(circle at top left, rgba(255, 184, 77, .22), transparent 36%),
                linear-gradient(135deg, #14213d 0%, #18294f 58%, #0f1a33 100%);
            color: #fff;
            padding: 28px;
        }

        .tg-price-guide-city-cta h2 {
            color: #fff;
        }

        .tg-price-guide-city-cta p {
            color: rgba(255, 255, 255, .78);
        }

        .tg-price-guide-local-links {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            margin-top: 22px;
        }

        .tg-price-guide-local-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            min-height: 64px;
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 16px;
            background: rgba(255, 255, 255, .08);
            color: #fff;
            font-weight: 850;
            line-height: 1.25;
            padding: 13px 15px;
            text-decoration: none;
            transition: transform .18s ease, background .18s ease, border-color .18s ease;
        }

        .tg-price-guide-local-link:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, .14);
            border-color: rgba(255, 255, 255, .34);
            color: #fff;
        }

        .tg-price-guide-local-link small {
            display: block;
            color: rgba(255, 255, 255, .62);
            font-size: 11px;
            font-weight: 750;
            margin-top: 3px;
        }

        .tg-price-guide-local-link i {
            color: #ffc46b;
            flex: 0 0 auto;
        }

        .tg-price-guide-local-primary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            border-radius: 999px;
            background: #fff;
            color: #14213d;
            font-weight: 900;
            padding: 12px 18px;
            text-decoration: none;
            box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
        }

        .tg-price-guide-local-primary:hover {
            color: #2f67ff;
        }

        @media (max-width: 991.98px) {
            .tg-price-guide-grid,
            .tg-price-guide-city-price-search,
            .tg-price-guide-detail-columns {
                grid-template-columns: 1fr;
            }

            .tg-price-guide-local-links {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767.98px) {
            .tg-price-guide-hero,
            .tg-price-guide-card,
            .tg-price-guide-city-cta {
                padding: 22px;
            }

            .tg-price-guide-action-row,
            .tg-price-guide-actions,
            .tg-price-guide-country-toggle {
                width: 100%;
            }

            .tg-price-guide-country-toggle {
                justify-content: center;
            }

            .tg-price-guide-table th,
            .tg-price-guide-table td {
                padding: 12px;
            }

            .tg-price-guide-range,
            .tg-price-guide-detail-price {
                white-space: normal;
            }

            .tg-price-guide-local-links {
                grid-template-columns: 1fr;
            }
        }
    

.core-price-guide [hidden] { display: none !important; }
.core-price-guide .tg-home-city-option[aria-selected="true"] { background: #edf3ff; color: #2f67ff; }
.core-price-guide .core-nav a,
.core-price-guide .core-services summary { color: #14214a; }
.core-price-guide .core-nav .core-manager { background: #0b1733; color: #fff; }
.core-price-guide .header-v2 .d-list-header { background: #fff; }
