.elementor-1703 .elementor-element.elementor-element-74d50848{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1703 .elementor-element.elementor-element-3242d09{text-align:center;}.elementor-1703 .elementor-element.elementor-element-3242d09 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:clamp(2.5rem, 2.22rem + 2.22vw, 4rem);font-weight:700;line-height:72px;letter-spacing:-0.0137em;}.elementor-1703 .elementor-element.elementor-element-f0a0286{width:var( --container-widget-width, 59% );max-width:59%;--container-widget-width:59%;--container-widget-flex-grow:0;text-align:center;}.elementor-1703 .elementor-element.elementor-element-f0a0286 .elementor-heading-title{font-family:"Inter Tight", Sans-serif;font-size:clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);font-weight:700;line-height:48px;letter-spacing:-0.0004px;}.elementor-1703 .elementor-element.elementor-element-1eeb2c7{--display:flex;}.elementor-1703 .elementor-element.elementor-element-6beb909 .elementor-icon-wrapper{text-align:center;}@media(max-width:1024px){.elementor-1703 .elementor-element.elementor-element-74d50848{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1703 .elementor-element.elementor-element-3242d09{width:100%;max-width:100%;text-align:center;}.elementor-1703 .elementor-element.elementor-element-f0a0286{width:var( --container-widget-width, 396px );max-width:396px;--container-widget-width:396px;--container-widget-flex-grow:0;text-align:center;}}@media(min-width:768px){.elementor-1703 .elementor-element.elementor-element-74d50848{--width:100%;}}@media(max-width:767px){.elementor-1703 .elementor-element.elementor-element-74d50848{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-1703 .elementor-element.elementor-element-3242d09{text-align:center;}.elementor-1703 .elementor-element.elementor-element-f0a0286{--container-widget-width:341px;--container-widget-flex-grow:0;width:var( --container-widget-width, 341px );max-width:341px;text-align:center;}.elementor-1703 .elementor-element.elementor-element-f0a0286 .elementor-heading-title{line-height:1.4em;letter-spacing:0px;}}/* Start custom CSS for html, class: .elementor-element-233aaab */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.6;
            color: #1a1a1a;
            background: #fafafa;
        }

        .container {
            max-width: 640px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Hero Section - Character + Problem */
        .hero {
            text-align: center;
            padding: 40px 0 30px;
            background: white;
            margin: -20px -20px 30px -20px;
            padding: 40px 20px 30px;
        }

        .logo {
            font-size: 48px;
            margin-bottom: 15px;
        }

        h1 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 16px;
            line-height: 1.2;
            color: #1a1a1a;
        }

        .hero-subtitle {
            font-size: 20px;
            color: #444;
            margin-bottom: 30px;
            line-height: 1.4;
        }

        /* Primary CTA */
        .cta-primary {
            display: block;
            width: 100%;
            padding: 20px 24px;
            background: #ff6b35;
            color: white;
            text-decoration: none;
            border-radius: 8px;
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            margin: 25px 0;
            border: none;
            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .cta-primary:hover {
            background: #e85a2a;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
        }

        .cta-secondary {
            display: block;
            width: 100%;
            padding: 16px 24px;
            background: white;
            color: #ff6b35;
            text-decoration: none;
            border-radius: 8px;
            font-size: 17px;
            font-weight: 600;
            text-align: center;
            margin: 15px 0;
            border: 2px solid #ff6b35;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .cta-secondary:hover {
            background: #fff5f0;
        }

        .urgency {
            text-align: center;
            font-size: 15px;
            color: #666;
            margin-top: 10px;
        }

        .urgency strong {
            color: #ff6b35;
            font-size: 18px;
        }

        /* Stakes Box */
        .stakes-box {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 20px;
            margin: 30px 0;
            border-radius: 4px;
        }

        .stakes-box h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #856404;
        }

        .stakes-box p {
            font-size: 16px;
            color: #856404;
            line-height: 1.5;
        }

        /* Success Box */
        .success-box {
            background: #d4edda;
            border-left: 4px solid #28a745;
            padding: 20px;
            margin: 30px 0;
            border-radius: 4px;
        }

        .success-box h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #155724;
        }

        .success-box p {
            font-size: 16px;
            color: #155724;
            line-height: 1.5;
        }

        /* Section */
        .section {
            background: white;
            padding: 30px 24px;
            margin-bottom: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        h2 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #1a1a1a;
            text-align: center;
        }

        /* Problem List */
        .problem-list {
            list-style: none;
            margin: 20px 0;
        }

        .problem-list li {
            padding: 14px 0;
            border-bottom: 1px solid #f0f0f0;
            font-size: 17px;
            line-height: 1.5;
            color: #444;
        }

        .problem-list li:last-child {
            border-bottom: none;
        }

        .problem-list li:before {
            content: "✗ ";
            color: #dc3545;
            font-weight: 700;
            font-size: 20px;
            margin-right: 10px;
        }

        /* Plan Steps */
        .plan-steps {
            margin: 30px 0;
        }

        .step {
            display: flex;
            align-items: flex-start;
            margin: 25px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .step-number {
            font-size: 28px;
            font-weight: 700;
            color: #ff6b35;
            min-width: 50px;
            line-height: 1;
        }

        .step-content h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #1a1a1a;
        }

        .step-content p {
            font-size: 16px;
            color: #666;
            line-height: 1.5;
        }

        /* Value List */
        .value-list {
            list-style: none;
            margin: 20px 0;
        }

        .value-list li {
            padding: 16px 0;
            font-size: 17px;
            line-height: 1.5;
            display: flex;
            align-items: flex-start;
        }

        .value-list li:before {
            content: "✓";
            color: #28a745;
            font-weight: 700;
            font-size: 24px;
            margin-right: 12px;
            flex-shrink: 0;
        }

        /* Feature Boxes */
        .feature-box {
            margin: 30px 0;
            padding: 24px;
            background: #f8f9fa;
            border-radius: 8px;
            border-left: 4px solid #ff6b35;
        }

        .feature-icon {
            font-size: 36px;
            margin-bottom: 12px;
        }

        .feature-box h3 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #1a1a1a;
        }

        .feature-box p {
            font-size: 16px;
            color: #444;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .feature-box p strong {
            color: #1a1a1a;
        }

        .feature-box p:last-child {
            margin-bottom: 0;
        }

        /* Guide Credentials */
        .credentials {
            background: #e7f3ff;
            padding: 24px;
            border-radius: 8px;
            margin: 25px 0;
            text-align: center;
        }

        .credentials p {
            font-size: 16px;
            color: #004085;
            line-height: 1.6;
            margin-bottom: 12px;
        }

        .credentials strong {
            font-size: 18px;
            color: #002752;
        }

        /* Testimonial Style */
        .testimonial {
            font-style: italic;
            padding: 20px;
            background: #f8f9fa;
            border-left: 4px solid #6c757d;
            margin: 20px 0;
            border-radius: 4px;
        }

        .testimonial p {
            font-size: 16px;
            color: #495057;
            line-height: 1.6;
        }

        /* Divider */
        .divider {
            border: 0;
            border-top: 2px solid #e0e0e0;
            margin: 40px 0;
        }

        /* FAQ */
        .faq-item {
            margin: 24px 0;
            padding-bottom: 24px;
            border-bottom: 1px solid #e0e0e0;
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-question {
            font-size: 18px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .faq-answer {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
        }

        /* Footer */
        .footer {
            text-align: center;
            padding: 30px 20px;
            color: #666;
            font-size: 14px;
        }

        /* Responsive */
        @media (max-width: 480px) {
            .container {
                padding: 16px;
            }

            h1 {
                font-size: 26px;
            }

            .hero-subtitle {
                font-size: 18px;
            }

            .hero {
                margin: -16px -16px 20px -16px;
                padding: 30px 16px 20px;
            }

            .section {
                padding: 24px 20px;
            }

            .step {
                padding: 16px;
            }

            .step-number {
                font-size: 24px;
                min-width: 40px;
            }
        }
    </style>/* End custom CSS */