/* ══ HERO ══ */
.hero{
  background: var(--color-grad);
  padding:68px 60px 0;
  position:relative;
  overflow:hidden
}
.hero::before{
  content:'';position:absolute;top:-120px;right:-80px;
  width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(196,181,253,.18) 0%,transparent 65%);
  pointer-events:none
}
.hero::after{
  content:'';position:absolute;bottom:0;left:0;width:100%;height:160px;
  background:radial-gradient(ellipse 80% 60% at 50% 120%,rgba(196,181,253,.12) 0%,transparent 70%);
  pointer-events:none
}
.g{position:absolute;pointer-events:none}
.g1{top:22px;left:5%;width:18px;height:18px;border:2px solid rgba(255,255,255,.2);border-radius:4px;transform:rotate(20deg)}
.g2{top:70px;left:18%;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.18)}
.g3{top:38px;right:34%;width:14px;height:14px;border:2px solid rgba(255,255,255,.14);transform:rotate(45deg)}
.g4{top:130px;left:4%;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.12)}
.g5{top:50px;right:13%;width:12px;height:12px;border:2px solid rgba(255,255,255,.16);transform:rotate(15deg)}
.g6{bottom:110px;right:6%;width:15px;height:15px;border:2px solid rgba(255,255,255,.12);border-radius:4px;transform:rotate(30deg)}
.g7{top:100px;right:27%;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.12)}
.g8{bottom:140px;left:28%;width:10px;height:10px;border:2px solid rgba(255,255,255,.1);transform:rotate(25deg)}

.hero-inner{max-width: 80vw;margin:0 auto;text-align:center;position:relative;z-index:1;padding-bottom:60px}
.h-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  border-radius:100px;padding:5px 18px 5px 10px;
  font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
  color:rgba(255,255,255,.85);margin-bottom:22px
}
.h-badge-dot{width:6px;height:6px;border-radius:50%;background:#c4b5fd;animation:blink 2s infinite}
@keyframes blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(1.7)}}
.hero h1{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(36px,5vw,58px);
  font-weight:800;
  color:#fff;
  letter-spacing:-2.5px;
  line-height:1.02;
  margin-bottom:16px
}
.hero h1 em{font-style:normal;color:#c4b5fd}
.hero-sub{font-size:16px;color:rgba(255,255,255,.55);line-height:1.85;max-width:460px;margin:0 auto 36px}

.hero-pills{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.hp{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:8px 18px}
.hp svg{width:13px;height:13px;fill:none;stroke:#c4b5fd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.hp span{font-size:12.5px;font-weight:600;color:rgba(255,255,255,.82)}
.hp strong{font-family:'Space Grotesk',sans-serif;color:#fff;font-weight:800}

.hero-wave{line-height:0;margin-top:-1px}
.hero-wave svg{display:block;width:100%}

        /* Hero Section */
        .faq-hero {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #9b59b6 100%);
            padding: 80px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .faq-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
        }

        .faq-hero-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-hero h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 15px;
        }

        .faq-hero p {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            max-width: 600px;
            margin: 0 auto;
        }

        .faq-icon {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            backdrop-filter: blur(10px);
        }

        .faq-icon i {
            font-size: 36px;
            color: #fff;
        }

        /* Search Bar */
        .search-container {
            max-width: 600px;
            margin: 30px auto 0;
            position: relative;
        }

        .search-container input {
            width: 100%;
            padding: 18px 25px 18px 55px;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
            outline: none;
            transition: all 0.3s ease;
            color: white;
        }

        .search-container input:focus {
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
        }

        .search-container i {
            position: absolute;
            left: 22px;
            top: 50%;
            transform: translateY(-50%);
            color: #9b59b6;
            font-size: 18px;
        }

        /* Main Content */
        .faq-container {
            max-width: 80vw;
            margin: -30px auto 60px;
            padding: 0 20px;
            position: relative;
            z-index: 10;
        }

        /* Tabs */
        .faq-tabs {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
        }
        @media (max-width: 600px) {
           .faq-tabs{
            flex-wrap: wrap !important;
           }
           .tab-btn{
            box-shadow: none !important;
           }
              .tab-btn.active{
                box-shadow: none !important;
              }
        }
        .tab-btn {
            padding: 15px 35px;
            border: none;
            background: #fff;
            border-radius: 50px;
            font-size: 15px;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
            color: #555;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .tab-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .tab-btn.active {
            background: var(--color-grad);
            color: #fff;
            box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
        }

        .tab-btn i {
            font-size: 18px;
        }

        .tab-count {
            background: rgba(0, 0, 0, 0.1);
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 12px;
        }

        .tab-btn.active .tab-count {
            background: rgba(255, 255, 255, 0.2);
        }

        /* FAQ Content */
        .faq-content {
            display: none;
        }

        .faq-content.active {
            display: block;
            animation: fadeIn 0.4s ease;
        }

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

        /* Category Header */
        .category-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
            padding: 0 10px;
        }

        .category-title {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .category-title-icon {
            width: 45px;
            height: 45px;
            background: var(--color-grad);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 18px;
        }

        .category-title h2 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 0;
        }

        .answer-count {
            background: var(--color-grad);
            color: #fff;
            padding: 8px 18px;
            border-radius: 25px;
            font-size: 13px;
            font-weight: 500;
        }

        /* FAQ Items */
        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .faq-item {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .faq-item:hover {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            border-color: rgba(102, 126, 234, 0.2);
        }

        .faq-item.active {
            box-shadow: 0 10px 40px rgba(102, 126, 234, 0.15);
            border-color: rgba(102, 126, 234, 0.3);
        }

        .faq-question {
            padding: 22px 25px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            background: rgba(102, 126, 234, 0.03);
        }

        .question-content {
            display: flex;
            align-items: center;
            gap: 15px;
            flex: 1;
        }

        .question-number {
            width: 36px;
            height: 36px;
            background: var(--color-bg);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 600;
            color: );
            flex-shrink: 0;
        }

        .faq-item.active .question-number {
            background: var(--color-grad);
            color: #fff;
        }

        .question-text {
            font-size: 15px;
            font-weight: 500;
            color: #333;
            line-height: 1.5;
        }

        .toggle-icon {
            width: 36px;
            height: 36px;
            background: #f8f9fc;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .toggle-icon i {
            font-size: 14px;
            color: #764ba2;
            transition: transform 0.3s ease;
        }

        .faq-item.active .toggle-icon {
            background: var(--color-grad);
        }

        .faq-item.active .toggle-icon i {
            color: #fff;
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        .answer-content {
            padding: 0 25px 25px 76px;
            color: #666;
            font-size: 14px;
            line-height: 1.8;
        }

        .answer-content p {
            margin-bottom: 10px;
        }

        .answer-content ul {
            padding-left: 20px;
            margin-top: 10px;
        }

        .answer-content li {
            margin-bottom: 8px;
        }

        .answer-content a {
            color: #764ba2;
            text-decoration: none;
            font-weight: 500;
        }

        .answer-content a:hover {
            text-decoration: underline;
        }

        .highlight-box {
            background: linear-gradient(135deg, #f0f0ff 0%, #fff5f5 100%);
            padding: 15px 20px;
            border-radius: 12px;
            border-left: 4px solid #764ba2;
            margin-top: 15px;
        }

        .highlight-box strong {
            color: #764ba2;
        }

        /* Help Section */
        .help-section {
            background: var(--color-grad);
            border-radius: 20px;
            padding: 50px 40px;
            margin-top: 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .help-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
        }

        .help-section h3 {
            font-size: 32px;
            color: #fff;
            margin-bottom: 10px;
            position: relative;
            line-height: 3rem;
        }

        .help-section p {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 30px;
            position: relative;
            font-size: 16px;
        }

        .help-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            position: relative;
        }

        .help-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .help-btn.primary {
            background: #fff;
            color: #764ba2;
        }

        .help-btn.secondary {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .help-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        /* Quick Links */
        .quick-links {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .quick-link-card {
            background: #fff;
            border-radius: 16px;
            padding: 25px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .quick-link-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        }

        .quick-link-icon {
            width: 60px;
            height: 60px;
            background: var(--color-bg);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            font-size: 24px;
            color: #764ba2;
            transition: all 0.3s ease;
        }

        .quick-link-card:hover .quick-link-icon {
            background: var(--color-grad);
            color: #fff;
        }

        .quick-link-card h4 {
            color: #333;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .quick-link-card p {
            color: #888;
            font-size: 15px;
        }

        /* ══════════════════════════════
           RESPONSIVE
        ══════════════════════════════ */

        /* ── Laptop (≤1100px) ── */
        @media (max-width: 1100px) {
            .faq-container {
                /* max-width: 860px; */
            }
        }

        /* ── Small Laptop / Large Tablet (≤900px) ── */
        @media (max-width: 900px) {
            .faq-hero {
                padding: 64px 20px;
            }

            .faq-hero h1 {
                font-size: 2.4rem;
            }

            .faq-hero p {
                font-size: 1.05rem;
            }

            .faq-container {
                padding: 0 16px;
                margin-bottom: 48px;
            }

            .tab-btn {
                padding: 13px 24px;
                /* font-size: 14px; */
            }

            .help-section {
                padding: 44px 32px;
            }

            .quick-links {
                grid-template-columns: repeat(3, 1fr);
                gap: 14px;
            }

            .quick-link-card {
                padding: 20px 16px;
            }
        }

        /* ── Tablet (≤768px) ── */
        @media (max-width: 768px) {
            .faq-hero {
                padding: 52px 20px 68px;
            }

            .faq-hero h1 {
                font-size: 2rem;
            }

            .faq-hero p {
                font-size: 1rem;
            }

            .faq-icon {
                width: 68px;
                height: 68px;
                margin-bottom: 18px;
            }

            .faq-icon i {
                font-size: 28px;
            }

            .search-container input {
                padding: 15px 20px 15px 48px;
                font-size: 15px;
            }

            .faq-container {
                margin-top: -24px;
                padding: 0 16px;
            }

            .faq-tabs {
                gap: 8px;
                margin-bottom: 28px;
            }

            .tab-btn {
                padding: 12px 18px;
                /* font-size: 13.5px; */
                gap: 7px;
            }

            .tab-btn i {
                font-size: 15px;
            }

            .category-header {
                padding: 0 6px;
                margin-bottom: 18px;
            }

            .category-title h2 {
                font-size: 1.2rem;
            }

            .category-title-icon {
                width: 38px;
                height: 38px;
                font-size: 15px;
                border-radius: 10px;
            }

            .answer-count {
                padding: 6px 14px;
                font-size: 12px;
            }

            /* FAQ items */
            .faq-question {
                padding: 18px 20px;
            }

            .question-number {
                width: 30px;
                height: 30px;
                font-size: 12px;
            }

            .question-text {
                /* font-size: 14px; */
            }

            .answer-content {
                padding: 0 20px 20px 65px;
                font-size: 13.5px;
            }

            /* Help */
            .help-section {
                padding: 38px 24px;
                border-radius: 16px;
                margin-top: 36px;
            }

            .help-section h3 {
                /* font-size: 1.45rem; */
            }

            .help-section p {
                /* font-size: 0.92rem; */
            }

            .help-buttons {
                gap: 12px;
            }

            .help-btn {
                padding: 13px 22px;
                font-size: 14px;
            }

            /* Quick links */
            .quick-links {
                grid-template-columns: repeat(3, 1fr);
                gap: 12px;
                margin-top: 28px;
            }

            .quick-link-card h4 {
                /* font-size: 14px; */
            }

            .quick-link-card p {
                /* font-size: 12px; */
            }

            .quick-link-icon {
                width: 50px;
                height: 50px;
                font-size: 20px;
                margin-bottom: 10px;
            }
        }

        /* ── Large Mobile (≤600px) ── */
        @media (max-width: 600px) {
            .faq-hero {
                padding: 44px 16px 60px;
            }

            .faq-hero h1 {
                font-size: 1.75rem;
                margin-bottom: 10px;
            }

            .faq-hero p {
                font-size: 0.92rem;
            }

            /* Tabs: horizontal scroll instead of column stack */
            .faq-tabs {
                flex-wrap: nowrap;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                justify-content: flex-start;
                padding-bottom: 4px;
                gap: 8px;
            }

            .faq-tabs::-webkit-scrollbar {
                display: none;
            }

            .tab-btn {
                flex-shrink: 0;
                /* padding: 10px 16px; */
                /* font-size: 13px; */
                border-radius: 40px;
            }

            .tab-count {
                font-size: 11px;
                padding: 2px 8px;
            }

            /* Category header: stack on small */
            .category-header {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 10px;
                align-items: center;
            }

            .question-number {
                display: none;
            }

            .question-text {
                /* font-size: 13.5px; */
            }

            .answer-content {
                padding: 0 16px 18px 16px;
                font-size: 13px;
            }

            .faq-question {
                padding: 16px 18px;
                gap: 10px;
            }

            .toggle-icon {
                width: 30px;
                height: 30px;
            }

            .toggle-icon i {
                font-size: 12px;
            }

            .faq-list {
                gap: 11px;
            }

            /* Quick links: 3 col stays but tighter */
            .quick-links {
                grid-template-columns: repeat(3, 1fr);
                gap: 10px;
            }

            .quick-link-card {
                padding: 16px 10px;
            }

            .quick-link-icon {
                width: 44px;
                height: 44px;
                font-size: 18px;
                border-radius: 12px;
            }

            .quick-link-card h4 {
                /* font-size: 13px; */
            }

            .quick-link-card p {
                /* font-size: 11px; */
            }

            /* Help */
            .help-section {
                padding: 30px 18px;
                border-radius: 14px;
                margin-top: 28px;
            }

            .help-section h3 {
                /* font-size: 1.25rem; */
            }

            .help-buttons {
                flex-direction: column;
                align-items: stretch;
                gap: 10px;
            }

            .help-btn {
                justify-content: center;
                padding: 13px 20px;
                font-size: 14px;
            }
        }

        /* ── Mobile (≤480px) ── */
        @media (max-width: 480px) {
            .faq-hero {
                padding: 36px 14px 52px;
            }

            .faq-hero h1 {
                font-size: 19px;
            }

            .faq-icon {
                width: 58px;
                height: 58px;
                margin-bottom: 16px;
            }

            .faq-icon i {
                font-size: 24px;
            }

            .search-container input {
                padding: 13px 16px 13px 44px;
                font-size: 14px;
            }

            .search-container {
                margin-top: 20px;
            }

            .faq-container {
                margin-top: -18px;
                padding: 0 12px;
                margin-bottom: 36px;
            }

            .faq-tabs {
                margin-bottom: 22px;
            }

            .tab-btn {
                /* padding: 9px 14px; */
                /* font-size: 12.5px; */
            }

            /* Category header: stack */
            .category-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
                padding: 0 4px;
            }

            .category-title h2 {
                font-size: 20px;
            }

            .question-text {
                /* font-size: 13px; */
            }

            .answer-content {
                font-size: 12.5px;
                line-height: 1.75;
            }

            /* Quick links: single row scrollable OR 1 col */
            .quick-links {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .quick-link-card {
                display: flex;
                align-items: center;
                gap: 16px;
                padding: 16px 18px;
                text-align: left;
                flex-wrap: wrap;
            }

            .quick-link-icon {
                margin: 0;
                flex-shrink: 0;
                width: 42px;
                height: 42px;
                font-size: 17px;
            }

            .quick-link-card h4 {
                /* font-size: 14px; */
                margin-bottom: 2px;
            }

            .quick-link-card p {
                line-height: 2rem;
                /* font-size: 12px; */
            }

            .help-section {
                padding: 26px 16px;
            }

            .help-section h3 {
                /* font-size: 1.15rem; */
            }
        }

        /* ── Small Mobile (≤360px) ── */
        /* @media (max-width: 360px) {
            .faq-hero h1 {
                font-size: 1.3rem;
            }

            .tab-btn {
                padding: 8px 12px;
                /* font-size: 12px; 
                gap: 5px;
            }

            .tab-btn i {
                font-size: 13px;
            }

            .faq-question {
                padding: 14px 14px;
            }

            .question-text {
                font-size: 12.5px;
            }

            .answer-content {
                padding: 0 14px 16px 14px;
                font-size: 12px;
            }
        } */
@media(max-width: 576px){
    .faq-container{
        max-width: 90vw;
        padding: 0;
    }
}