/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2026 | 10:45:00 */
 


      .investment {
        margin: 0;
        font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
      }
.investment-title {
    font-size: 44px;
    font-weight: normal;
    margin: 0 0 30px;
	line-height:1.2;
}
.investment-desc{
	line-height:1.2;
}
		.investment h2,
		.investment p,
.investment ul{
	   font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
      /* Container: porządek pod szablon (resztę stylujesz sam) */
      .investment-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
   		font-family:"Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
      }

      .investment-col {
        padding: 50px;

      }
      .investment-col.investment-col--alt{
        padding: 0;
      }
      .investment-col img {
        max-width: 100%;
      }
      .investment-col.investment-col--blue {
        background-color: #00a5e1;
        color: white!important;
        border-radius: 22px;
      }
 .investment-col.investment-col--blue h2,
 .investment-col.investment-col--blue p,
.investment-col.investment-col--blue ul,
.investment-col.investment-col--cta h2,
.investment-col.investment-col--cta p,
.investment-col.investment-col--cta ul
{
	color:white;
}


      .investment-title.investment-title--bold {
        font-weight: bold;
      }

      .investment-title.investment-title--blue {
        color: #00a5e1;
      }

      .investment-title.investment-title--white {
        color: #fff;
      }

      .investment-desc {
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 30px;
      }

      .investment-list {
        list-style: none;
        padding-left: 0;
        margin: 0;
      }

      .investment-list li {
        font-size: 20px;
        margin: 0 0 15px;
      }

      /* Expert block */
      .investment-col.investment-col--expert {
        padding-top: 0;
      }

      .investment-expert {
        display: flex;
        gap: 40px;
        align-items: center;
      }

      .investment-expert-photo {
        width: 220px;
        height: 220px;
        border-radius: 22px;
        overflow: hidden;
        flex: 0 0 220px;
      }

      .investment-expert-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }

      .investment-expert-content {
        flex: 1;
      }

      .investment-expert-grid {
        display: flex;
        gap: 28px;
        align-items: center;
      }

      .investment-expert-qr {
        width: 150px;
        height: 150px;
        flex: 0 0 150px;
      }

      .investment-expert-qr img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }

      .investment-expert-label {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 600;
      }

      .investment-list.investment-list--compact li {
        font-size: 18px;
        margin: 0 0 8px;
      }

      /* CTA footer block */
      .investment-col.investment-col--cta {
        padding-top: 0;
      }

      .investment-cta {
        background-color: #00a5e1;
        color: #fff;
        border-radius: 22px;
        padding: 45px 50px;
      }

      .investment-cta-row {
        display: flex;
        gap: 30px;
        align-items: center;
        margin-top: 22px;
      }

      .investment-cta-qr {
        width: 140px;
        height: 140px;
        flex: 0 0 140px;
        background: #fff;
        border-radius: 12px;
        padding: 10px;
      }

      .investment-cta-qr img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
      }

      .investment-cta-info {
        flex: 1;
      }

      .investment-cta-label {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 600;
      }

      .investment-list.investment-list--white li {
        color: #fff;
      }

      .investment-cta-badges {
        display: flex;
        gap: 18px;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
      }

      .investment-cta-badge img {
        display: block;
        height: 70px;
        width: auto;
      }

      .investment-cta-legal {
        margin: 22px 0 0;
        font-size: 12px;
        line-height: 1.4;
        opacity: 0.95;
        max-width: 92%;
      }

      /* Linki */
      .investment a {
        color: inherit;
        text-decoration: none;
        text-underline-offset: 3px;
        transition: all 0.3s linear;
      }

      .investment a:hover,
      .investment a:focus-visible {
        opacity: 0.9;
        text-decoration: underline;
      }

      /* =========================
         RWD (bazowe)
         ========================= */

      /* 1200px i niżej – delikatne zmniejszenie typografii i paddingów */
      @media (max-width: 1200px) {
        .investment-col {
          padding: 40px;
        }

        .investment-title {
          font-size: 38px;
          margin: 0 0 24px;
        }

        .investment-desc {
          font-size: 26px;
          margin-bottom: 24px;
        }

        .investment-list li {
          font-size: 18px;
          margin: 0 0 12px;
        }
      }

      /* 992px i niżej – tablet */
      @media (max-width: 992px) {
        .investment-col {
          padding: 32px;
        }

        .investment-title {
          font-size: 34px;
        }

        .investment-desc {
          font-size: 22px;
        }

        /* Expert */
        .investment-expert {
          gap: 24px;
          align-items: flex-start;
        }

        .investment-expert-photo {
          width: 180px;
          height: 180px;
          flex: 0 0 180px;
        }

        .investment-expert-grid {
          gap: 18px;
          align-items: flex-start;
        }

        .investment-expert-qr {
          width: 130px;
          height: 130px;
          flex: 0 0 130px;
        }

        /* CTA */
        .investment-cta {
          padding: 36px 32px;
        }

        .investment-cta-row {
          gap: 22px;
          align-items: flex-start;
        }

        .investment-cta-badges {
          gap: 14px;
        }

        .investment-cta-badge img {
          height: 60px;
        }

        .investment-cta-legal {
          max-width: 100%;
        }
      }

      /* 768px i niżej – CTA w pionie (expert nadpisany niżej) */
      @media (max-width: 768px) {
        .investment-container {
          padding: 0 14px;
        }

        .investment-col {
          padding: 26px;
        }

        .investment-title {
          font-size: 28px;
          margin: 0 0 18px;
        }

        .investment-desc {
          font-size: 18px;
          margin-bottom: 18px;
        }

        .investment-list li {
          font-size: 16px;
          margin: 0 0 10px;
        }

        /* CTA: wszystko w kolumnie */
        .investment-cta-row {
          flex-direction: column;
          gap: 16px;
        }

        .investment-cta-qr {
          width: 150px;
          height: 150px;
          flex: 0 0 auto;
        }

        .investment-cta-badges {
          justify-content: flex-start;
          flex-wrap: wrap;
          gap: 12px;
        }

        .investment-cta-badge img {
          height: 58px;
        }
      }

      /* 480px i niżej – jeszcze ciaśniej (telefony) */
      @media (max-width: 480px) {
        .investment-col {
          padding: 20px;
        }
              .investment-col.investment-cta{
                padding: 0;
				  margin-bottom:30px;
              }
        .investment-col.investment-col--blue,
        .investment-cta {
          border-radius: 18px;
        }

        .investment-title {
          font-size: 24px;
          margin: 0 0 14px;
        }

        .investment-desc {
          font-size: 16px;
          margin-bottom: 14px;
        }

        .investment-list li {
          font-size: 15px;
          margin: 0 0 9px;
        }

        .investment-expert-label,
        .investment-cta-label {
          font-size: 16px;
        }

        .investment-cta {
          padding: 22px 20px;
        }

        .investment-cta-qr {
          width: 140px;
          height: 140px;
          border-radius: 10px;
        }

        .investment-cta-legal {
          font-size: 11px;
          line-height: 1.45;
        }
      }

      /* opcjonalnie: łamanie długich linków w stopce/CTA */
      @media (max-width: 480px) {
        .investment-cta a {
          overflow-wrap: anywhere;
          word-break: break-word;
        }
      }

      /* =========================
         RWD OVERRIDE: EXPERT
         Pionowo + wycentrowane zdjęcia + mniejsza typografia na małych tel.
         ========================= */

      /* 768px i niżej – Expert pionowo, obrazki wycentrowane */
      @media (max-width: 768px) {
        .investment-expert {
          display: flex;
          flex-direction: column;
          gap: 16px;
          align-items: center;
          /* text-align: center; */
        }

        .investment-expert-photo {
          width: 170px;
          height: 170px;
          flex: 0 0 auto;
          margin: 0 auto;
        }

        .investment-expert-content {
          width: 100%;
          display: block;
        }

        .investment-expert-content .investment-title {
          font-size: 26px;
          margin: 0 0 10px;
          line-height: 1.15;
        }

        .investment-expert-grid {
          width: 100%;
          display: flex;
          flex-direction: column;
          gap: 14px;
          align-items: center;
          margin-top: 0;
        }

        .investment-expert-qr {
          width: 170px;
          height: 170px;
          flex: 0 0 auto;
          margin: 0 auto;
        }

        .investment-expert-info {
          width: 100%;
          max-width: 520px;
        }

        .investment-expert-label {
          font-size: 15px;
          margin: 0 0 10px;
        }

        .investment-list.investment-list--compact {
          text-align: left;
          margin: 0 auto;
          max-width: 520px;
        }

        .investment-list.investment-list--compact li {
          font-size: 15px;
          margin: 0 0 8px;
          line-height: 1.35;
        }
      }

      /* 480px i niżej – mniejsza typografia + Expert ciaśniej */
      @media (max-width: 480px) {
        .investment-title {
          font-size: 21px;
          margin: 0 0 12px;
        }

        .investment-desc {
          font-size: 14px;
          margin-bottom: 12px;
        }

        .investment-list li {
          font-size: 14px;
          margin: 0 0 8px;
        }

        .investment-expert-photo {
          width: 150px;
          height: 150px;
        }

        .investment-expert-qr {
          width: 150px;
          height: 150px;
        }

        .investment-expert-content .investment-title {
          font-size: 20px;
        }

        .investment-expert-label {
          font-size: 13px;
        }

        .investment-list.investment-list--compact li {
          font-size: 13px;
          margin: 0 0 7px;
        }
.investment-col.investment-col--cta{
    padding: 0  ;
	margin-bottom:30px;
}
      }
