/**
 * Nova Hosting Products Page - Premium Design
 * Modern, Clean & Professional Hosting Page Styles
 */

/* ============================================
   HIDE UNNECESSARY ELEMENTS
   ============================================ */
.hdzipweb,
.affiliate-banner22,
.altftrst,
.hdgsr,
.hdgzl,
.syfbsks1,
.syfbsks,
.alisdv,
.gsstr,
.gzzl,
.ansyfdn,
.grds,
.ustaciks,
.acjssd,
.link-text,
.pakettitle,
.tablopaketler,
.categoriesproduct {
    display: none !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hp-hero-section {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #0a0a1a 0%, #151535 40%, #1a1a40 70%, #0d0d25 100%);
    overflow: hidden;
}

.hp-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, #0f0f23, transparent);
    pointer-events: none;
}

.hp-hero-section .hero-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hp-hero-section .floating-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
    animation: floatOrb 10s ease-in-out infinite;
}

.hp-hero-section .orb-1 {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    top: -150px;
    right: 5%;
}

.hp-hero-section .orb-2 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #00d4ff, #0077aa);
    bottom: -100px;
    left: 0%;
    animation-delay: 3s;
}

.hp-hero-section .orb-3 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #10b981, #047857);
    top: 40%;
    left: 45%;
    animation-delay: 5s;
}

@keyframes floatOrb {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(40px, -30px) scale(1.08);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.95);
    }
}

.hp-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section Badge */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: rgba(102, 126, 234, 0.18);
    border: 1px solid rgba(102, 126, 234, 0.35);
    border-radius: 50px;
    color: #00d4ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 28px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
    transition: all 0.3s ease;
}

.section-badge:hover {
    background: rgba(102, 126, 234, 0.25);
    transform: translateY(-2px);
}

.section-badge svg {
    stroke: #00d4ff;
    filter: drop-shadow(0 0 4px rgba(0, 212, 255, 0.5));
}

.hp-hero-title {
    font-size: 58px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.15;
    letter-spacing: -2px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e0ff 50%, #c0c0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    filter: drop-shadow(0 4px 20px rgba(102, 126, 234, 0.3));
}

.hp-hero-desc {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 40px 0;
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero Features */
.hp-hero-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
}

.hp-hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hp-hero-feature:hover {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

.hp-hero-feature svg {
    stroke: #10b981;
}

.hp-hero-feature strong {
    color: #00d4ff;
}

/* Breadcrumb */
.hp-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.hp-breadcrumb a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.hp-breadcrumb a:hover {
    color: #00d4ff;
}

.hp-breadcrumb>svg {
    stroke: rgba(255, 255, 255, 0.3);
}

.hp-breadcrumb>span {
    color: #00d4ff;
}

/* ============================================
   CATEGORIES NAVIGATION
   ============================================ */
.hp-categories-section {
    padding: 0;
    background: linear-gradient(180deg, rgba(10, 10, 26, 1) 0%, rgba(15, 15, 35, 0) 100%);
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.hp-categories-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 20px 24px;
    background: rgba(20, 20, 50, 0.9);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hp-category-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.hp-category-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(0, 212, 255, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hp-category-btn:hover {
    background: rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.35);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.hp-category-btn:hover::before {
    opacity: 1;
}

.hp-category-btn.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: transparent;
    color: #fff;
    box-shadow:
        0 10px 30px rgba(102, 126, 234, 0.45),
        0 5px 15px rgba(118, 75, 162, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.hp-category-btn.active:hover {
    transform: translateY(-4px);
    box-shadow:
        0 15px 40px rgba(102, 126, 234, 0.5),
        0 8px 20px rgba(118, 75, 162, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hp-category-btn i,
.hp-category-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.hp-category-btn span {
    position: relative;
    z-index: 1;
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.hp-products-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #0f0f23 0%, #1a1a3e 100%);
}

.hp-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.hp-subcategory-title {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 0 20px;
}

.hp-subcategory-title h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

/* ============================================
   PRODUCT CARDS
   ============================================ */
.hp-product-card {
    position: relative;
    background: rgba(25, 25, 55, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    padding: 36px 32px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hp-product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.6), rgba(0, 212, 255, 0.4), rgba(16, 185, 129, 0.2), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hp-product-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.hp-product-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(102, 126, 234, 0.4);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 15px 40px rgba(102, 126, 234, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hp-product-card:hover::before {
    opacity: 1;
}

.hp-product-card:hover::after {
    opacity: 1;
}

/* Popular Badge */
.hp-product-card.popular {
    border-color: rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.18) 0%, rgba(25, 25, 55, 0.92) 100%);
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.15),
        0 0 60px rgba(102, 126, 234, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hp-product-card.popular::before {
    opacity: 0.5;
}

.hp-popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow:
        0 6px 20px rgba(102, 126, 234, 0.5),
        0 2px 10px rgba(118, 75, 162, 0.3);
    animation: badgePulse 2s ease-in-out infinite, badgeShimmer 3s linear infinite;
}

@keyframes badgePulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow:
            0 6px 20px rgba(102, 126, 234, 0.5),
            0 2px 10px rgba(118, 75, 162, 0.3);
    }

    50% {
        transform: scale(1.05);
        box-shadow:
            0 8px 25px rgba(102, 126, 234, 0.6),
            0 3px 15px rgba(118, 75, 162, 0.4);
    }
}

@keyframes badgeShimmer {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}

.hp-popular-badge svg {
    fill: currentColor;
    stroke: none;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

/* Card Header */
.hp-card-header {
    text-align: center;
    margin-bottom: 24px;
}

.hp-card-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.25) 0%, rgba(0, 212, 255, 0.15) 100%);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
}

.hp-product-card:hover .hp-card-icon {
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.25);
}

.hp-card-icon svg {
    stroke: #00d4ff;
    filter: drop-shadow(0 2px 4px rgba(0, 212, 255, 0.3));
    transition: all 0.4s ease;
}

.hp-product-card:hover .hp-card-icon svg {
    stroke: #fff;
    filter: drop-shadow(0 4px 8px rgba(0, 212, 255, 0.5));
}

.hp-card-title {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hp-card-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Card Pricing */
.hp-card-pricing {
    text-align: center;
    padding: 24px 0;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hp-price-period {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hp-price-amount {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

.hp-currency {
    font-size: 26px;
    font-weight: 700;
    color: #10b981;
    text-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.hp-amount {
    font-size: 54px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.85) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* Card Action */
.hp-card-action-top {
    margin-bottom: 24px;
}

.hp-buy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
    background-size: 200% 100%;
    border: none;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow:
        0 8px 25px rgba(102, 126, 234, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.hp-buy-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.hp-buy-btn:hover {
    transform: translateY(-4px) scale(1.02);
    background-position: 100% 0;
    box-shadow:
        0 16px 40px rgba(102, 126, 234, 0.5),
        0 8px 20px rgba(118, 75, 162, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.hp-buy-btn:hover::before {
    left: 100%;
}

.hp-buy-btn:active {
    transform: translateY(-2px) scale(0.98);
}

.hp-buy-btn svg {
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.hp-buy-btn:hover svg {
    transform: scale(1.15);
}

/* Card Features */
.hp-card-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hp-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
}

.hp-feature-item:hover {
    background: rgba(102, 126, 234, 0.1);
    border-color: rgba(102, 126, 234, 0.2);
    transform: translateX(4px);
}

.hp-feature-item svg {
    stroke: #10b981;
    flex-shrink: 0;
    background: rgba(16, 185, 129, 0.15);
    padding: 4px;
    border-radius: 6px;
    width: 24px;
    height: 24px;
}

.hp-feature-item strong {
    color: #00d4ff;
    font-weight: 600;
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.hp-features-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #1a1a3e 0%, #0f0f23 100%);
    position: relative;
}

.hp-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hp-features-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.hp-features-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.75) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hp-features-desc {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.hp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hp-feature-card {
    padding: 40px 36px;
    background: rgba(25, 25, 55, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.hp-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #00d4ff, #10b981);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hp-feature-card:hover {
    background: rgba(35, 35, 70, 0.8);
    border-color: rgba(102, 126, 234, 0.35);
    transform: translateY(-8px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 10px 30px rgba(102, 126, 234, 0.1);
}

.hp-feature-card:hover::before {
    opacity: 1;
}

.hp-feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.25) 0%, rgba(0, 212, 255, 0.15) 100%);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.hp-feature-card:hover .hp-feature-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.25);
}

.hp-feature-icon svg {
    stroke: #00d4ff;
    filter: drop-shadow(0 2px 6px rgba(0, 212, 255, 0.4));
    transition: all 0.4s ease;
}

.hp-feature-card:hover .hp-feature-icon svg {
    stroke: #fff;
}

.hp-feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px 0;
    letter-spacing: -0.3px;
}

.hp-feature-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.7;
}

/* ============================================
   BENEFITS SECTION
   ============================================ */
.hp-benefits-section {
    padding: 80px 0;
    background: #0f0f23;
}

.hp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.hp-benefit-card {
    display: flex;
    gap: 20px;
    padding: 28px;
    background: rgba(30, 30, 60, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.hp-benefit-card:hover {
    background: rgba(40, 40, 80, 0.6);
    border-color: rgba(102, 126, 234, 0.3);
}

.hp-benefit-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.15) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hp-benefit-icon svg {
    stroke: #667eea;
}

.hp-benefit-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.hp-benefit-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    line-height: 1.6;
}

/* ============================================
   TECH SECTION
   ============================================ */
.hp-tech-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f0f23 0%, #1a1a3e 100%);
}

.hp-tech-header {
    text-align: center;
    margin-bottom: 60px;
}

.hp-tech-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.hp-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.hp-tech-card {
    text-align: center;
    padding: 32px 20px;
    background: rgba(30, 30, 60, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.hp-tech-card:hover {
    background: rgba(40, 40, 80, 0.6);
    border-color: rgba(102, 126, 234, 0.3);
    transform: translateY(-4px);
}

.hp-tech-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(0, 212, 255, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-tech-icon svg {
    stroke: #00d4ff;
}

.hp-tech-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px 0;
}

.hp-tech-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.hp-faq-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1a3e 0%, #0f0f23 100%);
}

.hp-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.hp-faq-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.hp-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.hp-faq-item {
    background: rgba(30, 30, 60, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hp-faq-item:hover {
    border-color: rgba(102, 126, 234, 0.3);
}

.hp-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: background 0.3s ease;
}

.hp-faq-question:hover {
    background: rgba(255, 255, 255, 0.03);
}

.hp-faq-question svg {
    stroke: #667eea;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.hp-faq-item.active .hp-faq-question svg {
    transform: rotate(90deg);
}

.hp-faq-item:not(.active) .hp-faq-question svg {
    transform: rotate(0deg);
}

.hp-faq-answer {
    padding: 0 24px 20px 56px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.hp-faq-answer p {
    margin: 0;
}

/* ============================================
   CTA SECTION
   ============================================ */
.hp-cta-section {
    padding: 80px 0 120px;
    background: linear-gradient(180deg, #0f0f23 0%, #0a0a18 100%);
    position: relative;
}

.hp-cta-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hp-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 56px 64px;
    background: rgba(25, 25, 55, 0.9);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(102, 126, 234, 0.25);
    border-radius: 32px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.3),
        0 10px 30px rgba(102, 126, 234, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hp-cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #00d4ff, #10b981, #667eea);
    background-size: 300% 100%;
    animation: ctaGradientMove 4s linear infinite;
}

@keyframes ctaGradientMove {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 300% 0%;
    }
}

.hp-cta-content h2 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px 0;
    letter-spacing: -0.5px;
}

.hp-cta-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.6;
    max-width: 500px;
}

.hp-cta-actions {
    display: flex;
    gap: 18px;
    flex-shrink: 0;
}

.hp-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.hp-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s ease;
}

.hp-cta-btn:hover::before {
    left: 100%;
}

.hp-cta-btn.primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow:
        0 10px 30px rgba(102, 126, 234, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.hp-cta-btn.primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 16px 40px rgba(102, 126, 234, 0.5),
        0 8px 20px rgba(118, 75, 162, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hp-cta-btn.secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.hp-cta-btn.secondary:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hp-cta-btn svg {
    transition: transform 0.3s ease;
}

.hp-cta-btn:hover svg {
    transform: scale(1.15);
}

/* ============================================
   CONTAINER
   ============================================ */
.hp-hero-section .container,
.hp-categories-section .container,
.hp-products-section .container,
.hp-features-section .container,
.hp-benefits-section .container,
.hp-tech-section .container,
.hp-faq-section .container,
.hp-cta-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1200px) {
    .hp-tech-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .hp-hero-title {
        font-size: 40px;
    }

    .hp-hero-desc {
        font-size: 18px;
    }

    .hp-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-cta-card {
        flex-direction: column;
        text-align: center;
        padding: 40px 32px;
    }

    .hp-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .hp-cta-btn {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hp-hero-section {
        padding: 80px 0 60px;
    }

    .hp-hero-title {
        font-size: 32px;
    }

    .hp-hero-features {
        flex-direction: column;
        align-items: center;
    }

    .hp-categories-nav {
        flex-direction: column;
    }

    .hp-category-btn {
        width: 100%;
        justify-content: center;
    }

    .hp-products-grid {
        grid-template-columns: 1fr;
    }

    .hp-features-grid,
    .hp-benefits-grid {
        grid-template-columns: 1fr;
    }

    .hp-tech-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hp-features-title,
    .hp-tech-title,
    .hp-faq-title {
        font-size: 28px;
    }

    .hp-amount {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .hp-hero-title {
        font-size: 28px;
    }

    .hp-hero-feature {
        padding: 10px 18px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

    .hp-product-card {
        padding: 24px 20px;
    }

    .hp-card-title {
        font-size: 20px;
    }

    .hp-amount {
        font-size: 36px;
    }

    .hp-tech-grid {
        grid-template-columns: 1fr;
    }

    .hp-cta-card {
        padding: 32px 20px;
    }

    .hp-cta-content h2 {
        font-size: 22px;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
.hp-product-card,
.hp-feature-card,
.hp-benefit-card,
.hp-tech-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.hp-product-card:nth-child(1) {
    animation-delay: 0.1s;
}

.hp-product-card:nth-child(2) {
    animation-delay: 0.2s;
}

.hp-product-card:nth-child(3) {
    animation-delay: 0.3s;
}

.hp-product-card:nth-child(4) {
    animation-delay: 0.4s;
}

.hp-product-card:nth-child(5) {
    animation-delay: 0.5s;
}

.hp-product-card:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   SHINE EFFECT ON CARDS
   ============================================ */
.hp-product-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
    pointer-events: none;
}

.hp-product-card:hover::after {
    left: 150%;
}

/* ============================================
   LEGACY CLEANUP
   ============================================ */
.detail-products-features {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
}

.detail-products-features h1,
.detail-products-features h2,
.detail-products-features h3,
.detail-products-features h4 {
    color: #fff;
    margin-top: 32px;
    margin-bottom: 16px;
}

.detail-products-features p {
    margin-bottom: 16px;
}

.detail-products-features img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0;
}

.sss {
    display: none;
}