/* ═══════════════════════════════════════════════════════
   Standard Arena Hub v9.3.0 - Non-sticky header, centered layout, mobile cleanup
   ═══════════════════════════════════════════════════════ */

/* ── SITEWIDE: Hide theme header/footer on all pages ── */
.sa-sitewide #masthead,
.sa-sitewide .site-header,
.sa-sitewide .main-navigation,
.sa-sitewide header.videos-header,
.sa-sitewide nav.navbar,
.sa-sitewide #header,
.sa-sitewide .main-header,
.sa-sitewide .hfe-header,
.sa-sitewide .elementor-location-header,
.sa-sitewide .header-outer-wrap {
    display: none !important;
}
.sa-sitewide #colophon,
.sa-sitewide .site-footer,
.sa-sitewide #footer,
.sa-sitewide .hfe-footer,
.sa-sitewide .elementor-location-footer,
.sa-sitewide .footer-outer-wrap {
    display: none !important;
}
/* Sitewide body font */
body.sa-sitewide:not(.sa-body) {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ── HUB PAGE: Full takeover - hide ALL theme elements ── */
body.sa-body #masthead, body.sa-body #colophon, body.sa-body #page,
body.sa-body .site-header, body.sa-body .site-footer, body.sa-body .site-content,
body.sa-body .main-navigation, body.sa-body .entry-header, body.sa-body .entry-content,
body.sa-body .content-area, body.sa-body .sidebar, body.sa-body .widget-area,
body.sa-body .elementor-location-header, body.sa-body .elementor-location-footer,
body.sa-body header.videos-header, body.sa-body nav.navbar, body.sa-body #header,
body.sa-body #footer, body.sa-body .main-header, body.sa-body .page-header,
body.sa-body .hfe-header, body.sa-body .hfe-footer, body.sa-body .e-con,
body.sa-body .elementor-section, body.sa-body .wp-site-blocks,
body.sa-body header + *, body.sa-body footer + * {
    display: none !important;
}
body.sa-body {
    margin: 0 !important;
    padding: 0 !important;
    background: #f0f4f8 !important;
    -webkit-font-smoothing: antialiased;
}

/* ── CSS VARIABLES ── */
.sa-hub,
.sa-sitewide {
    --sa-accent: #087442;
    --sa-accent-dark: #065231;
    --sa-accent-light: #0a9357;
    --sa-accent-soft: #e8f5ee;
    --sa-secondary: #f59e0b;
    --sa-radius: 20px;
    --sa-radius-sm: 14px;
    --sa-radius-xs: 10px;
    --sa-font: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --sa-text: #1f2937;
    --sa-text-dim: #6b7280;
    --sa-text-muted: #94a3b8;
    --sa-border: #e5e7eb;
    --sa-border-light: #f1f5f9;
    --sa-surface: #ffffff;
    --sa-shadow-xs: 0 1px 2px rgba(0,0,0,.04);
    --sa-shadow-sm: 0 1px 4px rgba(0,0,0,.06);
    --sa-shadow: 0 4px 15px rgba(0,0,0,.05);
    --sa-shadow-md: 0 8px 30px rgba(0,0,0,.07);
    --sa-shadow-lg: 0 16px 48px rgba(0,0,0,.09);
    --sa-header-h: 72px;
}

/* ── AD SLOTS ── */
.sa-ad-slot {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 32px;
    text-align: center;
}

/* ═══════════════════════════════════════════════════════
   TOPBAR - Green gradient bar with phone & email
   ═══════════════════════════════════════════════════════ */
.sa-topbar {
    background: linear-gradient(135deg, var(--sa-accent-dark) 0%, var(--sa-accent) 100%);
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.sa-topbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 24px;
}
.sa-topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: opacity .2s ease;
    font-size: 13px;
}
.sa-topbar-item:hover { opacity: .8; }
.sa-topbar-item i { font-size: 12px; color: var(--sa-secondary); }

/* ═══════════════════════════════════════════════════════
   NAVBAR - White sticky bar with logo, nav, actions
   ═══════════════════════════════════════════════════════ */
.sa-navbar {
    background: #fff;
    border-bottom: 1px solid var(--sa-border);
    height: var(--sa-header-h);
    box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.sa-navbar-inner {
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 0 24px;
    width: 100%;
}

/* Logo */
.sa-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    flex-shrink: 0;
    height: 100%;
    max-height: var(--sa-header-h);
}
.sa-logo:hover { opacity: .85; }
.sa-logo-mark {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--sa-accent) 0%, var(--sa-accent-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: .9rem;
    color: #fff;
    box-shadow: 0 4px 12px rgba(8,116,66,.28);
    flex-shrink: 0;
}
.sa-logo-img { max-height: 42px; width: auto; max-width: 200px; display: block; object-fit: contain; }
.sa-logo-text {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: -.3px;
    color: var(--sa-accent) !important;
    white-space: nowrap;
    line-height: 1.1;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-fill-color: var(--sa-accent);
}

/* Nav Links - truly centered via grid */
.sa-nav {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-self: center;
}
.sa-nav > li { list-style: none; }
.sa-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    font-size: .88rem;
    font-weight: 500;
    color: var(--sa-text);
    text-decoration: none !important;
    border-radius: 8px;
    transition: all .18s ease;
    white-space: nowrap;
    letter-spacing: -.1px;
}
.sa-nav-link:hover,
.sa-nav-link.sa-active {
    color: var(--sa-accent);
    background: var(--sa-accent-soft);
}
.sa-nav-link.sa-active { font-weight: 600; }
.sa-nav-link-sm { font-size: .84rem; color: var(--sa-text-dim); }
.sa-nav-sep { width: 1px; height: 20px; background: var(--sa-border); margin: 0 6px; flex-shrink: 0; }

/* Nav Actions - right side */
.sa-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.sa-nav-icon-btn {
    width: 38px; height: 38px;
    border-radius: 9px;
    border: 1px solid var(--sa-border);
    background: #fff;
    color: var(--sa-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .18s ease;
    text-decoration: none !important;
}
.sa-nav-icon-btn:hover {
    border-color: var(--sa-accent);
    color: var(--sa-accent);
    background: var(--sa-accent-soft);
}
.sa-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: var(--sa-radius-xs);
    background: var(--sa-accent);
    color: #fff !important;
    text-decoration: none !important;
    font-size: .84rem;
    font-weight: 600;
    transition: all .25s;
    white-space: nowrap;
    border: none;
}
.sa-header-cta:hover {
    background: var(--sa-accent-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(8,116,66,.3);
}
.sa-header-cta i { font-size: 12px; }

/* Hamburger Toggle */
.sa-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 38px; height: 38px;
    border-radius: 9px;
    border: 1px solid var(--sa-border);
    background: #fff;
    cursor: pointer;
    padding: 0 9px;
}
.sa-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--sa-text);
    border-radius: 1px;
    transition: all .2s ease;
}
.sa-mobile-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.sa-mobile-toggle.open span:nth-child(2) { opacity: 0; }
.sa-mobile-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ═══════════════════════════════════════════════════════
   MOBILE MENU - Slide-out from right (like business site)
   ═══════════════════════════════════════════════════════ */
.sa-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all .28s ease;
}
.sa-mobile-overlay.open { opacity: 1; visibility: visible; }
.sa-mobile-menu {
    position: fixed;
    top: 0;
    right: -340px;
    width: 320px;
    max-width: 86vw;
    height: 100vh;
    background: #fff;
    z-index: 10001;
    box-shadow: -2px 0 24px rgba(0,0,0,.16);
    transition: right .28s ease;
    overflow-y: auto;
    padding: 18px 20px 40px;
    display: flex;
    flex-direction: column;
}
.sa-mobile-menu.open { right: 0; }
.sa-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--sa-border);
    margin-bottom: 16px;
}
.sa-mobile-close {
    font-size: 30px;
    cursor: pointer;
    color: var(--sa-text-dim);
    line-height: 1;
    user-select: none;
}
.sa-mobile-close:hover { color: var(--sa-text); }
.sa-mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.sa-mobile-nav li { margin-bottom: 2px; }
.sa-mobile-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    color: var(--sa-text);
    font-weight: 500;
    font-size: .93rem;
    text-decoration: none !important;
    border-radius: 10px;
    transition: all .15s ease;
}
.sa-mobile-link:hover { background: var(--sa-accent-soft); color: var(--sa-accent); }
.sa-mobile-link i { width: 22px; color: var(--sa-accent); font-size: 15px; }
.sa-mobile-sep { height: 1px; background: var(--sa-border-light); margin: 8px 14px; }

/* ═══════════════════════════════════════════════════════
   HERO - Clean gradient with subtle orbs
   ═══════════════════════════════════════════════════════ */
.sa-hero {
    padding: 32px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f0f4f8 100%);
    min-height: calc(100vh - 110px);
    min-height: calc(100dvh - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sa-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    opacity: .7;
}
.sa-hero-orb-1 { width: 600px; height: 600px; top: -220px; left: -120px; background: radial-gradient(circle, rgba(8,116,66,.07), transparent 70%); animation: sa-orb1 12s ease-in-out infinite alternate; }
.sa-hero-orb-2 { width: 500px; height: 500px; top: -160px; right: -120px; background: radial-gradient(circle, rgba(37,99,235,.05), transparent 70%); animation: sa-orb2 10s ease-in-out infinite alternate; }
.sa-hero-orb-3 { width: 400px; height: 400px; top: 10px; left: 40%; background: radial-gradient(circle, rgba(124,58,237,.04), transparent 70%); animation: sa-orb3 14s ease-in-out infinite alternate; }
@keyframes sa-orb1 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(80px,40px) scale(1.2); } }
@keyframes sa-orb2 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(-60px,30px) scale(1.1); } }
@keyframes sa-orb3 { 0% { transform: translate(0,0) scale(1); } 100% { transform: translate(40px,-20px) scale(1.15); } }

.sa-hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; width: 100%; }
.sa-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 20px;
    border-radius: 50px;
    border: 1px solid var(--sa-accent-soft);
    background: var(--sa-accent-soft);
    color: var(--sa-accent);
    font-size: .82rem;
    font-weight: 600;
    margin-bottom: 24px;
}
.sa-hero-badge .sa-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--sa-secondary);
    box-shadow: 0 0 8px rgba(245,158,11,.5);
    animation: sa-pulse 2s ease-in-out infinite;
}
@keyframes sa-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }

.sa-hero-title {
    font-size: 3.4rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -1.5px;
    line-height: 1.1;
}
.sa-hero-title .sa-gradient {
    background: linear-gradient(135deg, #087442 0%, #2563eb 50%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sa-hero-sub {
    font-size: 1.15rem;
    color: var(--sa-text-dim);
    margin: 0 0 32px;
    line-height: 1.7;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

/* Search - White card with icon+input+button (business site style) */
.sa-search-wrap {
    max-width: 700px;
    margin: 0 auto 36px;
    width: 100%;
}
.sa-search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    gap: 10px;
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
    width: 100%;
}
.sa-search-group {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 12px;
    padding: 4px 16px;
}
.sa-search-group i {
    color: var(--sa-accent);
    font-size: 18px;
    flex-shrink: 0;
}
.sa-search-input {
    flex: 1;
    padding: 12px 0;
    border: none;
    outline: none;
    background: transparent;
    color: var(--sa-text);
    font-size: 15px;
    font-family: var(--sa-font);
    min-width: 0;
    font-weight: 500;
    -webkit-appearance: none;
}
.sa-search-input::placeholder { color: var(--sa-text-muted); font-weight: 400; }
.sa-search-btn {
    flex-shrink: 0;
    border: none;
    border-radius: 12px;
    padding: 13px 28px;
    background: linear-gradient(135deg, var(--sa-accent) 0%, var(--sa-accent-dark) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--sa-font);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(8,116,66,.25);
    transition: all .25s ease;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.sa-search-btn:hover {
    box-shadow: 0 8px 22px rgba(8,116,66,.4);
    transform: translateY(-2px);
    background: linear-gradient(135deg, var(--sa-accent-light) 0%, var(--sa-accent) 100%);
}
.sa-search-btn:active { transform: none; }
.sa-search-btn i { font-size: 14px; }

/* Quick Nav */
.sa-quick-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.sa-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: #fff;
    border: 1px solid var(--sa-border);
    border-radius: var(--sa-radius-sm);
    color: var(--sa-text);
    text-decoration: none;
    font-size: .92rem;
    font-weight: 600;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    box-shadow: var(--sa-shadow-xs);
}
.sa-quick-link i { font-size: 17px; color: var(--sec-color, var(--sa-accent)); transition: all .3s; }
.sa-quick-link:hover {
    background: var(--sec-color, var(--sa-accent));
    border-color: var(--sec-color, var(--sa-accent));
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.sa-quick-link:hover i { color: #fff !important; transform: scale(1.1); }

/* ═══════════════════════════════════════════════════════
   SECTIONS - White cards with per-section colored accents
   ═══════════════════════════════════════════════════════ */
.sa-sections-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 32px 80px;
    width: 100%;
}
.sa-section {
    margin-bottom: 36px;
    scroll-margin-top: 24px;
    background: #fff;
    border-radius: var(--sa-radius);
    box-shadow: var(--sa-shadow);
    border: 1px solid var(--sa-border-light);
    border-top: 3px solid var(--sec-color, var(--sa-accent));
    overflow: hidden;
}

/* Section Header - Desktop: icon LEFT | title+desc CENTERED | buttons RIGHT */
.sa-section-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0 20px;
    padding: 28px 32px 20px;
}
.sa-section-head .sa-section-icon-wrap {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: start;
    width: 54px; height: 54px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s;
}
.sa-section-head .sa-section-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.45rem;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
    letter-spacing: -.3px;
    text-align: center;
    justify-self: center;
    align-self: end;
}
.sa-section-head .sa-section-desc {
    grid-column: 2;
    grid-row: 2;
    font-size: .84rem;
    color: var(--sa-text-dim);
    line-height: 1.5;
    text-align: center;
    justify-self: center;
    align-self: start;
    padding-top: 2px;
    display: block;
}
.sa-section-head .sa-section-actions {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.sa-section-icon { font-size: 24px !important; position: relative; z-index: 1; }
.sa-section-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: var(--sa-radius-xs);
    text-decoration: none;
    font-weight: 600;
    font-size: .87rem;
    transition: all .3s;
    border: none;
    cursor: pointer;
}
.sa-section-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.12); filter: brightness(1.1); }
.sa-section-cta i { font-size: 14px; }
.sa-section-cta-outline {
    background: transparent !important;
    color: var(--sa-text) !important;
    border: 1px solid var(--sa-border) !important;
}
.sa-section-cta-outline:hover {
    border-color: var(--sa-text) !important;
    filter: none !important;
    box-shadow: var(--sa-shadow) !important;
}

/* Category Grid */
.sa-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 14px;
    padding: 0 32px 32px;
}
.sa-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 12px 18px;
    background: #fff;
    border: 1px solid var(--sa-border-light);
    border-radius: var(--sa-radius-sm);
    text-decoration: none;
    color: var(--sa-text);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: sa-fadeIn .5s ease-out both;
}
.sa-cat-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, transparent 50%, var(--card-color, var(--sa-accent)) 200%);
    opacity: 0;
    transition: opacity .3s;
}
.sa-cat-card:hover::before { opacity: .03; }
.sa-cat-card:hover {
    transform: translateY(-4px);
    border-color: var(--card-color, var(--sa-accent));
    box-shadow: 0 12px 32px rgba(0,0,0,.07);
}
.sa-cat-card-icon-wrap {
    width: 50px; height: 50px;
    border-radius: 14px;
    background: var(--sa-border-light);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: all .3s;
    position: relative;
    z-index: 1;
}
.sa-cat-card:hover .sa-cat-card-icon-wrap {
    background: var(--sa-border-light);
    border-color: var(--card-color, var(--sa-accent));
    box-shadow: 0 0 0 4px var(--sa-border-light);
    transform: scale(1.05);
}
.sa-cat-card-icon { font-size: 21px; color: var(--card-color, var(--sa-accent)); transition: transform .3s; }
.sa-cat-card:hover .sa-cat-card-icon { transform: scale(1.1); }
.sa-cat-card-name { font-size: .8rem; font-weight: 600; line-height: 1.35; color: #1f2937; position: relative; z-index: 1; margin-bottom: 8px; }
.sa-cat-card-arrow { font-size: 10px; color: var(--sa-text-muted); opacity: 0; transform: translateY(4px); transition: all .3s; position: relative; z-index: 1; }
.sa-cat-card:hover .sa-cat-card-arrow { opacity: .5; transform: translateY(0); }
.sa-cat-card.sa-hidden { display: none; }

/* Stagger animation delays */
.sa-cat-card:nth-child(2){animation-delay:.04s}.sa-cat-card:nth-child(3){animation-delay:.08s}.sa-cat-card:nth-child(4){animation-delay:.12s}.sa-cat-card:nth-child(5){animation-delay:.16s}.sa-cat-card:nth-child(6){animation-delay:.2s}.sa-cat-card:nth-child(7){animation-delay:.24s}.sa-cat-card:nth-child(8){animation-delay:.28s}.sa-cat-card:nth-child(9){animation-delay:.32s}.sa-cat-card:nth-child(10){animation-delay:.36s}.sa-cat-card:nth-child(11){animation-delay:.4s}.sa-cat-card:nth-child(12){animation-delay:.44s}.sa-cat-card:nth-child(13){animation-delay:.48s}.sa-cat-card:nth-child(14){animation-delay:.52s}.sa-cat-card:nth-child(15){animation-delay:.56s}.sa-cat-card:nth-child(16){animation-delay:.6s}.sa-cat-card:nth-child(17){animation-delay:.64s}.sa-cat-card:nth-child(18){animation-delay:.68s}.sa-cat-card:nth-child(19){animation-delay:.72s}.sa-cat-card:nth-child(20){animation-delay:.76s}

@keyframes sa-fadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
html { scroll-behavior: smooth; }

/* ═══════════════════════════════════════════════════════
   FOOTER - Matching business subsite style
   ═══════════════════════════════════════════════════════ */
.sa-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 60px 0 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}
.sa-footer a { color: #fff; text-decoration: none; }
.sa-footer a:hover { color: #fbbf24; text-decoration: underline; }
.sa-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 32px;
}

/* Footer Brand Column */
.sa-footer-brand { display: flex; flex-direction: column; gap: 14px; }
.sa-footer-brand .sa-logo { margin-bottom: 2px; }
.sa-footer-brand .sa-logo-text {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.sa-footer-brand p { margin: 0; font-size: .88rem; color: #fff; opacity: .9; line-height: 1.7; }
.sa-footer-social { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }
.sa-footer-social a {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .2s ease;
    text-decoration: none !important;
}
.sa-footer-social a:hover {
    background: var(--sa-accent);
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

/* Footer Link Columns */
.sa-footer-col h4 {
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 18px;
}
.sa-footer-col ul { list-style: none; margin: 0; padding: 0; }
.sa-footer-col ul li { margin-bottom: 10px; }
.sa-footer-col ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    color: #fff !important;
    text-decoration: none !important;
    transition: color .2s;
}
.sa-footer-col ul li a:hover { color: #fbbf24 !important; text-decoration: none !important; }
.sa-footer-col ul li a i { font-size: 10px; color: #fbbf24; }

/* Footer Contact Column */
.sa-footer-contact p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .88rem;
    margin-bottom: 10px;
    color: #fff;
}
.sa-footer-contact p a { color: #fff !important; }
.sa-footer-contact p a:hover { color: #fbbf24 !important; }
.sa-footer-contact i { color: #fbbf24; margin-top: 4px; flex-shrink: 0; }

/* Copyright - centered */
.sa-footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 32px 28px;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 40px;
}
.sa-footer-bottom p {
    margin: 0;
    font-size: .82rem;
    color: #fff;
    opacity: .8;
    text-align: center;
    width: 100%;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 1200px) {
    .sa-footer-inner { grid-template-columns: 1fr 1fr 1fr; }
    .sa-footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 1024px) {
    .sa-nav-link-sm { display: none; }
    .sa-nav-sep { display: none; }
    .sa-nav-actions .sa-header-cta { display: none; }
    .sa-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
    .sa-nav { display: none; }
    .sa-mobile-toggle { display: flex; }
    .sa-navbar-inner {
        grid-template-columns: auto 1fr;
        justify-items: start;
        position: relative;
    }
    .sa-navbar-inner > .sa-logo { justify-self: start; }
    .sa-nav-actions { position: absolute; right: 24px; top: 50%; transform: translateY(-50%); }
    .sa-hero { padding: 24px 16px; min-height: calc(100vh - 100px); min-height: calc(100dvh - 100px); flex-direction: column; }
    .sa-hero-title { font-size: 2.3rem; letter-spacing: -1px; }
    .sa-hero-sub { font-size: 1rem; margin-bottom: 24px; }
    .sa-search-wrap { max-width: 100%; width: 100%; }
    .sa-search-box { flex-direction: column; padding: 16px; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
    .sa-search-group { width: 100%; }
    .sa-search-btn { width: 100%; justify-content: center; padding: 14px; margin-top: 10px; }
    .sa-sections-wrap { padding: 20px 16px 60px; }
    /* Mobile section header: icon LEFT, title RIGHT, desc below, buttons below */
    .sa-section-head {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        gap: 8px 14px;
        padding: 20px 20px 16px;
    }
    .sa-section-head .sa-section-icon-wrap {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        width: 46px; height: 46px;
        border-radius: 13px;
    }
    .sa-section-head .sa-section-title {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
        justify-self: end;
        align-self: center;
        font-size: 1.15rem;
    }
    .sa-section-head .sa-section-desc {
        grid-column: 1 / -1;
        grid-row: 2;
        text-align: center;
        justify-self: center;
        padding-top: 0;
    }
    .sa-section-head .sa-section-actions {
        grid-column: 1 / -1;
        grid-row: 3;
        justify-self: center;
        justify-content: center;
    }
    .sa-cat-grid { padding: 0 24px 24px; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 12px; }
    .sa-cat-card { padding: 18px 10px 14px; }
    .sa-footer-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 20px; }
    .sa-footer-brand { padding-bottom: 8px; }
    .sa-footer { padding: 40px 0 0; }
    .sa-footer-bottom { padding: 20px 20px 28px; }
}
@media (max-width: 480px) {
    .sa-topbar { padding: 6px 0; }
    .sa-topbar-item { font-size: 11px; gap: 5px; }
    .sa-topbar-item i { font-size: 10px; }
    .sa-navbar-inner { padding: 0 16px; }
    .sa-logo-mark { width: 34px; height: 34px; border-radius: 9px; font-size: .85rem; }
    .sa-logo-text { font-size: 1rem; }
    .sa-hero { padding: 20px 14px; min-height: calc(100vh - 90px); min-height: calc(100dvh - 90px); flex-direction: column; }
    .sa-hero-title { font-size: 1.85rem; }
    .sa-hero-sub { font-size: .9rem; margin-bottom: 18px; }
    .sa-search-box { flex-direction: column; padding: 14px; border-radius: 14px; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
    .sa-search-group { width: 100%; }
    .sa-search-btn { width: 100%; justify-content: center; padding: 14px 32px; margin-top: 10px; font-size: 15px; }
    .sa-search-btn i { display: none; }
    .sa-quick-link { padding: 9px 16px; font-size: .84rem; }
    .sa-cat-grid { padding: 0 20px 20px; grid-template-columns: repeat(auto-fill, minmax(108px, 1fr)); gap: 10px; }
    .sa-cat-card { padding: 16px 8px 12px; border-radius: 12px; }
    .sa-cat-card-icon-wrap { width: 42px; height: 42px; margin-bottom: 10px; border-radius: 11px; }
    .sa-cat-card-icon { font-size: 18px; }
    .sa-cat-card-name { font-size: .76rem; }
}

/* Hero stats - hidden on desktop, shown on mobile */
.sa-hero-stats { display: none; }
@media (max-width: 900px) {
    .sa-hero-stats { display: flex; justify-content: center; gap: 24px; margin-top: 20px; flex-wrap: wrap; }
    .sa-hero-stat { text-align: center; }
    .sa-hero-stat-num { display: block; font-size: 1.4rem; font-weight: 800; color: #0f172a; line-height: 1.2; }
    .sa-hero-stat-label { display: block; font-size: .75rem; color: var(--sa-text-dim); margin-top: 2px; font-weight: 500; }
}
@media (max-width: 480px) {
    .sa-hero-stats { gap: 16px; margin-top: 16px; }
    .sa-hero-stat-num { font-size: 1.2rem; }
    .sa-hero-stat-label { font-size: .7rem; }
}
