.elementor-982 .elementor-element.elementor-element-c34daca{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-982 .elementor-element.elementor-element-93eadec{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f601088 *//* =============================================
BTLK PROACTIVE AI DIRECTORY - CSS
Paste this code into your Elementor widget's
"Advanced > Custom CSS" section.
============================================== */

/* ===============================
Base Colors
================================*/
:root {
    --navy: #0A2342;
    --black: #000000;
    --gold: #F4D35E;
    --white: #F7F7FF;
    --glass: rgba(255, 255, 255, 0.06);
    --gold-glow: rgba(244, 211, 94, 0.35);
    --btlk-muted-white: rgba(247, 247, 255, 0.88);
}

/* ===============================
Scoped Reset & Base
================================*/
#btlk-ai-directory-page * { 
    box-sizing: border-box; 
}
#btlk-ai-directory-page {
    font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
    background: radial-gradient(1200px 800px at 20% 10%, var(--navy), var(--black) 65%);
    color: var(--white);
    padding: 1px 0;
    overflow: hidden;
    width: 100%;
}
/* Elementor Overrides */
#btlk-ai-directory-page p {
     color: rgba(247, 247, 255, .88);
     line-height: 1.7;
     font-size: clamp(15px, 1.2vw, 18px);
     margin-bottom: 1em;
}
#btlk-ai-directory-page h1,
#btlk-ai-directory-page h2,
#btlk-ai-directory-page h3,
#btlk-ai-directory-page h4 {
    color: var(--white);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5em;
}
/* Ensure FA icons load inside widget */
#btlk-ai-directory-page .fa,
#btlk-ai-directory-page .fa-solid,
#btlk-ai-directory-page .fa-brands {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
}

/* ===============================
Top Line
================================*/
#btlk-ai-directory-page .hero-top-line {
    position: fixed; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    box-shadow: 0 0 20px var(--gold); opacity: .8; z-index: 50;
}

/* ===============================
Hero Section (Base)
================================*/
#btlk-ai-directory-page .btlk-hero {
    position: relative; padding: 120px 20px 60px; color: var(--white);
    overflow: hidden; display: flex; align-items: center;
    justify-content: center; min-height: 90vh;
}
#btlk-ai-directory-page .btlk-hero-glass {
    position: relative; z-index: 2; display: grid;
    grid-template-columns: 1.1fr 0.9fr; gap: 40px;
    max-width: 1200px; width: min(92%, 1200px); margin: 0 auto;
    padding: 36px 36px; background: var(--glass);
    border: 1px solid rgba(244, 211, 94, .15);
    backdrop-filter: blur(10px); border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .35), 0 0 0 1px rgba(255, 255, 255, .03) inset;
}

/* Left Side Content */
#btlk-ai-directory-page .btlk-hero-left {
    display: flex; flex-direction: column;
    justify-content: center; align-items: flex-start;
}
#btlk-ai-directory-page .crumbs {
    display: flex; gap: 8px; align-items: center;
    font-size: 13px; color: rgba(247, 247, 255, .66);
    margin-bottom: 20px; 
}
#btlk-ai-directory-page .crumbs a { color: rgba(247, 247, 255, .85); text-decoration: none }
#btlk-ai-directory-page .crumbs a:hover { color: var(--gold) }
#btlk-ai-directory-page .crumbs .sep { opacity: .4 }
#btlk-ai-directory-page .btlk-hero-left h1 {
    font-size: clamp(34px, 4.2vw, 56px); line-height: 1.07;
    margin: 0 0 14px; font-weight: 700;
}
#btlk-ai-directory-page .gold {
    color: var(--gold);
    text-shadow: 0 0 18px var(--gold-glow), 0 0 2px var(--gold);
}
#btlk-ai-directory-page .sub {
    font-size: clamp(15px, 1.2vw, 18px); color: rgba(247, 247, 255, .88);
    margin: 0 0 28px; line-height: 1.7;
}

/* ===============================
AI Search Bar
================================*/
#btlk-ai-directory-page .ai-search-container {
    display: flex;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(244, 211, 94, 0.2);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
#btlk-ai-directory-page #ai-search-input {
    flex-grow: 1;
    border: none;
    background: transparent;
    padding: 0 25px;
    font-size: 16px;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
}
#btlk-ai-directory-page #ai-search-input:focus {
    outline: none;
}
#btlk-ai-directory-page #ai-search-input::placeholder {
    color: rgba(247, 247, 255, 0.5);
}
#btlk-ai-directory-page #ai-search-btn {
    border: none;
    background: var(--gold);
    color: var(--navy);
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease;
}
#btlk-ai-directory-page #ai-search-btn:hover {
    background: var(--white);
}

/* Right side image */
#btlk-ai-directory-page .btlk-hero-right {
    position: relative; display: grid; place-items: center;
}
#btlk-ai-directory-page .circle-wrap {
    position: relative; width: clamp(240px, 30vw, 400px);
    aspect-ratio: 1 / 1; border-radius: 50%;
    padding: 14px;
    background: radial-gradient(60% 60% at 50% 50%, rgba(244, 211, 94, .08), rgba(255, 255, 255, 0) 70%);
}
#btlk-ai-directory-page .circle {
    position: relative; width: 100%; height: 100%;
    border-radius: 50%; overflow: hidden;
    border: 2px solid rgba(244, 211, 94, .35);
    box-shadow: 0 0 0 2px rgba(244, 211, 94, .12) inset, 0 0 40px rgba(244, 211, 94, .22), 0 20px 60px rgba(0, 0, 0, .35);
}
#btlk-ai-directory-page .circle img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.05);
    transform: scale(1.02);
}
#btlk-ai-directory-page .sheen {
    position: absolute; inset: -10%;
    background: conic-gradient(from 0deg, rgba(244, 211, 94, 0), rgba(244, 211, 94, .12), rgba(244, 211, 94, 0) 30%);
    animation: rotate 8s linear infinite; border-radius: 50%;
    pointer-events: none;
}
@keyframes rotate { to { transform: rotate(360deg) } }
#btlk-ai-directory-page .spark {
    position: absolute; width: 10px; height: 10px; border-radius: 50%;
    background: var(--gold); filter: blur(1px); opacity: .8;
    box-shadow: 0 0 16px var(--gold), 0 0 40px rgba(244, 211, 94, .6);
    animation: float 5s ease-in-out infinite alternate;
}
#btlk-ai-directory-page .s1 { top: 12%; left: 6%; animation-delay: .2s; }
#btlk-ai-directory-page .s2 { bottom: 20%; right: 12%; animation-delay: .8s; }
#btlk-ai-directory-page .s3 { top: 46%; right: -4%; width: 8px; height: 8px; animation-delay: 1.2s; }
@keyframes float {
    0% { transform: translateY(0) }
    100% { transform: translateY(-10px) }
}

/* ===============================
AI Response Section
================================*/
#btlk-ai-directory-page .ai-response-container {
    max-width: 1200px;
    width: min(92%, 1200px);
    margin: -60px auto 60px auto;
    position: relative;
    z-index: 10;
}
#btlk-ai-directory-page .ai-response-card {
    background: var(--glass);
    border: 1px solid rgba(244, 211, 94, .15);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
    display: none; 
}
#btlk-ai-directory-page .ai-response-header {
    display: flex; align-items: center; gap: 15px;
    margin-bottom: 20px;
}
#btlk-ai-directory-page .ai-response-header h2 {
    font-size: 1.8rem; color: var(--white);
    margin: 0; font-weight: 700;
}
#btlk-ai-directory-page .buzz-loader {
    display: flex; align-items: center; justify-content: center;
    gap: 10px; font-size: 1rem;
    color: var(--btlk-muted-white); padding: 20px 0;
}
#btlk-ai-directory-page .spinner {
    width: 24px; height: 24px;
    border: 3px solid rgba(255,255,255,0.2);
    border-top-color: var(--gold); border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* AI Content Area */
#btlk-ai-directory-page #ai-response-content {
    color: var(--btlk-muted-white); line-height: 1.8;
}
#btlk-ai-directory-page #ai-response-content ul {
    list-style: none; padding-left: 0; margin: 0;
}
#btlk-ai-directory-page #ai-response-content li {
    position: relative; padding-left: 1.5em; margin-bottom: 12px;
    line-height: 1.6;
}
#btlk-ai-directory-page #ai-response-content li::before {
    content: '•'; color: var(--gold);
    font-weight: bold; display: inline-block;
    position: absolute; left: 0; font-size: 1.2em;
}
#btlk-ai-directory-page #ai-response-content li strong {
    color: var(--white);
    font-size: 1.1em;
    display: inline-block;
    margin-bottom: 4px;
}
#btlk-ai-directory-page #ai-response-content a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
}
#btlk-ai-directory-page #ai-response-content a:hover {
    text-decoration: underline;
}

/* AI Suggestions Box Style */
#btlk-ai-directory-page .ai-suggestions-box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(244, 211, 94, 0.2);
    display: none;
}
#btlk-ai-directory-page .ai-suggestions-box h4 {
    font-size: 1.1rem;
    color: var(--gold);
    margin: 0 0 10px 0;
    font-weight: 700;
}
#btlk-ai-directory-page .ai-suggestions-box ul {
    list-style: none; padding-left: 0; margin: 0;
}
#btlk-ai-directory-page .ai-suggestions-box li {
    position: relative; padding-left: 1.5em; margin-bottom: 10px;
}
#btlk-ai-directory-page .ai-suggestions-box li::before {
    content: '•'; color: var(--gold);
    font-weight: bold; display: inline-block;
    position: absolute; left: 0; font-size: 1.2em;
}
/* Suggestions (NEW: Match styling of main answer) */
#btlk-ai-directory-page .ai-suggestions-box li strong {
    color: var(--white);
    font-size: 1.1em;
    display: inline-block;
    margin-bottom: 4px;
}

/* Source Links */
#btlk-ai-directory-page .source-links {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(244, 211, 94, 0.2);
}
#btlk-ai-directory-page .source-links h4 {
    margin: 0 0 10px 0;
    color: var(--white);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
#btlk-ai-directory-page #ai-response-sources a {
    display: inline-block;
    text-decoration: none;
    color: var(--btlk-muted-white);
    font-size: 0.85rem;
    background: rgba(0,0,0,0.2);
    padding: 4px 10px;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: background 0.3s ease, color 0.3s ease;
}
#btlk-ai-directory-page #ai-response-sources a:hover {
    background: var(--gold);
    color: var(--navy);
}


/* ===============================
NEW: Proactive Popup
================================*/
#btlk-ai-directory-page #proactive-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 998;
    display: none; /* Hidden by default */
    opacity: 0;
    transition: opacity 0.3s ease;
}
#btlk-ai-directory-page #proactive-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background: var(--glass);
    border: 1px solid var(--gold);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 10px 50px var(--gold-glow);
    z-index: 999;
    display: none; /* Hidden by default */
    opacity: 0;
    transform: translate(-50%, -45%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
#btlk-ai-directory-page #proactive-popup.show,
#btlk-ai-directory-page #proactive-popup-overlay.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%);
}
#btlk-ai-directory-page #proactive-popup-overlay.show {
    display: block;
    opacity: 1;
}

#btlk-ai-directory-page .popup-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
#btlk-ai-directory-page .popup-header .icon {
    font-size: 1.5rem;
    color: var(--gold);
}
#btlk-ai-directory-page .popup-header h3 {
    margin: 0;
    font-size: 1.5rem;
}
#btlk-ai-directory-page #proactive-message {
    font-size: 1rem;
    color: var(--btlk-muted-white);
    line-height: 1.7;
    margin-bottom: 25px;
}
#btlk-ai-directory-page .popup-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
#btlk-ai-directory-page .btn {
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
#btlk-ai-directory-page .btn-primary {
    background: var(--gold);
    color: var(--navy);
    border: 1px solid var(--gold);
}
#btlk-ai-directory-page .btn-primary:hover {
    background: var(--white);
    box-shadow: 0 0 24px rgba(244, 211, 94, 0.65);
}
#btlk-ai-directory-page .btn-outline {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
#btlk-ai-directory-page .btn-outline:hover {
    background: var(--white);
    color: var(--navy);
}


/* ===============================
Responsive
================================*/
@media (max-width: 980px) {
    #btlk-ai-directory-page .btlk-hero {
        padding-top: 110px; padding-bottom: 60px; min-height: unset;
    }
    #btlk-ai-directory-page .btlk-hero-glass {
        grid-template-columns: 1fr; gap: 28px; text-align: center;
    }
    #btlk-ai-directory-page .btlk-hero-left { align-items: center; }
    #btlk-ai-directory-page .crumbs { justify-content: center; }
    #btlk-ai-directory-page .btlk-hero-right { order: -1; margin-bottom: 8px; }
    #btlk-ai-directory-page .circle-wrap { margin: 0 auto; }
    #btlk-ai-directory-page .ai-response-container { margin-top: -30px; }
}
@media (max-width: 600px) {
    #btlk-ai-directory-page .btlk-hero { padding: 120px 5vw 56px; }
    #btlk-ai-directory-page .btlk-hero-glass { padding: 28px 22px; }
    #btlk-ai-directory-page .ai-response-container { width: 100%; margin-top: 0; border-radius: 0; }
    #btlk-ai-directory-page .ai-response-card { border-radius: 0; }
    #btlk-ai-directory-page #ai-search-input { padding: 0 20px; font-size: 14px; }
    #btlk-ai-directory-page #ai-search-btn { padding: 0 20px; font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93eadec *//* =============================================
BTLK FEATURED BUSINESSES - CSS
Paste this code into your Elementor widget's
"Advanced > Custom CSS" section.
============================================== */

/* ===============================
Base Colors (Scoped)
================================*/
#btlk-featured-businesses {
    /* Using :root variables if available, otherwise fallback */
    --navy: var(--navy, #0A2342);
    --black: var(--black, #000000);
    --gold: var(--gold, #F4D35E);
    --white: var(--white, #F7F7FF);
    --glass: var(--glass, rgba(255, 255, 255, 0.06));
    --gold-glow: var(--gold-glow, rgba(244, 211, 94, 0.35));
    --btlk-muted-white: var(--btlk-muted-white, rgba(247, 247, 255, 0.88));
    
    font-family: 'Poppins', system-ui, sans-serif;
    padding: 1px 0;
    width: 100%;
}

/* Elementor Overrides */
#btlk-featured-businesses p {
     color: var(--btlk-muted-white);
     line-height: 1.7;
     font-size: 0.95rem; /* Slightly smaller for card descriptions */
}
#btlk-featured-businesses h2,
#btlk-featured-businesses h3 {
    color: var(--white);
    font-weight: 700;
    margin: 0;
}
/* Ensure FA icons load inside widget */
#btlk-featured-businesses .fa,
#btlk-featured-businesses .fa-solid,
#btlk-featured-businesses .fa-brands {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
    font-weight: 900;
}

/* ===============================
Featured Section Layout
================================*/
#btlk-featured-businesses .featured-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 60px 20px; /* Standard padding */
}

#btlk-featured-businesses .section-title {
    font-size: clamp(28px, 3.5vw, 48px);
    color: var(--white);
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 700;
}
#btlk-featured-businesses .section-title .gold {
    color: var(--gold);
}

/* ===============================
Featured Grid
================================*/
#btlk-featured-businesses .featured-grid {
    display: grid;
    /* 3 columns on desktop, 2 on tablet, 1 on mobile */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

#btlk-featured-businesses .featured-card {
    background: var(--glass);
    border: 1px solid rgba(244, 211, 94, .15);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .35);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden; /* To contain the image */
    display: flex;
    flex-direction: column;
}

#btlk-featured-businesses .featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 50px var(--gold-glow);
    border-color: var(--gold);
}

/* Card Image */
#btlk-featured-businesses .featured-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16/10;
}
#btlk-featured-businesses .featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#btlk-featured-businesses .featured-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gold);
    color: var(--navy);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Card Content */
#btlk-featured-businesses .featured-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* This makes the card content fill the space */
}
#btlk-featured-businesses .featured-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 5px;
}
#btlk-featured-businesses .featured-category {
    font-size: 0.95rem;
    color: var(--gold);
    font-weight: 600;
    margin: 0 0 15px 0;
}
#btlk-featured-businesses .featured-category .fa-solid {
    margin-right: 5px;
    opacity: 0.8;
}
#btlk-featured-businesses .featured-desc {
    font-size: 0.95rem;
    color: var(--btlk-muted-white);
    line-height: 1.7;
    margin: 0 0 20px 0;
    flex-grow: 1; /* This pushes the button to the bottom */
}

/* ===============================
Buttons
================================*/
#btlk-featured-businesses .btn {
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, filter .25s ease;
    width: 100%; /* Make button full width of card */
    margin-top: auto; /* Pushes button to bottom */
}
#btlk-featured-businesses .btn-outline {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
}
#btlk-featured-businesses .btn-outline:hover {
    background: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 0 24px rgba(244, 211, 94, 0.65);
}
        
/* ===============================
Responsive
================================*/
@media (max-width: 767px) {
    #btlk-featured-businesses .featured-grid {
        grid-template-columns: 1fr;
    }
    #btlk-featured-businesses .featured-container {
        padding: 40px 15px 40px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d384091 *//* ================================
   BTLK DIRECTORY CATEGORIES — MODERN UI (Updated)
=================================== */

:root {
  --navy: #0A2342;
  --navy-900: #081a33;
  --gold: #F4D35E;
  --gold-600: #eac640;
  --white: #F7F7FF;
  --muted: rgba(247, 247, 255, 0.85);

  --card-bg-1: rgba(10, 35, 66, 0.62);
  --card-bg-2: rgba(10, 35, 66, 0.38);
  --stroke: rgba(244, 211, 94, 0.18);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  --shadow-hover: 0 18px 60px rgba(0, 0, 0, 0.45);
  --ring: rgba(244, 211, 94, 0.55);

  --radius-xl: 18px;
  --radius-2xl: 22px;

  --transition: 280ms cubic-bezier(.2,.65,.2,1);

  /* NEW: consistent card height */
  --card-min-h: 340px;
}

/* Section background — lighter/more transparent */
/* Make section itself transparent and host a light overlay */
#btlk-directory-categories {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--white);
  padding: 24px 0 64px;
  background: transparent;          /* 🔑 section is now transparent */
  position: relative;               /* for ::before overlay */
  isolation: isolate;               /* keeps overlay layering tidy */
}

/* Soft, semi-transparent overlay */
#btlk-directory-categories::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  /* very light gradients; tweak opacities to taste */
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(244, 211, 94, .05), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(76, 110, 245, .05), transparent 60%),
    linear-gradient(180deg, rgba(6,20,38,0.25) 0%, rgba(10,35,66,0.25) 65%, rgba(8,26,51,0.28) 100%);
  /* overall transparency control */
  opacity: .55;                     /* 🔧 lower = more transparent */
}

#btlk-directory-categories .directory-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

#btlk-directory-categories .section-title {
  text-align: center;
  font-weight: 700;
  letter-spacing: .2px;
  font-size: clamp(28px, 3.5vw, 46px);
  margin: 8px 0 28px;
  color: var(--white);
}
#btlk-directory-categories .section-title .gold {
  color: var(--gold);
  text-shadow: 0 0 24px rgba(244, 211, 94, 0.3);
}

/* Grid */
#btlk-directory-categories .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
  padding: 8px 0;
  list-style: none;
  margin: 0;
}

/* List item wrapper */
#btlk-directory-categories .category-item { margin: 0; }

/* Card (anchor) — SAME HEIGHT + pointer */
#btlk-directory-categories .category-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;

  border-radius: var(--radius-2xl);
  padding: 22px 22px 18px;

  background: linear-gradient(145deg, var(--card-bg-1), var(--card-bg-2));
  border: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
  position: relative;
  overflow: clip;

  /* NEW: equal height */
  min-height: var(--card-min-h);
}

/* Inner shine */
#btlk-directory-categories .category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(600px 180px at 0% 0%, rgba(244, 211, 94, .06), transparent 50%),
    radial-gradient(500px 120px at 100% 0%, rgba(255, 255, 255, .05), transparent 50%);
  opacity: .9;
}

/* Hover / focus */
#btlk-directory-categories .category-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--gold-600);
  background: linear-gradient(145deg, rgba(12, 40, 76, 0.7), rgba(12, 40, 76, 0.48));
}
#btlk-directory-categories .category-card:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ring), var(--shadow-hover);
  transform: translateY(-2px);
}

/* Header */
#btlk-directory-categories .category-header {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(244, 211, 94, 0.22);
}

/* Icon */
#btlk-directory-categories .category-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: radial-gradient(100% 100% at 30% 20%, rgba(244, 211, 94, .22), rgba(244, 211, 94, .05));
  color: var(--gold);
  text-shadow: 0 0 16px rgba(244, 211, 94, 0.4);
  transform: translateZ(0);
}
#btlk-directory-categories .category-icon i { font-size: 1.25rem; }

/* Title */
#btlk-directory-categories .category-title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .2px;
  color: var(--white);
  margin: 0;
}

/* List */
#btlk-directory-categories .category-list {
  list-style: none;
  margin: 10px 0 4px;
  padding: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}
#btlk-directory-categories .category-list li {
  position: relative;
  padding-left: 1.15em;
  margin: 2px 0;
}
#btlk-directory-categories .category-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  opacity: .9;
}

/* CTA button — STRONGER HOVER */
#btlk-directory-categories .category-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform var(--transition), border-color var(--transition), background var(--transition), box-shadow var(--transition);
  margin-left: auto;
  will-change: transform;
}
#btlk-directory-categories .category-cta i {
  font-size: 0.95rem;
  color: var(--gold);
  transition: transform var(--transition), filter var(--transition);
}
#btlk-directory-categories .category-card:hover .category-cta {
  border-color: rgba(244, 211, 94, 0.55);
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  box-shadow: 0 0 0 6px rgba(244,211,94,0.12), inset 0 1px 0 rgba(255,255,255,.08);
  transform: translateY(-1px) scale(1.03);
}
#btlk-directory-categories .category-card:hover .category-cta i {
  transform: translateX(4px);
  filter: drop-shadow(0 0 8px rgba(244,211,94,.45));
}
/* Active (press) state */
#btlk-directory-categories .category-card:active .category-cta {
  transform: translateY(0) scale(0.98);
}

/* Typography defaults */
#btlk-directory-categories h2,
#btlk-directory-categories h3 { margin: 0; }

/* Responsive tweaks + smaller fixed height */
@media (max-width: 767px) {
  :root { --card-min-h: 300px; }

  #btlk-directory-categories { padding: 12px 0 48px; }
  #btlk-directory-categories .directory-container { padding: 0 14px; }
  #btlk-directory-categories .category-card { padding: 18px 18px 16px; }
  #btlk-directory-categories .category-header { grid-template-columns: 40px 1fr; }
  #btlk-directory-categories .category-icon { width: 40px; height: 40px; border-radius: 10px; }
  #btlk-directory-categories .category-title { font-size: 1.05rem; }
}

/* Motion sensitivity */
@media (prefers-reduced-motion: reduce) {
  #btlk-directory-categories .category-card,
  #btlk-directory-categories .category-cta i {
    transition: none !important;
    transform: none !important;
  }
}

/* Keyboard focus */
#btlk-directory-categories .category-card:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Light scheme support */
@media (prefers-color-scheme: light) {
  #btlk-directory-categories {
    background:
      radial-gradient(900px 400px at 10% -10%, rgba(244, 211, 94, .09), transparent 60%),
      linear-gradient(180deg, rgba(11,36,71,0.92) 0%, rgba(10,35,66,0.92) 70%, rgba(8,26,51,0.94) 100%);
  }
}
/* Grid should align items evenly */
#btlk-directory-categories .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
  align-items: stretch;  /* 💥 ensure equal height */
}

/* Card anchor should expand to full cell height */
#btlk-directory-categories .category-card {
  display: flex;                /* changed from grid */
  flex-direction: column;
  justify-content: space-between;
  height: 100%;                 /* 💥 full height of grid cell */
  min-height: 340px;            /* base height — adjust to taste */
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-2xl);
  padding: 22px 22px 18px;
  background: linear-gradient(145deg, var(--card-bg-1), var(--card-bg-2));
  border: 1px solid var(--stroke);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  transition: transform var(--transition),
              box-shadow var(--transition),
              border-color var(--transition),
              background var(--transition);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}/* End custom CSS */