.elementor-30640 .elementor-element.elementor-element-a7d84ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-30640 .elementor-element.elementor-element-00175a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7b9020f */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #fff;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Hero Section - Style GoHighLevel */
        .hero {
            background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
            width: 100vw;
            margin-left: calc(-50vw + 50%);
        }
        
        .hero h1 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
            color: white;
        }
        
        .hero .subtitle {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #b5ce51;
        }
        
        .hero .description {
            font-size: 1.1rem;
            margin-bottom: 40px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.9;
        }
        
        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .btn {
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .btn-primary {
            background: #ea5e3a;
            color: white;
            border: 2px solid #ea5e3a;
        }
        
        .btn-primary:hover {
            background: #d94d28;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(234, 94, 58, 0.3);
        }
        
        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid #b5ce51;
        }
        
        .btn-secondary:hover {
            background: #b5ce51;
            color: #2b2e71;
            transform: translateY(-2px);
        }
        
        /* Sections */
        .section {
            padding: 50px 0;
        }
        
        .section h2 {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 30px;
            color: #2b2e71;
            text-align: center;
        }
        
        .section h3 {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: #2b2e71;
        }
        
        .content {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #666;
        }
        
        .highlight {
            background: linear-gradient(120deg, #b5ce51 0%, #b5ce51 100%);
            background-repeat: no-repeat;
            background-size: 100% 0.2em;
            background-position: 0 88%;
            font-weight: 600;
            color: #2b2e71;
        }
        
        /* Grid Layouts */
        .packs-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        
        .packs-grid-vertical {
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin: 40px 0;
        }
        
        .pack {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(43, 46, 113, 0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .pack.centered {
            text-align: center;
        }
        
        .pack:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(43, 46, 113, 0.15);
        }
        
        .pack.featured {
            border-color: #b5ce51;
            transform: scale(1.05);
        }
        
        .pack-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2b2e71;
            margin-bottom: 15px;
        }
        
        .pack-price {
            font-size: 2rem;
            font-weight: 700;
            color: #ea5e3a;
            margin-bottom: 20px;
        }
        
        .pack-features {
            list-style: none;
            padding: 0;
        }
        
        .pack-features li {
            padding: 8px 0;
            color: #666;
        }
        
        .pack-features li:before {
            content: "✓";
            color: #b5ce51;
            font-weight: bold;
            margin-right: 10px;
        }
        
        /* Stats */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }
        
        .stat-item {
            text-align: center;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 15px;
        }
        
        .stats-number {
            font-size: 3.5rem;
            font-weight: 700;
            color: #ea5e3a;
            margin-bottom: 10px;
        }
        
        .stats-label {
            font-size: 1.1rem;
            color: #666;
            font-weight: 500;
        }
        
        /* FAQ */
        .faq-item {
            margin-bottom: 20px;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(43, 46, 113, 0.1);
        }
        
        .faq-question {
            padding: 20px;
            background: #f8f9fa;
            font-weight: 600;
            color: #2b2e71;
            cursor: pointer;
        }
        
        .faq-answer {
            padding: 20px;
            color: #666;
        }
        
        /* Contact */
        .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }
        
        .contact-item {
            padding: 20px;
        }
        
        .contact-item h4 {
            color: #b5ce51;
            margin-bottom: 10px;
        }
        
        /* CTA */
        .cta {
            background: linear-gradient(135deg, #ea5e3a 0%, #d94d28 100%);
            color: white;
            padding: 20px 40px;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            display: inline-block;
            margin: 30px 0;
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(234, 94, 58, 0.3);
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.2rem;
            }
            
            .hero .subtitle {
                font-size: 1.2rem;
            }
            
            .section {
                padding: 30px 0;
            }
            
            .section h2 {
                font-size: 2rem;
            }
            
            .section h3 {
                font-size: 1.5rem;
            }
            
            .packs-grid {
                grid-template-columns: 1fr;
            }
            
            .pack.featured {
                transform: none;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .stats-number {
                font-size: 3rem;
            }
        }
    </style>/* End custom CSS */