/* ============================================================
   MEHI FAQ PAGE - ULTIMATE PREMIUM v5.0
   Full Width | No Stretch | No Crop | Perfect Search
============================================================ */

/* ============================================================
   RESET & BASE
============================================================ */
.mehi-faq-ultimate {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #f8fafc;
    position: relative;
}

.mehi-faq-ultimate * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ============================================================
   SECTION 1: MEGA HERO
============================================================ */
.faq-mega-hero {
    width: 100%;
    padding: 100px 0 70px;
    background: linear-gradient(135deg, #06101d 0%, #0a1628 40%, #10213e 100%);
    position: relative;
    overflow: hidden;
}

/* Background Effects */
.faq-mega-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.faq-mega-orb1 {
    position: absolute;
    width: 700px;
    height: 700px;
    top: -350px;
    right: -200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.25), transparent);
    animation: orbFloat1 25s ease-in-out infinite;
}

.faq-mega-orb2 {
    position: absolute;
    width: 500px;
    height: 500px;
    bottom: -250px;
    left: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.15), transparent);
    animation: orbFloat2 30s ease-in-out infinite reverse;
}

.faq-mega-orb3 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08), transparent);
    animation: orbPulse 18s ease-in-out infinite;
}

.faq-mega-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
    background-size: 60px 60px;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(40px, -40px) scale(1.1); }
    66% { transform: translate(-30px, 30px) scale(0.9); }
}

@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, 30px) scale(1.15); }
    66% { transform: translate(30px, -30px) scale(0.85); }
}

@keyframes orbPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
    50% { transform: translate(-50%, -50%) scale(1.4); opacity: 0.7; }
}

.faq-mega-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

/* Badge */
.faq-mega-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.faq-mega-badge svg {
    color: #06b6d4;
}

.faq-mega-badge span {
    color: #e2e8f0;
}

/* Title */
.faq-mega-title {
    font-size: 68px;
    font-weight: 900;
    line-height: 1.05;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}

.faq-mega-highlight {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.faq-mega-highlight::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    opacity: 0.3;
    border-radius: 4px;
}

/* Description */
.faq-mega-desc {
    font-size: 19px;
    line-height: 1.8;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto 40px;
}

.faq-mega-link {
    color: #06b6d4;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.faq-mega-link:hover {
    color: #ffffff;
}

.faq-mega-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #06b6d4;
    transition: width 0.3s ease;
}

.faq-mega-link:hover::after {
    width: 100%;
}

.faq-br-desktop {
    display: inline;
}

/* ============================================================
   ULTIMATE SEARCH BAR - PERFECT WORKING
============================================================ */
.faq-ultimate-search {
    max-width: 750px;
    margin: 0 auto 45px;
}

.faq-ultimate-search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 60px;
    padding: 5px 5px 5px 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.faq-ultimate-search-box:focus-within {
    border-color: #06b6d4;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 50px rgba(6, 182, 212, 0.2);
    transform: scale(1.01);
}

.faq-ultimate-search-icon {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    margin-right: 14px;
    transition: color 0.3s ease;
}

.faq-ultimate-search-box:focus-within .faq-ultimate-search-icon {
    color: #06b6d4;
}

.faq-ultimate-search-input {
    flex: 1;
    padding: 18px 0;
    background: none;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    font-family: inherit;
    min-width: 0;
}

.faq-ultimate-search-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
    font-size: 16px;
}

.faq-ultimate-search-clear {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    margin-right: 8px;
}

.faq-ultimate-search-clear:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    transform: rotate(90deg);
}

.faq-ultimate-search-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    box-shadow: 0 4px 25px rgba(37, 99, 235, 0.35);
}

.faq-ultimate-search-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 40px rgba(37, 99, 235, 0.45);
}

.faq-ultimate-search-btn:active {
    transform: scale(0.95);
}

.faq-ultimate-search-btn svg {
    transition: transform 0.3s ease;
}

.faq-ultimate-search-btn:hover svg {
    transform: translateX(5px);
}

/* Search Hint */
.faq-ultimate-search-hint {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
}

.faq-ultimate-search-hint span {
    background: rgba(255, 255, 255, 0.04);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

/* ============================================================
   STATS
============================================================ */
.faq-mega-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-mega-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.faq-mega-stat-num {
    font-size: 34px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-mega-stat-label {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 500;
}

.faq-mega-stat-divider {
    width: 1px;
    height: 45px;
    background: rgba(255, 255, 255, 0.06);
}

/* ============================================================
   SECTION 2: FILTERS - FULL WIDTH
============================================================ */
.faq-ultimate-filters {
    width: 100%;
    padding: 25px 0;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
}

.faq-ultimate-filters-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.faq-ultimate-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.faq-ultimate-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    background: transparent;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: inherit;
    white-space: nowrap;
    position: relative;
}

.faq-ultimate-filter-btn:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.1);
}

.faq-ultimate-filter-btn.active {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 6px 30px rgba(37, 99, 235, 0.3);
    transform: translateY(-2px);
}

.faq-filter-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    display: inline-block;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.faq-ultimate-filter-btn.active .faq-filter-dot {
    background: #ffffff;
}

.faq-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 8px;
    border-radius: 20px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.faq-ultimate-filter-btn.active .faq-filter-count {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* ============================================================
   SECTION 3: FAQ ACCORDION - FULL WIDTH
============================================================ */
.faq-ultimate-list {
    width: 100%;
    padding: 60px 0 80px;
    background: #f8fafc;
}

.faq-ultimate-list-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.faq-ultimate-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* FAQ Card */
.faq-ultimate-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.faq-ultimate-card:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

.faq-ultimate-card.active {
    border-color: #2563eb;
    box-shadow: 0 8px 50px rgba(37, 99, 235, 0.1);
}

.faq-ultimate-card.hidden {
    display: none;
}

/* Card Button */
.faq-ultimate-btn {
    width: 100%;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background 0.3s ease;
}

.faq-ultimate-btn:hover {
    background: rgba(37, 99, 235, 0.02);
}

.faq-ultimate-btn-left {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex: 1;
    min-width: 0;
}

.faq-ultimate-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.06);
    color: #2563eb;
    transition: all 0.3s ease;
    margin-top: 1px;
}

.faq-ultimate-card.active .faq-ultimate-icon {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
}

.faq-ultimate-question {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.faq-ultimate-card.active .faq-ultimate-question {
    color: #2563eb;
}

.faq-ultimate-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-ultimate-card.active .faq-ultimate-arrow {
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    transform: rotate(180deg);
}

/* Card Answer */
.faq-ultimate-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-ultimate-card.active .faq-ultimate-answer {
    max-height: 2000px;
}

.faq-ultimate-content {
    padding: 0 30px 30px 30px;
    color: #475569;
    line-height: 1.8;
}

.faq-ultimate-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    color: #475569;
}

.faq-ultimate-text strong {
    color: #0f172a;
}

/* Grids */
.faq-ultimate-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
}

.faq-ultimate-grid-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.faq-ultimate-grid-item:hover {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.03);
}

.faq-ultimate-grid-icon {
    font-size: 18px;
    flex-shrink: 0;
}

/* Lists */
.faq-ultimate-ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-ultimate-ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 15px;
    color: #0f172a;
    border: 1px solid #f1f5f9;
}

.faq-ul-icon {
    font-size: 18px;
    flex-shrink: 0;
}

.faq-ultimate-ol {
    padding-left: 24px;
    margin: 12px 0 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-ultimate-ol li {
    padding: 6px 0;
    font-size: 15px;
    color: #475569;
}

.faq-ultimate-ol li strong {
    color: #0f172a;
}

/* Tips & CTAs */
.faq-ultimate-tip {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    background: rgba(6, 182, 212, 0.05);
    border-radius: 14px;
    border-left: 4px solid #06b6d4;
    margin: 16px 0;
}

.faq-ultimate-tip span:first-child {
    font-size: 22px;
    flex-shrink: 0;
}

.faq-ultimate-tip span:last-child {
    font-size: 15px;
    color: #475569;
}

.faq-ultimate-tip strong {
    color: #0f172a;
}

.faq-ultimate-cta-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 16px 20px;
    background: #f8fafc;
    border-radius: 14px;
    border-left: 4px solid #2563eb;
    margin: 16px 0;
    font-size: 15px;
    color: #475569;
}

.faq-ultimate-cta-box strong {
    color: #0f172a;
}

.faq-ultimate-cta-link {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.faq-ultimate-cta-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
    transform: translateX(4px);
}

/* ============================================================
   MODULES GRID
============================================================ */
.faq-ultimate-modules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
}

.faq-ultimate-module {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.faq-ultimate-module:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.06);
}

.faq-module-emoji {
    font-size: 28px;
    flex-shrink: 0;
}

.faq-module-name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    display: block;
}

.faq-module-desc {
    font-size: 13px;
    color: #94a3b8;
    display: block;
}

/* ============================================================
   INDUSTRIES
============================================================ */
.faq-ultimate-industries {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 16px 0;
}

.faq-ultimate-industry {
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.faq-ultimate-industry:hover {
    border-color: #2563eb;
    background: rgba(37, 99, 235, 0.03);
    transform: translateY(-2px);
}

/* ============================================================
   PAYMENTS
============================================================ */
.faq-ultimate-payments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 14px 0 18px;
}

.faq-ultimate-payment {
    padding: 12px 16px;
    background: #f8fafc;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.faq-ultimate-payment:hover {
    border-color: #8b5cf6;
    background: rgba(139, 92, 246, 0.03);
}

/* ============================================================
   SUPPORT
============================================================ */
.faq-ultimate-support {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 16px 0;
}

.faq-ultimate-support-card {
    text-align: center;
    padding: 22px 16px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.faq-ultimate-support-card:hover {
    border-color: #f59e0b;
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.08);
}

.faq-support-emoji {
    font-size: 34px;
    display: block;
    margin-bottom: 10px;
}

.faq-ultimate-support-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.faq-ultimate-support-card p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}

/* ============================================================
   SECURITY
============================================================ */
.faq-ultimate-security {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 16px 0;
}

.faq-ultimate-security-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.faq-ultimate-security-item:hover {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.03);
}

.faq-security-emoji {
    font-size: 28px;
    flex-shrink: 0;
}

.faq-ultimate-security-item h4 {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.faq-ultimate-security-item p {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
}

/* ============================================================
   NO RESULTS
============================================================ */
.faq-ultimate-noresults {
    text-align: center;
    padding: 60px 20px;
    display: none;
}

.faq-ultimate-noresults-icon {
    font-size: 60px;
    margin-bottom: 18px;
    display: block;
}

.faq-ultimate-noresults h3 {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.faq-ultimate-noresults p {
    color: #94a3b8;
    font-size: 16px;
    margin-bottom: 20px;
}

.faq-ultimate-noresults a {
    color: #2563eb;
    font-weight: 700;
    text-decoration: underline;
}

.faq-ultimate-noresults-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.faq-ultimate-noresults-suggestions span {
    font-size: 14px;
    color: #94a3b8;
    font-weight: 600;
}

.faq-ultimate-suggestion {
    padding: 8px 20px;
    border-radius: 30px;
    border: 2px solid #e2e8f0;
    background: transparent;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.faq-ultimate-suggestion:hover {
    border-color: #2563eb;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.04);
    transform: translateY(-2px);
}

/* ============================================================
   SECTION 4: CONTACT - FULL WIDTH
============================================================ */
.faq-ultimate-contact {
    width: 100%;
    padding: 70px 0 80px;
    background: #ffffff;
}

.faq-ultimate-contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.faq-ultimate-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Contact Left */
.faq-ultimate-contact-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-ultimate-contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 100px;
    background: rgba(37, 99, 235, 0.06);
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    width: fit-content;
}

.faq-ultimate-contact-badge span:first-child {
    font-size: 18px;
}

.faq-ultimate-contact-title {
    font-size: 44px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
}

.faq-ultimate-contact-highlight {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-ultimate-contact-desc {
    font-size: 17px;
    color: #64748b;
    line-height: 1.8;
}

.faq-ultimate-contact-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 4px;
}

.faq-ultimate-contact-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.faq-ultimate-contact-feature > span {
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 2px;
}

.faq-ultimate-contact-feature h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.faq-ultimate-contact-feature p {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
}

/* Contact Right */
.faq-ultimate-contact-right {
    display: flex;
    justify-content: flex-end;
}

.faq-ultimate-contact-card {
    width: 100%;
    max-width: 460px;
    padding: 40px;
    background: #f8fafc;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
}

.faq-ultimate-contact-method {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
}

.faq-ultimate-contact-method-icon {
    font-size: 30px;
    flex-shrink: 0;
}

.faq-ultimate-contact-method-label {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

.faq-ultimate-contact-method-link {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-ultimate-contact-method-link:hover {
    color: #2563eb;
}

.faq-ultimate-contact-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 4px 0;
}

.faq-ultimate-contact-hours {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0 8px;
    font-size: 14px;
    color: #64748b;
}

.faq-ultimate-contact-hours span:first-child {
    font-size: 20px;
}

.faq-ultimate-contact-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
}

.faq-ultimate-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 20px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
}

.faq-ultimate-contact-btn.primary {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25);
}

.faq-ultimate-contact-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(37, 99, 235, 0.35);
}

.faq-ultimate-contact-btn.whatsapp {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.25);
}

.faq-ultimate-contact-btn.whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(37, 211, 102, 0.35);
}

.faq-ultimate-contact-btn svg {
    flex-shrink: 0;
}

/* ============================================================
   SECTION 5: CTA BANNER - FULL WIDTH
============================================================ */
.faq-ultimate-cta {
    width: 100%;
    padding: 70px 0;
    background: linear-gradient(135deg, #06101d, #0a1628, #10213e);
    position: relative;
    overflow: hidden;
}

.faq-ultimate-cta::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    right: -200px;
    bottom: -200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.12), transparent);
    pointer-events: none;
}

.faq-ultimate-cta::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    left: -150px;
    top: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.06), transparent);
    pointer-events: none;
}

.faq-ultimate-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

.faq-ultimate-cta-icon {
    font-size: 60px;
    margin-bottom: 18px;
    display: block;
}

.faq-ultimate-cta-content h2 {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.faq-ultimate-cta-content p {
    font-size: 18px;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto 34px;
    line-height: 1.7;
}

.faq-ultimate-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.faq-ultimate-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 38px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    font-family: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-ultimate-cta-btn.primary {
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    box-shadow: 0 8px 35px rgba(37, 99, 235, 0.3);
}

.faq-ultimate-cta-btn.primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 50px rgba(37, 99, 235, 0.4);
}

.faq-ultimate-cta-btn.secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.faq-ultimate-cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}

.faq-ultimate-cta-btn.primary svg {
    transition: transform 0.3s ease;
}

.faq-ultimate-cta-btn.primary:hover svg {
    transform: translateX(6px);
}

/* ============================================================
   RESPONSIVE - TABLET
============================================================ */
@media (max-width: 1024px) {
    .faq-mega-title {
        font-size: 50px;
    }

    .faq-ultimate-modules {
        grid-template-columns: 1fr 1fr;
    }

    .faq-ultimate-industries {
        grid-template-columns: repeat(3, 1fr);
    }

    .faq-ultimate-support {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-ultimate-security {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-ultimate-contact-grid {
        gap: 40px;
    }
}

/* ============================================================
   RESPONSIVE - MOBILE LARGE
============================================================ */
@media (max-width: 768px) {
    .faq-mega-hero {
        padding: 60px 0 45px;
    }

    .faq-mega-title {
        font-size: 34px;
    }

    .faq-mega-desc {
        font-size: 16px;
        padding: 0 10px;
    }

    .faq-br-desktop {
        display: none;
    }

    .faq-mega-stats {
        gap: 24px;
        flex-wrap: wrap;
        padding-top: 25px;
    }

    .faq-mega-stat-num {
        font-size: 26px;
    }

    .faq-mega-stat-divider {
        display: none;
    }

    /* Search - FIXED OVERLAP */
    .faq-ultimate-search-box {
        flex-wrap: wrap;
        padding: 4px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.07);
    }

    .faq-ultimate-search-box:focus-within {
        transform: none;
    }

    .faq-ultimate-search-input {
        padding: 16px 16px;
        font-size: 15px;
        width: 100%;
        order: 1;
        flex: 1 1 100%;
    }

    .faq-ultimate-search-input::placeholder {
        font-size: 14px;
    }

    .faq-ultimate-search-icon {
        display: none;
    }

    .faq-ultimate-search-clear {
        order: 2;
        margin-right: 4px;
        width: 36px;
        height: 36px;
    }

    .faq-ultimate-search-btn {
        order: 3;
        padding: 12px 20px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
        border-radius: 30px;
        margin-top: 2px;
    }

    .faq-ultimate-search-hint {
        font-size: 12px;
        margin-top: 10px;
    }

    .faq-ultimate-search-hint span {
        padding: 4px 12px;
        font-size: 12px;
    }

    /* Filters */
    .faq-ultimate-filters {
        padding: 16px 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .faq-ultimate-filters::-webkit-scrollbar {
        display: none;
    }

    .faq-ultimate-filter-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 8px;
        padding: 0 4px;
        min-width: max-content;
    }

    .faq-ultimate-filter-btn {
        padding: 10px 18px;
        font-size: 12px;
        white-space: nowrap;
    }

    .faq-filter-dot {
        width: 6px;
        height: 6px;
    }

    .faq-filter-count {
        min-width: 18px;
        height: 18px;
        font-size: 10px;
    }

    /* FAQ Cards */
    .faq-ultimate-list {
        padding: 40px 0 60px;
    }

    .faq-ultimate-list-inner {
        padding: 0 18px;
    }

    .faq-ultimate-btn {
        padding: 18px 20px;
        gap: 14px;
    }

    .faq-ultimate-btn-left {
        gap: 14px;
    }

    .faq-ultimate-icon {
        width: 38px;
        height: 38px;
        flex-shrink: 0;
    }

    .faq-ultimate-icon svg {
        width: 20px;
        height: 20px;
    }

    .faq-ultimate-question {
        font-size: 15px;
    }

    .faq-ultimate-arrow {
        width: 34px;
        height: 34px;
        flex-shrink: 0;
    }

    .faq-ultimate-arrow svg {
        width: 18px;
        height: 18px;
    }

    .faq-ultimate-content {
        padding: 0 20px 20px 20px;
    }

    .faq-ultimate-text {
        font-size: 15px;
    }

    /* Grids Mobile */
    .faq-ultimate-grid-2col {
        grid-template-columns: 1fr;
    }

    .faq-ultimate-modules {
        grid-template-columns: 1fr;
    }

    .faq-ultimate-industries {
        grid-template-columns: repeat(2, 1fr);
    }

    .faq-ultimate-industry {
        font-size: 13px;
        padding: 10px 12px;
    }

    .faq-ultimate-payments {
        grid-template-columns: 1fr;
    }

    .faq-ultimate-support {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .faq-ultimate-support-card {
        padding: 16px 12px;
    }

    .faq-ultimate-security {
        grid-template-columns: 1fr;
    }

    .faq-ultimate-security-item {
        padding: 14px 16px;
    }

    /* No Results */
    .faq-ultimate-noresults {
        padding: 40px 16px;
    }

    .faq-ultimate-noresults-icon {
        font-size: 44px;
    }

    .faq-ultimate-noresults h3 {
        font-size: 22px;
    }

    .faq-ultimate-noresults p {
        font-size: 14px;
    }

    .faq-ultimate-noresults-suggestions {
        padding: 16px;
        gap: 8px;
    }

    .faq-ultimate-suggestion {
        padding: 6px 16px;
        font-size: 13px;
    }

    /* Contact */
    .faq-ultimate-contact {
        padding: 50px 0 60px;
    }

    .faq-ultimate-contact-inner {
        padding: 0 18px;
    }

    .faq-ultimate-contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .faq-ultimate-contact-title {
        font-size: 32px;
    }

    .faq-ultimate-contact-desc {
        font-size: 15px;
    }

    .faq-ultimate-contact-right {
        justify-content: stretch;
    }

    .faq-ultimate-contact-card {
        max-width: 100%;
        padding: 28px 20px;
        border-radius: 20px;
    }

    .faq-ultimate-contact-method-link {
        font-size: 15px;
    }

    .faq-ultimate-contact-buttons {
        grid-template-columns: 1fr;
    }

    /* CTA */
    .faq-ultimate-cta {
        padding: 45px 0;
    }

    .faq-ultimate-cta-inner {
        padding: 0 18px;
    }

    .faq-ultimate-cta-content h2 {
        font-size: 28px;
    }

    .faq-ultimate-cta-content p {
        font-size: 15px;
        padding: 0 10px;
    }

    .faq-ultimate-cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .faq-ultimate-cta-btn {
        justify-content: center;
        padding: 16px 24px;
        font-size: 15px;
    }
}

/* ============================================================
   RESPONSIVE - MOBILE SMALL
============================================================ */
@media (max-width: 480px) {
    .faq-mega-title {
        font-size: 28px;
    }

    .faq-mega-desc {
        font-size: 14px;
    }

    .faq-mega-stats {
        gap: 16px;
    }

    .faq-mega-stat-num {
        font-size: 22px;
    }

    .faq-mega-stat-label {
        font-size: 11px;
    }

    .faq-ultimate-search-input {
        font-size: 14px;
        padding: 14px 14px;
    }

    .faq-ultimate-search-input::placeholder {
        font-size: 13px;
    }

    .faq-ultimate-search-btn {
        font-size: 13px;
        padding: 10px 16px;
    }

    .faq-ultimate-filter-btn {
        font-size: 11px;
        padding: 8px 14px;
    }

    .faq-ultimate-btn {
        padding: 14px 16px;
    }

    .faq-ultimate-question {
        font-size: 14px;
    }

    .faq-ultimate-icon {
        width: 32px;
        height: 32px;
    }

    .faq-ultimate-icon svg {
        width: 16px;
        height: 16px;
    }

    .faq-ultimate-arrow {
        width: 30px;
        height: 30px;
    }

    .faq-ultimate-arrow svg {
        width: 16px;
        height: 16px;
    }

    .faq-ultimate-content {
        padding: 0 16px 16px 16px;
    }

    .faq-ultimate-text {
        font-size: 14px;
    }

    .faq-ultimate-grid-item {
        font-size: 13px;
        padding: 10px 14px;
    }

    .faq-ultimate-ul li {
        font-size: 13px;
        padding: 8px 14px;
    }

    .faq-ultimate-ol li {
        font-size: 13px;
    }

    .faq-ultimate-module {
        padding: 12px 14px;
    }

    .faq-module-name {
        font-size: 14px;
    }

    .faq-module-desc {
        font-size: 12px;
    }

    .faq-ultimate-industries {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .faq-ultimate-industry {
        font-size: 12px;
        padding: 8px 10px;
    }

    .faq-ultimate-support {
        grid-template-columns: 1fr;
    }

    .faq-ultimate-contact-title {
        font-size: 26px;
    }

    .faq-ultimate-contact-card {
        padding: 20px 16px;
    }

    .faq-ultimate-contact-method-icon {
        font-size: 24px;
    }

    .faq-ultimate-contact-method-link {
        font-size: 14px;
    }

    .faq-ultimate-cta-content h2 {
        font-size: 24px;
    }

    .faq-ultimate-cta-content p {
        font-size: 14px;
    }

    .faq-ultimate-cta-btn {
        font-size: 14px;
        padding: 14px 20px;
    }
}

/* ============================================================
   ANIMATIONS - FADE IN
============================================================ */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-ultimate-card {
    animation: fadeUp 0.5s ease forwards;
    opacity: 0;
}

.faq-ultimate-card:nth-child(1) { animation-delay: 0.05s; }
.faq-ultimate-card:nth-child(2) { animation-delay: 0.10s; }
.faq-ultimate-card:nth-child(3) { animation-delay: 0.15s; }
.faq-ultimate-card:nth-child(4) { animation-delay: 0.20s; }
.faq-ultimate-card:nth-child(5) { animation-delay: 0.25s; }
.faq-ultimate-card:nth-child(6) { animation-delay: 0.30s; }
.faq-ultimate-card:nth-child(7) { animation-delay: 0.35s; }
.faq-ultimate-card:nth-child(8) { animation-delay: 0.40s; }
.faq-ultimate-card:nth-child(9) { animation-delay: 0.45s; }
.faq-ultimate-card:nth-child(10) { animation-delay: 0.50s; }
.faq-ultimate-card:nth-child(11) { animation-delay: 0.55s; }
.faq-ultimate-card:nth-child(12) { animation-delay: 0.60s; }

.faq-ultimate-card.visible {
    opacity: 1;
}

/* ============================================================
   SEARCH HIGHLIGHT EFFECT
============================================================ */
.faq-ultimate-card.search-match {
    border-color: #06b6d4;
    box-shadow: 0 0 0 2px rgba(6, 182, 212, 0.15);
}

.faq-ultimate-card.search-match .faq-ultimate-question {
    color: #06b6d4;
}