﻿/* 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: 8px;
      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: 8px !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_slider .slider_img .hero_portrait {
      width: 100%;
      height: 560px;
      min-height: 560px;
      object-fit: contain;
      object-position: center bottom;
      background: transparent;
    }

    .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_portrait {
        height: 460px;
        min-height: 460px;
        width: 100%;
        margin-left: 0;
        object-fit: contain;
      }
      .banner_section .app_btn {
        flex-wrap: wrap;
        gap: 12px;
      }
      .banner_section .app_btn li:last-child {
        margin-left: 0 !important;
      }
    }
    .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: 8px;
      box-shadow: 0 16px 56px rgba(100,43,255,0.18), 0 4px 12px rgba(0,0,0,0.08);
      display: block;
    }
    .about_img .frame_img img.old_hero_scene {
      background: #fff;
      object-fit: contain;
    }

    /* 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;
    }

    /* CTA ("Zacznij w 15 minut") needs stronger contrast on purple background */
    .free_app_section .app_btn li a.puprple_btn,
    .free_app_section .app_btn li a.btn.puprple_btn {
      background: #ffffff !important;
      color: #2b1f63 !important;
      border: 2px solid #ffffff !important;
      font-weight: 700 !important;
    }
    .free_app_section .app_btn li a.puprple_btn:hover,
    .free_app_section .app_btn li a.btn.puprple_btn:hover {
      background: #efeaff !important;
      color: #20154f !important;
      border-color: #efeaff !important;
    }
    .free_app_section .app_btn li a.white_btn,
    .free_app_section .app_btn li a.btn.white_btn {
      background: transparent !important;
      color: #ffffff !important;
      border: 2px solid #ffffff !important;
      font-weight: 700 !important;
    }
    .free_app_section .app_btn li a.white_btn:hover,
    .free_app_section .app_btn li a.btn.white_btn:hover {
      background: #ffffff !important;
      color: #2b1f63 !important;
      border-color: #ffffff !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;
    }

    /* Audience section copied from the draft instead of synthetic testimonials */
    .audience_section {
      background: #fff;
    }
    .audience_section .section_title {
      max-width: 820px;
      margin: 0 auto 34px;
    }
    .trusted_section .company_logos .item {
      padding: 10px;
      text-align: center;
    }
    .trusted_section .company_logos .logo {
      display: block;
    }
    .trusted_section .company_logos .logo-box {
      width: 100%;
      aspect-ratio: 1 / 1;
      background: #fff;
      border-radius: 24px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
      margin-bottom: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .trusted_section .company_logos .logo-box img {
      width: 100% !important;
      height: 100% !important;
      max-width: none !important;
      object-fit: cover;
      filter: none !important;
    }
    .trusted_section .company_logos .logo p {
      margin: 0;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      color: #2D3748;
    }
    .trusted_section .company_logos .item:hover .logo-box {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(27, 99, 255, 0.15);
    }
    .audience_grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }
    .audience_card {
      background: #f9f7ff;
      border: 1px solid rgba(100, 43, 255, 0.11);
      border-radius: 8px;
      padding: 28px;
      min-height: 270px;
      box-shadow: 0 10px 32px rgba(70, 46, 150, 0.08);
    }
    .audience_card .audience_person {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 10px;
      margin-bottom: 16px;
      box-shadow: 0 8px 20px rgba(58, 23, 138, 0.14);
    }
    .audience_card.is_featured {
      background: #642BFF;
      color: #fff;
      border-color: #642BFF;
    }
    .audience_card span {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #642BFF;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 18px;
    }
    .audience_card.is_featured span,
    .audience_card.is_featured h3,
    .audience_card.is_featured p {
      color: #fff;
    }
    .audience_card span img {
      width: 28px;
      height: 28px;
      object-fit: contain;
    }
    .audience_card h3 {
      color: var(--dark-purple);
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .audience_card p {
      margin-bottom: 0;
    }
    @media (max-width: 991.98px) {
      .audience_grid {
        grid-template-columns: 1fr;
      }
      .audience_card {
        min-height: auto;
      }
    }
    @media (max-width: 575.98px) {
      .banner_section .app_btn {
        align-items: stretch;
        justify-content: center;
      }
      .banner_section .app_btn li {
        width: 100%;
        max-width: 300px;
      }
      .banner_section .app_btn li a.puprple_btn,
      .banner_section .app_btn li a.btn.puprple_btn,
      .banner_section .app_btn li a.white_btn,
      .banner_section .app_btn li a.btn.white_btn {
        width: 100%;
        padding: 11px 16px !important;
        white-space: normal !important;
      }
      .banner_slider .slider_img {
        min-height: 380px;
      }
      .banner_slider .slider_img .hero_portrait {
        height: 380px;
        min-height: 380px;
      }
      .audience_card {
        padding: 22px;
      }
    }

    /* 10. ABOUT SECTION - resilient stats cards */
    .about_app_section .about_text .section_title h2 {
      max-width: 12ch;
      font-size: clamp(38px, 3vw + 18px, 58px);
      line-height: 1.08;
      text-wrap: balance;
    }
    .about_app_section .about_text .section_title p {
      max-width: 58ch;
    }
    .about_app_section .about_text .app_statstic {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
      align-items: stretch;
    }
    .about_app_section .about_text .app_statstic li {
      width: auto !important;
      min-height: 152px;
      margin-bottom: 0;
      padding: 24px 22px;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .about_app_section .about_text .app_statstic li .icon {
      flex: 0 0 58px;
      margin-right: 0;
    }
    .about_app_section .about_text .app_statstic li .text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      min-width: 0;
    }
    .about_app_section .about_text .app_statstic li p {
      line-height: 1.2;
    }
    .about_app_section .about_text .app_statstic li p:first-child {
      font-size: clamp(34px, 1.4vw + 24px, 52px) !important;
      line-height: 0.95;
      margin-bottom: 0;
      white-space: normal;
      overflow-wrap: normal;
      word-break: normal;
    }
    .about_app_section .about_text .app_statstic li .text p:not(:first-child) {
      font-size: 18px;
      line-height: 1.35;
    }
    .about_app_section .about_text .app_statstic li:last-child p:first-child {
      font-size: clamp(24px, 0.8vw + 18px, 34px) !important;
    }
    @media (max-width: 1199.98px) {
      .about_app_section .about_text .section_title h2 {
        max-width: none;
      }
      .about_app_section .about_text .app_statstic {
        gap: 20px;
      }
      .about_app_section .about_text .app_statstic li {
        min-height: 164px;
        padding: 22px 18px;
      }
      .about_app_section .about_text .app_statstic li .text p:not(:first-child) {
        font-size: 17px;
      }
    }
    @media (max-width: 767.98px) {
      .about_app_section .about_text .section_title h2 {
        font-size: clamp(32px, 7vw, 44px);
      }
      .about_app_section .about_text .section_title p {
        max-width: none;
      }
      .about_app_section .about_text .app_statstic {
        grid-template-columns: 1fr;
        gap: 16px;
      }
      .about_app_section .about_text .app_statstic li {
        min-height: auto;
        padding: 20px 18px;
      }
      .about_app_section .about_text .app_statstic li p:first-child {
        font-size: clamp(30px, 8vw, 42px) !important;
      }
      .about_app_section .about_text .app_statstic li:last-child p:first-child {
        font-size: clamp(24px, 6vw, 32px) !important;
      }
      .about_app_section .about_text .app_statstic li .text p:not(:first-child) {
        font-size: 16px;
      }
    }
