/* ═══════════════════════════════════════════════════════
   Remote Hive — Header CSS v5.6 (UPDATED)
   ─────────────────────────────────────────────────────
   ✓ Our Tools reduced to 4 items (Klynt, Leads, VPN, Virtual Numbers)
   ✓ Hosting REMOVED — no orphan full-width row
   ✓ Tools grid: clean 2×2
   ✓ Everything else identical to v5.5
   ═══════════════════════════════════════════════════════ */

/* ════════ CSS Custom Properties (defaults, overridden by wp_add_inline_style) ════════ */
:root {
    --rh-header-svc-bg: #0D3B66;
    --rh-header-about-bg: #0D4C73;
    --rh-header-tools-bg: #0F4C75;
    --rh-header-accent: #2BA89C;
    --rh-header-accent-dark: #249489;
    --rh-header-text: #374151;
    --rh-header-text-dark: #111827;
    --rh-header-text-muted: #6b7280;
    --rh-header-border: #e2e4e8;
    --rh-header-bg-hover: #e8f6f4;
    --rh-header-icon-bg: linear-gradient(145deg, #f0faf9, #e0f4f1);
    --rh-header-height: 64px;
}

/* ════════ RESET ════════ */
.rh-header,
.rh-header *,
.rh-header-mobile,
.rh-header-mobile * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ════════ GLOBAL: Nuclear kill yellow/pink tap on EVERYTHING in header ════════ */
.rh-header,
.rh-header *,
.rh-header-mobile,
.rh-header-mobile *,
.rh-header-icon-store,
.rh-header-icon-store * {
    -webkit-tap-highlight-color: transparent !important;
}

.rh-header a,
.rh-header button,
.rh-header-mobile a,
.rh-header-mobile button {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.rh-header a:focus,
.rh-header a:active,
.rh-header a:focus-visible,
.rh-header button:focus,
.rh-header button:active,
.rh-header button:focus-visible,
.rh-header-mobile a:focus,
.rh-header-mobile a:active,
.rh-header-mobile a:focus-visible,
.rh-header-mobile button:focus,
.rh-header-mobile button:active,
.rh-header-mobile button:focus-visible {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: inherit;
}

/* ════════ STICKY HEADER ════════ */
.rh-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    height: var(--rh-header-height);
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 var(--rh-header-border), 0 4px 20px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    contain: layout style;
}

.rh-header-inner {
    position: relative;
    height: var(--rh-header-height);
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 28px;
}

/* ════════ BODY OFFSET ════════ */
body {
    padding-top: var(--rh-header-height) !important;
    margin-top: 0 !important;
}

body .site-content,
body #content,
body .ast-container,
body #page {
    margin-top: 0 !important;
    padding-top: 0 !important; /* 🔥 YE LINE ASTRA KA DEFAULT GAP KHATAM KAREGI */
}

body .site-content > *:first-child,
body #content > *:first-child,
body .entry-content > *:first-child {
    margin-top: 0;
}

.ast-primary-header-bar,
.ast-main-header-bar-alignment,
header.site-header:not(.rh-header) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* ════════ LOGO ════════ */
.rh-header-logo {
    position: absolute;
    left: 28px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    z-index: 10;
}

.rh-header-logo-img {
    height: 36px;
    width: auto;
    max-width: 44px;
    display: block;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rh-header-logo:hover .rh-header-logo-img {
    transform: rotate(360deg);
}

.rh-header-logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1;
}

.rh-header-logo-name {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    background: linear-gradient(135deg, var(--rh-header-accent), #3EA8C8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rh-header-logo-tag {
    font-size: 0.55rem;
    font-weight: 500;
    color: #9ca3af;
    -webkit-text-fill-color: #9ca3af;
    letter-spacing: 0.04em;
}

/* ════════ RIGHT SIDE ════════ */
.rh-header-right {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 10;
}

.rh-header-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rh-header-nav li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ════════ NAV LINKS ════════ */
.rh-header-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 13px;
    font-size: 0.86rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    background: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    color: var(--rh-header-text);
    font-family: inherit;
    transition: color 0.2s, background 0.2s;
    line-height: 1.4;
}

.rh-header-link:hover {
    color: var(--rh-header-accent);
    background: var(--rh-header-bg-hover);
}

.rh-header-dropdown--open > .rh-header-link {
    color: var(--rh-header-accent);
    background: var(--rh-header-bg-hover);
}

.rh-header-chevron {
    transition: transform 0.25s;
}

.rh-header-dropdown--open > .rh-header-trigger > .rh-header-chevron {
    transform: rotate(180deg);
}

/* ════════ EXTERNAL LINK ICON (legacy — kept for compat) ════════ */
.rh-header-external-icon {
    opacity: 0.5;
    transition: opacity 0.2s;
    margin-left: 2px;
}

.rh-header-link:hover .rh-header-external-icon {
    opacity: 1;
}

/* ════════ CTA BUTTONS ════════ */
.rh-header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;
}

.rh-header-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    font-size: 0.83rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    color: var(--rh-header-text);
    border: 1.5px solid var(--rh-header-border);
    background: #fff;
    font-family: inherit;
    transition: all 0.2s;
}

.rh-header-btn-outline:hover {
    border-color: var(--rh-header-accent);
    color: var(--rh-header-accent);
    background: var(--rh-header-bg-hover);
}

/* ════════ GET IN TOUCH — GLOW HOVER ════════ */
.rh-header-btn-filled {
    display: inline-flex;
    align-items: center;
    padding: 7px 20px;
    font-size: 0.83rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    background: var(--rh-header-accent);
    border: none;
    font-family: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.rh-header-btn-filled:hover,
.rh-header-btn-filled:focus-visible {
    background: var(--rh-header-accent);
    color: #fff;
    transform: translateY(-1px);
    box-shadow:
        0 0 12px rgba(43, 168, 156, 0.5),
        0 0 24px rgba(43, 168, 156, 0.25),
        0 4px 16px rgba(43, 168, 156, 0.3);
}

.rh-header-btn-filled:active {
    background: var(--rh-header-accent);
    color: #fff;
    transform: translateY(0);
    box-shadow: 0 0 8px rgba(43, 168, 156, 0.4);
}

/* ════════ HAMBURGER ════════ */
.rh-header-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    gap: 6px;
    padding: 0;
}

.rh-header-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: var(--rh-header-text-dark);
}

/* ════════ 3D TILT SVG ICON SYSTEM ════════ */
.rh-header-card-icon {
    position: relative;
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--rh-header-icon-bg);
    box-shadow:
        3px 3px 8px rgba(43, 168, 156, 0.1),
        -2px -2px 6px rgba(255, 255, 255, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transform: perspective(400px) rotateY(-6deg) rotateX(4deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rh-header-card-icon svg {
    width: 20px;
    height: 20px;
    color: var(--rh-header-accent);
    transition: all 0.3s;
}

.rh-header-card-icon-def {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rh-header-card-icon-hov {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.7) rotate(-10deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rh-header-card:hover .rh-header-card-icon,
.rh-header-about-link:hover .rh-header-card-icon,
.rh-header-tool-link:hover .rh-header-card-icon {
    background: linear-gradient(145deg, var(--rh-header-accent), #3EA8C8);
    box-shadow:
        4px 5px 14px rgba(43, 168, 156, 0.3),
        -2px -2px 6px rgba(255, 255, 255, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: perspective(400px) rotateY(6deg) rotateX(-4deg) scale(1.05);
}

.rh-header-card:hover .rh-header-card-icon svg,
.rh-header-about-link:hover .rh-header-card-icon svg,
.rh-header-tool-link:hover .rh-header-card-icon svg {
    color: #fff;
}

.rh-header-card:hover .rh-header-card-icon-def,
.rh-header-about-link:hover .rh-header-card-icon-def,
.rh-header-tool-link:hover .rh-header-card-icon-def {
    opacity: 0;
    transform: scale(0.7) rotate(10deg);
}

.rh-header-card:hover .rh-header-card-icon-hov,
.rh-header-about-link:hover .rh-header-card-icon-hov,
.rh-header-tool-link:hover .rh-header-card-icon-hov {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.rh-header-card-icon--sm {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
}

.rh-header-card-icon--sm svg {
    width: 17px;
    height: 17px;
}

/* ════════ MEGA PANELS ════════ */
.rh-header-mega {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s, transform 0.22s, visibility 0.22s;
    overflow: visible;
    z-index: 100000;
}

.rh-header-mega-arrow {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.03);
}

.rh-header-dropdown--open > .rh-header-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.rh-header-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    height: 20px;
    display: none;
}

.rh-header-dropdown--open::after {
    display: block;
}

.rh-header-mega-grid {
    display: grid;
    overflow: hidden;
    border-radius: 16px;
}

/* ════════ SERVICES MEGA — 6 items (3×2), narrower panel ════════ */
.rh-header-mega--svc {
    width: 700px;
}

.rh-header-mega--svc .rh-header-mega-grid {
    grid-template-columns: 220px 1fr;
}

.rh-header-mega--about {
    width: 580px;
}

.rh-header-mega--about .rh-header-mega-grid {
    grid-template-columns: 220px 1fr;
}

/* ════════ LEFT SIDEBAR ════════ */
.rh-header-sidebar {
    color: #fff;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    position: relative;
    overflow: hidden;
    transition: background-color 0.35s ease;
    background-color: var(--rh-header-svc-bg);
}

.rh-header-sidebar--about {
    background-color: var(--rh-header-about-bg);
}

.rh-header-sidebar--tools {
    background-color: var(--rh-header-tools-bg);
    min-height: 240px;
}

.rh-header-sidebar-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.rh-header-sidebar-desc {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.55;
    position: relative;
    z-index: 2;
}

.rh-header-sidebar-img {
    margin-top: 14px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.35s ease;
}

.rh-header-sidebar-img picture {
    display: block;
    width: var(--rh-panel-img-w, 100%);
    max-width: 100%;
    border-radius: 10px;
}

.rh-header-sidebar-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.rh-header-panel-img {
    object-fit: cover;
    width: var(--rh-panel-img-w, 100%);
    max-width: 100%;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.rh-header-sidebar-img.rh-header-img-swapping .rh-header-panel-img {
    opacity: 0;
    transform: scale(0.95);
}

.rh-header-sidebar-icon {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    position: relative;
    z-index: 2;
}

.rh-header-sidebar-icon svg {
    width: 64px;
    height: 64px;
    color: rgba(255, 255, 255, 0.25);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(400px) rotateY(-8deg) rotateX(6deg);
}

.rh-header-sidebar-icon.rh-header-icon-swapping svg {
    transform: perspective(400px) rotateY(8deg) rotateX(-6deg) scale(1.1);
    color: rgba(255, 255, 255, 0.45);
}

.rh-header-sidebar-img:not(:empty) ~ .rh-header-sidebar-icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    padding-top: 0;
    margin-top: 0;
}

.rh-header-sidebar-img:not(:empty) ~ .rh-header-sidebar-icon svg {
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, 0.15);
}

/* ════════ SERVICE CARDS GRID (3×2 for 6 services) ════════ */
.rh-header-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #f0f1f3;
    padding: 1px;
}

.rh-header-card {
    background: #fff;
    padding: 16px 18px;
    text-decoration: none;
    color: var(--rh-header-text-dark);
    transition: background 0.2s;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.rh-header-card:hover {
    background: #f0faf9;
}

.rh-header-card-text {
    flex: 1;
    min-width: 0;
}

.rh-header-card-title {
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--rh-header-text-dark);
}

.rh-header-card-desc {
    font-size: 0.73rem;
    color: var(--rh-header-text-muted);
    line-height: 1.45;
    margin: 0;
}

/* ════════ ABOUT LINKS GRID ════════ */
.rh-header-about-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    padding: 12px;
}

.rh-header-about-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: var(--rh-header-text);
    font-size: 0.84rem;
    font-weight: 600;
    transition: all 0.2s;
}

.rh-header-about-link:hover {
    background: #f0faf9;
    color: var(--rh-header-accent);
}

.rh-header-about-link span {
    white-space: nowrap;
}

/* ════════ OUR TOOLS MEGA MENU (4 items — clean 2×2 grid) ════════ */
.rh-header-mega--tools {
    width: 580px;
}

.rh-header-mega--tools .rh-header-mega-grid {
    grid-template-columns: 190px 1fr;
}

/* Tools 2-col grid */
.rh-header-tools-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #f0f1f3;
    padding: 1px;
}

/* Individual tool link */
.rh-header-tool-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    text-decoration: none;
    color: var(--rh-header-text-dark);
    transition: background 0.2s;
}

.rh-header-tool-link:hover {
    background: #f0faf9;
}

.rh-header-tool-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.rh-header-tool-title {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--rh-header-text-dark);
    white-space: nowrap;
}

.rh-header-tool-desc {
    font-size: 0.7rem;
    color: var(--rh-header-text-muted);
    line-height: 1.4;
}

/* ════════ HIDDEN ICON STORES ════════ */
.rh-header-icon-store {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* ════════ MOBILE OVERLAY ════════ */
.rh-header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999999;
    display: none;
    flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.rh-header-mobile--open {
    display: flex;
}

.rh-header-mob-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: var(--rh-header-height);
    border-bottom: 1px solid #f0f1f3;
    flex-shrink: 0;
}

.rh-header-mob-top a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.rh-header-mob-top img {
    height: 32px;
    width: auto;
    max-width: 40px;
}

.rh-header-mob-name {
    font-size: 1.1rem;
}

.rh-header-mob-close {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--rh-header-text-dark);
    padding: 8px;
}

.rh-header-mob-scroll {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.rh-header-mob-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--rh-header-text-dark);
    text-decoration: none;
    border-bottom: 1px solid #f0f1f3;
}

/* External link icon inside mobile link */
.rh-header-mob-link svg {
    color: #9ca3af;
}

.rh-header-mob-accordion {
    border-bottom: 1px solid #f0f1f3;
}

.rh-header-mob-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 28px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--rh-header-text-dark);
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
}

.rh-header-mob-trigger svg {
    color: #9ca3af;
    transition: transform 0.3s;
}

.rh-header-mob-accordion--open > .rh-header-mob-trigger svg {
    transform: rotate(180deg);
}

.rh-header-mob-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s;
    background: #f8f9fa;
}

.rh-header-mob-accordion--open > .rh-header-mob-panel {
    max-height: 1400px;
}

.rh-header-mob-head {
    color: #fff;
    padding: 24px 28px;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    overflow: visible;
    min-height: 0;
}

.rh-header-mob-head--svc {
    background-color: var(--rh-header-svc-bg);
}

.rh-header-mob-head--about {
    background-color: var(--rh-header-about-bg);
}

.rh-header-mob-head--tools {
    background-color: var(--rh-header-tools-bg);
}

.rh-header-mob-head-text {
    flex: 1;
    min-width: 0;
}

.rh-header-mob-head h2 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.rh-header-mob-head p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.rh-header-mob-img {
    flex-shrink: 0;
    width: var(--rh-mob-img-w, 100px);
    max-width: 45%;
    border-radius: 8px;
    overflow: visible;
    margin-top: 0;
    align-self: flex-start;
    position: relative;
}

.rh-header-mob-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.rh-header-mob-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #f0f1f3;
    padding: 1px;
}

.rh-header-mob-card {
    background: #fff;
    padding: 14px 16px;
    text-decoration: none;
    color: var(--rh-header-text-dark);
    display: flex;
    align-items: center;
    gap: 12px;
}

.rh-header-mob-card:active {
    background: var(--rh-header-bg-hover);
}

.rh-header-mob-card h3 {
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--rh-header-text-dark);
}

.rh-header-mob-card p {
    font-size: 0.7rem;
    color: var(--rh-header-text-muted);
    line-height: 1.4;
    margin: 0;
}

.rh-header-mob-card-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--rh-header-icon-bg);
    box-shadow:
        2px 2px 6px rgba(43, 168, 156, 0.1),
        -1px -1px 4px rgba(255, 255, 255, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    transform: perspective(300px) rotateY(-5deg) rotateX(3deg);
}

.rh-header-mob-card-icon svg {
    width: 16px;
    height: 16px;
    color: var(--rh-header-accent);
}

.rh-header-mob-cards--about .rh-header-mob-card p {
    display: none;
}

/* Mobile tools cards — show descriptions */
.rh-header-mob-cards--tools .rh-header-mob-card p {
    display: block;
}

.rh-header-mob-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px;
    background: var(--rh-header-text-dark);
    flex-shrink: 0;
}

.rh-header-mob-bottom .rh-header-btn-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    background: transparent;
    padding: 10px 18px;
}

.rh-header-mob-bottom .rh-header-btn-filled {
    padding: 10px 20px;
}

.rh-header-mob-bottom .rh-header-btn-filled:hover,
.rh-header-mob-bottom .rh-header-btn-filled:focus-visible {
    background: var(--rh-header-accent);
    color: #fff;
}

/* ════════ RESPONSIVE ════════ */
@media (max-width: 1024px) {
    .rh-header-nav,
    .rh-header-buttons {
        display: none;
    }
    .rh-header-hamburger {
        display: flex;
    }
}

@media (min-width: 1025px) {
    .rh-header-hamburger {
        display: none;
    }
    .rh-header-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .rh-header-mega--svc .rh-header-mega-grid {
        grid-template-columns: 180px 1fr;
    }
    .rh-header-mega--about .rh-header-mega-grid {
        grid-template-columns: 180px 1fr;
    }
    .rh-header-mega--tools .rh-header-mega-grid {
        grid-template-columns: 150px 1fr;
    }
}

@media (max-width: 480px) {
    .rh-header-inner {
        padding: 0 16px;
    }
    .rh-header-logo {
        left: 16px;
    }
    .rh-header-right {
        right: 16px;
    }
    .rh-header-logo-name {
        font-size: 1rem;
    }
    .rh-header-logo-tag {
        font-size: 0.5rem;
    }
    .rh-header-logo-img {
        height: 30px;
    }
    .rh-header-mob-top {
        padding: 0 16px;
    }
    .rh-header-mob-trigger,
    .rh-header-mob-link {
        padding: 18px 20px;
    }
    .rh-header-mob-head {
        padding: 20px;
        gap: 12px;
    }
    .rh-header-mob-img {
        width: var(--rh-mob-img-w, 80px);
        max-width: 40%;
    }
    .rh-header-mob-bottom {
        padding: 14px 16px;
    }
    .rh-header-mob-cards {
        grid-template-columns: 1fr;
    }
    .rh-header-mob-cards--about {
        grid-template-columns: 1fr 1fr;
    }
    .rh-header-mob-cards--tools {
        grid-template-columns: 1fr;
    }
}