.elementor-105350 .elementor-element.elementor-element-3dba291{--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;}:root{--page-title-display:none;}/* Start custom CSS */:root {
            --color-accent: #FF8800;
            --color-accent-light: #FF9922;
            --color-dark: #0f172a;
            --color-text: #334155;
            --color-text-light: #64748b;
            --color-bg: #faf9f7;
            --color-bg-alt: #f1efe9;
            --color-white: #ffffff;
            --font-primary: Verdana, Geneva, sans-serif;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: var(--font-primary); color: var(--color-text); background: var(--color-bg); line-height: 1.7; }

        .header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(250,249,247,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(26,54,93,0.08); padding: 16px 32px; }
        .header-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 24px; font-weight: bold; color: #1a365d; text-decoration: none; }
        .logo span { color: #FF8800; }
        .header-cta { background: #FF8800; color: #fff; padding: 12px 24px; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 14px; transition: all 0.3s; }
        .header-cta:hover { background: #E67A00; transform: translateY(-2px); }

        .hero { min-height: 100vh; display: flex; align-items: center; padding: 128px 32px 64px; background: linear-gradient(135deg, #ffffff 0%, #faf9f7 100%); }
        .hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
        .hero-content { animation: fadeInUp 0.8s ease-out; }
        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #FF8800, #FF9922); color: #fff; padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: bold; margin-bottom: 24px; text-transform: uppercase; }
        .hero-badge::before { content: '💰'; }
        .hero h1 { font-size: clamp(32px, 5vw, 44px); color: #0f172a; line-height: 1.2; margin-bottom: 24px; font-weight: bold; }
        .hero h1 span { color: #FF8800; }
        .hero-subtitle { font-size: 18px; color: #64748b; margin-bottom: 32px; line-height: 1.8; }
        .hero-benefits { background: #fff; border: 2px solid #FF8800; border-radius: 12px; padding: 28px; margin-bottom: 32px; }
        .hero-benefits-title { font-size: 16px; font-weight: bold; color: #FF8800; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
        .hero-benefits-title::before { content: '🎯'; }
        .hero-benefits-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
        .hero-benefit-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #334155; }
        .hero-benefit-item::before { content: '✓'; display: flex; align-items: center; justify-content: center; min-width: 22px; height: 22px; background: #FF8800; border-radius: 50%; color: #fff; font-size: 11px; font-weight: bold; }
        .hero-cta { display: inline-flex; align-items: center; gap: 12px; background: linear-gradient(135deg, #FF8800, #FF9922); color: #fff; padding: 20px 40px; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 17px; transition: all 0.3s; box-shadow: 0 4px 20px rgba(255,136,0,0.3); }
        .hero-cta:hover { transform: translateY(-3px); box-shadow: 0 8px 40px rgba(255,136,0,0.4); }
        .hero-cta svg { width: 20px; height: 20px; }

        .hero-visual { animation: fadeInUp 0.8s ease-out 0.2s both; }
        .hero-visual-card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 8px 40px rgba(0,0,0,0.1); position: relative; }
        .hero-visual-card::before { content: ''; position: absolute; top: 12px; left: 12px; width: 100%; height: 100%; border: 2px solid #FF8800; border-radius: 16px; z-index: -1; }
        .hero-visual-icon { font-size: 64px; text-align: center; margin-bottom: 20px; }
        .hero-visual-card h3 { font-size: 20px; color: #0f172a; text-align: center; margin-bottom: 24px; }
        .hero-stats-mini { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
        .hero-stat-mini { background: #faf9f7; border-radius: 8px; padding: 16px; text-align: center; }
        .hero-stat-mini-number { font-size: 28px; font-weight: bold; color: #FF8800; line-height: 1; }
        .hero-stat-mini-label { font-size: 11px; color: #64748b; margin-top: 4px; text-transform: uppercase; }

        .section-header { text-align: center; margin-bottom: 64px; }
        .section-eyebrow { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: #FF8800; font-weight: bold; margin-bottom: 16px; }
        .section-title { font-size: clamp(28px, 4vw, 36px); color: #0f172a; margin-bottom: 16px; font-weight: bold; }
        .section-subtitle { font-size: 17px; color: #64748b; max-width: 700px; margin: 0 auto; line-height: 1.7; }

        .ai-opportunity { padding: 96px 32px; background: #fff; }
        .ai-opportunity-inner { max-width: 1100px; margin: 0 auto; }
        .ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
        .ai-content h3 { font-size: 26px; color: #0f172a; margin-bottom: 20px; }
        .ai-content h3 span { color: #FF8800; }
        .ai-content p { font-size: 16px; color: #64748b; line-height: 1.8; margin-bottom: 24px; }
        .ai-benefits-list { list-style: none; }
        .ai-benefits-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; font-size: 15px; color: #334155; }
        .ai-benefits-list li::before { content: '🚀'; font-size: 18px; }
        .ai-visual { background: linear-gradient(135deg, #faf9f7, #f1efe9); border-radius: 16px; padding: 40px; text-align: center; }
        .ai-visual-icon { font-size: 80px; margin-bottom: 24px; }
        .ai-visual h4 { font-size: 20px; color: #0f172a; margin-bottom: 12px; }
        .ai-visual p { font-size: 14px; color: #64748b; }
        .ai-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 20px; }
        .ai-tag { background: #FF8800; color: #fff; padding: 6px 14px; border-radius: 50px; font-size: 12px; font-weight: bold; }

        .benefits { padding: 96px 32px; background: #faf9f7; }
        .benefits-inner { max-width: 1100px; margin: 0 auto; }
        .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
        .benefit-card { background: #fff; padding: 28px 24px; border-radius: 12px; text-align: center; transition: all 0.3s; border: 1px solid transparent; }
        .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.1); border-color: #FF8800; }
        .benefit-icon { font-size: 42px; margin-bottom: 16px; }
        .benefit-card h4 { font-size: 17px; font-weight: bold; color: #0f172a; margin-bottom: 10px; }
        .benefit-card p { color: #64748b; font-size: 14px; line-height: 1.6; }

        .process { padding: 96px 32px; background: #fff; }
        .process-inner { max-width: 1100px; margin: 0 auto; }
        .process-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 48px; position: relative; }
        .process-steps::before { content: ''; position: absolute; top: 40px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, #FF8800, #f1efe9); z-index: 0; }
        .process-step { background: #faf9f7; border-radius: 12px; padding: 24px 16px; text-align: center; position: relative; z-index: 1; transition: all 0.3s; }
        .process-step:hover { transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); background: #fff; }
        .step-number { width: 50px; height: 50px; background: linear-gradient(135deg, #FF8800, #FF9922); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 20px; font-weight: bold; color: #fff; }
        .process-step h4 { font-size: 14px; font-weight: bold; color: #0f172a; margin-bottom: 8px; }
        .process-step p { font-size: 12px; color: #64748b; line-height: 1.5; }

        .funding-types { padding: 96px 32px; background: #faf9f7; }
        .funding-types-inner { max-width: 1100px; margin: 0 auto; }
        .funding-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
        .funding-card { background: #fff; border-radius: 12px; padding: 32px; text-align: center; transition: all 0.3s; border: 2px solid transparent; }
        .funding-card:hover { border-color: #FF8800; transform: translateY(-5px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
        .funding-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #FF8800, #FF9922); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 32px; }
        .funding-card h3 { font-size: 20px; color: #0f172a; margin-bottom: 12px; }
        .funding-card p { font-size: 14px; color: #64748b; line-height: 1.6; }

        .why-section { padding: 96px 32px; background: #fff; }
        .why-inner { max-width: 1100px; margin: 0 auto; }
        .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px; }
        .why-content h3 { font-size: 26px; color: #0f172a; margin-bottom: 24px; }
        .why-content h3 span { color: #FF8800; }
        .why-list { list-style: none; }
        .why-list li { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; font-size: 15px; color: #334155; line-height: 1.6; }
        .why-list li::before { content: '✓'; display: flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; background: #FF8800; border-radius: 50%; font-weight: bold; font-size: 13px; color: #fff; }
        .why-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
        .why-stat { background: #faf9f7; border-radius: 12px; padding: 24px; text-align: center; border: 1px solid #f1efe9; }
        .why-stat-number { font-size: 38px; font-weight: bold; color: #FF8800; line-height: 1; margin-bottom: 6px; }
        .why-stat-label { font-size: 13px; color: #64748b; }

        .faq { padding: 96px 32px; background: #faf9f7; }
        .faq-inner { max-width: 800px; margin: 0 auto; }
        .faq-list { margin-top: 48px; }
        .faq-item { background: #fff; border-radius: 12px; padding: 24px; margin-bottom: 16px; }
        .faq-question { font-size: 17px; font-weight: bold; color: #0f172a; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; }
        .faq-question::before { content: '?'; display: flex; align-items: center; justify-content: center; min-width: 28px; height: 28px; background: #FF8800; border-radius: 50%; color: #fff; font-size: 14px; font-weight: bold; }
        .faq-answer { color: #64748b; font-size: 15px; line-height: 1.7; padding-left: 40px; }

        .final-cta { padding: 96px 32px; background: linear-gradient(135deg, #FF8800, #FF9922); text-align: center; }
        .final-cta-inner { max-width: 800px; margin: 0 auto; }
        .final-cta .section-eyebrow { color: rgba(255,255,255,0.9); }
        .final-cta .section-title { color: #fff; margin-bottom: 24px; }
        .final-cta-subtitle { font-size: 18px; color: rgba(255,255,255,0.95); margin-bottom: 40px; line-height: 1.7; }
        .cta-button-large { display: inline-flex; align-items: center; gap: 16px; background: #fff; color: #FF8800; padding: 24px 48px; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 18px; transition: all 0.3s; box-shadow: 0 8px 40px rgba(0,0,0,0.2); }
        .cta-button-large:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 12px 50px rgba(0,0,0,0.3); }
        .cta-guarantee { margin-top: 24px; font-size: 14px; color: rgba(255,255,255,0.9); }
        .cta-guarantee span { font-weight: bold; }

        .form-section { padding: 96px 32px; background: #fff; }
        .form-section-inner { max-width: 600px; margin: 0 auto; text-align: center; }
        .form-pricing-box { background: linear-gradient(135deg, #faf9f7, #f1efe9); border: 2px solid #FF8800; border-radius: 16px; padding: 32px; margin-top: 32px; margin-bottom: 32px; }
        .form-pricing-label { font-size: 14px; color: #64748b; margin-bottom: 8px; }
        .form-pricing-price { display: flex; align-items: baseline; justify-content: center; gap: 16px; margin-bottom: 12px; }
        .form-price-old { font-size: 28px; color: #94a3b8; text-decoration: line-through; }
        .form-price-new { font-size: 52px; font-weight: bold; color: #FF8800; }
        .form-price-new span { font-size: 18px; color: #64748b; }
        .form-pricing-badge { display: inline-block; background: #22c55e; color: #fff; padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: bold; }
        .form-features { text-align: left; margin: 24px 0; padding: 0 16px; list-style: none; }
        .form-features li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: #334155; }
        .form-features li::before { content: '✓'; display: flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; background: #FF8800; border-radius: 50%; color: #fff; font-size: 11px; font-weight: bold; }
        .form-placeholder { background: #fff; border: 2px dashed #ccc; border-radius: 12px; padding: 48px 32px; }
        .form-placeholder p { color: #64748b; font-size: 16px; }

        .footer { background: #1a365d; color: rgba(255,255,255,0.7); padding: 48px 32px; text-align: center; }
        .footer-inner { max-width: 1100px; margin: 0 auto; }
        .footer-logo { font-size: 24px; color: #fff; margin-bottom: 16px; font-weight: bold; }
        .footer-logo span { color: #FF8800; }
        .footer-info { font-size: 14px; margin-bottom: 24px; }
        .footer-contacts { display: flex; justify-content: center; gap: 32px; margin-bottom: 24px; flex-wrap: wrap; }
        .footer-contacts a { color: #FF8800; text-decoration: none; font-weight: 500; }
        .footer-legal { font-size: 12px; opacity: 0.6; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
        .footer-legal a { color: #FF8800; }

        @media (max-width: 992px) {
            .hero-inner, .ai-grid, .why-grid { grid-template-columns: 1fr; }
            .hero-benefits-list { grid-template-columns: 1fr; }
            .hero-visual, .ai-visual { max-width: 400px; margin: 0 auto; }
            .benefits-grid { grid-template-columns: repeat(2, 1fr); }
            .process-steps { grid-template-columns: repeat(3, 1fr); }
            .process-steps::before { display: none; }
            .funding-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .header-cta { display: none; }
            .benefits-grid, .process-steps, .why-stats { grid-template-columns: 1fr; }
            .footer-contacts { flex-direction: column; gap: 16px; }
        }
        @media (max-width: 480px) {
            .hero { padding: 100px 16px 48px; }
            .ai-opportunity, .benefits, .process, .funding-types, .why-section, .faq, .final-cta, .form-section { padding: 64px 16px; }
            .form-price-new { font-size: 42px; }
        }
        .form-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #FF8800, #FF9922);
    color: #fff;
    padding: 20px 48px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(255,136,0,0.3);
    margin-top: 24px;
    width: 100%;
    max-width: 350px;
}
.form-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 40px rgba(255,136,0,0.4);
}
.form-guarantee {
    margin-top: 16px;
    font-size: 13px;
    color: #64748b;
}/* End custom CSS */