.elementor-6727 .elementor-element.elementor-element-56660ac{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6727 .elementor-element.elementor-element-19f7ac7 .elementor-heading-title{font-family:"Assistant", Sans-serif;font-size:18px;font-weight:900;color:#646464;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-181181af */.seo-pricing-page * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .seo-pricing-page {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #f8fffe 0%, #e8f5e8 100%);
        }

        /* קביעת צבעי טקסט ברורים לכל האזורים */
        .seo-pricing-page p {
            color: #333 !important;
        }

        .seo-pricing-page .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .seo-pricing-page .hero-section {
            background: linear-gradient(135deg, #2E522E 0%, #1a3a1a 100%);
            color: white;
            padding: 60px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .seo-pricing-page .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.3;
        }

        .seo-pricing-page .hero-content {
            position: relative;
            z-index: 2;
        }

        /* תיקון צבע טקסט בהירו */
        .seo-pricing-page .hero-section p {
            color: white !important;
        }

        .seo-pricing-page .logo {
            max-width: 200px;
            height: auto;
            margin-bottom: 30px;
            filter: brightness(1.2) contrast(1.1);
        }

        .seo-pricing-page .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            color: white !important;
        }

        .seo-pricing-page .hero-subtitle {
            font-size: 1.3rem;
            margin-bottom: 30px;
            opacity: 0.9;
            color: white !important;
        }

        .seo-pricing-page .price-highlight {
            background: rgba(255,255,255,0.2);
            padding: 20px 30px;
            border-radius: 15px;
            display: inline-block;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.3);
        }

        .seo-pricing-page .price-highlight .price {
            font-size: 2.5rem;
            font-weight: 800;
            color: #90EE90;
        }

        .seo-pricing-page .price-highlight div {
            color: white !important;
        }

        .seo-pricing-page .section {
            padding: 80px 0;
        }

        .seo-pricing-page .section-title {
            font-size: 2.5rem;
            color: #2E522E;
            text-align: center;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .seo-pricing-page .section-subtitle {
            text-align: center;
            color: #666;
            font-size: 1.2rem;
            margin-bottom: 50px;
        }

        .seo-pricing-page .pricing-table {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(46, 82, 46, 0.1);
            margin-bottom: 40px;
        }

        .seo-pricing-page .table-responsive {
            overflow-x: auto;
        }

        .seo-pricing-page table {
            width: 100%;
            border-collapse: collapse;
            text-align: center;
        }

        .seo-pricing-page th, .seo-pricing-page td {
            padding: 20px 15px;
            border: 1px solid #e0e0e0;
        }

        .seo-pricing-page th {
            background: linear-gradient(135deg, #2E522E 0%, #1a3a1a 100%);
            color: white !important;
            font-weight: 700;
            font-size: 1.1rem;
        }

        .seo-pricing-page tr:nth-child(even) {
            background: #f8f9fa;
        }

        .seo-pricing-page tr:hover {
            background: rgba(46, 82, 46, 0.05);
        }

        .seo-pricing-page td {
            color: #333 !important;
        }

        .seo-pricing-page .price-cell {
            font-size: 1.3rem;
            font-weight: 800;
            color: #2E522E !important;
        }

        .seo-pricing-page .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }

        .seo-pricing-page .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 15px 40px rgba(46, 82, 46, 0.1);
            position: relative;
            transition: all 0.3s ease;
            border: 3px solid transparent;
        }

        .seo-pricing-page .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 60px rgba(46, 82, 46, 0.2);
            border-color: #2E522E;
        }

        .seo-pricing-page .pricing-card.featured {
            border-color: #2E522E;
            transform: scale(1.05);
        }

        .seo-pricing-page .card-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2E522E;
            margin-bottom: 15px;
        }

        .seo-pricing-page .card-price {
            font-size: 3rem;
            font-weight: 800;
            color: #2E522E;
            margin-bottom: 10px;
        }

        .seo-pricing-page .card-description {
            color: #666 !important;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .seo-pricing-page .cta-button {
            background: linear-gradient(135deg, #2E522E 0%, #1a3a1a 100%);
            color: white !important;
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .seo-pricing-page .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(46, 82, 46, 0.3);
            color: white !important;
            text-decoration: none;
        }

        .seo-pricing-page .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin: 40px 0;
        }

        .seo-pricing-page .info-card {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-right: 5px solid #2E522E;
        }

        .seo-pricing-page .info-card h3 {
            color: #2E522E !important;
            font-size: 1.5rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .seo-pricing-page .info-card p {
            color: #333 !important;
        }

        .seo-pricing-page .price-tag {
            background: #2E522E;
            color: white !important;
            padding: 10px 20px;
            border-radius: 25px;
            display: inline-block;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        .seo-pricing-page .included-features {
            background: #f8f9fa;
            padding: 40px;
            border-radius: 15px;
            margin: 40px 0;
        }

        .seo-pricing-page .included-features h3 {
            color: #2E522E !important;
            font-size: 1.8rem;
            margin-bottom: 25px;
            text-align: center;
        }

        .seo-pricing-page .included-features ul {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 15px;
        }

        .seo-pricing-page .included-features li {
            padding: 10px 0;
            position: relative;
            padding-right: 25px;
            color: #333 !important;
        }

        .seo-pricing-page .included-features li::before {
            content: '✓';
            position: absolute;
            right: 0;
            color: #2E522E;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .seo-pricing-page .important-notes {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 10px;
            padding: 30px;
            margin: 40px 0;
        }

        .seo-pricing-page .important-notes h3 {
            color: #856404 !important;
            margin-bottom: 20px;
        }

        .seo-pricing-page .important-notes ul {
            list-style: none;
        }

        .seo-pricing-page .important-notes li {
            padding: 8px 0;
            position: relative;
            padding-right: 25px;
            color: #856404 !important;
        }

        .seo-pricing-page .important-notes li::before {
            content: '⚠️';
            position: absolute;
            right: 0;
        }

        .seo-pricing-page .timeline-section {
            background: white;
            padding: 60px 0;
            margin: 60px 0;
            border-radius: 30px;
        }

        .seo-pricing-page .timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .seo-pricing-page .timeline-item {
            padding: 20px 0;
            border-right: 4px solid #2E522E;
            padding-right: 30px;
            margin-bottom: 30px;
            position: relative;
        }

        .seo-pricing-page .timeline-item::before {
            content: '';
            position: absolute;
            right: -8px;
            top: 25px;
            width: 15px;
            height: 15px;
            background: #2E522E;
            border-radius: 50%;
        }

        .seo-pricing-page .timeline-item p {
            color: #333 !important;
        }

        .seo-pricing-page .timeline-month {
            background: #2E522E;
            color: white !important;
            padding: 5px 15px;
            border-radius: 15px;
            display: inline-block;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .seo-pricing-page .stats-section {
            background: linear-gradient(135deg, #2E522E 0%, #1a3a1a 100%);
            color: white;
            padding: 60px 0;
            text-align: center;
        }

        .seo-pricing-page .stats-section h2 {
            color: white !important;
        }

        .seo-pricing-page .stats-section p {
            color: white !important;
        }

        .seo-pricing-page .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }

        .seo-pricing-page .stat-item {
            text-align: center;
        }

        .seo-pricing-page .stat-number {
            font-size: 3rem;
            font-weight: 800;
            color: #90EE90;
            display: block;
        }

        .seo-pricing-page .stat-label {
            font-size: 1.1rem;
            color: white !important;
        }

        .seo-pricing-page .concept-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }

        .seo-pricing-page .concept-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-top: 5px solid #2E522E;
        }

        .seo-pricing-page .concept-card h3 {
            color: #2E522E !important;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }

        .seo-pricing-page .concept-card p {
            color: #333 !important;
            line-height: 1.6;
        }

        .seo-pricing-page .concept-number {
            background: #2E522E;
            color: white !important;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .seo-pricing-page .image-showcase {
            text-align: center;
            margin: 40px 0;
        }

        .seo-pricing-page .image-showcase img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin: 20px 0;
        }

        .seo-pricing-page .video-container {
            text-align: center;
            margin: 40px 0;
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .seo-pricing-page .video-container p {
            color: #333 !important;
        }

        .seo-pricing-page .result-showcase {
            background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
            padding: 60px 0;
            border-radius: 30px;
            margin: 60px 0;
        }

        .seo-pricing-page .link {
            color: #2E522E !important;
            text-decoration: none;
            font-weight: 600;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .seo-pricing-page .link:hover {
            border-bottom-color: #2E522E;
            color: #1a3a1a !important;
        }

        .seo-pricing-page .specialization-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }

        .seo-pricing-page .specialization-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .seo-pricing-page .specialization-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .seo-pricing-page .specialization-card h3 {
            color: #2E522E !important;
            margin-bottom: 15px;
        }

        .seo-pricing-page .specialization-card p {
            color: #333 !important;
        }

        .seo-pricing-page .ordered-list {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin: 30px 0;
        }

        .seo-pricing-page .ordered-list ol {
            padding-right: 20px;
        }

        .seo-pricing-page .ordered-list li {
            margin-bottom: 15px;
            line-height: 1.6;
            color: #333 !important;
        }

        /* תיקון צבעים בחלקים מיוחדים */
        .seo-pricing-page .hero-section .price-highlight div {
            color: white !important;
        }

        /* תיקון צבעים בבלוקים עם רקע ירוק */
        .seo-pricing-page [style*="background: linear-gradient(135deg, #2E522E"] p,
        .seo-pricing-page [style*="background: linear-gradient(135deg, #2E522E"] h3,
        .seo-pricing-page [style*="background: linear-gradient(135deg, #2E522E"] h4 {
            color: white !important;
        }

        /* תיקון צבעים בבלוקים עם רקע לבן */
        .seo-pricing-page [style*="background: white"] p,
        .seo-pricing-page [style*="background: white"] h3,
        .seo-pricing-page [style*="background: white"] h4 {
            color: #333 !important;
        }

        @media (max-width: 768px) {
            .seo-pricing-page .hero-title {
                font-size: 2.5rem;
            }
            
            .seo-pricing-page .pricing-grid {
                grid-template-columns: 1fr;
            }
            
            .seo-pricing-page .pricing-card.featured {
                transform: none;
            }
            
            .seo-pricing-page th, .seo-pricing-page td {
                padding: 15px 10px;
                font-size: 0.9rem;
            }
        }/* End custom CSS */