﻿/* LeadYa is a web tool – remove mobile phone frame from banner */
    .banner_slider .slider_frame { display: none !important; }

    /* ============================================================
       IMAGE FIXES – proper display of dashboard screenshots
       ============================================================ */

    /* 1. HERO SLIDER – expand from phone-frame 305px to full column */
    .banner_section .banner_slider #frmae_slider {
      width: 100% !important;
      margin: 0;
    }
    .banner_section .banner_slider #frmae_slider::before {
      display: none !important; /* removes white mask from phone frame */
    }
    /* Replace solid purple phone-circle with soft ambient glow */
    .banner_section .banner_slider::before {
      width: 100% !important;
      height: 100% !important;
      border-radius: 20px !important;
      background: radial-gradient(ellipse at 55% 50%, rgba(100,43,255,0.09) 0%, transparent 68%) !important;
    }
    /* Hero illustration wrapper */
    .banner_slider .slider_img {
      position: relative;
      border-radius: 28px;
      overflow: hidden;
      background: transparent;
      margin: 16px 0 0;
      min-height: 560px;
    }
    .banner_slider .slider_img::before { display: none !important; }
    .banner_slider .slider_img::after { display: none !important; }
    .banner_slider .slider_img img {
      border-radius: 28px !important;
      box-shadow: none !important;
      width: 100%;
      display: block;
    }
    .banner_slider .slider_img .hero_main,
    .banner_slider .slider_img .hero_scene {
      object-fit: cover;
      min-height: 560px;
      filter: saturate(0.96) contrast(1.03) brightness(0.98);
      position: relative;
      z-index: 0;
    }
    .banner_slider .slider_img .hero_giving {
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		object-fit: contain;
		object-position: right bottom;
    }

    .banner_section .banner_slider .left_icon { display: none !important; }
    .banner_section .banner_slider { z-index: 1; }
    .banner_section .anim_line { z-index: 1; pointer-events: none; }
    .banner_section .row { position: relative; z-index: 2; }

    @media (max-width: 991.98px) {
      .banner_slider .slider_img {
        margin-top: 8px;
        min-height: 460px;
      }
      .banner_slider .slider_img .hero_giving {
        height: 460px;
        min-height: 460px;
        width: 145%;
        margin-left: -24%;
        object-position: right bottom;
      }
    }
    .banner_slider .slider_img .hero_float { display: none !important; }

    /* 2. FEATURES CENTER IMAGE - constrain the absolutely-positioned screenshot */
    .features_section .feature_detail .feature_img {
      width: 460px;
      max-width: 460px;
    }
    .features_section .feature_detail .feature_img img {
      width: 100%;
      border-radius: 10px !important;
      box-shadow: 0 10px 44px rgba(100,43,255,0.22), 0 2px 8px rgba(0,0,0,0.06) !important;
      border: 1px solid rgba(100,43,255,0.12);
    }

    /* 3. ABOUT SECTION - mascot illustration */
    .about_img .screen_img { display: none !important; }
    .about_img { display: flex; justify-content: center; align-items: center; padding: 10px 0; }
    .about_img .frame_img { width: 100%; }
    .about_img .frame_img img {
      max-width: 100%;
      border-radius: 24px;
      box-shadow: 0 16px 56px rgba(100,43,255,0.18), 0 4px 12px rgba(0,0,0,0.08);
      display: block;
    }

    /* 4. MODERN UI SECTION - hide broken right_img, show left_img full width */
    .modern_ui_section .ui_images {
      display: block !important;
    }
    .modern_ui_section .ui_images .right_img {
      display: none !important;
    }
    .modern_ui_section .ui_images .left_img {
      display: block;
    }
    .modern_ui_section .ui_images .left_img img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 12px 48px rgba(100,43,255,0.20), 0 2px 8px rgba(0,0,0,0.07) !important;
      border: 1px solid rgba(100,43,255,0.12);
    }
    /* 5. STEP IMAGES (How it works) - rounded + shadow */
    .step_img img {
      border-radius: 20px !important;
      box-shadow: 0 8px 36px rgba(100,43,255,0.14) !important;
    }


    /* Interface slider: equal image heights */
    .interface_section .owl-item .screen_frame_img {
      min-height: 560px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .interface_section .owl-item .screen_frame_img img,
    .interface_section .owl-item .screen_frame_img.is-mobile img {
      height: 500px !important;
      max-height: 500px !important;
      width: auto !important;
      max-width: 100%;
      object-fit: contain;
      object-position: center;
      transform: scale(.94);
      margin: 0 auto;
    }
    .interface_section .owl-item.center .screen_frame_img img,
    .interface_section .owl-item.center .screen_frame_img.is-mobile img {
      transform: scale(1);
    }
    @media (max-width: 991.98px) {
      .interface_section .owl-item .screen_frame_img {
        min-height: 470px;
      }
      .interface_section .owl-item .screen_frame_img img,
      .interface_section .owl-item .screen_frame_img.is-mobile img {
        height: 410px !important;
        max-height: 410px !important;
      }
    }
    @media (max-width: 575.98px) {
      .interface_section .owl-item .screen_frame_img {
        min-height: 390px;
      }
      .interface_section .owl-item .screen_frame_img img,
      .interface_section .owl-item .screen_frame_img.is-mobile img {
        height: 330px !important;
        max-height: 330px !important;
      }
    }
    /* Hero platform badge */
    .hero_badge {
      display: inline-block;
      background: linear-gradient(135deg, #f0ebff 0%, #e8f4ff 100%);
      color: #642BFF;
      border-radius: 20px;
      padding: 7px 18px;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 18px;
      letter-spacing: 0.3px;
    }

    /* Problem/solution bar */
    .problem_bar {
      background: #f9f6ff;
      border-left: 4px solid #642BFF;
      border-radius: 0 8px 8px 0;
      padding: 14px 20px;
      margin: 20px 0;
      font-size: 15px;
      color: #555;
    }
    .problem_bar strong { color: #642BFF; }


    /* Fix app_btn text buttons – original CSS was designed for image buttons */
    .app_btn li a.puprple_btn,
    .app_btn li a.btn.puprple_btn {
      background: #642BFF !important;
      color: #ffffff !important;
      border: 2px solid #642BFF !important;
      padding: 12px 28px !important;
      border-radius: 6px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      display: inline-block !important;
      text-align: center !important;
      white-space: nowrap !important;
    }
    .app_btn li a.puprple_btn::before,
    .app_btn li a.btn.puprple_btn::before,
    .app_btn li a.white_btn::before,
    .app_btn li a.btn.white_btn::before {
      display: none !important;
    }
    .app_btn li a.white_btn,
    .app_btn li a.btn.white_btn {
      background: transparent !important;
      color: #642BFF !important;
      border: 2px solid #642BFF !important;
      padding: 12px 28px !important;
      border-radius: 6px !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      display: inline-block !important;
      text-align: center !important;
      white-space: nowrap !important;
    }
    .app_btn li a.white_btn:hover,
    .app_btn li a.btn.white_btn:hover {
      background: #642BFF !important;
      color: #ffffff !important;
    }
    .app_btn li a.puprple_btn:hover,
    .app_btn li a.btn.puprple_btn:hover {
      background: #4a1fc7 !important;
      color: #ffffff !important;
      border-color: #4a1fc7 !important;
    }

    /* Used-app avatars – entrepreneur faces */
    .banner_section .used_app ul li img {
      width: 42px !important;
      height: 42px !important;
      border-radius: 50% !important;
      object-fit: cover;
      object-position: center top;
      border: 2px solid #fff;
      display: block;
    }

    /* Testimonial avatar – constrain synthetic face photos */
    .testimonial_slide_box .testimonial_img {
      width: 80px !important;
      height: 80px !important;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
    }
    .testimonial_slide_box .testimonial_img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: cover;
      object-position: center top;
      border-radius: 50% !important;
    }

    /* 6. FREE APP SECTION – constrain "Zacznij w 15 minut" screenshot */
    .free_app_section .free_img {
      display: flex !important;
      justify-content: center;
      align-items: center;
      margin-top: 0 !important;
    }
    .free_app_section .free_img img {
      max-width: 100% !important;
      max-height: 380px !important;
      width: auto !important;
      height: auto !important;
      border-radius: 14px !important;
      box-shadow: 0 14px 48px rgba(100,43,255,0.18), 0 4px 12px rgba(0,0,0,0.08) !important;
      display: block;
    }
