/* ================================================================
   PRSH Premium Navbar System
   Inspired by Stripe · Linear · Framer · Vercel · Webflow
   ================================================================ */

/* ── CSS Custom Properties ─────────────────────────────────────── */
:root {
    --nav-h: 68px;
    --topbar-h: 38px;
    --nav-bg: rgba(255, 255, 255, 0.95);
    --nav-bg-scrolled: rgba(255, 255, 255, 0.98);
    --nav-border: rgba(0, 0, 0, 0.07);
    --nav-shadow: 0 4px 32px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(0, 0, 0, 0.04);
    --nav-text: #111827;
    --nav-muted: #6b7280;
    --nav-accent: #0070f3;
    --nav-accent-hover: #0052cc;
    --topbar-bg: #060c1a;
    --dd-bg: rgba(255, 255, 255, 0.99);
    --dd-border: rgba(0, 0, 0, 0.06);
    --dd-shadow: 0 24px 64px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0,0,0,.04);
    --dd-radius: 20px;
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --btn-radius: 10px;
    --c-blue: #0070f3;
    --c-blue-bg: rgba(0, 112, 243, 0.08);
    --c-violet: #7c3aed;
    --c-violet-bg: rgba(124, 58, 237, 0.08);
    --c-cyan: #0891b2;
    --c-cyan-bg: rgba(8, 145, 178, 0.08);
    --c-green: #059669;
    --c-green-bg: rgba(5, 150, 105, 0.08);
    --c-orange: #ea580c;
    --c-orange-bg: rgba(234, 88, 12, 0.08);
    --c-rose: #e11d48;
    --c-rose-bg: rgba(225, 29, 72, 0.08);

    /* Drawer tokens */
    --drawer-bg: rgba(252, 253, 255, 0.98);
    --drawer-border: rgba(0, 0, 0, 0.06);
    --drawer-shadow: -32px 0 80px rgba(0, 0, 0, 0.14), -1px 0 0 rgba(0, 0, 0, 0.04);
    --drawer-item-hover: rgba(0, 112, 243, 0.06);
    --drawer-item-active: rgba(0, 112, 243, 0.09);
    --drawer-sub-bg: rgba(0, 0, 0, 0.025);
    --drawer-sub-border: rgba(0, 0, 0, 0.05);
    --drawer-icon-bg: rgba(0, 112, 243, 0.09);
    --drawer-icon-color: #0070f3;
    --drawer-label-color: rgba(107, 114, 128, 0.65);
    --drawer-divider: rgba(0, 0, 0, 0.055);
    --drawer-foot-border: rgba(0, 0, 0, 0.06);
}

.theme-dark {
    --nav-bg: rgba(9, 13, 27, 0.95);
    --nav-bg-scrolled: rgba(6, 9, 20, 0.98);
    --nav-border: rgba(255, 255, 255, 0.07);
    --nav-shadow: 0 4px 32px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255,255,255,0.04);
    --nav-text: #f1f5f9;
    --nav-muted: #94a3b8;
    --dd-bg: rgba(13, 18, 36, 0.99);
    --dd-border: rgba(255, 255, 255, 0.08);
    --dd-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255,255,255,.05);
    --c-blue-bg: rgba(0, 112, 243, 0.15);
    --c-violet-bg: rgba(124, 58, 237, 0.15);
    --c-cyan-bg: rgba(8, 145, 178, 0.15);
    --c-green-bg: rgba(5, 150, 105, 0.15);
    --c-orange-bg: rgba(234, 88, 12, 0.15);
    --c-rose-bg: rgba(225, 29, 72, 0.15);

    /* Drawer dark tokens */
    --drawer-bg: rgba(9, 12, 24, 0.98);
    --drawer-border: rgba(255, 255, 255, 0.07);
    --drawer-shadow: -32px 0 80px rgba(0, 0, 0, 0.55), -1px 0 0 rgba(255,255,255,0.04);
    --drawer-item-hover: rgba(96, 165, 250, 0.07);
    --drawer-item-active: rgba(96, 165, 250, 0.1);
    --drawer-sub-bg: rgba(255, 255, 255, 0.025);
    --drawer-sub-border: rgba(255, 255, 255, 0.06);
    --drawer-icon-bg: rgba(96, 165, 250, 0.12);
    --drawer-icon-color: #60a5fa;
    --drawer-label-color: rgba(148, 163, 184, 0.55);
    --drawer-divider: rgba(255, 255, 255, 0.06);
    --drawer-foot-border: rgba(255, 255, 255, 0.07);
}

/* ================================================================
   TOP UTILITY BAR
   ================================================================ */
.prsh-topbar {
    background: var(--topbar-bg);
    height: var(--topbar-h);
    border-bottom: 1px solid rgba(0, 180, 216, 0.1);
    position: relative;
    z-index: 10001;
}

.prsh-topbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.prsh-topbar-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.prsh-topbar-left i {
    color: #7dd3fc;
    font-size: 14px;
    flex-shrink: 0;
}

.prsh-topbar-left span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prsh-topbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.prsh-topbar-hours {
    display: flex;
    align-items: center;
    gap: 6px;
}

.prsh-topbar-hours i { color: #7dd3fc; font-size: 13px; }
.prsh-topbar-hours span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12.5px;
    font-weight: 500;
    white-space: nowrap;
}

.prsh-topbar-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.12);
}

.prsh-topbar-social {
    display: flex;
    align-items: center;
    gap: 5px;
}

.prsh-topbar-social a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: all 0.2s ease;
    text-decoration: none;
}

.prsh-topbar-social a:hover {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: #fff;
    transform: translateY(-1px);
}

.prsh-topbar-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 112, 243, 0.15);
    border: 1px solid rgba(0, 112, 243, 0.28);
    color: #93c5fd;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.prsh-topbar-cta:hover {
    background: var(--c-blue);
    border-color: var(--c-blue);
    color: #fff;
}

.prsh-topbar-cta i { font-size: 11px; transition: transform 0.2s ease; }
.prsh-topbar-cta:hover i { transform: translateX(2px); }

/* Dark topbar */
.theme-dark .prsh-topbar {
    background: #04080f;
    border-color: rgba(255, 255, 255, 0.05);
}

/* ================================================================
   MAIN HEADER
   ================================================================ */
.prsh-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: var(--nav-h);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--nav-border);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    transition: background 0.3s var(--ease-out-expo),
                box-shadow 0.3s var(--ease-out-expo),
                border-color 0.3s ease;
}

.prsh-header.prsh-scrolled {
    background: var(--nav-bg-scrolled);
    box-shadow: var(--nav-shadow);
    border-color: transparent;
}

.prsh-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
}

/* ================================================================
   LOGO
   ================================================================ */
.prsh-logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.prsh-logo:hover { opacity: 0.82; transform: translateY(-1px); }
.prsh-logo img { height: 44px; width: auto; display: block; }
.prsh-logo .prsh-logo-dark  { display: none; }
.theme-dark .prsh-logo .prsh-logo-light { display: none; }
.theme-dark .prsh-logo .prsh-logo-dark  { display: block; }

/* ================================================================
   DESKTOP NAVIGATION
   ================================================================ */
.prsh-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

.prsh-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}

.prsh-nav-item { position: relative; }

.prsh-has-dropdown::after {
    content: '';
    position: absolute;
    left: -8px;
    right: -8px;
    top: 100%;
    height: 14px;
    z-index: 10001;
}

.prsh-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--nav-text);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 13px;
    border-radius: 8px;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease;
    letter-spacing: -0.01em;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    position: relative;
}

.prsh-nav-link:hover,
.prsh-nav-link:focus-visible {
    color: var(--nav-accent);
    background: rgba(0, 112, 243, 0.06);
    outline: none;
}

.prsh-nav-item.prsh-active > .prsh-nav-link {
    color: var(--nav-accent);
    background: rgba(0, 112, 243, 0.07);
    font-weight: 600;
}

.prsh-chevron {
    transition: transform 0.24s var(--ease-out-expo);
    flex-shrink: 0;
    color: var(--nav-muted);
}

.prsh-has-dropdown:hover .prsh-chevron,
.prsh-has-dropdown.prsh-dd-open .prsh-chevron {
    transform: rotate(180deg);
    color: var(--nav-accent);
}

/* ================================================================
   DROPDOWN — BASE
   ================================================================ */
.prsh-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    z-index: 10000;
    background: var(--dd-bg);
    border: 1px solid var(--dd-border);
    border-radius: var(--dd-radius);
    box-shadow: var(--dd-shadow);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px) scale(0.98);
    transform-origin: top center;
    transition: opacity 0.18s ease, transform 0.22s var(--ease-out-expo), visibility 0.18s;
    will-change: opacity, transform;
}

.prsh-has-dropdown:hover .prsh-dropdown,
.prsh-has-dropdown.prsh-dd-open .prsh-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

/* ================================================================
   MEGA DROPDOWN
   ================================================================ */
.prsh-dropdown-mega {
    width: 560px;
    left: 50%;
    transform: translateX(-50%) translateY(-6px) scale(0.98);
}

.prsh-has-dropdown:hover .prsh-dropdown-mega,
.prsh-has-dropdown.prsh-dd-open .prsh-dropdown-mega {
    transform: translateX(-50%) translateY(0) scale(1);
}

.prsh-dd-mega-inner {
    display: grid;
    grid-template-columns: 190px 1fr;
    overflow: hidden;
    border-radius: var(--dd-radius);
}

.prsh-dd-sidebar {
    background: linear-gradient(160deg, #0070f3 0%, #005fd4 60%, #0052cc 100%);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.prsh-dd-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    width: fit-content;
}

.prsh-dd-sidebar-title {
    color: #fff;
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.prsh-dd-sidebar-desc {
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.65;
    margin: 0;
    flex: 1;
}

.prsh-dd-sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    margin-top: auto;
    transition: gap 0.2s ease, color 0.18s ease;
}

.prsh-dd-sidebar-link:hover { color: #fff; gap: 11px; }

.prsh-dd-grid {
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
    align-content: start;
}

.prsh-dd-grid--2col { grid-template-columns: 1fr 1fr; }

/* Technologies mega — wider to fit 2-col grid comfortably */
.prsh-dropdown-tech {
    width: 640px;
}

.prsh-dropdown-tech .prsh-dd-mega-inner {
    grid-template-columns: 200px 1fr;
}

/* Violet-indigo gradient differentiates Technologies from Services */
.prsh-dd-sidebar--tech {
    background: linear-gradient(160deg, #7c3aed 0%, #5b21b6 60%, #4338ca 100%);
}

/* ================================================================
   STANDARD DROPDOWN
   ================================================================ */
.prsh-dropdown-std {
    width: 360px;
    left: 50%;
    transform: translateX(-50%) translateY(-6px) scale(0.98);
}

.prsh-has-dropdown:hover .prsh-dropdown-std,
.prsh-has-dropdown.prsh-dd-open .prsh-dropdown-std {
    transform: translateX(-50%) translateY(0) scale(1);
}

.prsh-dd-std-inner { padding: 8px; }

.prsh-dd-grid-single {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3px;
}

/* ================================================================
   DROPDOWN CARDS
   ================================================================ */
.prsh-dd-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--nav-text);
    transition: background 0.16s ease, transform 0.16s ease;
    cursor: pointer;
    position: relative;
}

.prsh-dd-card:hover {
    background: rgba(0, 112, 243, 0.05);
    transform: translateX(2px);
    color: var(--nav-text);
}

.theme-dark .prsh-dd-card:hover { background: rgba(255, 255, 255, 0.05); }

.prsh-dd-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    transition: transform 0.2s var(--ease-out-expo);
}

.prsh-dd-card:hover .prsh-dd-icon { transform: scale(1.08); }

.prsh-dd-icon--blue   { background: var(--c-blue-bg);   color: var(--c-blue); }
.prsh-dd-icon--violet { background: var(--c-violet-bg); color: var(--c-violet); }
.prsh-dd-icon--cyan   { background: var(--c-cyan-bg);   color: var(--c-cyan); }
.prsh-dd-icon--green  { background: var(--c-green-bg);  color: var(--c-green); }
.prsh-dd-icon--orange { background: var(--c-orange-bg); color: var(--c-orange); }
.prsh-dd-icon--rose   { background: var(--c-rose-bg);   color: var(--c-rose); }

.prsh-dd-body { flex: 1; min-width: 0; }

.prsh-dd-body strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--nav-text);
    line-height: 1.3;
    margin-bottom: 2px;
}

.prsh-dd-body span {
    display: block;
    font-size: 11.5px;
    color: var(--nav-muted);
    font-weight: 400;
    white-space: normal;
    line-height: 1.4;
}

.prsh-dd-arrow {
    font-size: 15px;
    color: var(--nav-muted);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.16s ease, transform 0.16s ease;
    flex-shrink: 0;
}

.prsh-dd-card:hover .prsh-dd-arrow { opacity: 1; transform: translateX(0); }

/* ================================================================
   HEADER ACTIONS (desktop right)
   ================================================================ */
.prsh-header-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.prsh-phone-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--nav-text);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    padding: 7px 13px;
    border-radius: 9px;
    border: 1px solid var(--nav-border);
    background: transparent;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.prsh-phone-link i { font-size: 15px; color: var(--nav-accent); }

.prsh-phone-link:hover {
    border-color: rgba(0, 112, 243, 0.35);
    color: var(--nav-accent);
    background: rgba(0, 112, 243, 0.04);
}

.prsh-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--nav-accent);
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 600;
    padding: 9px 20px;
    border-radius: var(--btn-radius);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
    letter-spacing: -0.01em;
    border: none;
    cursor: pointer;
}

.prsh-cta-btn:hover {
    background: var(--nav-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 112, 243, 0.32);
    color: #fff !important;
}

.prsh-cta-btn i { font-size: 14px; transition: transform 0.2s ease; }
.prsh-cta-btn:hover i { transform: translateX(3px); }

.prsh-theme-btn {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    border: 1px solid var(--nav-border);
    background: transparent;
    color: var(--nav-text);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: all 0.2s ease;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.prsh-theme-btn:hover {
    border-color: rgba(0, 112, 243, 0.35);
    color: var(--nav-accent);
    background: rgba(0, 112, 243, 0.05);
}

.prsh-theme-btn .prsh-icon-sun  { display: none; }
.prsh-theme-btn .prsh-icon-moon { display: block; }
.theme-dark .prsh-theme-btn .prsh-icon-sun  { display: block; }
.theme-dark .prsh-theme-btn .prsh-icon-moon { display: none; }

/* ================================================================
   HAMBURGER BUTTON — Premium 3-bar morphing
   ================================================================ */
.prsh-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1.5px solid var(--nav-border);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    position: relative;
}

.prsh-hamburger:hover {
    border-color: rgba(0, 112, 243, 0.4);
    background: rgba(0, 112, 243, 0.05);
    box-shadow: 0 0 0 3px rgba(0, 112, 243, 0.08);
}

.prsh-hamburger:active { transform: scale(0.95); }

.prsh-hbar {
    display: block;
    height: 1.75px;
    background: var(--nav-text);
    border-radius: 2px;
    transition: transform 0.35s var(--ease-out-expo),
                opacity 0.22s ease,
                width 0.28s var(--ease-out-expo);
    transform-origin: center;
}

.prsh-hbar:nth-child(1) { width: 18px; margin-bottom: 5px; }
.prsh-hbar:nth-child(2) { width: 13px; margin-bottom: 5px; }
.prsh-hbar:nth-child(3) { width: 18px; }

.prsh-hamburger:hover .prsh-hbar:nth-child(2) { width: 18px; }

/* X morphing on open */
.prsh-hamburger[aria-expanded="true"] {
    border-color: rgba(0, 112, 243, 0.35);
    background: rgba(0, 112, 243, 0.06);
}

.prsh-hamburger[aria-expanded="true"] .prsh-hbar:nth-child(1) {
    width: 18px;
    transform: translateY(6.75px) rotate(45deg);
}
.prsh-hamburger[aria-expanded="true"] .prsh-hbar:nth-child(2) {
    opacity: 0;
    width: 0;
    transform: scaleX(0);
}
.prsh-hamburger[aria-expanded="true"] .prsh-hbar:nth-child(3) {
    width: 18px;
    transform: translateY(-6.75px) rotate(-45deg);
}

/* ================================================================
   BACKDROP OVERLAY
   ================================================================ */
.prsh-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.5);
    backdrop-filter: blur(4px) saturate(140%);
    -webkit-backdrop-filter: blur(4px) saturate(140%);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s;
}

.prsh-backdrop.prsh-open {
    opacity: 1;
    visibility: visible;
}

/* ================================================================
   MOBILE DRAWER — Premium Full Redesign
   ================================================================ */
.prsh-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 375px;
    max-width: 100vw;
    height: 100dvh;
    height: 100vh; /* fallback */
    background: var(--drawer-bg);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border-left: 1px solid var(--drawer-border);
    box-shadow: var(--drawer-shadow);
    z-index: 100001;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.44s var(--ease-out-expo);
    overflow: hidden;
    will-change: transform;
}

.prsh-drawer.prsh-open {
    transform: translateX(0);
}

/* ── Drawer Header ──────────────────────────────────────────────── */
.prsh-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 16px;
    flex-shrink: 0;
    position: relative;
}

.prsh-drawer-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,112,243,0.18) 0%, var(--drawer-border) 60%, transparent 100%);
}

.prsh-drawer-logo { display: inline-flex; align-items: center; text-decoration: none; }
.prsh-drawer-logo img { height: 34px; width: auto; display: block; }
.prsh-drawer-logo .prsh-dl-dark  { display: none; }
.theme-dark .prsh-drawer-logo .prsh-dl-light { display: none; }
.theme-dark .prsh-drawer-logo .prsh-dl-dark  { display: block; }

.prsh-drawer-head-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.prsh-drawer-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid var(--drawer-border);
    background: var(--drawer-sub-bg);
    color: var(--nav-text);
    font-size: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.24s ease;
    padding: 0;
    flex-shrink: 0;
}

.prsh-drawer-close:hover {
    background: rgba(239, 68, 68, 0.09);
    border-color: rgba(239, 68, 68, 0.32);
    color: #ef4444;
    transform: rotate(90deg);
}

/* ── Drawer Body / Nav ──────────────────────────────────────────── */
.prsh-mobile-nav {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 14px 14px 6px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,112,243,0.18) transparent;
    -webkit-overflow-scrolling: touch;
}

.prsh-mobile-nav::-webkit-scrollbar { width: 3px; }
.prsh-mobile-nav::-webkit-scrollbar-track { background: transparent; }
.prsh-mobile-nav::-webkit-scrollbar-thumb { background: rgba(0,112,243,0.2); border-radius: 8px; }

/* Section label */
.prsh-mnav-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--drawer-label-color);
    padding: 14px 10px 6px;
    display: block;
    user-select: none;
}

/* Nav list */
.prsh-mnav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.prsh-mnav-item { margin-bottom: 2px; }

/* Nav link base */
.prsh-mnav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 11px 12px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--nav-text);
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 11px;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    font-family: "Poppins", sans-serif;
    text-align: left;
    line-height: 1.25;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.prsh-mnav-link:active { transform: scale(0.98); }

/* Icon pill */
.prsh-mnav-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--drawer-icon-bg);
    color: var(--drawer-icon-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.22s var(--ease-out-expo);
}

.prsh-mnav-text {
    flex: 1;
    min-width: 0;
}

.prsh-mnav-link:hover {
    background: var(--drawer-item-hover);
    color: var(--drawer-icon-color);
}

.prsh-mnav-link:hover .prsh-mnav-icon {
    background: rgba(0, 112, 243, 0.14);
    transform: scale(1.06);
}

.theme-dark .prsh-mnav-link:hover .prsh-mnav-icon {
    background: rgba(96, 165, 250, 0.18);
}

/* Active */
.prsh-mnav-item.prsh-active > .prsh-mnav-link {
    background: var(--drawer-item-active);
    color: var(--drawer-icon-color);
    font-weight: 600;
}

.prsh-mnav-item.prsh-active > .prsh-mnav-link .prsh-mnav-icon {
    background: rgba(0, 112, 243, 0.16);
}

/* Accordion chevron */
.prsh-mnav-chevron {
    transition: transform 0.32s var(--ease-out-expo);
    flex-shrink: 0;
    color: var(--nav-muted);
    opacity: 0.7;
}

.prsh-mnav-item.prsh-open > .prsh-mnav-link { color: var(--drawer-icon-color); }
.prsh-mnav-item.prsh-open > .prsh-mnav-link .prsh-mnav-chevron {
    transform: rotate(180deg);
    color: var(--drawer-icon-color);
    opacity: 1;
}

/* ── Accordion Sub-list ─────────────────────────────────────────── */
.prsh-msub-list {
    list-style: none;
    margin: 4px 0 4px 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.42s var(--ease-out-expo), opacity 0.28s ease;
}

.prsh-mnav-item.prsh-open .prsh-msub-list {
    max-height: 700px;
    opacity: 1;
}

.prsh-msub-list li { margin-bottom: 3px; }

/* Sub-item card */
.prsh-msub-list li a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--drawer-sub-bg);
    border: 1px solid var(--drawer-sub-border);
    color: var(--nav-muted);
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.prsh-msub-list li a:hover {
    background: var(--drawer-item-hover);
    border-color: rgba(0, 112, 243, 0.14);
    color: var(--drawer-icon-color);
    transform: translateX(3px);
}

.prsh-msub-list li a:active { transform: translateX(3px) scale(0.99); }

/* Sub icon */
.prsh-msub-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.prsh-msub-list li a:hover .prsh-msub-icon { transform: scale(1.08); }

/* Sub body */
.prsh-msub-body { flex: 1; min-width: 0; }

.prsh-msub-body strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--nav-text);
    line-height: 1.3;
    margin-bottom: 1px;
}

.prsh-msub-body small {
    display: block;
    font-size: 11px;
    color: var(--nav-muted);
    font-weight: 400;
    line-height: 1.4;
}

/* Sub arrow */
.prsh-msub-arrow {
    font-size: 14px;
    color: var(--nav-muted);
    opacity: 0;
    transform: translateX(-3px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    flex-shrink: 0;
}

.prsh-msub-list li a:hover .prsh-msub-arrow {
    opacity: 0.7;
    transform: translateX(0);
}

/* Drawer divider */
.prsh-drawer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--drawer-divider), transparent);
    margin: 8px 10px;
    border: none;
    flex-shrink: 0;
}

/* ── Drawer Footer ──────────────────────────────────────────────── */
.prsh-drawer-foot {
    flex-shrink: 0;
    padding: 14px 14px max(env(safe-area-inset-bottom), 18px);
    border-top: 1px solid var(--drawer-foot-border);
    display: flex;
    flex-direction: column;
    gap: 9px;
    background: var(--drawer-bg);
}

/* Promo info card */
.prsh-drawer-contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(0,112,243,0.07) 0%, rgba(124,58,237,0.07) 100%);
    border: 1px solid rgba(0,112,243,0.11);
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.prsh-drawer-contact-card:hover {
    background: linear-gradient(135deg, rgba(0,112,243,0.11) 0%, rgba(124,58,237,0.11) 100%);
    border-color: rgba(0,112,243,0.2);
    transform: translateY(-1px);
}

.prsh-drawer-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0070f3 0%, #7c3aed 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0,112,243,0.3);
}

.prsh-drawer-contact-body { flex: 1; min-width: 0; }

.prsh-drawer-contact-body strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--nav-text);
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.prsh-drawer-contact-body span {
    display: block;
    font-size: 11px;
    color: var(--nav-muted);
    font-weight: 400;
    line-height: 1.4;
    margin-top: 1px;
}

.prsh-drawer-contact-card i.prsh-contact-arrow {
    font-size: 16px;
    color: var(--nav-muted);
    flex-shrink: 0;
    opacity: 0.6;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.prsh-drawer-contact-card:hover i.prsh-contact-arrow {
    opacity: 1;
    transform: translateX(3px);
}

/* CTA button */
.prsh-drawer-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0070f3 0%, #0055d4 100%);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.22s ease;
    box-shadow: 0 4px 18px rgba(0, 112, 243, 0.28), 0 1px 0 rgba(255,255,255,0.15) inset;
    letter-spacing: -0.01em;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.prsh-drawer-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), transparent 60%);
    pointer-events: none;
}

.prsh-drawer-cta:hover {
    background: linear-gradient(135deg, #005fd4 0%, #0049b8 100%);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 28px rgba(0, 112, 243, 0.38), 0 1px 0 rgba(255,255,255,0.15) inset;
}

.prsh-drawer-cta i { font-size: 15px; transition: transform 0.2s ease; }
.prsh-drawer-cta:hover i { transform: translateX(3px); }

/* Footer row: theme + phone */
.prsh-drawer-foot-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.prsh-drawer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 10px;
    border-radius: 10px;
    border: 1.5px solid var(--drawer-sub-border);
    color: var(--nav-text);
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    background: var(--drawer-sub-bg);
    -webkit-tap-highlight-color: transparent;
}

.prsh-drawer-phone i { color: var(--drawer-icon-color); font-size: 15px; }

.prsh-drawer-phone:hover {
    border-color: rgba(0,112,243,0.28);
    color: var(--drawer-icon-color);
    background: var(--drawer-item-hover);
}

.prsh-drawer-theme {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 10px;
    border-radius: 10px;
    border: 1.5px solid var(--drawer-sub-border);
    background: var(--drawer-sub-bg);
    color: var(--nav-muted);
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Poppins", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.prsh-drawer-theme:hover {
    background: var(--drawer-item-hover);
    border-color: rgba(0,112,243,0.22);
    color: var(--drawer-icon-color);
}

.prsh-drawer-theme .prsh-icon-sun  { display: none; }
.prsh-drawer-theme .prsh-icon-moon { display: block; }
.theme-dark .prsh-drawer-theme .prsh-icon-sun  { display: block; }
.theme-dark .prsh-drawer-theme .prsh-icon-moon { display: none; }

/* ================================================================
   RESPONSIVE — DESKTOP BREAKPOINTS
   ================================================================ */
@media (max-width: 1280px) {
    .prsh-header-inner,
    .prsh-topbar-inner { padding: 0 24px; }

    .prsh-phone-link span { display: none; }
    .prsh-phone-link { padding: 7px 10px; }
    .prsh-header-inner { gap: 20px; }
    .prsh-nav-list { gap: 0; }
}

@media (max-width: 1024px) {
    .prsh-cta-btn { padding: 8px 16px; font-size: 13px; }
}

/* ================================================================
   RESPONSIVE — MOBILE (≤991px) — CLOSED NAVBAR FIX
   ================================================================ */
@media (max-width: 991px) {
    :root { --nav-h: 62px; }

    /* KEY FIX: push actions to far right */
    .prsh-header-inner {
        padding: 0 16px;
        gap: 0;
        justify-content: space-between;
    }

    .prsh-nav    { display: none; }
    .prsh-phone-link { display: none; }
    .prsh-hamburger  { display: flex; }

    .prsh-header-actions {
        gap: 6px;
        margin-left: auto;
    }

    .prsh-logo img { height: 40px; }

    .prsh-cta-btn {
        padding: 8px 14px;
        font-size: 12.5px;
    }

    .prsh-topbar-inner { padding: 0 16px; }
    .prsh-topbar-hours { display: none; }
}

@media (max-width: 767px) {
    .prsh-drawer {
        width: 100vw;
        border-left: none;
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    :root { --nav-h: 58px; --topbar-h: 34px; }

    .prsh-topbar-social { display: none; }
    .prsh-topbar-cta    { display: none; }

    .prsh-header-inner { padding: 0 14px; }
    .prsh-logo img { height: 36px; }

    /* On tiny screens hide CTA text, keep icon only */
    .prsh-cta-btn span { display: none; }
    .prsh-cta-btn i    { margin: 0; }
    .prsh-cta-btn      { padding: 0; width: 38px; height: 38px; border-radius: 9px; justify-content: center; }

    .prsh-header-actions { gap: 5px; }
}

@media (max-width: 430px) {
    .prsh-header-inner { padding: 0 12px; }
    .prsh-header-actions { gap: 4px; }
    .prsh-theme-btn  { width: 36px; height: 36px; }
    .prsh-hamburger  { width: 38px; height: 38px; }
}

@media (max-width: 360px) {
    .prsh-header-inner { padding: 0 10px; }
    .prsh-cta-btn { width: 34px; height: 34px; }
    .prsh-theme-btn { width: 34px; height: 34px; }
    .prsh-hamburger { width: 36px; height: 36px; }
}

/* ================================================================
   DROPDOWN FLIP — viewport edge detection
   ================================================================ */
.prsh-dropdown.prsh-dd-flip-right {
    left: auto !important;
    right: 0 !important;
    transform: translateY(-6px) scale(0.98) !important;
}

.prsh-has-dropdown:hover .prsh-dropdown.prsh-dd-flip-right,
.prsh-has-dropdown.prsh-dd-open .prsh-dropdown.prsh-dd-flip-right {
    transform: translateY(0) scale(1) !important;
}

.prsh-dropdown.prsh-dd-flip-left {
    left: 0 !important;
    right: auto !important;
    transform: translateY(-6px) scale(0.98) !important;
}

.prsh-has-dropdown:hover .prsh-dropdown.prsh-dd-flip-left,
.prsh-has-dropdown.prsh-dd-open .prsh-dropdown.prsh-dd-flip-left {
    transform: translateY(0) scale(1) !important;
}

/* ================================================================
   SCROLL PROGRESS LINE
   ================================================================ */
.prsh-header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: var(--scroll-pct, 0%);
    background: linear-gradient(90deg, #0070f3, #7c3aed);
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.1s linear;
}

.prsh-header.prsh-scrolled::before { opacity: 1; }

/* ================================================================
   UTILITY
   ================================================================ */
.navbar-area:not([class*="prsh"]) { display: none !important; }
.tob-header-area                  { display: none !important; }
