.elementor-6016 .elementor-element.elementor-element-3438894{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6016 .elementor-element.elementor-element-31a8916{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-6016 .elementor-element.elementor-element-3438894{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-6016 .elementor-element.elementor-element-3438894{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-6016 .elementor-element.elementor-element-3438894{--width:100vw;}}@media(max-width:767px){.elementor-6016 .elementor-element.elementor-element-3438894{--width:100vw;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6016 .elementor-element.elementor-element-3438894.e-con{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-31a8916 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #f4f7f9;
        }

        /* Navigation */
        nav {
            background: white;
            color: white;
            padding: 1rem 2rem;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: bold;
            letter-spacing: 1px;
        }

        .nav-cta {
            background: #10b981;
            color: white !important;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 700;
            font-size: 1rem;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .nav-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 5rem 2rem;
            text-align: center;
        }

        .hero-content {
            max-width: 900px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            font-weight: 800;
            line-height: 1.2;
            color: white;
        }

        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            opacity: 0.95;
            color: white;
        }

        .hero-stats {
            display: flex;
            justify-content: center;
            gap: 3rem;
            margin: 3rem 0;
            flex-wrap: wrap;
        }

        .stat {
            text-align: center;
            
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 800;
            display: block;
            margin-bottom: 0.5rem;
            
        }

        .stat-label {
            font-size: 1.1rem;
            opacity: 0.9;
            
        }

        /* CTA Buttons */
        .cta-primary {
            background: #10b981;
            color: white !important;
            border: none;
            padding: 1.2rem 3rem;
            border-radius: 50px;
            cursor: pointer;
            font-weight: 700;
            font-size: 1.3rem;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
        }

        .cta-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(16, 185, 129, 0.5);
            background: #059669;
        }

        .cta-secondary {
            background: white;
            color: #667eea;
            border: none;
            padding: 1.2rem 3rem;
            border-radius: 50px;
            cursor: pointer;
            font-weight: 700;
            font-size: 1.3rem;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
        }

        .cta-secondary:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255, 255, 255, 0.4);
        }

        /* Sections */
        .section {
            padding: 5rem 2rem;
        }

        .section-light {
            background: #f8fafc;
        }

        .section-white {
            background: white;
        }

        .section-dark {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title {
            font-size: 3rem;
            text-align: center;
            margin-bottom: 1rem;
            font-weight: 800;
            color: #1e3c72;
        }

        .section-dark .section-title {
            color: white;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #64748b;
            margin-bottom: 4rem;
        }

        .section-dark .section-subtitle {
            color: rgba(255, 255, 255, 0.9);
        }

        /* Benefits Grid */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .benefit-card {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }

        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .benefit-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1e3c72 !important;
            margin-bottom: 1rem;
        }

        .benefit-description {
            color: #64748b;
            line-height: 1.8;
        }

        /* Pricing Section */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 2.5rem;
            margin-bottom: 3rem;
        }

        .pricing-card {
            border-radius: 20px;
            padding: 2.5rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .pricing-card-standard {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border: 2px solid #cbd5e1;
        }

        .pricing-card-premium {
            background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
            border: 3px solid #3b82f6;
            position: relative;
        }

        .best-value-badge {
            position: absolute;
            top: -15px;
            right: 20px;
            background: linear-gradient(135deg, #10b981, #059669);
            color: white;
            padding: 0.5rem 1.5rem;
            border-radius: 20px;
            font-weight: 700;
            box-shadow: 0 5px 15px rgba(16,185,129,0.3);
            font-size: 0.9rem;
        }

        .pricing-header {
            text-align: center;
            margin-bottom: 1.5rem;
        }

        .pricing-title {
            font-size: 2rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        .pricing-card-standard .pricing-title {
            color: #475569;
        }

        .pricing-card-premium .pricing-title {
            color: #1e3c72;
        }

        .pricing-subtitle {
            font-size: 0.95rem;
            color: #64748b;
        }

        .pricing-card-premium .pricing-subtitle {
            color: #475569;
            font-weight: 600;
        }

        .pricing-amount {
            background: white;
            padding: 1.5rem;
            border-radius: 12px;
            margin-bottom: 1.5rem;
            text-align: center;
        }

        .pricing-card-premium .pricing-amount {
            box-shadow: 0 5px 15px rgba(59,130,246,0.1);
        }

        .pricing-label {
            font-size: 1rem;
            color: #64748b;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .price-main {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 0.3rem;
        }

        .pricing-card-standard .price-main {
            color: #1e3c72;
        }

        .pricing-card-premium .price-main {
            color: #3b82f6;
            font-size: 3.5rem;
        }

        .price-note {
            color: #64748b;
            font-size: 0.9rem;
        }

        .price-clarification {
            margin-top: 0.8rem;
            padding-top: 0.8rem;
            border-top: 1px solid #e2e8f0;
            font-size: 0.85rem;
            color: #64748b;
        }

        .pricing-examples {
            background: #ffffff;
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            border: 1px solid #e2e8f0;
        }

        .pricing-card-premium .pricing-examples {
            border: 2px solid #10b981;
        }

        .examples-title {
            font-weight: 700;
            margin-bottom: 1rem;
            font-size: 1.05rem;
            text-align: center;
        }

        .pricing-card-standard .examples-title {
            color: #1e3c72;
        }

        .pricing-card-premium .examples-title {
            color: #059669;
        }

        .example-item {
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f1f5f9;
        }

        .example-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .example-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.4rem;
        }

        .example-tier {
            color: #64748b;
            font-size: 0.9rem;
        }

        .example-price {
            font-weight: 700;
            color: #475569;
        }

        .example-savings {
            font-weight: 700;
            color: #10b981;
        }

        .example-calculation {
            font-size: 0.8rem;
            color: #94a3b8;
        }

        .example-highlight {
            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 50%);
            padding: 0.8rem;
            border-radius: 8px;
            margin-left: -0.5rem;
            margin-right: -0.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .example-highlight .example-tier {
            color: #92400e;
            font-weight: 600;
        }

        .example-highlight .example-savings {
            color: #b45309;
            font-size: 1.1rem;
            font-weight: 800;
        }

        .example-highlight .example-calculation {
            color: #92400e;
        }

        .pricing-features {
            list-style: none;
            padding: 0;
        }

        .pricing-features li {
            padding: 0.8rem 0;
            border-bottom: 1px solid #e2e8f0;
            color: #475569;
            font-size: 0.95rem;
        }

        .pricing-card-premium .pricing-features li {
            border-bottom: 1px solid #93c5fd;
            color: #1e3c72;
            font-weight: 600;
        }

        .pricing-features li:last-child {
            border-bottom: none;
        }

        .checkmark {
            color: #10b981;
            font-weight: bold;
            margin-right: 0.5rem;
        }

        /* Comparison Callout */
        .comparison-callout {
            background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
            border-radius: 15px;
            padding: 1.8rem;
            text-align: center;
            border: 2px solid #10b981;
            box-shadow: 0 5px 20px rgba(16,185,129,0.2);
        }

        .callout-title {
            font-size: 1.3rem;
            font-weight: 800;
            color: #065f46;
            margin-bottom: 0.5rem;
        }

        .callout-text {
            color: #064e3b;
            font-size: 1.05rem;
            line-height: 1.6;
            margin: 0;
        }

        /* How It Works */
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .step-card {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            text-align: center;
        }

        .step-number {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: 800;
            margin: 0 auto 1.5rem;
        }

        .step-title {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1e3c72 !important;
            margin-bottom: 1rem;
        }

        .step-description {
            color: #64748b;
            line-height: 1.8;
        }

        /* CTA Sections */
        .cta-section {
            text-align: center;
            padding: 3rem 0;
        }

        .cta-wrapper {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 2rem;
        }

        /* Sticky CTA Bar */
        .sticky-cta {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(135deg, #10b981, #059669);
            padding: 1rem 2rem;
            box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
            z-index: 999;
            display: none;
        }

        .sticky-cta.visible {
            display: block;
        }

        .sticky-cta-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .sticky-cta-text {
            color: white;
            font-weight: 700;
            font-size: 1.2rem;
        }

        .sticky-cta-button {
            background: white;
            color: #10b981;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 30px;
            cursor: pointer;
            font-weight: 700;
            font-size: 1rem;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .sticky-cta-button:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(255,255,255,0.3);
        }

        /* Footer */
        .footer {
            background: #1e293b;
            color: rgba(255,255,255,0.8);
            padding: 3rem 2rem;
            text-align: center;
        }

        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-logo {
            font-size: 2rem;
            font-weight: 800;
            color: white;
            margin-bottom: 1rem;
        }

        .footer-tagline {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            color: white;
        }

        .footer-text {
            font-size: 0.95rem;
            line-height: 1.8;
            color: white;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.5rem;
            }

            .hero-subtitle {
                font-size: 1.2rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .pricing-grid {
                grid-template-columns: 1fr;
            }

            .nav-container {
                flex-direction: column;
                gap: 1rem;
            }

            .hero-stats {
                flex-direction: column;
                gap: 1.5rem;
            }

            .sticky-cta-content {
                flex-direction: column;
                text-align: center;
            }
        }/* End custom CSS */