.elementor-4027 .elementor-element.elementor-element-1a1b422{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-ad39e37 */.container {
            max-width: 1000px;
            width: 100%;
            margin: 0 auto;
        }
        
        header {
            text-align: center;
            margin-bottom: 40px;
        }
        
        h1 {
            font-size: 32px;
            font-weight: 700;
            color: #1C1C1C;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
        
        .tabs {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .tab {
            font-size: 16px;
            font-weight: 600;
            color: #1C1C1C;
            cursor: pointer;
            position: relative;
            padding-bottom: 5px;
        }
        
        .tab.active {
            color: #009CB1;
        }
        
        .tab.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #009CB1;
        }
        
        .divider {
            height: 1px;
            background-color: #E8E8E8;
            margin: 0 auto;
            width: 100%;
            max-width: 900px;
        }
        
        .plans {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 40px;
            flex-wrap: wrap;
        }
        
        .plan-card {
            background: #FFFFFF;
            border: 1px solid #E8E8E8;
            border-radius: 16px;
            width: 100%;
            max-width: 440px;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .plan-card:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .plan-favorite {
            transform: scale(1.025);
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.075);
        }
        
        .pro-highlight {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 45%;
            background: #8A3FFC;
            border-radius: 16px 16px 0 0;
        }
        
        .favorite-badge {
            position: absolute;
            top: 20px;
            right: 32px;
            color: #009CB1;
            font-size: 20px;
        }
        
        .discount-tag {
            position: absolute;
            top: 24px;
            left: 32px;
            background: white;
            color: #0d6832;
            padding: 5px 10px;
            border-radius: 12px;
            font-size: 12px;
            font-weight: 600;
        }
        
        .plan-header {
            margin-bottom: 16px;
            padding-top: 20px;
        }
        
        .plan-title {
            font-size: 24px;
            font-weight: 700;
            color: #1C1C1C;
            margin-bottom: 16px;
            text-align: left;
        }

        .plan-favorite .plan-title {
            color: white;
        }
        
        .plan-description {
            font-size: 16px;
            color: #5D5D5D;
            margin-bottom: 16px;
            line-height: 1.6;
            text-align: left;
        }

        .plan-favorite .plan-description {
            color: #FFFFFF;
        }
        
        .price-container {
            margin-bottom: 16px;
            text-align: left;
        }
        
        .price-equivalent {
            font-size: 16px;
            color: #5D5D5D;
        }

        .plan-favorite .price-equivalent {
            color: rgba(216, 216, 216, 0.9);
        }
        
        .price-value {
            font-size: 32px;
            font-weight: 700;
            color: #1C1C1C;
            margin-bottom: 5px;
        }

        .plan-favorite .price-value {
            color: white;
        }
        
        .price-period {
            font-size: 16px;
            color: #5D5D5D;
        }

        .plan-favorite .price-period {
            color: rgba(216, 216, 216, 0.9);
        }
        
        .btn {
            display: block;
            text-align: center;
            padding: 16px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            background: white !important;
            border: 1px solid;
            cursor: pointer;
            width: 100%;
        }
        
        .btn-free {
            border-color: #009CB1 !important;
            color: #009CB1 !important;
        }
        
        .btn-free:hover {
            background-color: rgba(0, 204, 153, 0.05) !important;
        }
        
        .btn-pro {
            border-color: #009CB1 !important;
            color: #009CB1 !important;
            transition: all 0.3s linear;
        }
        
        .btn-pro:hover {
            background-color: #009CB1 !important;
            border-color: #009CB1 !important;
        }
        
        .benefits-title {
            font-size: 18px;
            font-weight: 700;
            color: #1C1C1C;
            margin-bottom: 20px;
            text-align: left;
        }
        
        .benefits-list {
            list-style: none;
            padding: 0;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 16px;
            font-size: 16px;
            color: #5D5D5D;
        }
        
        .benefit-icon {
            color: #00CC99;
            margin-right: 12px;
            font-size: 18px;
            margin-top: 3px;
        }
        
        .pro-price-details {
            font-size: 14px;
            color: #00CC99;
            margin-top: 8px;
        }
        
        .discounted-price {
            color: #00CC99;
            font-weight: 500;
        }

        .plan-favorite .discounted-price {
            color: rgba(255, 255, 255, 0.9);
        }
        
        .plan-card.pro {
            border: 1px solid #009CB1;
        }
        
        .success-message {
            display: none;
            background: #e6f4ea;
            color: #0d6832;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }
        
        .error-message {
            display: none;
            background: #fce8e6;
            color: #c5221f;
            padding: 15px;
            border-radius: 8px;
            margin: 20px 0;
            text-align: center;
        }
        
        @media (max-width: 900px) {
            .plans {
                flex-direction: column;
                align-items: center;
            }
            
            .plan-card {
                max-width: 100%;
            }
            
            .tabs {
                gap: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .tabs {
                gap: 15px;
                font-size: 14px;
            }
            
            h1 {
                font-size: 26px;
            }
            
            .plan-card {
                padding: 30px 20px;
            }
        }/* End custom CSS */