        /* Main Styles */
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333333;
            background-color: white;
            line-height: 1.6;
        }
        
        /* Header Section */
        .plan-hero {
            background: linear-gradient(135deg, #8b0000 0%, #660000 100%);
            color: white;
            padding: 80px 0 50px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .plan-hero:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.05)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            background-position: bottom;
        }
        
        .plan-hero .container {
            position: relative;
            z-index: 1;
        }
        
        .plan-hero h1 {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 2.8rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .plan-hero .subtitle {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto 30px;
            opacity: 0.95;
        }
        
        .current-subscription {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 20px 25px;
            max-width: 600px;
            margin: 30px auto 0;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .subscription-badge {
            display: inline-block;
            background: #d4af37;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-left: 10px;
        }
        
        /* Plans Section */
        .plans-section {
            padding: 80px 0;
            background: #f8f9fa;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #4a4a4a;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background: #8b0000;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        
        .section-title p {
            color: #666666;
            max-width: 700px;
            margin: 25px auto 0;
            font-size: 1.1rem;
        }
        
        /* Plan Cards */
        .plan-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            border: 2px solid transparent;
            position: relative;
        }
        
        .plan-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }
        
        .plan-card.popular {
            border-color: #d4af37;
            transform: scale(1.03);
            z-index: 2;
        }
        
        .plan-card.popular:hover {
            transform: scale(1.03) translateY(-10px);
        }
        
        .popular-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #d4af37;
            color: white;
            padding: 8px 25px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
            z-index: 3;
        }
        
        .plan-header {
            padding: 40px 30px 30px;
            text-align: center;
            position: relative;
            color: white;
        }
        
        .plan-header.free {
            background: linear-gradient(135deg, #6c757d 0%, #868e96 100%);
        }
        
        .plan-header.silver {
            background: linear-gradient(135deg, #757575 0%, #9e9e9e 100%);
        }
        
        .plan-header.gold {
            background: linear-gradient(135deg, #8b0000 0%, #a52a2a 100%);
        }
        
        .plan-header.platinum {
            background: linear-gradient(135deg, #2c3e50 0%, #4a6583 100%);
        }
        
        .plan-header.bronze {
            background: linear-gradient(135deg, #cd7f32 0%, #e69138 100%);
        }
        
        .plan-icon {
            width: 70px;
            height: 70px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.8rem;
        }
        
        .plan-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .plan-tagline {
            font-size: 0.95rem;
            opacity: 0.9;
            margin-bottom: 20px;
        }
        
        .plan-body {
            padding: 30px;
        }
        
        .plan-price {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 25px;
            border-bottom: 2px dashed #e8e8e8;
        }
        
        .price-main {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            margin-bottom: 10px;
        }
        
        .price-currency {
            font-size: 1.8rem;
            font-weight: 600;
            margin-top: 8px;
            margin-right: 5px;
        }
        
        .price-amount {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1;
            color: #8b0000;
        }
        
        .price-period {
            color: #666666;
            font-size: 1rem;
            margin-top: 10px;
        }
        
        .plan-features {
            list-style: none;
            padding: 0;
            margin: 0 0 30px;
        }
        
        .plan-features li {
            padding: 12px 0;
            display: flex;
            align-items: center;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }
        
        .plan-features li:last-child {
            border-bottom: none;
        }
        
        .plan-features li i {
            width: 24px;
            text-align: center;
            margin-right: 12px;
            font-size: 1.1rem;
        }
        
        .feature-yes i {
            color: #28a745;
        }
        
        .feature-no {
            color: #95a5a6;
        }
        
        .feature-no i {
            color: #bdc3c7;
        }
        
        .plan-action {
            text-align: center;
        }
        
        .btn-plan {
            background: #8b0000;
            color: white;
            border: none;
            padding: 16px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            display: block;
        }
        
        .btn-plan:hover {
            background: #660000;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(139, 0, 0, 0.3);
        }
        
        .btn-current {
            background: #28a745;
            cursor: default;
        }
        
        .btn-current:hover {
            background: #28a745;
            transform: none;
            box-shadow: none;
        }
        
        .btn-gold {
            background: #d4af37;
        }
        
        .btn-gold:hover {
            background: #b89427;
            box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
        }
        
        /* Free Plan Card */
        .free-plan-card {
            border: 2px solid #e8e8e8;
        }
        
        /* Features Comparison */
        .comparison-section {
            padding: 80px 0;
            background: white;
        }
        
        .comparison-table {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }
        
        .table-header {
            background: #8b0000;
            color: white;
            padding: 25px;
            text-align: center;
        }
        
        .table-header h3 {
            font-size: 1.8rem;
            font-weight: 600;
            margin: 0;
        }
        
        .comparison-table table {
            margin: 0;
        }
        
        .comparison-table thead th {
            background: #f8f9fa;
            border-bottom: 3px solid #8b0000;
            font-weight: 700;
            padding: 20px 15px;
            text-align: center;
            font-size: 1.1rem;
        }
        
        .comparison-table tbody td {
            padding: 18px 15px;
            vertical-align: middle;
            border-bottom: 1px solid #e8e8e8;
        }
        
        .feature-name {
            font-weight: 600;
            color: #4a4a4a;
        }
        
        .feature-value {
            text-align: center;
            font-weight: 600;
        }
        
        .check-icon {
            color: #28a745;
            font-size: 1.3rem;
        }
        
        .close-icon {
            color: #e74c3c;
            font-size: 1.3rem;
        }
        
        .feature-value-badge {
            display: inline-block;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
        }
        
        .badge-unlimited {
            background: rgba(40, 167, 69, 0.1);
            color: #28a745;
        }
        
        .badge-limited {
            background: rgba(255, 193, 7, 0.1);
            color: #ffc107;
        }
        
        /* CTA Section */
        .cta-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #8b0000 0%, #660000 100%);
            color: white;
            text-align: center;
        }
        
        .cta-content h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .cta-content p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 40px;
            opacity: 0.9;
        }
        
        .btn-cta {
            background: white;
            color: #8b0000;
            border: none;
            padding: 18px 50px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.2rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            display: inline-block;
        }
        
        .btn-cta:hover {
            background: #d4af37;
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        /* Responsive */
        @media (max-width: 992px) {
            .plan-card.popular {
                transform: scale(1);
                margin-bottom: 30px;
            }
            
            .plan-card.popular:hover {
                transform: translateY(-10px);
            }
            
            .price-amount {
                font-size: 2.8rem;
            }
            
            .plans-section .row {
                justify-content: center;
            }
        }
        
        @media (max-width: 768px) {
            .plan-hero {
                padding: 60px 0 40px;
            }
            
            .plan-hero h1 {
                font-size: 2.2rem;
            }
            
            .section-title h2 {
                font-size: 2rem;
            }
            
            .cta-content h2 {
                font-size: 2rem;
            }
            
            .plan-card {
                max-width: 350px;
                margin: 0 auto;
            }
        }
        
        @media (max-width: 480px) {
            .plan-hero h1 {
                font-size: 1.8rem;
            }
            
            .plan-hero .subtitle {
                font-size: 1rem;
                padding: 0 15px;
            }
            
            .current-subscription {
                padding: 15px;
                margin: 20px 15px 0;
            }
            
            .current-subscription .btn-outline-light {
                padding: 8px 15px;
                font-size: 0.9rem;
            }
            
            .section-title h2 {
                font-size: 1.8rem;
            }
            
            .price-amount {
                font-size: 2.5rem;
            }
            
            .btn-plan {
                padding: 14px 20px;
                font-size: 1rem;
            }
            
            .btn-cta {
                padding: 15px 30px;
                font-size: 1rem;
            }
        }