/* About Section - Modern Stylish Design */
.product-showcase-about {
    background: linear-gradient(135deg, #2d1b4e 0%, #4a2c5a 50%, #6b3a5d 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Animated Background Shapes */
.about-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.about-bg-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.about-bg-shapes .shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #ff0066, #ff4d94);
    top: -150px;
    right: -100px;
    animation: float 8s ease-in-out infinite;
}

.about-bg-shapes .shape-2 {
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    bottom: -80px;
    left: -50px;
    animation: float 10s ease-in-out infinite reverse;
}

.about-bg-shapes .shape-3 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #9945ff, #cc66ff);
    top: 50%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-30px) rotate(10deg); }
}

/* Content Wrapper */
.about-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Floating Icon */
.about-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.about-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ff0066 0%, #ff4d94 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(255, 0, 102, 0.4);
    animation: pulse 2s ease-in-out infinite;
}

.about-icon i {
    font-size: 2.5rem;
    color: #fff;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 15px 40px rgba(255, 0, 102, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 20px 50px rgba(255, 0, 102, 0.5); }
}

/* Section Header */
.section-header-styled {
    text-align: center;
    margin-bottom: 40px;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 0, 102, 0.2), rgba(255, 77, 148, 0.2));
    border: 1px solid rgba(255, 0, 102, 0.3);
    color: #ff4d94;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product-showcase-about .section-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Title Underline */
.title-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.title-underline .line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff0066, transparent);
    border-radius: 3px;
}

.title-underline .diamond {
    color: #ff0066;
    font-size: 0.8rem;
    animation: sparkle 1.5s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}

/* Glassmorphism Card */
.about-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.3);
}

.about-description {
    font-size: 1.2rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 35px;
}

.about-description strong {
    color: #fff;
    font-weight: 600;
}

.about-description .highlight-text {
    color: #ff4d94;
    font-weight: 600;
    position: relative;
}

/* About Features */
.about-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(255, 0, 102, 0.15), rgba(255, 77, 148, 0.1));
    border: 1px solid rgba(255, 0, 102, 0.25);
    border-radius: 50px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.about-feature-item:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgba(255, 0, 102, 0.25), rgba(255, 77, 148, 0.2));
}

.about-feature-item i {
    color: #ff4d94;
    font-size: 1.1rem;
}

.about-feature-item span {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Space Includes Section */
.space-includes-section {
    background: #fff;
}

.space-image-container {
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 20px;
}

.space-image-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.space-content {
    background: #1a2a4a;
    padding: 50px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.space-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.space-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.space-features-list li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
}

.space-features-list li i {
    color: #4CAF50;
    font-size: 1.1rem;
}

.price-highlight {
    background: linear-gradient(135deg, #ff0066 0%, #ff4d94 100%);
    padding: 20px 30px;
    border-radius: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.price-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
}

.price-amount {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}

.price-tax {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

/* Who Can Participate Section - Modern Stylish Design */
.who-can-participate {
    background: linear-gradient(180deg, #1a0a1e 0%, #2d1b3e 50%, #1a0a1e 100%);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

/* Background Pattern */
.participate-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 0, 102, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 212, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* Section Header */
.participate-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.participate-header .header-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 15px 40px rgba(0, 212, 255, 0.3);
}

.participate-header .header-icon i {
    font-size: 2rem;
    color: #fff;
}

.who-can-participate .section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

/* Title Decoration */
.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
}

.title-decoration .deco-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff);
}

.title-decoration .deco-line:last-child {
    background: linear-gradient(90deg, #00d4ff, transparent);
}

.title-decoration .deco-dot {
    width: 10px;
    height: 10px;
    background: #00d4ff;
    border-radius: 50%;
    animation: pulseDot 1.5s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
}

/* Intro Box */
.participate-intro-box {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.participate-intro {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin: 0;
}

.participate-intro strong {
    color: #fff;
}

.participate-intro .text-highlight {
    color: #00d4ff;
    font-weight: 600;
}

/* Platform Label */
.platform-label {
    margin-bottom: 35px;
}

.platform-label span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    padding: 12px 28px;
    border-radius: 50px;
    color: #00d4ff;
    font-size: 1rem;
    font-weight: 600;
}

.platform-label span i {
    font-size: 0.9rem;
}

/* Modern Categories Grid */
.categories-grid-modern {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.category-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 102, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 0, 102, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.category-card:hover::before {
    opacity: 1;
}

.category-card.full-width {
    grid-column: span 2;
    max-width: 500px;
    margin: 0 auto;
}

.category-card .card-number {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
}

.category-card .card-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background: linear-gradient(135deg, #ff0066 0%, #ff4d94 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.category-card .card-icon i {
    font-size: 1.4rem;
    color: #fff;
}

.category-card .card-content {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* Note Box */
.participate-note-box {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 25px 35px;
    max-width: 800px;
    margin: 0 auto;
}

.participate-note-box .note-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.2), rgba(0, 153, 204, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.participate-note-box .note-icon i {
    font-size: 1.3rem;
    color: #00d4ff;
}

.participate-note {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin: 0;
    font-style: normal;
}

.participate-note strong {
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .categories-grid-modern {
        grid-template-columns: 1fr;
    }
    
    .category-card.full-width {
        grid-column: span 1;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .who-can-participate .section-title {
        font-size: 2rem;
    }
    
    .participate-note-box {
        flex-direction: column;
        text-align: center;
    }
}

/* Perks Section */
.perks-section {
    background: linear-gradient(135deg, #2d1b4e 0%, #4a2c5a 50%, #8b4557 100%);
    padding: 80px 0 100px;
}

.perks-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
}

.perk-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.perk-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.perk-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff0066 0%, #ff4d94 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.perk-icon i {
    font-size: 2rem;
    color: #fff;
}

.perk-title {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.perk-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Book Space CTA */
.book-space-cta {
    margin-top: 40px;
}

.btn-book-space {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #ff0066 0%, #ff4d94 100%);
    color: #fff;
    padding: 18px 45px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 0, 102, 0.4);
}

.btn-book-space:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 0, 102, 0.5);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .space-image-container {
        min-height: 300px;
    }
    
    .space-content {
        padding: 40px 30px;
    }
    
    .price-highlight {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .product-showcase-about .section-title,
    .who-can-participate .section-title,
    .perks-section .section-title {
        font-size: 2rem;
    }
    
    .space-title {
        font-size: 1.6rem;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
    
    .btn-book-space {
        padding: 15px 35px;
        font-size: 1.1rem;
    }
}