.kl-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:99999;background:#0a0a0a;border-top:1px solid #1a1a1a;box-shadow:0 -4px 30px rgba(0,0,0,0.3);transform:translateY(100%);transition:transform 0.4s cubic-bezier(0.16,1,0.3,1)}.kl-consent-banner.kl-consent-visible{transform:translateY(0)}.kl-consent-banner.kl-consent-hiding{transform:translateY(100%)}.kl-consent-inner{max-width:1320px;margin:0 auto;padding:24px 32px;display:flex;align-items:center;gap:32px}.kl-consent-text{flex:1}.kl-consent-text p{font-family:'Outfit',sans-serif;font-size:14px;line-height:1.6;color:#aaa;margin:0}.kl-consent-text a{color:#00d4aa;text-decoration:none;font-weight:500;transition:color 0.2s}.kl-consent-text a:hover{color:#00e6b8}.kl-consent-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.kl-consent-btn{font-family:'Outfit',sans-serif;font-size:13px;font-weight:600;border:none;border-radius:8px;padding:10px 20px;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}.kl-consent-accept{background:#00d4aa;color:#0a0a0a}.kl-consent-accept:hover{background:#00e6b8}.kl-consent-essential{background:transparent;color:#ccc;border:1px solid #333}.kl-consent-essential:hover{border-color:#555;color:#fff}.kl-consent-manage{background:transparent;color:#aaa;padding:10px 12px;text-decoration:underline;text-underline-offset:3px}.kl-consent-manage:hover{color:#ccc}.kl-consent-prefs{max-width:1320px;margin:0 auto;padding:0 32px 24px;border-top:1px solid #1a1a1a}.kl-consent-pref-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #1a1a1a}.kl-consent-pref-item:last-of-type{border-bottom:none}.kl-consent-pref-info{flex:1}.kl-consent-pref-info strong{font-family:'Outfit',sans-serif;font-size:14px;font-weight:600;color:#eee;display:block;margin-bottom:2px}.kl-consent-pref-info p{font-family:'Outfit',sans-serif;font-size:13px;color:#777;margin:0;line-height:1.4}.kl-consent-always-on{font-family:'Outfit',sans-serif;font-size:12px;font-weight:600;color:#00d4aa;background:rgba(0,212,170,0.1);padding:4px 12px;border-radius:100px;white-space:nowrap}.kl-consent-toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;cursor:pointer}.kl-consent-toggle input{opacity:0;width:0;height:0;position:absolute}.kl-consent-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#333;border-radius:24px;transition:background 0.2s ease}.kl-consent-slider::before{content:'';position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform 0.2s ease}.kl-consent-toggle input:checked+.kl-consent-slider{background:#00d4aa}.kl-consent-toggle input:checked+.kl-consent-slider::before{transform:translateX(20px)}.kl-consent-pref-actions{padding-top:16px;display:flex;justify-content:flex-end}.kl-consent-save{background:#00d4aa;color:#0a0a0a}.kl-consent-save:hover{background:#00e6b8}@media (max-width:768px){.kl-consent-inner{flex-direction:column;padding:20px 20px;gap:16px;text-align:center}.kl-consent-actions{flex-direction:column;width:100%;gap:8px}.kl-consent-btn{width:100%}.kl-consent-prefs{padding:0 20px 20px}.kl-consent-pref-item{gap:16px}}@media (max-width:479px){.kl-consent-text p{font-size:13px}}/* ═══════════════════════════════════════════════
   KL FAQ Page – Frontend Styles
   ═══════════════════════════════════════════════ */

.kl-faq-page {
    font-family: 'Outfit', sans-serif;
    color: #333;
    line-height: 1.6;
    padding: 60px 0;
    background: #f8f9fa;
    min-height: 60vh;
}

.kl-faq-container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── Header ── */
.kl-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.kl-faq-title {
    font-size: 36px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 12px;
    line-height: 1.2;
}

.kl-faq-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin: 0 0 28px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Search ── */
.kl-faq-search-wrapper {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.kl-faq-page .kl-faq-search {
    width: 100%;
    padding: 14px 20px 14px 48px !important;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    color: #333;
    background: #fff;
    outline: none;
    transition: all 0.3s ease;
}

.kl-faq-page .kl-faq-search::placeholder {
    color: #aaa;
}

.kl-faq-page .kl-faq-search:focus {
    border-color: #0a0a0a;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.kl-faq-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 15px;
    pointer-events: none;
    transition: color 0.3s;
}

.kl-faq-search:focus ~ .kl-faq-search-icon {
    color: #0a0a0a;
}

/* ── Category Navigation ── */
.kl-faq-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.kl-faq-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1.5px solid #e8e8e8;
    border-radius: 100px;
    background: #fff;
    color: #444;
    font-size: 13.5px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.kl-faq-nav-btn:hover {
    border-color: #ccc;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    color: #0a0a0a;
}

.kl-faq-nav-btn.kl-active {
    background: #0a0a0a;
    color: #fff;
    border-color: #0a0a0a;
}

.kl-faq-nav-btn i {
    font-size: 14px;
}

.kl-faq-nav-btn.kl-active i {
    color: var(--kl-accent, #00d4aa);
}

/* ── FAQ Sections ── */
.kl-faq-section {
    display: none;
}

.kl-faq-section.kl-active {
    display: block;
    animation: klFaqFadeIn 0.3s ease;
}

/* Show all sections during search */
.kl-faq-page.kl-searching .kl-faq-section {
    display: block;
}
.kl-faq-page.kl-searching .kl-faq-nav {
    display: none;
}
.kl-faq-page.kl-searching .kl-faq-section-header {
    display: flex;
}

@keyframes klFaqFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.kl-faq-section-header {
    display: none;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
}

.kl-faq-section-header i {
    font-size: 20px;
    color: var(--kl-accent, #00d4aa);
}

.kl-faq-section-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0a0a0a;
    margin: 0;
}

/* ── FAQ Items ── */
.kl-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.kl-faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.kl-faq-item:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.kl-faq-item.kl-open {
    border-color: #ddd;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.kl-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: none;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0a0a0a;
    cursor: pointer;
    text-align: left;
    gap: 16px;
    transition: color 0.2s;
}

.kl-faq-question:hover {
    color: var(--kl-accent, #00d4aa);
}

.kl-faq-chevron {
    font-size: 13px;
    color: #999;
    transition: transform 0.3s ease, color 0.3s;
    flex-shrink: 0;
}

.kl-faq-item.kl-open .kl-faq-chevron {
    transform: rotate(180deg);
    color: var(--kl-accent, #00d4aa);
}

.kl-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.kl-faq-answer-inner {
    padding: 4px 24px 20px;
    border-top: 1px solid #f0f0f0;
    margin: 0 24px;
    padding: 16px 0 20px;
    font-size: 14.5px;
    color: #555;
    line-height: 1.7;
}

.kl-faq-answer-inner strong {
    color: #0a0a0a;
}

/* Search highlight */
.kl-faq-highlight {
    background: rgba(0, 212, 170, 0.2);
    padding: 1px 3px;
    border-radius: 3px;
}

/* Hidden during search */
.kl-faq-item.kl-hidden {
    display: none;
}

/* ── CTA Block ── */
.kl-faq-cta {
    text-align: center;
    margin-top: 48px;
    padding: 40px 32px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
}

.kl-faq-cta-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    background: rgba(0, 212, 170, 0.1);
    border-radius: 16px;
    font-size: 24px;
    color: var(--kl-accent, #00d4aa);
}

.kl-faq-cta h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 8px;
}

.kl-faq-cta p {
    font-size: 15px;
    color: #6c757d;
    margin: 0 0 24px;
}

.kl-faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #0a0a0a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s;
}

.kl-faq-cta-btn:hover {
    background: #222;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* ── No Results ── */
.kl-faq-no-results {
    text-align: center;
    padding: 48px 20px;
    color: #999;
}

.kl-faq-no-results i {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    color: #ddd;
}

.kl-faq-no-results p {
    font-size: 16px;
    color: #6c757d;
}

.kl-faq-no-results a {
    color: var(--kl-accent, #00d4aa);
    text-decoration: none;
    font-weight: 600;
}

/* ═══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 768px) {
    .kl-faq-page {
        padding: 40px 0;
    }

    .kl-faq-title {
        font-size: 28px;
    }

    .kl-faq-nav {
        gap: 8px;
    }

    .kl-faq-nav-btn {
        padding: 8px 14px;
        font-size: 12.5px;
    }

    .kl-faq-nav-btn span {
        display: none;
    }

    .kl-faq-nav-btn i {
        font-size: 16px;
    }

    .kl-faq-question {
        padding: 16px 18px;
        font-size: 14px;
    }

    .kl-faq-answer-inner {
        padding: 0 18px 16px;
        font-size: 13.5px;
    }
}
.site-footer{display:none!important}.kl-footer{font-family:"Outfit",sans-serif;color:#a0a0a0;line-height:1.6}.kl-footer-main{background:#0a0a0a;padding:64px 0 48px}.kl-footer .kl-container{max-width:1320px;margin:0 auto;padding:0 5%;box-sizing:border-box}.kl-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}.kl-footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:20px}.kl-footer-logo-icon,.kl-footer-logo-img{width:40px;height:40px;border-radius:10px;flex-shrink:0}.kl-footer-logo-img{object-fit:cover}.kl-footer-logo-icon{background:linear-gradient(135deg,#1a1a1a 0,#333 100%);display:flex;align-items:center;justify-content:center;color:#00d4aa;font-size:18px}.kl-footer-logo-text{display:flex;flex-direction:column;line-height:1}.kl-footer-logo-name{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.5px}.kl-footer-logo-tagline{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:2px;margin-top:3px;font-weight:500}.kl-footer-desc{font-size:14px;color:#999;line-height:1.7;margin:0 0 24px;max-width:300px}.kl-footer-newsletter{margin-bottom:24px}.kl-footer-newsletter-headline{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 8px}.kl-footer-newsletter-subtitle{font-size:13px;color:#999;margin:0 0 14px}.kl-footer-newsletter-form{display:flex;gap:0;border-radius:10px;overflow:hidden;max-width:320px}.kl-footer-newsletter-form input[type=email]{flex:1;padding:11px 14px;font-size:13.5px;font-family:"Outfit",sans-serif;border:0;background:rgba(255,255,255,.08);color:#fff;outline:0;min-width:0}.kl-footer-newsletter-form input[type=email]::placeholder{color:#666}.kl-footer-newsletter-form input[type=email]:focus{background:rgba(255,255,255,.12)}.kl-footer-newsletter-form button{padding:11px 16px;background:#00d4aa;color:#0a0a0a;font-size:14px;font-family:"Outfit",sans-serif;border:0;cursor:pointer;transition:background .2s;flex-shrink:0}.kl-footer-newsletter-form button:hover{background:#00e6b8}.kl-footer-newsletter-msg{margin-top:8px;font-size:13px;min-height:18px}.kl-footer-newsletter-msg.kl-success{color:#27ae60}.kl-footer-newsletter-msg.kl-error{color:#e74c3c}.kl-footer-social{display:flex;gap:10px}.kl-footer-social-link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1.5px solid rgba(255,255,255,.1);color:#888;font-size:15px;text-decoration:none;transition:all .25s ease}.kl-footer-social-link:hover{border-color:#00d4aa;color:#00d4aa;background:rgba(0,212,170,.08);transform:translateY(-2px)}.kl-footer-col-title{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 20px}.kl-footer-links{list-style:none;margin:0;padding:0}.kl-footer-links li{margin-bottom:12px}.kl-footer-links a{color:#999;text-decoration:none;font-size:14px;transition:all .2s ease;display:inline-block}.kl-footer-links a:hover{color:#00d4aa;transform:translateX(3px)}.kl-footer-bottom{background:#060606;padding:20px 0;border-top:1px solid rgba(255,255,255,.06)}.kl-footer-bottom-inner{display:flex;justify-content:space-between;align-items:center}.kl-footer-copyright{font-size:13px;color:#888;margin:0}.kl-footer-payments{display:flex;gap:14px;align-items:center}.kl-footer-payments i{font-size:24px;color:#888;transition:color .2s}.kl-footer-payments i:hover{color:#888}@media (max-width:1024px){.kl-footer-grid{grid-template-columns:1fr 1fr;gap:40px}.kl-footer-brand{grid-column:1/-1}.kl-footer-desc,.kl-footer-newsletter-form{max-width:100%}}@media (max-width:768px){.kl-footer-main{padding:48px 0 36px}.kl-footer-grid{grid-template-columns:1fr;gap:32px}.kl-footer-brand{grid-column:auto;text-align:center}.kl-footer-logo{justify-content:center}.kl-footer-desc{margin-left:auto;margin-right:auto}.kl-footer-desc,.kl-footer-newsletter{text-align:center}.kl-footer-newsletter-form{max-width:100%}.kl-footer-social{justify-content:center}.kl-footer-col-title{font-size:13px}.kl-footer-bottom-inner{flex-direction:column;gap:16px;text-align:center}}@media (max-width:479px){.kl-footer-main{padding:32px 0 24px}.kl-footer-grid{gap:24px}.kl-footer-logo-name{font-size:18px}.kl-footer-desc,.kl-footer-links a{font-size:13px}.kl-footer-col-title{font-size:12px;margin-bottom:14px}.kl-footer-links li{margin-bottom:10px}.kl-footer-newsletter-form{flex-direction:column;border-radius:10px}.kl-footer-newsletter-form input[type=email]{border-radius:10px 10px 0 0;font-size:16px}.kl-footer-newsletter-form button{border-radius:0 0 10px 10px}.kl-footer-bottom{padding:16px 0}.kl-footer-copyright{font-size:12px}.kl-footer-payments i{font-size:20px}}