.elementor-3152 .elementor-element.elementor-element-9df8149{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-b903e86 */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
            background: #f6f9fc;
            color: #1e2a3e;
            line-height: 1.5;
            padding: 0 0 40px 0;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 20px 24px;
        }

        /* header / CTA bar */
        .top-bar {
            background: #0b2b40;
            color: white;
            padding: 12px 20px;
            text-align: center;
            font-weight: 600;
            font-size: 1.1rem;
        }

        .top-bar a {
            color: #ffd966;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: bold;
        }

        h1 {
            font-size: 2.2rem;
            line-height: 1.2;
            margin: 25px 0 16px 0;
            color: #0b2b40;
            border-left: 5px solid #e67e22;
            padding-left: 20px;
        }

        h2 {
            font-size: 1.8rem;
            margin: 40px 0 16px 0;
            color: #1e4663;
            border-bottom: 2px solid #e0e7ed;
            padding-bottom: 8px;
        }

        h3 {
            font-size: 1.4rem;
            margin: 28px 0 12px 0;
            color: #2c3e4e;
        }

        .cta-button {
            display: inline-block;
            background: #e67e22;
            color: white;
            font-weight: bold;
            padding: 14px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1.2rem;
            transition: 0.2s;
            margin: 12px 0;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            background: #cf711f;
            transform: scale(1.02);
        }

        .phone-large {
            font-size: 1.7rem;
            font-weight: 800;
            color: #e67e22;
            text-decoration: none;
            letter-spacing: 1px;
        }

        .price-grid, .comparison-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 25px 0;
        }

        .card {
            background: white;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            flex: 1 1 220px;
            transition: all 0.2s;
            border: 1px solid #eef2f5;
        }

        .badge {
            background: #0b2b40;
            color: white;
            border-radius: 40px;
            padding: 5px 12px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 12px;
        }

        .price {
            font-size: 1.8rem;
            font-weight: 800;
            color: #e67e22;
            margin: 10px 0;
        }

        .trust-img {
            border-radius: 16px;
            width: 100%;
            max-height: 220px;
            object-fit: cover;
            margin: 10px 0;
        }

        .steps {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 30px 0;
        }

        .step-card {
            background: white;
            border-radius: 24px;
            padding: 20px;
            flex: 1 1 220px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .step-number {
            background: #e67e22;
            color: white;
            width: 48px;
            height: 48px;
            font-size: 1.6rem;
            font-weight: bold;
            border-radius: 60px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
        }

        .review {
            background: #fef7e0;
            border-left: 5px solid #e67e22;
            padding: 18px;
            border-radius: 16px;
            margin: 18px 0;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.03);
        }

        th, td {
            text-align: left;
            padding: 14px 16px;
            border-bottom: 1px solid #e2e8f0;
        }

        th {
            background: #eef2fa;
        }

        .faq-item {
            background: white;
            margin: 16px 0;
            border-radius: 20px;
            padding: 18px 22px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.03);
        }

        .footer-cta {
            background: #0b2b40;
            color: white;
            text-align: center;
            padding: 42px 24px;
            border-radius: 32px;
            margin: 50px 0 20px;
        }

        @media (max-width: 750px) {
            h1 { font-size: 1.8rem; }
            .container { padding: 16px; }
            .phone-large { font-size: 1.3rem; }
        }
    </style>/* End custom CSS */