.elementor-7240 .elementor-element.elementor-element-6b1ee40{--display:flex;}/* Start custom CSS */* { margin: 0; padding: 0; box-sizing: border-box; }
    body { 
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif; 
      color: #1d1d1f; 
      background: #fff; 
      line-height: 1.6; 
      -webkit-font-smoothing: antialiased; 
    }
    a { color: #0071e3; text-decoration: none; }
    a:hover { text-decoration: underline; }
    img { max-width: 100%; height: auto; display: block; }

    /* Scroll Progress */
    #scrollProgress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, #0071e3, #5856D6); z-index: 1001; width: 0%; }

    /* Sticky Bottom CTA */
    #stickyCta { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-top: 1px solid #e5e5e5; padding: 12px 24px; z-index: 999; display: none; justify-content: center; box-shadow: 0 -4px 20px rgba(0,0,0,0.08); }
    #stickyCta.visible { display: flex; }

    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.2s; }
    .btn:hover { text-decoration: none; transform: translateY(-1px); }
    .btn-primary { background: #0071e3; color: white; box-shadow: 0 4px 14px rgba(0,113,227,0.35); }
    .btn-primary:hover { background: #005bb5; }
    .btn-secondary { background: #f5f5f5; color: #1d1d1f; }
    .btn-white { background: white; color: #1d1d1f !important; }
    .btn-lg { padding: 16px 32px; font-size: 16px; }

    /* Hero */
    .hero { background: linear-gradient(180deg, #f5f5f7 0%, #ffffff 100%); border-bottom: 1px solid #e5e5e5; padding: 40px 24px 60px; }
    .hero-inner { max-width: 1200px; margin: 0 auto; }
    .breadcrumbs { font-size: 13px; color: #999; margin-bottom: 32px; }
    .breadcrumbs a { color: #666; text-decoration: none; }
    .breadcrumbs a:hover { color: #0071e3; text-decoration: underline; }
    .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
    .hero-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
    .hero-logo { width: 72px; height: 72px; background: white; border-radius: 18px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); display: flex; align-items: center; justify-content: center; border: 1px solid #eee; overflow: hidden; }
    .hero-logo img { width: 100%; height: 100%; object-fit: cover; }
    .rating-badge { display: flex; align-items: center; gap: 6px; background: #f0f0f0; padding: 8px 14px; border-radius: 20px; }
    .rating-stars { color: #FFB800; font-size: 14px; }
    .rating-value { font-weight: 700; font-size: 15px; }
    .updated-badge { font-size: 12px; color: #666; background: #f0f0f0; padding: 6px 12px; border-radius: 16px; }
    .hero-title { font-size: 52px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 16px; }
    .hero-tagline { font-size: 22px; color: #424245; line-height: 1.5; margin-bottom: 28px; }
    .meta-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
    .meta-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; background: white; border-radius: 24px; font-size: 14px; color: #424245; border: 1px solid #e0e0e0; }
    .meta-pill.green { background: #e8f5e9; color: #2e7d32; border-color: #c8e6c9; font-weight: 500; }
    .trust-signals { font-size: 13px; color: #86868b; margin-top: 20px; }
    .trust-item { display: inline-flex; align-items: center; gap: 6px; margin-right: 16px; }
    .trust-check { color: #34c759; }

    /* Browser Mockup */
    .browser-wrap { position: relative; }
    .browser-chrome { background: white; border-radius: 16px; box-shadow: 0 25px 80px rgba(0,0,0,0.12); overflow: hidden; border: 1px solid #e0e0e0; }
    .browser-header { background: linear-gradient(180deg, #f7f7f7, #ebebeb); padding: 12px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #ddd; }
    .browser-dots { display: flex; gap: 6px; }
    .browser-dot { width: 12px; height: 12px; border-radius: 50%; }
    .browser-dot.red { background: #ff5f57; }
    .browser-dot.yellow { background: #febc2e; }
    .browser-dot.green { background: #28c840; }
    .browser-url { flex: 1; background: white; border-radius: 6px; padding: 6px 16px; font-size: 12px; color: #666; text-align: center; margin: 0 40px; border: 1px solid #e0e0e0; }
    .stats-badge { position: absolute; bottom: -20px; left: -20px; background: white; border-radius: 16px; padding: 16px 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.12); display: flex; align-items: center; gap: 20px; border: 1px solid #eee; }
    .stat-item { text-align: center; }
    .stat-value { font-size: 20px; font-weight: 700; margin-bottom: 2px; }
    .stat-value.green { color: #34c759; }
    .stat-value.blue { color: #0071e3; }
    .stat-label { font-size: 10px; color: #86868b; text-transform: uppercase; letter-spacing: 1px; }
    .stat-divider { width: 1px; height: 36px; background: #e5e5e5; }

    /* Main Layout */
    .main-wrap { max-width: 1200px; margin: 0 auto; padding: 48px 24px; }
    .main-grid { display: flex; gap: 48px; }
    .main-content { flex: 1; min-width: 0; }
    .sidebar { width: 320px; flex-shrink: 0; }

    /* Quick Verdict */
    .quick-verdict { background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f7ff 100%); border-radius: 24px; border: 1px solid #e0e0e0; overflow: hidden; margin-bottom: 48px; }
    .verdict-bar { height: 5px; background: linear-gradient(90deg, #0071e3, #5856D6, #0071e3); }
    .verdict-content { padding: 32px; }
    .verdict-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; gap: 24px; }
    .verdict-badge { display: inline-block; background: #e3f2fd; color: #1565c0; padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; margin-bottom: 14px; }
    .verdict-title { font-size: 28px; font-weight: 700; line-height: 1.3; }
    .score-box { background: white; border-radius: 16px; padding: 20px 28px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #eee; }
    .score-value { font-size: 48px; font-weight: 700; background: linear-gradient(135deg, #0071e3, #5856D6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
    .score-stars { color: #FFB800; font-size: 16px; margin-top: 8px; }
    .score-label { font-size: 11px; color: #86868b; text-transform: uppercase; margin-top: 6px; }
    .pull-quote { border-left: 4px solid #0071e3; margin: 0 0 24px 0; padding: 16px 20px; background: #f8fafc; border-radius: 0 12px 12px 0; font-style: italic; font-size: 17px; color: #424245; line-height: 1.7; }

    /* Pros/Cons in Quick Verdict - CLEAN VERSION */
    .verdict-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
    .verdict-pros { background: white; border-radius: 16px; padding: 24px; border: 1px solid #d4edda; }
    .verdict-cons { background: white; border-radius: 16px; padding: 24px; border: 1px solid #fff3cd; }
    .verdict-pros h3 { font-size: 13px; font-weight: 700; color: #2e7d32; text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
    .verdict-cons h3 { font-size: 13px; font-weight: 700; color: #b45309; text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
    .verdict-pros h3 span, .verdict-cons h3 span { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }
    .verdict-pros h3 span { background: #e8f5e9; }
    .verdict-cons h3 span { background: #fff8e1; }
    .verdict-list { list-style: none; }
    .verdict-list li { font-size: 14px; color: #424245; padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
    .verdict-list li:last-child { border-bottom: none; }
    .verdict-cta { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid #e5e5e5; gap: 16px; }
    .verdict-cta-text { font-size: 14px; color: #86868b; }

    /* Section Nav */
    .section-nav { position: sticky; top: 0; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); margin-bottom: 32px; padding: 16px 0; z-index: 100; border-bottom: 1px solid #f0f0f0; overflow-x: auto; }
    .section-nav-inner { display: flex; gap: 8px; }
    .nav-pill { padding: 12px 20px; font-size: 14px; font-weight: 600; border-radius: 24px; white-space: nowrap; border: 1px solid #e0e0e0; background: white; color: #424245; text-decoration: none; transition: all 0.2s; }
    .nav-pill:hover { border-color: #0071e3; text-decoration: none; }
    .nav-pill.active { background: #1d1d1f; color: white; border-color: #1d1d1f; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }

    /* Content Section */
    .content-section { margin-bottom: 64px; scroll-margin-top: 80px; }
    .section-title { font-size: 26px; font-weight: 700; margin-bottom: 8px; }
    .section-subtitle { color: #424245; margin-bottom: 24px; }

    /* Cards */
    .card { background: white; border-radius: 16px; border: 1px solid #e5e5e5; overflow: hidden; margin-bottom: 20px; }
    .card-header { padding: 20px; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; gap: 16px; }
    .card-number { width: 36px; height: 36px; background: #1d1d1f; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
    .card-title { font-weight: 600; margin: 0; }
    .card-desc { font-size: 14px; color: #86868b; margin: 4px 0 0; }
    .card-image { background: #f5f5f7; }
    .callouts { padding: 20px; background: #fafafa; display: flex; flex-wrap: wrap; gap: 16px; }
    .callout { flex: 1; min-width: 200px; }
    .callout-label { display: inline-block; font-size: 12px; font-weight: 700; color: #0071e3; background: #e3f2fd; padding: 4px 10px; border-radius: 6px; margin-bottom: 6px; }
    .callout-desc { font-size: 13px; color: #424245; }

    /* Timeline */
    .timeline-step { display: flex; gap: 20px; margin-bottom: 16px; background: white; padding: 24px; border-radius: 16px; border: 1px solid #e5e5e5; }
    .timeline-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #0071e3, #5856D6); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: white; font-size: 18px; font-weight: 700; }
    .timeline-content h3 { font-size: 17px; font-weight: 600; margin: 0 0 6px; }
    .timeline-content p { font-size: 15px; color: #424245; margin: 0; line-height: 1.6; }

    .highlight-box { display: flex; gap: 16px; background: #f0f7ff; border: 1px solid #bfdbfe; border-radius: 16px; padding: 20px; margin: 24px 0; }
    .highlight-icon { width: 40px; height: 40px; background: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #0071e3; }
    .highlight-icon svg { width: 20px; height: 20px; }
    .highlight-box h4 { font-size: 16px; font-weight: 600; margin: 0 0 6px; }
    .highlight-box p { font-size: 14px; color: #424245; margin: 0; }

    /* Feature Grid */
    .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .feature-card { background: white; padding: 24px; border-radius: 16px; border: 1px solid #e5e5e5; }
    .feature-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
    .feature-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #f8f9fa, #e9ecef); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #1d1d1f; }
    .feature-icon svg { width: 24px; height: 24px; }
    .feature-tag { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 12px; text-transform: uppercase; }
    .feature-tag.core { background: #e3f2fd; color: #1565c0; }
    .feature-tag.pro { background: #fce4ec; color: #c2185b; }
    .feature-name { font-size: 16px; font-weight: 600; margin: 0 0 8px; }
    .feature-desc { font-size: 14px; color: #424245; margin: 0; }

    /* Pricing */
    .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 24px; }
    .pricing-card { background: white; padding: 28px; border-radius: 20px; text-align: center; border: 1px solid #e5e5e5; position: relative; }
    .pricing-card.popular { border: 2px solid #0071e3; }
    .popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #0071e3; color: white; font-size: 11px; font-weight: 700; padding: 6px 16px; border-radius: 20px; }
    .pricing-name { font-size: 22px; font-weight: 700; margin: 8px 0 16px; }
    .pricing-price { font-size: 44px; font-weight: 700; }
    .pricing-price.blue { color: #0071e3; }
    .pricing-period { font-size: 16px; color: #86868b; font-weight: 400; }
    .pricing-features { text-align: left; margin: 20px 0; }
    .pricing-feature { font-size: 14px; color: #424245; padding: 8px 0; }
    .pricing-note { text-align: center; font-size: 14px; color: #86868b; }

    .roi-box { background: linear-gradient(135deg, #1d1d1f, #2d2d30); border-radius: 20px; padding: 32px; color: white; text-align: center; margin-top: 32px; }
    .roi-box h3 { font-size: 20px; margin-bottom: 24px; color: white; }
    .roi-calc { display: flex; align-items: center; justify-content: center; gap: 32px; margin-bottom: 16px; }
    .roi-item { text-align: center; }
    .roi-value { font-size: 32px; font-weight: 700; color: #0071e3; }
    .roi-label { font-size: 13px; color: rgba(255,255,255,0.7); }
    .roi-equals { font-size: 24px; color: rgba(255,255,255,0.5); }
    .roi-note { font-size: 13px; color: rgba(255,255,255,0.6); }

    /* Detailed Pros/Cons */
    .proscons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .proscons-pros { background: #f0fdf4; padding: 28px; border-radius: 20px; border: 1px solid #bbf7d0; }
    .proscons-cons { background: #fffbeb; padding: 28px; border-radius: 20px; border: 1px solid #fde68a; }
    .proscons-pros h3 { color: #166534; font-size: 20px; margin-bottom: 20px; }
    .proscons-cons h3 { color: #92400e; font-size: 20px; margin-bottom: 20px; }
    .proscons-item { margin-bottom: 16px; }
    .proscons-item-title { font-weight: 600; margin-bottom: 4px; }
    .proscons-pros .proscons-item-title { color: #166534; }
    .proscons-cons .proscons-item-title { color: #92400e; }
    .proscons-item-desc { font-size: 14px; opacity: 0.8; }
    .proscons-pros .proscons-item-desc { color: #166534; }
    .proscons-cons .proscons-item-desc { color: #92400e; }

    /* Comparison Table */
    .comparison-wrap { overflow-x: auto; margin-bottom: 32px; }
    .comparison-table { width: 100%; border-collapse: collapse; font-size: 14px; background: white; border-radius: 16px; overflow: hidden; border: 1px solid #e5e5e5; }
    .comparison-table th, .comparison-table td { padding: 14px 16px; border-bottom: 1px solid #f0f0f0; text-align: center; }
    .comparison-table th { background: #f9fafb; font-weight: 600; }
    .comparison-table th:first-child, .comparison-table td:first-child { text-align: left; }
    .comparison-table .highlight { background: #f8faff; }
    .comparison-table .highlight-header { background: #eff6ff; color: #0071e3; font-weight: 700; }

    /* Alternative Cards */
    .alt-card { background: white; border-radius: 16px; padding: 24px; border: 1px solid #e5e5e5; margin-bottom: 16px; }
    .alt-card.featured { border: 2px solid #0071e3; background: #fafcff; }
    .alt-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
    .alt-logo { width: 48px; height: 48px; background: #f5f5f5; border-radius: 12px; overflow: hidden; }
    .alt-logo img { width: 100%; height: 100%; object-fit: cover; }
    .alt-name { font-size: 18px; font-weight: 700; flex: 1; }
    .alt-tag { font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 12px; background: #f0f0f0; color: #424245; }
    .alt-tag.featured { background: #0071e3; color: white; }
    .alt-tag.free { background: #dcfce7; color: #16a34a; }
    .alt-tag.premium { background: #fef3c7; color: #d97706; }
    .alt-desc { font-size: 15px; color: #424245; line-height: 1.6; margin-bottom: 16px; }
    .alt-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
    .alt-ctas .btn { padding: 10px 18px; font-size: 14px; }

    /* FAQ */
    .faq-item { background: white; border-radius: 16px; border: 1px solid #e5e5e5; margin-bottom: 12px; overflow: hidden; }
    .faq-q { width: 100%; padding: 20px; background: transparent; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; text-align: left; font-size: 16px; font-weight: 600; color: #1d1d1f; font-family: inherit; }
    .faq-q span.arrow { transition: transform 0.2s; display: flex; align-items: center; }
    .faq-item.open .faq-q span.arrow { transform: rotate(180deg); }
    .faq-a { padding: 0 20px 20px; font-size: 15px; color: #424245; line-height: 1.7; display: none; }
    .faq-item.open .faq-a { display: block; }

    /* Final Verdict */
    .final-verdict { background: linear-gradient(135deg, #1d1d1f, #2d2d30); border-radius: 24px; padding: 48px; color: white; margin-bottom: 48px; }
    .final-verdict strong { color: white; }
    .final-verdict .btn-white { background: white; color: #1d1d1f !important; }
    .final-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; }
    .final-content { flex: 1; }
    .final-badge { display: inline-block; background: rgba(255,255,255,0.1); padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; color: white; }
    .final-title { font-size: 32px; font-weight: 700; margin-bottom: 20px; line-height: 1.3; color: white; }
    .final-text { font-size: 17px; color: rgba(255,255,255,0.85); line-height: 1.8; margin-bottom: 20px; }
    .final-rec { background: rgba(255,255,255,0.1); border-radius: 12px; padding: 20px; margin-bottom: 24px; }
    .final-rec h3 { font-size: 16px; margin: 0 0 8px; color: white; }
    .final-rec p { font-size: 15px; color: rgba(255,255,255,0.85); margin: 0; }
    .final-rating { background: rgba(255,255,255,0.1); border-radius: 20px; padding: 32px 40px; text-align: center; flex-shrink: 0; }
    .final-score { font-size: 60px; font-weight: 700; line-height: 1; margin-bottom: 12px; color: white; }
    .final-stars { color: #FFB800; font-size: 20px; margin-bottom: 8px; }
    .final-label { font-size: 13px; color: rgba(255,255,255,0.6); text-transform: uppercase; }

    /* Sidebar - NOT STICKY */
    .sidebar-card { background: white; border-radius: 16px; padding: 24px; border: 1px solid #e5e5e5; margin-bottom: 24px; }
    .sidebar-cta { background: #0071e3; color: white; border-radius: 20px; padding: 28px; text-align: center; margin-bottom: 24px; }
    .sidebar-cta-rating { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 12px; }
    .sidebar-cta-score { font-size: 28px; font-weight: 700; color: white; }
    .sidebar-cta-stars { color: #FFB800; font-size: 16px; }
    .sidebar-cta h3 { margin: 0 0 16px; font-size: 20px; color: white; }
    .sidebar-cta-features { list-style: none; text-align: left; margin-bottom: 20px; }
    .sidebar-cta-features li { padding: 6px 0; font-size: 14px; color: rgba(255,255,255,0.95); }
    .sidebar-cta .btn { width: 100%; justify-content: center; background: white; color: #0071e3; }
    .sidebar-cta .btn:hover { background: #f5f5f5; }
    .sidebar-title { font-size: 12px; font-weight: 700; color: #86868b; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; }
    .spec-row { display: flex; justify-content: space-between; padding: 10px 0; font-size: 14px; border-bottom: 1px solid #f5f5f5; }
    .spec-row:last-child { border-bottom: none; }
    .spec-label { color: #86868b; }
    .spec-value { font-weight: 600; }
    .sidebar-tool { display: flex; align-items: center; gap: 12px; padding: 14px; background: #f9f9f9; border-radius: 12px; margin-bottom: 10px; text-decoration: none; }
    .sidebar-tool:hover { background: #f0f0f0; text-decoration: none; }
    .sidebar-tool-logo { width: 40px; height: 40px; border-radius: 10px; overflow: hidden; }
    .sidebar-tool-logo img { width: 100%; height: 100%; object-fit: cover; }
    .sidebar-tool-info { flex: 1; }
    .sidebar-tool-name { font-size: 14px; font-weight: 600; color: #1d1d1f; display: block; }
    .sidebar-tool-desc { font-size: 12px; color: #86868b; }
    .sidebar-tool-tag { font-size: 10px; font-weight: 600; padding: 3px 8px; border-radius: 8px; background: #f0f0f0; color: #86868b; }
    .sidebar-tool-tag.free { background: #dcfce7; color: #16a34a; }
    .sidebar-tool-tag.premium { background: #fef3c7; color: #d97706; }
    .sidebar-more { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; margin-top: 12px; padding: 12px; background: #f5f5f7; border-radius: 10px; color: #0071e3; font-weight: 600; font-size: 14px; text-decoration: none; }
    .sidebar-toc nav a { display: block; padding: 10px 12px; font-size: 14px; color: #424245; text-decoration: none; border-radius: 8px; }
    .sidebar-toc nav a:hover { background: #f5f5f7; }

    /* Bottom CTA */
    .bottom-cta { background: linear-gradient(135deg, #0071e3, #5856D6); padding: 80px 24px 100px; text-align: center; color: white; }
    .bottom-cta-title { font-size: 36px; font-weight: 700; margin-bottom: 12px; color: white; }
    .bottom-cta-subtitle { font-size: 20px; opacity: 0.9; margin-bottom: 36px; max-width: 600px; margin-left: auto; margin-right: auto; color: white; }
    .bottom-cta-buttons { display: flex; gap: 16px; justify-content: center; margin-bottom: 24px; }
    .bottom-cta .btn-outline { background: transparent; color: white; border: 2px solid rgba(255,255,255,0.5); }
    .bottom-cta .btn-white { background: white; color: #1d1d1f !important; }
    .bottom-cta-trust { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 14px; color: white; opacity: 0.9; }

    /* Related */
    .related-section { padding: 64px 24px; background: #f5f5f7; }
    .related-section h2 { text-align: center; font-size: 28px; margin-bottom: 32px; }
    .related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; max-width: 1200px; margin: 0 auto; }
    .related-card { background: white; padding: 24px; border-radius: 16px; text-align: center; text-decoration: none; border: 1px solid #e5e5e5; transition: all 0.2s; }
    .related-card:hover { border-color: #0071e3; box-shadow: 0 4px 16px rgba(0,0,0,0.08); transform: translateY(-2px); text-decoration: none; }
    .related-card img { width: 48px; height: 48px; border-radius: 12px; margin: 0 auto 12px; }
    .related-card h3 { font-size: 16px; font-weight: 600; color: #1d1d1f; margin-bottom: 6px; }
    .related-card p { font-size: 13px; color: #86868b; margin-bottom: 10px; }
    .related-card-price { font-size: 13px; font-weight: 600; color: #424245; }
    .related-card-price.free { color: #34c759; }

    .section-cta { background: #f5f5f7; border-radius: 16px; padding: 32px; text-align: center; margin-top: 32px; }
    .section-cta p { margin: 0 0 16px; color: #424245; }
    .section-cta-note { display: block; margin-top: 12px; font-size: 13px; color: #86868b; }

    .author-note { background: #f5f5f7; border-radius: 16px; padding: 20px; font-size: 13px; color: #86868b; margin-top: 32px; }

    @media (max-width: 768px) {
      .hero { padding: 24px 16px 40px; }
      .hero-grid { grid-template-columns: 1fr; gap: 40px; }
      .hero-title { font-size: 36px; }
      .main-wrap { padding: 32px 16px; }
      .main-grid { flex-direction: column; }
      .sidebar { width: 100%; order: -1; }
      .verdict-proscons, .feature-grid, .proscons-grid, .pricing-grid { grid-template-columns: 1fr; }
      .verdict-header { flex-direction: column; align-items: center; text-align: center; }
      .verdict-cta { flex-direction: column; text-align: center; }
      .final-verdict { padding: 28px; }
      .final-grid { flex-direction: column; align-items: center; text-align: center; }
      .stats-badge { position: relative; bottom: 0; left: 0; margin-top: 20px; justify-content: center; }
      .bottom-cta { padding: 48px 16px 100px; }
      .bottom-cta-title { font-size: 26px; }
      .bottom-cta-buttons { flex-direction: column; padding: 0 16px; }
      .breadcrumbs { display: none; }
      .related-grid { grid-template-columns: 1fr; }
      .roi-calc { flex-direction: column; gap: 16px; }
    }/* End custom CSS */