  /* ===== VOUCHER HERO ===== */
        .voucher-hero {
            background: var(--bg-secondary);
            position: relative;
            overflow: hidden;
            padding: 80px 0;
            border-bottom: 2px solid var(--border-color);
        }
        .voucher-hero::before {
            content: ''; position: absolute; top: -30%; right: -10%; width: 700px; height: 700px;
            background: radial-gradient(circle, rgba(95,75,219,0.06) 0%, rgba(255,122,92,0.02) 70%);
            border-radius: 50%; animation: float 18s ease-in-out infinite;
        }
        .voucher-hero-grid {
            display: flex;
            align-items: center;
            gap: 60px;
            flex-wrap: wrap;
            position: relative;
            z-index: 2;
        }
        .voucher-hero-content {
            flex: 1 1 45%;
        }
        .voucher-hero-badge {
            background: rgba(95,75,219,0.1);
            color: var(--primary);
            padding: 12px 28px;
            border-radius: var(--border-radius-xxl);
            display: inline-block;
            font-weight: 700;
            margin-bottom: 25px;
            border-left: 5px solid var(--primary);
            backdrop-filter: blur(10px);
        }
        .voucher-hero-content h1 {
            font-size: 3.8rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 25px;
            color: var(--text-primary);
        }
        .voucher-hero-highlight {
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .voucher-hero-desc {
            font-size: 1.25rem;
            color: var(--text-secondary);
            margin-bottom: 35px;
        }
        .voucher-hero-image {
            flex: 1 1 45%;
            background: url('https://img.freepik.com/free-vector/special-offer-modern-sale-banner-template_1361-1285.jpg?t=st=1749841338~exp=1749844938~hmac=48b9db3ddabec1cc01a50ed8a9c5c5f73772a07df0124e837c2ae92b061a09b0&w=900') no-repeat center;
            background-size: contain;
            min-height: 450px;
            animation: float 8s ease-in-out infinite;
        }

        /* ===== VOUCHER STATS ===== */
        .voucher-stats {
            background: var(--bg-primary);
        }
        .stats-grid {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 40px;
        }
        .stat-item {
            text-align: center;
        }
        .stat-number {
            font-size: 3.5rem;
            font-weight: 800;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1;
            margin-bottom: 10px;
        }
        .stat-label {
            color: var(--text-secondary);
            font-weight: 600;
            font-size: 1.1rem;
        }

        /* ===== VOUCHER CATEGORIES ===== */
        .voucher-categories {
            background: var(--bg-secondary);
        }
        .voucher-cat-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 50px;
        }
        .voucher-cat-card {
            background: var(--bg-card);
            border-radius: var(--border-radius-xl);
            padding: 40px 25px;
            box-shadow: var(--shadow-md);
            border: 2px solid var(--border-color);
            text-align: center;
            transition: 0.4s;
        }
        .voucher-cat-card:hover {
            transform: translateY(-12px);
            border-color: var(--primary);
            box-shadow: var(--shadow-xl);
        }
        .voucher-cat-icon {
            font-size: 3.2rem;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 20px;
        }
        .voucher-cat-card h3 {
            font-size: 1.6rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: var(--text-primary);
        }
        .voucher-cat-card p {
            color: var(--text-secondary);
            margin-bottom: 20px;
        }
        .voucher-cat-link {
            color: var(--primary);
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: 0.3s;
        }
        .voucher-cat-link:hover {
            gap: 12px;
            color: var(--primary-dark);
        }

        /* ===== FEATURED VOUCHER CARDS ===== */
        .featured-vouchers {
            background: var(--bg-primary);
        }
        .voucher-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 50px;
        }
        .voucher-card {
            background: var(--bg-card);
            border-radius: var(--border-radius-xl);
            padding: 35px;
            box-shadow: var(--shadow-lg);
            border: 2px solid var(--border-color);
            transition: 0.4s;
            position: relative;
            overflow: hidden;
        }
        .voucher-card:hover {
            transform: translateY(-15px);
            border-color: var(--primary);
            box-shadow: var(--shadow-xl);
        }
        .voucher-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--gradient-accent);
            color: #1a2639;
            padding: 6px 16px;
            border-radius: 40px;
            font-weight: 800;
            font-size: 0.8rem;
            letter-spacing: 1px;
        }
        .voucher-icon {
            width: 70px;
            height: 70px;
            background: rgba(95,75,219,0.1);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
        }
        .voucher-icon i {
            font-size: 2.5rem;
            color: var(--primary);
        }
        .voucher-card h3 {
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: var(--text-primary);
        }
        .voucher-vendor {
            display: inline-block;
            background: rgba(95,75,219,0.1);
            color: var(--primary);
            padding: 5px 16px;
            border-radius: 40px;
            font-weight: 700;
            font-size: 0.8rem;
            margin-bottom: 15px;
        }
        .voucher-price {
            margin: 20px 0;
        }
        .original-price {
            color: var(--text-secondary);
            text-decoration: line-through;
            font-size: 1.1rem;
            margin-right: 12px;
        }
        .discounted-price {
            font-size: 2rem;
            font-weight: 800;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .voucher-desc {
            color: var(--text-secondary);
            margin-bottom: 25px;
            font-size: 0.95rem;
        }
        .voucher-meta {
            display: flex;
            gap: 15px;
            margin: 15px 0;
            color: var(--text-secondary);
            font-weight: 600;
        }
        .voucher-meta i {
            color: var(--primary);
            margin-right: 6px;
        }
        .btn-voucher {
            width: 100%;
            background: var(--gradient-primary);
            color: white;
            padding: 14px;
            border-radius: 40px;
            font-weight: 700;
            border: none;
            cursor: pointer;
            transition: 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }
        .btn-voucher:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }

        /* ===== BUNDLE OFFERS ===== */
        .bundle-offers {
            background: var(--bg-secondary);
        }
        .bundle-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 50px;
        }
        .bundle-card {
            background: var(--gradient-dark);
            border-radius: var(--border-radius-xl);
            padding: 45px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative;
            overflow: hidden;
        }
        .bundle-card::before {
            content: '';
            position: absolute;
            top: -20%;
            right: -10%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            border-radius: 50%;
        }
        .bundle-content {
            position: relative;
            z-index: 2;
        }
        .bundle-badge {
            background: var(--accent);
            color: #1a2639;
            padding: 6px 18px;
            border-radius: 40px;
            font-weight: 800;
            display: inline-block;
            margin-bottom: 20px;
        }
        .bundle-content h3 {
            font-size: 2rem;
            font-weight: 800;
            margin-bottom: 15px;
        }
        .bundle-content p {
            opacity: 0.9;
            margin-bottom: 25px;
            font-size: 1.1rem;
        }
        .bundle-price {
            font-size: 2.2rem;
            font-weight: 800;
            color: var(--accent);
            margin-bottom: 20px;
        }
        .btn-bundle {
            background: var(--accent);
            color: #1a2639;
            padding: 14px 32px;
            border-radius: 40px;
            font-weight: 800;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: 0.3s;
        }
        .btn-bundle:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }
        .bundle-icon {
            font-size: 6rem;
            opacity: 0.2;
            position: absolute;
            bottom: 20px;
            right: 30px;
        }

        /* ===== HOW IT WORKS ===== */
        .voucher-process {
            background: var(--bg-primary);
        }
        .process-steps {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            flex-wrap: wrap;
            margin-top: 60px;
        }
        .step-item {
            flex: 1 1 200px;
            text-align: center;
            position: relative;
        }
        .step-number {
            width: 70px; height: 70px;
            background: var(--gradient-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 1.8rem;
            font-weight: 800;
            color: white;
            box-shadow: var(--shadow-lg);
        }
        .step-item h4 {
            font-size: 1.4rem;
            font-weight: 800;
            margin-bottom: 15px;
            color: var(--text-primary);
        }
        .step-item p { color: var(--text-secondary); }

        /* ===== VOUCHER CLAIM FORM ===== */
        .voucher-claim {
            background: var(--bg-secondary);
        }
        .claim-wrapper {
            background: var(--bg-card);
            border-radius: var(--border-radius-xl);
            padding: 60px;
            box-shadow: var(--shadow-xl);
            border: 2px solid var(--border-color);
            display: flex;
            align-items: center;
            gap: 50px;
            flex-wrap: wrap;
        }
        .claim-content {
            flex: 1 1 45%;
        }
        .claim-content h3 {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 20px;
            color: var(--text-primary);
        }
        .claim-content p {
            color: var(--text-secondary);
            font-size: 1.1rem;
            margin-bottom: 30px;
        }
        .claim-form {
            flex: 1 1 45%;
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }
        .claim-input {
            flex: 1;
            padding: 16px 24px;
            border: 2px solid var(--border-color);
            border-radius: 60px;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            background: var(--bg-primary);
            color: var(--text-primary);
        }
        .claim-input:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 4px rgba(95,75,219,0.1);
        }
        .btn-claim {
            background: var(--gradient-primary);
            color: white;
            padding: 16px 32px;
            border-radius: 60px;
            font-weight: 800;
            border: none;
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            transition: 0.3s;
        }
        .btn-claim:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-lg);
        }

        /* ===== FULLY RESPONSIVE ===== */
        @media (max-width: 992px) {
            .nav-links { display: none; }
            .mobile-menu-btn { display: block; }
            .voucher-hero-content h1 { font-size: 2.8rem; }
            .voucher-cat-grid { grid-template-columns: repeat(2, 1fr); }
            .voucher-grid { grid-template-columns: repeat(2, 1fr); }
            .bundle-grid { grid-template-columns: 1fr; }
            .section-title { font-size: 2.6rem; }
        }
        @media (max-width: 768px) {
            section { padding: 70px 0; }
            .voucher-hero-content h1 { font-size: 2.3rem; }
            .voucher-cat-grid { grid-template-columns: 1fr; }
            .voucher-grid { grid-template-columns: 1fr; }
            .voucher-hero-grid { flex-direction: column; }
            .voucher-hero-content { text-align: center; }
            .voucher-hero-badge { margin-left: auto; margin-right: auto; }
            .voucher-hero-desc { margin-left: auto; margin-right: auto; }
            .voucher-hero-image { min-height: 300px; width: 100%; }
            .section-title { font-size: 2.2rem; text-align: center; }
            .section-sub { text-align: center; margin-left: auto; margin-right: auto; }
            .claim-wrapper { flex-direction: column; text-align: center; padding: 40px; }
            .claim-form { flex-direction: column; }
            .btn-claim { width: 100%; justify-content: center; }
            .bundle-card { flex-direction: column; text-align: center; }
            .bundle-icon { display: none; }
            .process-steps { flex-direction: column; }
        }
        @media (max-width: 480px) {
            .voucher-hero-content h1 { font-size: 2rem; }
            .section-title { font-size: 1.9rem; }
            .stat-number { font-size: 2.8rem; }
            .voucher-card { padding: 25px; }
        }

       