    /* ANIMATIONS */
    @keyframes livepulse {

        0%,
        100% {
            opacity: 1
        }

        50% {
            opacity: .3
        }
    }

    @keyframes ticker {
        from {
            transform: translateX(0)
        }

        to {
            transform: translateX(-50%)
        }
    }

    /* TICKER */
    .ticker-bar {
        background: #1a1a2e;
        overflow: hidden;
        padding: 8px 0;
        border-bottom: 2px solid #015fc9
    }

    .ticker-track {
        display: flex;
        white-space: nowrap;
        animation: ticker 40s linear infinite
    }

    .ticker-track:hover {
        animation-play-state: paused
    }

    .ticker-track span {
        font-size: 12.5px;
        font-weight: 600;
        color: rgba(255, 255, 255, .85);
        padding: 0 24px
    }

    .ticker-sep {
        color: #f5a623
    }

    /* PREMIUM HERO */
    .premium-hero {
        background: linear-gradient(135deg, #0b1f5e 0%, #0d2878 40%, #0a3fa8 70%, #0d5fd4 100%);
        padding: 56px 0 52px;
        position: relative;
        overflow: hidden
    }

    .premium-hero::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 420px;
        height: 420px;
        background: radial-gradient(circle, rgba(13, 95, 212, .45) 0%, transparent 65%);
        border-radius: 50%;
        pointer-events: none
    }

    .premium-hero::after {
        content: '';
        position: absolute;
        bottom: -70px;
        left: -70px;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(1, 95, 201, .25) 0%, transparent 65%);
        border-radius: 50%;
        pointer-events: none
    }

    .ph-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .2);
        backdrop-filter: blur(10px);
        color: rgba(255, 255, 255, .9);
        padding: 6px 16px;
        border-radius: 100px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 18px
    }

    .live-dot {
        width: 8px;
        height: 8px;
        background: #4ade80;
        border-radius: 50%;
        flex-shrink: 0;
        animation: livepulse 1.5s infinite
    }

    .premium-hero h1 {
        font-size: clamp(26px, 3.5vw, 44px);
        font-weight: 800;
        color: #fff;
        line-height: 1.15;
        margin-bottom: 14px
    }

    .premium-hero h1 .hl {
        color: #f5a623
    }

    .hero-sub {
        color: rgba(255, 255, 255, .75);
        font-size: 14px;
        line-height: 1.75;
        max-width: 480px;
        margin-bottom: 22px
    }

    .ph-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-bottom: 24px
    }

    .ph-stat {
        background: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .15);
        backdrop-filter: blur(6px);
        border-radius: 8px;
        padding: 8px 13px
    }

    .ph-stat strong {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.1
    }

    .ph-stat span {
        color: rgba(255, 255, 255, .55);
        font-size: 10.5px
    }

    .ph-btns {
        display: flex;
        flex-wrap: wrap;
        gap: 11px
    }

    .ph-btn-primary {
        background: linear-gradient(135deg, #f5a623, #e09700);
        color: #0b1f5e !important;
        padding: 12px 24px;
        border-radius: 9px;
        font-weight: 800;
        font-size: 14.5px;
        border: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 4px 16px rgba(245, 166, 35, .4);
        transition: .2s;
        text-decoration: none;
        font-family: inherit
    }

    .ph-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 22px rgba(245, 166, 35, .5);
        color: #0b1f5e !important
    }

    .ph-btn-secondary {
        background: rgba(255, 255, 255, .08);
        border: 1.5px solid rgba(255, 255, 255, .3);
        color: #fff !important;
        padding: 11px 22px;
        border-radius: 9px;
        font-weight: 600;
        font-size: 14.5px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: .2s;
        text-decoration: none;
        backdrop-filter: blur(6px)
    }

    .ph-btn-secondary:hover {
        background: rgba(255, 255, 255, .16);
        color: #fff !important
    }

    /* HERO CONFIGURATOR CARD */
    .config-card {
        background: #fff;
        border-radius: 14px;
        box-shadow: 0 8px 44px rgba(0, 0, 0, .25), 0 0 0 1px rgba(255, 255, 255, .08);
        overflow: hidden
    }

    .cc-header {
        background: linear-gradient(90deg, #0b1f5e, #015fc9);
        padding: 14px 18px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .cc-header h5 {
        color: #fff;
        font-weight: 800;
        margin: 0;
        font-size: 15px
    }

    .cc-live {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        color: rgba(255, 255, 255, .7)
    }

    .cc-body {
        padding: 18px !important;
    }

    /* Product type tabs */
    .prod-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 14px
    }

    .prod-tab {
        padding: 5px 11px;
        border: 1.5px solid #dee2e6;
        border-radius: 20px;
        background: #fff;
        font-size: 11.5px;
        font-weight: 600;
        color: #6c757d;
        cursor: pointer;
        font-family: inherit;
        transition: .2s;
        white-space: nowrap
    }

    .prod-tab.active {
        background: #015fc9;
        border-color: #015fc9;
        color: #fff
    }

    /* Dropdowns */
    .cfg-row {
        margin-bottom: 10px
    }

    .cfg-label {
        display: block;
        font-size: 11.5px;
        font-weight: 700;
        color: #0b1f5e;
        margin-bottom: 4px;
        text-transform: uppercase;
        letter-spacing: .3px
    }

    .cfg-select {
        width: 100%;
        padding: 9px 12px;
        border: 1.5px solid #dee2e6;
        border-radius: 8px;
        font-size: 13.5px;
        font-family: inherit;
        color: #0b1f5e;
        background: #fff;
        transition: border-color .2s
    }

    .cfg-select:focus {
        border-color: #015fc9;
        outline: none;
        box-shadow: 0 0 0 3px rgba(1, 95, 201, .1)
    }

    /* Portal list */
    .portal-box {
        background: #f0f7ff;
        border: 1px solid #ccdff4;
        border-radius: 8px;
        padding: 11px 13px;
        margin: 12px 0
    }

    .portal-box-title {
        font-size: 11.5px;
        font-weight: 700;
        color: #015fc9;
        margin-bottom: 7px;
        display: flex;
        align-items: center;
        gap: 5px
    }

    .portal-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3px
    }

    .portal-list li {
        font-size: 11px;
        color: #495057;
        display: flex;
        align-items: center;
        gap: 5px
    }

    .portal-list li::before {
        content: '✓';
        color: #00a854;
        font-weight: 800;
        flex-shrink: 0;
        font-size: 10px
    }

    /* Total bar */
    .total-bar {
        background: #0b1f5e;
        border-radius: 9px;
        padding: 12px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px
    }

    .total-bar .lbl {
        color: rgba(255, 255, 255, .65);
        font-size: 12px;
        font-weight: 600
    }

    .total-bar .amt {
        color: #f5a623;
        font-size: 24px;
        font-weight: 800;
        line-height: 1
    }

    .btn-order {
        width: 100%;
        background: linear-gradient(135deg, #f5a623, #e09700);
        color: #0b1f5e;
        border: none;
        padding: 12px;
        border-radius: 9px;
        font-size: 14.5px;
        font-weight: 800;
        cursor: pointer;
        font-family: inherit;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: .2s;
        box-shadow: 0 4px 14px rgba(245, 166, 35, .35)
    }

    .btn-order:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 18px rgba(245, 166, 35, .45)
    }

    .lock-note {
        text-align: center;
        font-size: 11px;
        color: #adb5bd;
        margin-top: 7px;
        margin-bottom: 0
    }

    /* TRUST BAR */
    .trust-bar {
        background: #f8fbff;
        border-bottom: 1px solid #dee2e6;
        padding: 10px 0
    }

    /* USE CASE SECTION */
    .uc-section {
        background: linear-gradient(135deg, #f8fbff, #eef3ff)
    }

    .uc-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
        gap: 9px;
        margin-bottom: 28px
    }

    .uc-chip {
        border: 1.5px solid #dee2e6;
        background: #fff;
        border-radius: 10px;
        padding: 11px 9px;
        text-align: center;
        cursor: pointer;
        transition: .2s;
        font-family: inherit
    }

    .uc-chip:hover {
        border-color: #015fc9;
        background: #f0f7ff;
        transform: translateY(-2px);
        box-shadow: 0 4px 14px rgba(1, 95, 201, .08)
    }

    .uc-chip.selected {
        border-color: #015fc9;
        background: #e8f2fd;
        box-shadow: 0 0 0 3px rgba(1, 95, 201, .1)
    }

    .uc-icon {
        font-size: 22px;
        margin-bottom: 5px;
        display: block
    }

    .uc-label {
        font-size: 11.5px;
        font-weight: 600;
        color: #0b1f5e;
        line-height: 1.3
    }

    .uc-chip.selected .uc-label {
        color: #015fc9
    }

    /* RESULT PANEL */
    .result-panel {
        display: none;
        animation: fadeUp .3s ease
    }

    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(10px)
        }

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

    .ai-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #e8f2fd;
        color: #015fc9;
        font-size: 11px;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 20px;
        margin-bottom: 10px
    }

    .portal-list2 {
        list-style: none;
        padding: 0;
        margin: 10px 0 0;
        display: flex;
        flex-direction: column;
        gap: 4px
    }

    .portal-list2 li {
        font-size: 12.5px;
        color: #495057;
        display: flex;
        align-items: center;
        gap: 7px
    }

    .portal-list2 li::before {
        content: '✓';
        color: #00a854;
        font-weight: 800
    }

    /* PRICING TABLE */
    .pt-wrap {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 2px 24px rgba(0, 0, 0, .08);
        border: 1px solid #dee2e6
    }

    .pt-head {
        background: #0b1f5e;
        display: grid;
        grid-template-columns: 2fr 1.2fr 1fr auto;
        padding: 12px 18px;
        gap: 0
    }

    .pt-head span {
        font-size: 11px;
        font-weight: 700;
        color: rgba(255, 255, 255, .65);
        text-transform: uppercase;
        letter-spacing: .4px
    }

    .pt-head span:nth-child(2),
    .pt-head span:nth-child(3) {
        text-align: center
    }

    .pt-head span:last-child {
        text-align: right
    }

    .pt-row {
        display: grid;
        grid-template-columns: 2fr 1.2fr 1fr auto;
        padding: 14px 18px;
        border-bottom: 1px solid #F2F5F9;
        background: #fff;
        transition: background .15s;
        align-items: center
    }

    .pt-row:last-child {
        border-bottom: none
    }

    .pt-row:hover {
        background: #f0f7ff
    }

    .pt-row.hot {
        background: #fffbf0
    }

    .pt-row.hot::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: #f5a623
    }

    .pt-row {
        position: relative
    }

    .dsc-name {
        font-size: 13.5px;
        font-weight: 700;
        color: #0b1f5e;
        line-height: 1.3
    }

    .dsc-sub {
        font-size: 11.5px;
        color: #6c757d;
        margin-top: 2px
    }

    .tbadge {
        display: inline-block;
        font-size: 9px;
        font-weight: 800;
        padding: 2px 6px;
        border-radius: 20px;
        margin-left: 5px;
        vertical-align: middle
    }

    .tb-pop {
        background: #fff3cd;
        color: #856404
    }

    .tb-gem {
        background: #cff4fc;
        color: #055160
    }

    .tb-dgft {
        background: #e2d9f3;
        color: #432874
    }

    .tb-no {
        background: #f8d7da;
        color: #842029
    }

    .price-col {
        text-align: center
    }

    .p-strike {
        font-size: 12px;
        color: #adb5bd;
        text-decoration: line-through;
        display: block
    }

    .p-final {
        font-size: 19px;
        font-weight: 800;
        color: #015fc9;
        display: block;
        line-height: 1.1
    }

    .p-save {
        display: inline-block;
        background: #d1e7dd;
        color: #0f5132;
        font-size: 9px;
        font-weight: 700;
        padding: 1px 7px;
        border-radius: 20px;
        margin-top: 2px
    }

    .del-col {
        text-align: center;
        font-size: 11.5px;
        color: #6c757d;
        line-height: 1.5
    }

    .del-fast {
        color: #198754;
        font-weight: 700;
        display: block;
        font-size: 12px
    }

    .act-col {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: flex-end
    }

    .btn-wa {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        background: #25d366;
        color: #fff;
        padding: 7px 11px;
        border-radius: 7px;
        font-size: 11.5px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        font-family: inherit;
        transition: .18s;
        text-decoration: none;
        white-space: nowrap
    }

    .btn-wa:hover {
        background: #22c55e;
        transform: translateY(-1px);
        color: #fff
    }

    .btn-qt {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        background: #F2F5F9;
        color: #015fc9;
        padding: 5px 9px;
        border-radius: 6px;
        font-size: 11px;
        font-weight: 600;
        border: 1px solid #ccdff4;
        cursor: pointer;
        font-family: inherit;
        transition: .18s;
        white-space: nowrap
    }

    .btn-qt:hover {
        background: #015fc9;
        color: #fff
    }

    .vs-wrap {
        display: flex;
        background: #F2F5F9;
        border-radius: 8px;
        padding: 4px;
        gap: 4px
    }

    .vs-btn {
        flex: 1;
        padding: 8px;
        border: none;
        background: transparent;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        color: #6c757d;
        cursor: pointer;
        font-family: inherit;
        transition: .2s;
        position: relative;
        text-align: center
    }

    .vs-btn.active {
        background: #015fc9;
        color: #fff;
        box-shadow: 0 3px 10px rgba(1, 95, 201, .3)
    }

    .vs-badge {
        position: absolute;
        top: -9px;
        right: 0;
        background: #198754;
        color: #fff;
        font-size: 9px;
        font-weight: 700;
        padding: 1px 6px;
        border-radius: 20px;
        white-space: nowrap
    }

    /* OFFICE CARD */
    .office-card {
        background: linear-gradient(135deg, #0b1f5e, #015fc9);
        border-radius: 14px;
        padding: 28px;
        color: #fff;
        position: relative;
        overflow: hidden
    }

    .office-card::after {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 160px;
        height: 160px;
        background: rgba(255, 255, 255, .04);
        border-radius: 50%
    }

    .od {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        margin-bottom: 14px
    }

    .od-icon {
        width: 38px;
        height: 38px;
        background: rgba(255, 255, 255, .1);
        border-radius: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        flex-shrink: 0
    }

    .od-lbl {
        font-size: 9.5px;
        font-weight: 700;
        color: rgba(255, 255, 255, .5);
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 2px
    }

    .od-val {
        font-size: 13.5px;
        color: #fff;
        line-height: 1.5;
        margin: 0
    }

    /* METRO */
    .metro-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px
    }

    .metro-item {
        background: #fff;
        border: 1.5px solid #dee2e6;
        border-radius: 9px;
        padding: 11px 13px;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: .2s
    }

    .metro-item:hover {
        border-color: #015fc9;
        background: #f0f7ff
    }

    .m-dot {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        flex-shrink: 0
    }

    .m-dot.blue {
        background: #003087;
        color: #fff
    }

    .m-dot.green {
        background: #00a854;
        color: #fff
    }

    .m-dot.walk {
        background: #e8f2fd;
        color: #015fc9
    }

    .m-time {
        font-size: 12.5px;
        font-weight: 700;
        color: #0b1f5e;
        line-height: 1.2
    }

    .m-name {
        font-size: 11px;
        color: #6c757d
    }

    /* DELIVERY CHIPS */
    .del-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 9px
    }

    .del-chip {
        display: flex;
        align-items: center;
        gap: 7px;
        background: #fff;
        border: 1.5px solid #dee2e6;
        border-radius: 9px;
        padding: 9px 13px;
        font-size: 13px;
        font-weight: 600;
        color: #0b1f5e;
        transition: .2s
    }

    .del-chip.green {
        border-color: #00a854;
        background: #f0faf5;
        color: #00a854
    }

    /* ONSITE */
    .onsite-card {
        background: linear-gradient(135deg, #fff9f0, #fff3e0);
        border: 2px solid #f5a623;
        border-radius: 13px;
        padding: 22px
    }

    /* FAQ */
    .faq-city {
        border: 1.5px solid #dee2e6;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 8px;
        transition: border-color .2s
    }

    .faq-city.open {
        border-color: #015fc9
    }

    .faq-q {
        padding: 14px 17px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 13.5px;
        color: #0b1f5e;
        background: #fff;
        gap: 10px;
        user-select: none
    }

    .faq-city.open .faq-q {
        color: #015fc9
    }

    .faq-tog {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #F2F5F9;
        border: 1.5px solid #dee2e6;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
        transition: .25s
    }

    .faq-city.open .faq-tog {
        background: #015fc9;
        border-color: #015fc9;
        color: #fff;
        transform: rotate(45deg)
    }

    .faq-a {
        padding: 0 17px;
        max-height: 0;
        overflow: hidden;
        transition: all .3s;
        font-size: 13px;
        color: #6c757d;
        line-height: 1.7;
        background: #fff
    }

    .faq-city.open .faq-a {
        max-height: 260px;
        padding: 0 17px 14px
    }

    /* CITY LINKS */
    .city-link {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        background: #F2F5F9;
        border: 1px solid #dee2e6;
        color: #0b1f5e;
        padding: 7px 14px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: .2s
    }

    .city-link:hover,
    .city-link.active {
        background: #015fc9;
        color: #fff;
        border-color: #015fc9
    }

    /* URGENCY */
    .urgency-strip {
        background: #015fc9;
        padding: 13px
    }

    .urgency-strip p {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap
    }

    /* ECOMMERCE ORDER MODAL */
    .order-hdr {
        background: linear-gradient(135deg, #0b1f5e, #015fc9);
        padding: 18px 22px
    }

    .os-box {
        background: #f8fbff;
        border: 1.5px solid #ccdff4;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 18px
    }

    .os-row {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        color: #495057;
        padding: 5px 0;
        border-bottom: 1px solid #F2F5F9
    }

    .os-row:last-child {
        border-bottom: none
    }

    .os-total-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #0b1f5e;
        border-radius: 8px;
        padding: 12px 14px;
        margin-top: 10px
    }

    .os-total-lbl {
        color: rgba(255, 255, 255, .7);
        font-size: 13px;
        font-weight: 600
    }

    .os-total-amt {
        font-size: 22px;
        font-weight: 800;
        color: #f5a623
    }

    /* RESPONSIVE */
    @media(max-width:900px) {

        .pt-head,
        .pt-row {
            grid-template-columns: 1.8fr 1.1fr auto
        }

        .del-col,
        .pt-head span:nth-child(3) {
            display: none
        }
    }

    @media(max-width:576px) {

        .pt-head,
        .pt-row {
            grid-template-columns: 1.5fr 1fr auto
        }

        .tbadge,
        .p-strike,
        .p-save {
            display: none
        }

        .p-final {
            font-size: 15px
        }

        .dsc-name {
            font-size: 12px
        }

        .act-col {
            flex-direction: row;
            gap: 4px
        }

        .btn-wa,
        .btn-qt {
            padding: 5px 7px;
            font-size: 10.5px
        }

        .metro-grid {
            grid-template-columns: 1fr
        }

        .uc-grid {
            grid-template-columns: repeat(auto-fill, minmax(128px, 1fr))
        }

        .portal-list {
            grid-template-columns: 1fr
        }

        .prod-tabs {
            gap: 4px
        }

        .prod-tab {
            font-size: 10.5px;
            padding: 4px 8px
        }
    }

    /* STATE OFFICES SECTION */
    .state-offices-section {
        background: #f8fbff;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    
    .office-location-card {
        background: #ffffff;
        border: 1.5px solid #dee2e6;
        border-radius: 12px;
        padding: 24px;
        position: relative;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    
    .office-location-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 24px rgba(1, 95, 201, 0.1);
        border-color: #015fc9;
    }
    
    .office-location-card .office-badge {
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 4px 10px;
        border-radius: 20px;
        background: #e8f2fd;
        color: #015fc9;
        display: inline-block;
    }
    
    .office-location-title {
        font-size: 17px;
        font-weight: 700;
        color: #0b1f5e;
        margin-bottom: 6px;
        margin-top: 8px;
    }
    
    .office-location-landmark {
        font-size: 12px;
        font-weight: 600;
        color: #015fc9;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    
    .office-location-address {
        font-size: 13px;
        color: #495057;
        line-height: 1.6;
        margin-bottom: 16px;
        flex-grow: 1;
    }
    
    .office-location-footer {
        border-top: 1px solid #f2f5f9;
        padding-top: 14px;
        margin-top: auto;
    }
    
    .office-location-phone {
        font-size: 12.5px;
        color: #6c757d;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    
    .office-location-phone a {
        color: #0b1f5e;
        font-weight: 700;
        text-decoration: none;
    }
    
    .office-location-actions {
        display: flex;
        gap: 8px;
    }
    
    .office-location-actions .btn-map {
        flex: 1;
        text-align: center;
        background: #F2F5F9;
        border: 1px solid #ccdff4;
        color: #015fc9;
        font-size: 12px;
        font-weight: 600;
        padding: 8px 12px;
        border-radius: 6px;
        text-decoration: none;
        transition: all 0.2s;
    }
    
    .office-location-actions .btn-map:hover {
        background: #015fc9;
        color: #fff;
        border-color: #015fc9;
    }

    .office-location-actions .btn-wa {
        flex: 1;
        justify-content: center;
    }

    @media (max-width: 767px) {
        .pt-wrap .pt-head {
            display: none !important;
        }

        .pt-wrap .pt-row {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            justify-content: center !important;
            align-items: center !important;
            text-align: center !important;
            padding: 20px 15px !important;
            border-bottom: 1px solid #eee !important;
            gap: 8px !important;
        }

        .pt-wrap .pt-row>div:first-child {
            width: 100% !important;
            flex: 0 0 100% !important;
            max-width: 100% !important;
            display: block !important;
            text-align: center !important;
        }

        .pt-wrap .dsc-name {
            display: block !important;
            font-size: 16px !important;
            font-weight: 700 !important;
            color: #0b1f5e !important;
            text-align: center !important;
            margin: 0 auto 8px auto !important;
            width: 100% !important;
        }

        .pt-wrap .dsc-sub {
            display: block !important;
            font-size: 13px !important;
            color: #6c757d !important;
            text-align: center !important;
            line-height: 1.5 !important;
            margin: 0 auto 14px auto !important;
            width: 100% !important;
        }

        .pt-wrap .del-col {
            display: none !important;
        }

        .pt-wrap .price-col {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: auto !important;
            margin: 0 10px 0 0 !important;
            padding: 0 !important;
            flex: 0 0 auto !important;
        }

        .pt-wrap .price-col .p-strike,
        .pt-wrap .price-col .p-save {
            display: none !important;
        }

        .pt-wrap .price-col .p-final {
            font-size: 16px !important;
            font-weight: 700 !important;
            color: #015fc9 !important;
            margin: 0 !important;
        }

        .pt-wrap .act-col {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 6px !important;
            width: auto !important;
            margin: 0 !important;
            padding: 0 !important;
            flex: 0 0 auto !important;
        }

        .pt-wrap .act-col button {
            margin: 0 !important;
            padding: 6px 12px !important;
            font-size: 13px !important;
            height: auto !important;
            line-height: 1.4 !important;
        }

        .strip-green {
            flex-direction: column !important;
            align-items: center !important;
            text-align: center !important;
            gap: 12px !important;
        }

        .strip-green>div {
            text-align: center !important;
            width: 100% !important;
        }

        .strip-green>a {
            align-self: center !important;
        }
    }

    /* Equal height cards for Why Choose Us section */
    .why-us-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .why-us-section .row>div {
        display: flex !important;
    }

    .why-us-section .feature-item {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* Updated by agent to trigger FileZilla upload */