/* ============================================
   NOVA SPECIAL PRODUCTS PAGE STYLES
   Premium Glassmorphism Design for SSL/Licenses
   ============================================ */

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
    --special-primary: #667eea;
    --special-secondary: #764ba2;
    --special-accent: #00d4ff;
    --special-success: #10b981;
    --special-warning: #f59e0b;
    --special-dark: #0f0f23;
}

/* ============================================
   HERO SECTION
   ============================================ */
.special-hero-section {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #0a0a1a 0%, #151535 40%, #1a1a40 70%, #0d0d25 100%);
    overflow: hidden;
    min-height: 500px;
}

.special-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, #0f0f23, transparent);
    pointer-events: none;
    z-index: 1;
}

.special-hero-section .hero-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.special-hero-section .floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
    animation: specialFloatOrb 12s ease-in-out infinite;
}

.special-hero-section .orb-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    top: -150px;
    right: 10%;
}

.special-hero-section .orb-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    bottom: -100px;
    left: 5%;
    animation-delay: 4s;
}

@keyframes specialFloatOrb {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(40px, -30px) scale(1.08);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.95);
    }
}

.special-hero-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.special-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(245, 158, 11, 0.18);
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 50px;
    color: #f59e0b;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 28px;
    backdrop-filter: blur(15px);
}

.special-hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.15;
    letter-spacing: -2px;
}

.special-hero-title .gradient-text {
    background: linear-gradient(135deg, #f59e0b 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.special-hero-desc {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 auto 40px;
    line-height: 1.7;
    max-width: 700px;
}

/* ============================================
   CATEGORY TABS
   ============================================ */
.special-categories-section {
    padding: 60px 0;
    background: #0f0f23;
}

.special-categories-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.special-categories-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.special-category-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 28px;
    background: rgba(25, 25, 55, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s ease;
    backdrop-filter: blur(15px);
}

.special-category-btn:hover {
    background: rgba(102, 126, 234, 0.2);
    border-color: rgba(102, 126, 234, 0.4);
    color: #fff;
    transform: translateY(-4px);
}

.special-category-btn.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

.special-category-btn i {
    font-size: 20px;
}

.special-category-btn img {
    width: 28px;
    height: auto;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.special-products-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #0f0f23 0%, #1a1a3e 100%);
}

.special-products-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.special-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.special-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 50px;
    color: #f59e0b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.special-section-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px 0;
}

.special-section-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Products Grid */
.special-products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 28px !important;
}

/* Product Card */
.special-product-card {
    position: relative;
    background: rgba(25, 25, 55, 0.8) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    padding: 36px 32px !important;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}

.special-product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #f59e0b);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.special-product-card:hover {
    transform: translateY(-10px);
    border-color: rgba(245, 158, 11, 0.4) !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.special-product-card:hover::before {
    opacity: 1;
}

/* Popular Badge */
.special-product-card.popular {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(25, 25, 55, 0.95) 100%) !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
}

.special-product-card.popular::before {
    opacity: 1;
}

.special-popular-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 28px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 0 0 16px 16px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Product Image */
.special-product-image {
    width: 80px;
    height: auto;
    margin-bottom: 16px;
}

/* Product Title */
.special-product-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 16px;
}

/* Product Period */
.special-product-period {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

/* Product Price */
.special-product-price {
    margin: 20px 0;
}

.special-product-price .price-amount {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, #f59e0b, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Product Features */
.special-product-features {
    margin: 24px 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.special-product-features span,
.special-product-features .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.special-product-features span::before,
.special-product-features .feature-item::before {
    content: '✓';
    width: 22px;
    height: 22px;
    background: rgba(245, 158, 11, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #f59e0b;
    flex-shrink: 0;
}

.special-product-features strong {
    color: #f59e0b;
}

/* Product Button */
.special-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 28px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.special-product-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.5);
    color: #fff;
}

.special-product-btn.out-of-stock {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    cursor: not-allowed;
}

/* ============================================
   TABLE LAYOUT (for products with features)
   ============================================ */
.special-table-wrapper {
    background: rgba(25, 25, 55, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
}

.special-table {
    width: 100%;
    border-collapse: collapse;
}

.special-table thead {
    background: rgba(102, 126, 234, 0.2);
}

.special-table th {
    padding: 20px 16px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.special-table td {
    padding: 20px 16px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
}

.special-table tbody tr {
    transition: all 0.3s ease;
}

.special-table tbody tr:hover {
    background: rgba(102, 126, 234, 0.1);
}

.special-table .product-name {
    font-weight: 600;
    color: #fff;
}

.special-table .product-logo {
    width: 60px;
    height: auto;
    margin-top: 8px;
}

.special-table .price-cell {
    font-weight: 700;
    color: #f59e0b;
    font-size: 18px;
}

.special-table .price-period {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
}

.special-table .table-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #10b981, #059669);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.special-table .table-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
    color: #fff;
}

.special-table .table-btn.out-of-stock {
    background: rgba(255, 255, 255, 0.1);
    cursor: not-allowed;
}

.special-table .out-of-stock-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(239, 68, 68, 0.2);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 8px;
    color: #ef4444;
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px;
}

/* ============================================
   CONTENT SECTION
   ============================================ */
.special-content-section {
    padding: 80px 0;
    background: #0f0f23;
}

.special-content-section .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

.special-content-section h2,
.special-content-section h3 {
    color: #fff;
    margin-bottom: 16px;
}

.special-content-section p {
    margin-bottom: 16px;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.special-faq-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f0f23 0%, #1a1a3e 100%);
}

.special-faq-section .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.special-faq-item {
    background: rgba(25, 25, 55, 0.7);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.special-faq-item:hover {
    border-color: rgba(245, 158, 11, 0.3);
}

.special-faq-question {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.special-faq-question:hover {
    color: #f59e0b;
}

.special-faq-question svg {
    stroke: #f59e0b;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.special-faq-item.active .special-faq-question svg {
    transform: rotate(90deg);
}

.special-faq-answer {
    padding: 0 24px 20px 56px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    display: none;
}

.special-faq-item.active .special-faq-answer {
    display: block;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 992px) {
    .special-hero-title {
        font-size: 40px;
    }

    .special-section-title {
        font-size: 32px;
    }

    .special-table {
        display: block;
        overflow-x: auto;
    }
}

@media (max-width: 768px) {
    .special-hero-section {
        padding: 80px 0 60px;
        min-height: auto;
    }

    .special-hero-title {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .special-hero-desc {
        font-size: 17px;
    }

    .special-products-grid {
        grid-template-columns: 1fr !important;
    }

    .special-category-btn {
        padding: 14px 20px;
        font-size: 14px;
    }

    .special-section-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .special-hero-section {
        padding: 60px 0 40px;
    }

    .special-hero-badge {
        padding: 10px 18px;
        font-size: 12px;
    }

    .special-hero-title {
        font-size: 26px;
    }

    .special-product-card {
        padding: 28px 24px !important;
    }

    .special-product-price .price-amount {
        font-size: 32px;
    }
}