.mapvisiblr-landing { font-family: Arial, sans-serif; color: #2c3338; line-height: 1.6; }
    .mapvisiblr-landing * { box-sizing: border-box; }
    .mapvisiblr-landing h1, 
    .mapvisiblr-landing h2, 
    .mapvisiblr-landing h3, 
    .mapvisiblr-landing h4 { color: #1d2327; margin-top: 0; }
    .mapvisiblr-landing a { color: #0073aa; text-decoration: none; }
    .mapvisiblr-landing a:hover { text-decoration: underline; }

    .mapvisiblr-hero { background: #f6f9fc; padding: 50px 20px; text-align: center; border-radius: 8px; margin-top: 20px; }
    .mapvisiblr-hero h1 { font-size: 32px; margin-bottom: 10px; }
    .mapvisiblr-hero p { font-size: 16px; margin-bottom: 25px; }
    .mapvisiblr-btn { display: inline-block; background: #0073aa; color: #fff !important; padding: 12px 28px; border-radius: 4px; transition: 0.2s; font-weight: 600; }
    .mapvisiblr-btn:hover { background: #005a87; }

    .mapvisiblr-section { margin: 50px auto; padding: 0 20px; max-width: 1000px; }
    .mapvisiblr-section h2 { font-size: 24px; margin-bottom: 20px; text-align: center; }

    .mapvisiblr-features { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
    .mapvisiblr-feature { background: #fff; border: 1px solid #dcdcde; border-radius: 6px; padding: 25px; flex: 1 1 300px; min-width: 280px; text-align: center; }
    .mapvisiblr-feature h3 { margin-bottom: 10px; font-size: 18px; }
    .mapvisiblr-feature p { font-size: 14px; color: #555; }

    .mapvisiblr-testimonial { background: #eef4fa; border-left: 4px solid #0073aa; padding: 30px; border-radius: 6px; margin-top: 40px; }
    .mapvisiblr-testimonial blockquote { margin: 0; font-style: italic; color: #333; }

    .mapvisiblr-pricing { text-align: center; }
    .mapvisiblr-pricing-plans { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; }
    .mapvisiblr-plan { border: 1px solid #dcdcde; border-radius: 8px; padding: 30px 20px; background: #fff; width: 280px; }
    .mapvisiblr-plan h4 { font-size: 18px; margin-bottom: 10px; }
    .mapvisiblr-plan p { font-size: 15px; margin-bottom: 10px; }
    .mapvisiblr-plan ul { list-style: none; padding: 0; font-size: 14px; margin: 10px 0 20px; }
    .mapvisiblr-plan li { margin: 6px 0; }

    .mapvisiblr-footer { text-align: center; margin-top: 50px; font-size: 13px; color: #666; }
    .mapvisiblr-footer a { color: #0073aa; }

    @media (max-width: 768px) {
      .mapvisiblr-features { flex-direction: column; }
      .mapvisiblr-pricing-plans { flex-direction: column; }
    }