.elementor-741 .elementor-element.elementor-element-c31847e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-aab0fcf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-90e4454{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-daf5345{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-643163a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-ce5e3de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-402ec81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-8145c9d > .elementor-widget-container{margin:5% 0% 0% 0%;}.elementor-741 .elementor-element.elementor-element-d97b96d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-164350d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-5893829{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-741 .elementor-element.elementor-element-f856775{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1fc7f04 *//* =========================================================
   AGA GADA — HERO / CTA
========================================================= */

.aga-hero-offer,
.aga-hero-offer * {
  box-sizing: border-box;
}

.aga-hero-offer {
  --purple: #6825d1;
  --purple-dark: #5720b2;
  --yellow: #ffc21c;
  --yellow-dark: #edae00;
  --navy: #07183f;
  --text: #706e6b;

  width: 100%;

  padding:
    70px
    32px
    80px;

  background: #fff;

  font-family: inherit;
}


/* =========================================================
   GŁÓWNY KONTENER
========================================================= */

.aga-hero-offer__container {
  width: 100%;

  max-width: 1600px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(0, .92fr);

  gap: clamp(55px, 6vw, 110px);

  align-items: center;
}


/* =========================================================
   LEWA STRONA — ZDJĘCIE
========================================================= */

.aga-hero-offer__media {
  width: 100%;

  min-width: 0;

  overflow: hidden;

  border-radius: 28px;
}

.aga-hero-offer__image {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 1 / 0.82;

  object-fit: cover;

  object-position: center;

  border-radius: 28px;

  transition:
    transform .45s ease;
}


/* subtelne powiększenie */

@media (hover: hover) {

  .aga-hero-offer__media:hover
  .aga-hero-offer__image {
    transform: scale(1.015);
  }

}


/* =========================================================
   PRAWA STRONA
========================================================= */

.aga-hero-offer__content {
  width: 100%;

  min-width: 0;
}


/* MAŁY NAGŁÓWEK */

.aga-hero-offer__eyebrow {
  margin-bottom: 13px;

  color: #dbaa00;

  font-size: 15px;
  line-height: 1.2;

  font-weight: 500;

  letter-spacing: .20em;

  text-transform: uppercase;
}


/* GŁÓWNY NAGŁÓWEK */

.aga-hero-offer__title {
  margin:
    0
    0
    22px !important;

  color: var(--navy) !important;

  font-size:
    clamp(46px, 4.3vw, 70px) !important;

  line-height: 1.02 !important;

  font-weight: 500 !important;

  letter-spacing: -0.04em;
}


/* OPIS */

.aga-hero-offer__description {
  max-width: 620px;

  margin:
    0
    0
    40px !important;

  color: var(--text) !important;

  font-size: 18px !important;

  line-height: 1.55 !important;

  font-weight: 400 !important;
}


/* =========================================================
   CTA
========================================================= */

.aga-hero-offer__actions {
  width: 100%;

  display: flex;

  flex-direction: column;

  gap: 18px;
}


/* WSPÓLNY PRZYCISK */

.aga-hero-btn {
  width: 100%;

  min-height: 68px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  padding:
    16px
    31px;

  border-radius: 999px;

  text-decoration: none !important;

  font-size: 16px !important;

  line-height: 1.25 !important;

  font-weight: 500 !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    border-color .2s ease;
}


/* STRZAŁKA */

.aga-hero-btn__arrow {
  flex: 0 0 auto;

  font-size: 29px;

  line-height: 1;

  font-weight: 300;

  transition:
    transform .2s ease;
}


/* =========================================================
   FIOLETOWY CTA
========================================================= */

.aga-hero-btn--purple {
  background: var(--purple);

  border:
    2px
    solid
    var(--purple);

  color: #fff !important;

  box-shadow:
    0 9px 20px
    rgba(74, 38, 145, .18);
}

.aga-hero-btn--purple:hover {
  background: var(--purple-dark);

  border-color: var(--purple-dark);

  transform: translateY(-2px);

  box-shadow:
    0 13px 25px
    rgba(74, 38, 145, .25);
}

.aga-hero-btn--purple:hover
.aga-hero-btn__arrow {
  transform: translateX(4px);
}


/* =========================================================
   ŻÓŁTY CTA
========================================================= */

.aga-hero-btn--yellow {
  background: var(--yellow);

  border:
    2px
    solid
    var(--yellow);

  color: #fff !important;

  box-shadow:
    0 9px 20px
    rgba(170, 120, 0, .15);
}

.aga-hero-btn--yellow:hover {
  background: var(--yellow-dark);

  border-color: var(--yellow-dark);

  transform: translateY(-2px);

  box-shadow:
    0 13px 25px
    rgba(170, 120, 0, .22);
}

.aga-hero-btn--yellow:hover
.aga-hero-btn__arrow {
  transform: translateX(4px);
}


/* =========================================================
   ŚREDNI DESKTOP
========================================================= */

@media (max-width: 1250px) {

  .aga-hero-offer__container {
    gap: 55px;
  }

  .aga-hero-offer__description {
    font-size: 16px !important;
  }

  .aga-hero-btn {
    min-height: 62px;

    padding:
      14px
      25px;

    font-size: 14px !important;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

  .aga-hero-offer {
    padding:
      55px
      24px
      65px;
  }

  .aga-hero-offer__container {
    grid-template-columns: 1fr;

    gap: 45px;

    max-width: 760px;
  }

  .aga-hero-offer__media {
    width: 100%;

    border-radius: 24px;
  }

  .aga-hero-offer__image {
    width: 100%;

    aspect-ratio: auto;

    border-radius: 24px;
  }

  .aga-hero-offer__content {
    width: 100%;
  }

  .aga-hero-offer__title {
    font-size: 52px !important;
  }

  .aga-hero-offer__description {
    max-width: 100%;

    font-size: 17px !important;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 560px) {

  .aga-hero-offer {
    padding:
      42px
      15px
      55px;
  }

  .aga-hero-offer__container {
    gap: 32px;
  }

  .aga-hero-offer__media {
    border-radius: 18px;
  }

  .aga-hero-offer__image {
    border-radius: 18px;
  }

  .aga-hero-offer__eyebrow {
    font-size: 13px;

    letter-spacing: .16em;
  }

  .aga-hero-offer__title {
    font-size: 40px !important;
  }

  .aga-hero-offer__description {
    margin-bottom: 30px !important;

    font-size: 15px !important;
  }

  .aga-hero-offer__actions {
    gap: 13px;
  }

  .aga-hero-btn {
    min-height: 58px;

    padding:
      12px
      19px;

    font-size: 13.5px !important;
  }

  .aga-hero-btn__arrow {
    font-size: 23px;
  }

}


/* =========================================================
   BARDZO MAŁY TELEFON
========================================================= */

@media (max-width: 390px) {

  .aga-hero-offer__title {
    font-size: 35px !important;
  }

  .aga-hero-btn {
    padding:
      11px
      16px;

    font-size: 13px !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c31847e *//* =========================================================
   AGA GADA — GŁÓWNA SEKCJA CTA
========================================================= */

.aga-cta-section,
.aga-cta-section * {
  box-sizing: border-box;
}

.aga-cta-section {
  --purple: #6825d1;
  --purple-dark: #5720b2;
  --yellow: #ffc21c;
  --yellow-dark: #efa900;
  --navy: #07183f;
  --text: #706e6b;
  --border: #d5d5d5;

  width: 100%;

  padding:
    70px
    28px
    80px;

  background: #fff;

  font-family: inherit;
}

.aga-cta-section__container {
  width: 100%;

  max-width: 1500px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(0, .95fr);

  gap: 90px;

  align-items: center;
}


/* =========================================================
   GRAFIKA
========================================================= */

.aga-cta-section__media {
  width: 100%;

  min-width: 0;
}

.aga-cta-section__image {
  display: block;

  width: 100%;
  height: auto;

  max-height: 650px;

  object-fit: contain;

  border-radius: 0;

  box-shadow: none;
}


/* =========================================================
   CONTENT
========================================================= */

.aga-cta-section__content {
  width: 100%;

  min-width: 0;
}


/* MAŁY NAGŁÓWEK */

.aga-cta-section__eyebrow {
  margin-bottom: 10px;

  color: #dbaa00;

  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;

  letter-spacing: .18em;

  text-transform: uppercase;
}


/* GŁÓWNY NAGŁÓWEK */

.aga-cta-section__title {
  margin:
    0
    0
    20px !important;

  color: var(--navy) !important;

  font-size:
    clamp(42px, 4vw, 64px) !important;

  line-height: 1.04 !important;

  font-weight: 500 !important;

  letter-spacing: -0.03em;
}


/* OPIS */

.aga-cta-section__description {
  max-width: 610px;

  margin:
    0
    0
    35px !important;

  color: var(--text) !important;

  font-size: 17px !important;
  line-height: 1.55 !important;

  font-weight: 400 !important;
}


/* =========================================================
   BUTTONY
========================================================= */

.aga-cta-section__actions {
  display: flex;

  flex-direction: column;

  gap: 18px;

  width: 100%;
}


/* WSPÓLNY BUTTON */

.aga-main-cta {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 18px;

  width: 100%;

  min-height: 66px;

  padding:
    15px
    30px;

  border-radius: 999px;

  text-decoration: none !important;

  font-size: 16px !important;

  line-height: 1.25 !important;

  font-weight: 500 !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    border-color .2s ease;
}


/* STRZAŁKA */

.aga-main-cta__arrow {
  flex: 0 0 auto;

  font-size: 27px;

  line-height: 1;

  font-weight: 400;
}

.aga-main-cta__arrow--down {
  font-size: 23px;
}


/* =========================================================
   FIOLETOWY
========================================================= */

.aga-main-cta--purple {
  background: var(--purple);

  border:
    2px
    solid
    var(--purple);

  color: #fff !important;

  box-shadow:
    0 9px 20px
    rgba(74, 38, 145, .20);
}

.aga-main-cta--purple:hover {
  background: var(--purple-dark);

  border-color: var(--purple-dark);

  transform: translateY(-2px);

  box-shadow:
    0 12px 25px
    rgba(74, 38, 145, .28);
}


/* =========================================================
   ŻÓŁTY
========================================================= */

.aga-main-cta--yellow {
  background: var(--yellow);

  border:
    2px
    solid
    var(--yellow);

  color: #fff !important;

  box-shadow:
    0 9px 20px
    rgba(170, 120, 0, .18);
}

.aga-main-cta--yellow:hover {
  background: var(--yellow-dark);

  border-color: var(--yellow-dark);

  transform: translateY(-2px);

  box-shadow:
    0 12px 25px
    rgba(170, 120, 0, .24);
}


/* =========================================================
   OUTLINE
========================================================= */

.aga-main-cta--outline {
  background: #fff;

  border:
    1.5px
    solid
    #b7b7b7;

  color: #858585 !important;

  box-shadow: none;
}

.aga-main-cta--outline:hover {
  border-color: var(--purple);

  color: var(--purple) !important;

  background: #faf7ff;

  transform: translateY(-2px);
}


/* =========================================================
   DESKTOP MNIEJSZY / TABLET
========================================================= */

@media (max-width: 1100px) {

  .aga-cta-section__container {
    gap: 55px;

    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr);
  }

  .aga-main-cta {
    min-height: 60px;

    padding:
      13px
      24px;

    font-size: 14px !important;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 850px) {

  .aga-cta-section {
    padding:
      55px
      22px
      65px;
  }

  .aga-cta-section__container {
    grid-template-columns: 1fr;

    gap: 45px;
  }

  .aga-cta-section__media {
    max-width: 720px;

    margin: 0 auto;
  }

  .aga-cta-section__content {
    max-width: 720px;

    margin: 0 auto;
  }

  .aga-cta-section__description {
    max-width: 100%;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 520px) {

  .aga-cta-section {
    padding:
      45px
      15px
      55px;
  }

  .aga-cta-section__container {
    gap: 35px;
  }

  .aga-cta-section__title {
    font-size: 39px !important;
  }

  .aga-cta-section__description {
    margin-bottom: 28px !important;

    font-size: 15px !important;
  }

  .aga-cta-section__actions {
    gap: 13px;
  }

  .aga-main-cta {
    min-height: 56px;

    padding:
      12px
      19px;

    font-size: 13.5px !important;
  }

  .aga-main-cta__arrow {
    font-size: 22px;
  }

}


/* =========================================================
   BARDZO MAŁY TELEFON
========================================================= */

@media (max-width: 390px) {

  .aga-cta-section__title {
    font-size: 34px !important;
  }

  .aga-main-cta {
    padding:
      11px
      16px;

    font-size: 13px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b63b8b3 *//* =========================================================
   AGA GADA — WSPÓLNY CSS DLA KURSÓW
   Angielski grupowy + indywidualny + hiszpański

   WAŻNE:
   usuń wcześniejszy CSS .aga-* i zostaw tylko ten
========================================================= */

.aga-courses,
.aga-courses * {
  box-sizing: border-box;
}

.aga-courses {
  --purple: #6825d1;
  --purple-dark: #5720b2;
  --navy: #07183f;
  --text: #706e6b;
  --border: #c9d1e2;
  --yellow: #f1c900;
  --yellow-light: #ffd84d;

  width: 100%;

  padding: 75px 24px 90px;

  background: #fff;

  color: var(--navy);

  font-family: inherit;
}

.aga-courses__container {
  width: 100%;
  max-width: 1450px;

  margin: 0 auto;
}


/* =========================================================
   NAGŁÓWEK SEKCJI
========================================================= */

.aga-courses__heading {
  max-width: 900px;

  margin: 0 auto 60px;

  text-align: center;
}

.aga-courses__eyebrow {
  margin-bottom: 12px;

  color: #dbaa00;

  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;

  letter-spacing: .22em;
  text-transform: uppercase;
}

.aga-courses__title {
  margin: 0 !important;

  color: var(--navy) !important;

  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;

  letter-spacing: -0.025em;
}

.aga-courses__subtitle {
  max-width: 760px;

  margin: 22px auto 0 !important;

  color: var(--text) !important;

  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.aga-courses__subtitle strong {
  color: #282735;

  font-weight: 600;
}


/* =========================================================
   GRID
   KAFELKI NIE ROZCIĄGAJĄ SIĘ DO WYSOKOŚCI WIERSZA
========================================================= */

.aga-courses__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  grid-auto-rows: auto;

  gap: 34px;

  align-items: start !important;
}


/* =========================================================
   KARTA
========================================================= */

.aga-card {
  position: relative;

  align-self: start !important;

  width: 100%;

  height: auto !important;
  min-height: 0 !important;

  min-width: 0;

  overflow: hidden;

  border: 1.5px solid var(--border);
  border-radius: 18px;

  background: #fff;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}


/* ŻÓŁTY PASEK */

.aga-card::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 0;

  background: var(--yellow);

  transition: height .25s ease;
}


/* HOVER */

@media (hover: hover) {

  .aga-card:hover {
    transform: translateY(-5px);

    border-color: #efd36b;

    background:
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #ffffff 42%
      );

    box-shadow:
      0 18px 38px rgba(22, 25, 50, .10);
  }

  .aga-card:hover::after {
    height: 10px;
  }

}


/* =========================================================
   CONTENT
   BRAK WYMUSZONEJ WYSOKOŚCI
========================================================= */

.aga-card__content {
  display: flex;
  flex-direction: column;

  width: 100%;

  height: auto !important;
  min-height: 0 !important;

  min-width: 0;

  padding:
    42px
    38px
    38px;
}


/* STARY SPACER CAŁKOWICIE WYŁĄCZAMY */

.aga-card__spacer {
  display: none !important;

  height: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   HEADER KARTY
========================================================= */

.aga-card__header {
  display: grid;

  grid-template-columns:
    58px
    minmax(0, 1fr);

  gap: 20px;

  align-items: start;
}

.aga-card__icon {
  width: 54px;
  height: 54px;

  color: var(--purple);
}

.aga-card__icon svg {
  display: block;

  width: 100%;
  height: 100%;
}

.aga-card__icon--star {
  width: 58px;
  height: 58px;
}

.aga-card__copy {
  min-width: 0;
}

.aga-card__title {
  margin: 0 0 20px !important;

  color: #262936 !important;

  font-size: 27px !important;
  line-height: 1.13 !important;
  font-weight: 650 !important;

  letter-spacing: -0.02em;

  word-break: normal;
  overflow-wrap: normal;
}

.aga-card__description {
  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}


/* =========================================================
   PRICING
   ZAWSZE 30 PX POD OPISEM
========================================================= */

.aga-pricing {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    36px
    minmax(0, 1fr);

  align-items: stretch;

  width: 100%;

  margin-top: 30px;

  padding-top: 20px;

  border-top: 1px solid #dadada;
}

.aga-pricing__option {
  min-width: 0;

  padding: 0 8px;
}

.aga-pricing__heading {
  display: flex;

  gap: 10px;

  align-items: flex-start;

  min-width: 0;
}


/* IKONY CEN */

.aga-pricing__icon {
  flex: 0 0 17px;

  width: 17px;
  height: 17px;

  margin-top: 2px;

  color: var(--purple);
}

.aga-pricing__icon svg {
  display: block;

  width: 100%;
  height: 100%;
}


/* CONTENT CEN */

.aga-pricing__content {
  width: 100%;

  min-width: 0;
}


/* LABEL */

.aga-pricing__label-row {
  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 8px;
}

.aga-pricing__label {
  color: #292735 !important;

  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}


/* -10% */

.aga-pricing__discount {
  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 4px 7px;

  border-radius: 6px;

  background: var(--yellow-light);

  color: #3b3420;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}


/* CENA */

.aga-pricing__price {
  display: flex;

  flex-wrap: wrap;

  align-items: baseline;

  gap: 4px;

  margin-top: 14px;

  color: var(--purple);
}

.aga-pricing__amount {
  white-space: nowrap;

  color: var(--purple) !important;

  font-size: 23px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

.aga-pricing__unit {
  white-space: nowrap;

  color: var(--purple) !important;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}


/* STARA CENA */

.aga-pricing__old {
  margin-top: 7px;

  color: #777 !important;

  font-size: 12px !important;
  line-height: 1.3 !important;
}

.aga-pricing__old span {
  text-decoration: line-through;
}


/* =========================================================
   SEPARATOR "LUB"
========================================================= */

.aga-pricing__separator {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;
}

.aga-pricing__separator::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;

  left: 50%;

  width: 1px;

  background: #d6d8e2;

  transform: translateX(-50%);
}

.aga-pricing__separator span {
  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border: 1px solid #d6d8e2;
  border-radius: 50%;

  background: #fff;

  color: #666;

  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}


/* =========================================================
   BUTTONY
========================================================= */

.aga-card__actions {
  display: flex;

  flex-direction: column;

  gap: 12px;

  margin-top: 28px;
}

.aga-btn {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  width: 100%;

  min-height: 48px;

  padding:
    11px
    18px;

  border: 2px solid var(--purple);
  border-radius: 999px;

  text-align: center;

  text-decoration: none !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    border-color .2s ease;
}


/* PRIMARY */

.aga-btn--primary {
  background: var(--purple);

  color: #fff !important;

  box-shadow:
    0 8px 17px rgba(70, 32, 140, .18);
}

.aga-btn--primary:hover {
  background: var(--purple-dark);

  border-color: var(--purple-dark);

  transform: translateY(-2px);

  box-shadow:
    0 11px 22px rgba(70, 32, 140, .25);
}


/* SECONDARY */

.aga-btn--secondary {
  background: #fff;

  color: var(--purple) !important;
}

.aga-btn--secondary:hover {
  background: #f9f5ff;

  transform: translateY(-2px);
}


/* STRZAŁKA */

.aga-btn__arrow {
  flex: 0 0 auto;

  font-size: 21px;

  line-height: 1;
}


/* =========================================================
   TABLET — 2 KAFELKI
========================================================= */

@media (max-width: 1150px) {

  .aga-courses__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 28px;

    align-items: start !important;
  }

  .aga-card {
    height: auto !important;
    min-height: 0 !important;
  }

}


/* =========================================================
   MAŁY TABLET — 1 KAFELEK
========================================================= */

@media (max-width: 800px) {

  .aga-courses {
    padding:
      60px
      20px
      70px;
  }

  .aga-courses__heading {
    margin-bottom: 45px;
  }

  .aga-courses__eyebrow {
    font-size: 15px;
  }

  .aga-courses__subtitle {
    font-size: 16px !important;
  }

  .aga-courses__grid {
    grid-template-columns: 1fr;

    max-width: 620px;

    margin: 0 auto;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 520px) {

  .aga-courses {
    padding:
      48px
      15px
      60px;
  }

  .aga-courses__title {
    font-size: 36px !important;
  }

  .aga-card__content {
    height: auto !important;
    min-height: 0 !important;

    padding:
      30px
      23px
      30px;
  }

  .aga-card__header {
    grid-template-columns:
      45px
      minmax(0, 1fr);

    gap: 15px;
  }

  .aga-card__icon {
    width: 43px;
    height: 43px;
  }

  .aga-card__icon--star {
    width: 46px;
    height: 46px;
  }

  .aga-card__title {
    margin-bottom: 15px !important;

    font-size: 23px !important;
  }

  .aga-card__description {
    font-size: 15px !important;
  }


  /* CENNIK W PIONIE */

  .aga-pricing {
    grid-template-columns: 1fr;

    gap: 18px;

    margin-top: 27px;
  }

  .aga-pricing__option {
    padding: 0;
  }

  .aga-pricing__separator {
    height: 25px;
  }

  .aga-pricing__separator::before {
    top: 50%;
    bottom: auto;

    left: 0;
    right: 0;

    width: 100%;
    height: 1px;

    transform: none;
  }

  .aga-pricing__separator span {
    width: 30px;
    height: 30px;
  }

  .aga-pricing__amount {
    font-size: 22px !important;
  }

  .aga-card__actions {
    margin-top: 26px;
  }

}


/* =========================================================
   BARDZO MAŁY TELEFON
========================================================= */

@media (max-width: 390px) {

  .aga-card__content {
    padding:
      26px
      18px
      26px;
  }

  .aga-card__header {
    grid-template-columns:
      38px
      minmax(0, 1fr);

    gap: 12px;
  }

  .aga-card__icon {
    width: 37px;
    height: 37px;
  }

  .aga-card__title {
    font-size: 21px !important;
  }

  .aga-btn {
    padding:
      11px
      13px;

    font-size: 13px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c8ef92 *//* =========================================================
   AGA GADA — WSPÓLNY CSS DLA KURSÓW
   Angielski grupowy + indywidualny + hiszpański

   WAŻNE:
   usuń wcześniejszy CSS .aga-* i zostaw tylko ten
========================================================= */

.aga-courses,
.aga-courses * {
  box-sizing: border-box;
}

.aga-courses {
  --purple: #6825d1;
  --purple-dark: #5720b2;
  --navy: #07183f;
  --text: #706e6b;
  --border: #c9d1e2;
  --yellow: #f1c900;
  --yellow-light: #ffd84d;

  width: 100%;

  padding: 75px 24px 90px;

  background: #fff;

  color: var(--navy);

  font-family: inherit;
}

.aga-courses__container {
  width: 100%;
  max-width: 1450px;

  margin: 0 auto;
}


/* =========================================================
   NAGŁÓWEK SEKCJI
========================================================= */

.aga-courses__heading {
  max-width: 900px;

  margin: 0 auto 60px;

  text-align: center;
}

.aga-courses__eyebrow {
  margin-bottom: 12px;

  color: #dbaa00;

  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;

  letter-spacing: .22em;
  text-transform: uppercase;
}

.aga-courses__title {
  margin: 0 !important;

  color: var(--navy) !important;

  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;

  letter-spacing: -0.025em;
}

.aga-courses__subtitle {
  max-width: 760px;

  margin: 22px auto 0 !important;

  color: var(--text) !important;

  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.aga-courses__subtitle strong {
  color: #282735;

  font-weight: 600;
}


/* =========================================================
   GRID
   KAFELKI NIE ROZCIĄGAJĄ SIĘ DO WYSOKOŚCI WIERSZA
========================================================= */

.aga-courses__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  grid-auto-rows: auto;

  gap: 34px;

  align-items: start !important;
}


/* =========================================================
   KARTA
========================================================= */

.aga-card {
  position: relative;

  align-self: start !important;

  width: 100%;

  height: auto !important;
  min-height: 0 !important;

  min-width: 0;

  overflow: hidden;

  border: 1.5px solid var(--border);
  border-radius: 18px;

  background: #fff;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}


/* ŻÓŁTY PASEK */

.aga-card::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 0;

  background: var(--yellow);

  transition: height .25s ease;
}


/* HOVER */

@media (hover: hover) {

  .aga-card:hover {
    transform: translateY(-5px);

    border-color: #efd36b;

    background:
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #ffffff 42%
      );

    box-shadow:
      0 18px 38px rgba(22, 25, 50, .10);
  }

  .aga-card:hover::after {
    height: 10px;
  }

}


/* =========================================================
   CONTENT
   BRAK WYMUSZONEJ WYSOKOŚCI
========================================================= */

.aga-card__content {
  display: flex;
  flex-direction: column;

  width: 100%;

  height: auto !important;
  min-height: 0 !important;

  min-width: 0;

  padding:
    42px
    38px
    38px;
}


/* STARY SPACER CAŁKOWICIE WYŁĄCZAMY */

.aga-card__spacer {
  display: none !important;

  height: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   HEADER KARTY
========================================================= */

.aga-card__header {
  display: grid;

  grid-template-columns:
    58px
    minmax(0, 1fr);

  gap: 20px;

  align-items: start;
}

.aga-card__icon {
  width: 54px;
  height: 54px;

  color: var(--purple);
}

.aga-card__icon svg {
  display: block;

  width: 100%;
  height: 100%;
}

.aga-card__icon--star {
  width: 58px;
  height: 58px;
}

.aga-card__copy {
  min-width: 0;
}

.aga-card__title {
  margin: 0 0 20px !important;

  color: #262936 !important;

  font-size: 27px !important;
  line-height: 1.13 !important;
  font-weight: 650 !important;

  letter-spacing: -0.02em;

  word-break: normal;
  overflow-wrap: normal;
}

.aga-card__description {
  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}


/* =========================================================
   PRICING
   ZAWSZE 30 PX POD OPISEM
========================================================= */

.aga-pricing {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    36px
    minmax(0, 1fr);

  align-items: stretch;

  width: 100%;

  margin-top: 30px;

  padding-top: 20px;

  border-top: 1px solid #dadada;
}

.aga-pricing__option {
  min-width: 0;

  padding: 0 8px;
}

.aga-pricing__heading {
  display: flex;

  gap: 10px;

  align-items: flex-start;

  min-width: 0;
}


/* IKONY CEN */

.aga-pricing__icon {
  flex: 0 0 17px;

  width: 17px;
  height: 17px;

  margin-top: 2px;

  color: var(--purple);
}

.aga-pricing__icon svg {
  display: block;

  width: 100%;
  height: 100%;
}


/* CONTENT CEN */

.aga-pricing__content {
  width: 100%;

  min-width: 0;
}


/* LABEL */

.aga-pricing__label-row {
  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 8px;
}

.aga-pricing__label {
  color: #292735 !important;

  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}


/* -10% */

.aga-pricing__discount {
  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 4px 7px;

  border-radius: 6px;

  background: var(--yellow-light);

  color: #3b3420;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}


/* CENA */

.aga-pricing__price {
  display: flex;

  flex-wrap: wrap;

  align-items: baseline;

  gap: 4px;

  margin-top: 14px;

  color: var(--purple);
}

.aga-pricing__amount {
  white-space: nowrap;

  color: var(--purple) !important;

  font-size: 23px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

.aga-pricing__unit {
  white-space: nowrap;

  color: var(--purple) !important;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}


/* STARA CENA */

.aga-pricing__old {
  margin-top: 7px;

  color: #777 !important;

  font-size: 12px !important;
  line-height: 1.3 !important;
}

.aga-pricing__old span {
  text-decoration: line-through;
}


/* =========================================================
   SEPARATOR "LUB"
========================================================= */

.aga-pricing__separator {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;
}

.aga-pricing__separator::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;

  left: 50%;

  width: 1px;

  background: #d6d8e2;

  transform: translateX(-50%);
}

.aga-pricing__separator span {
  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border: 1px solid #d6d8e2;
  border-radius: 50%;

  background: #fff;

  color: #666;

  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}


/* =========================================================
   BUTTONY
========================================================= */

.aga-card__actions {
  display: flex;

  flex-direction: column;

  gap: 12px;

  margin-top: 28px;
}

.aga-btn {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  width: 100%;

  min-height: 48px;

  padding:
    11px
    18px;

  border: 2px solid var(--purple);
  border-radius: 999px;

  text-align: center;

  text-decoration: none !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    border-color .2s ease;
}


/* PRIMARY */

.aga-btn--primary {
  background: var(--purple);

  color: #fff !important;

  box-shadow:
    0 8px 17px rgba(70, 32, 140, .18);
}

.aga-btn--primary:hover {
  background: var(--purple-dark);

  border-color: var(--purple-dark);

  transform: translateY(-2px);

  box-shadow:
    0 11px 22px rgba(70, 32, 140, .25);
}


/* SECONDARY */

.aga-btn--secondary {
  background: #fff;

  color: var(--purple) !important;
}

.aga-btn--secondary:hover {
  background: #f9f5ff;

  transform: translateY(-2px);
}


/* STRZAŁKA */

.aga-btn__arrow {
  flex: 0 0 auto;

  font-size: 21px;

  line-height: 1;
}


/* =========================================================
   TABLET — 2 KAFELKI
========================================================= */

@media (max-width: 1150px) {

  .aga-courses__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 28px;

    align-items: start !important;
  }

  .aga-card {
    height: auto !important;
    min-height: 0 !important;
  }

}


/* =========================================================
   MAŁY TABLET — 1 KAFELEK
========================================================= */

@media (max-width: 800px) {

  .aga-courses {
    padding:
      60px
      20px
      70px;
  }

  .aga-courses__heading {
    margin-bottom: 45px;
  }

  .aga-courses__eyebrow {
    font-size: 15px;
  }

  .aga-courses__subtitle {
    font-size: 16px !important;
  }

  .aga-courses__grid {
    grid-template-columns: 1fr;

    max-width: 620px;

    margin: 0 auto;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 520px) {

  .aga-courses {
    padding:
      48px
      15px
      60px;
  }

  .aga-courses__title {
    font-size: 36px !important;
  }

  .aga-card__content {
    height: auto !important;
    min-height: 0 !important;

    padding:
      30px
      23px
      30px;
  }

  .aga-card__header {
    grid-template-columns:
      45px
      minmax(0, 1fr);

    gap: 15px;
  }

  .aga-card__icon {
    width: 43px;
    height: 43px;
  }

  .aga-card__icon--star {
    width: 46px;
    height: 46px;
  }

  .aga-card__title {
    margin-bottom: 15px !important;

    font-size: 23px !important;
  }

  .aga-card__description {
    font-size: 15px !important;
  }


  /* CENNIK W PIONIE */

  .aga-pricing {
    grid-template-columns: 1fr;

    gap: 18px;

    margin-top: 27px;
  }

  .aga-pricing__option {
    padding: 0;
  }

  .aga-pricing__separator {
    height: 25px;
  }

  .aga-pricing__separator::before {
    top: 50%;
    bottom: auto;

    left: 0;
    right: 0;

    width: 100%;
    height: 1px;

    transform: none;
  }

  .aga-pricing__separator span {
    width: 30px;
    height: 30px;
  }

  .aga-pricing__amount {
    font-size: 22px !important;
  }

  .aga-card__actions {
    margin-top: 26px;
  }

}


/* =========================================================
   BARDZO MAŁY TELEFON
========================================================= */

@media (max-width: 390px) {

  .aga-card__content {
    padding:
      26px
      18px
      26px;
  }

  .aga-card__header {
    grid-template-columns:
      38px
      minmax(0, 1fr);

    gap: 12px;
  }

  .aga-card__icon {
    width: 37px;
    height: 37px;
  }

  .aga-card__title {
    font-size: 21px !important;
  }

  .aga-btn {
    padding:
      11px
      13px;

    font-size: 13px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd87ac9 *//* =========================================================
   AGA GADA — WSPÓLNY CSS DLA KURSÓW
   Angielski grupowy + indywidualny + hiszpański

   WAŻNE:
   usuń wcześniejszy CSS .aga-* i zostaw tylko ten
========================================================= */

.aga-courses,
.aga-courses * {
  box-sizing: border-box;
}

.aga-courses {
  --purple: #6825d1;
  --purple-dark: #5720b2;
  --navy: #07183f;
  --text: #706e6b;
  --border: #c9d1e2;
  --yellow: #f1c900;
  --yellow-light: #ffd84d;

  width: 100%;

  padding: 75px 24px 90px;

  background: #fff;

  color: var(--navy);

  font-family: inherit;
}

.aga-courses__container {
  width: 100%;
  max-width: 1450px;

  margin: 0 auto;
}


/* =========================================================
   NAGŁÓWEK SEKCJI
========================================================= */

.aga-courses__heading {
  max-width: 900px;

  margin: 0 auto 60px;

  text-align: center;
}

.aga-courses__eyebrow {
  margin-bottom: 12px;

  color: #dbaa00;

  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;

  letter-spacing: .22em;
  text-transform: uppercase;
}

.aga-courses__title {
  margin: 0 !important;

  color: var(--navy) !important;

  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;

  letter-spacing: -0.025em;
}

.aga-courses__subtitle {
  max-width: 760px;

  margin: 22px auto 0 !important;

  color: var(--text) !important;

  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.aga-courses__subtitle strong {
  color: #282735;

  font-weight: 600;
}


/* =========================================================
   GRID
   KAFELKI NIE ROZCIĄGAJĄ SIĘ DO WYSOKOŚCI WIERSZA
========================================================= */

.aga-courses__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  grid-auto-rows: auto;

  gap: 34px;

  align-items: start !important;
}


/* =========================================================
   KARTA
========================================================= */

.aga-card {
  position: relative;

  align-self: start !important;

  width: 100%;

  height: auto !important;
  min-height: 0 !important;

  min-width: 0;

  overflow: hidden;

  border: 1.5px solid var(--border);
  border-radius: 18px;

  background: #fff;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}


/* ŻÓŁTY PASEK */

.aga-card::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 0;

  background: var(--yellow);

  transition: height .25s ease;
}


/* HOVER */

@media (hover: hover) {

  .aga-card:hover {
    transform: translateY(-5px);

    border-color: #efd36b;

    background:
      linear-gradient(
        180deg,
        #fffdf8 0%,
        #ffffff 42%
      );

    box-shadow:
      0 18px 38px rgba(22, 25, 50, .10);
  }

  .aga-card:hover::after {
    height: 10px;
  }

}


/* =========================================================
   CONTENT
   BRAK WYMUSZONEJ WYSOKOŚCI
========================================================= */

.aga-card__content {
  display: flex;
  flex-direction: column;

  width: 100%;

  height: auto !important;
  min-height: 0 !important;

  min-width: 0;

  padding:
    42px
    38px
    38px;
}


/* STARY SPACER CAŁKOWICIE WYŁĄCZAMY */

.aga-card__spacer {
  display: none !important;

  height: 0 !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   HEADER KARTY
========================================================= */

.aga-card__header {
  display: grid;

  grid-template-columns:
    58px
    minmax(0, 1fr);

  gap: 20px;

  align-items: start;
}

.aga-card__icon {
  width: 54px;
  height: 54px;

  color: var(--purple);
}

.aga-card__icon svg {
  display: block;

  width: 100%;
  height: 100%;
}

.aga-card__icon--star {
  width: 58px;
  height: 58px;
}

.aga-card__copy {
  min-width: 0;
}

.aga-card__title {
  margin: 0 0 20px !important;

  color: #262936 !important;

  font-size: 27px !important;
  line-height: 1.13 !important;
  font-weight: 650 !important;

  letter-spacing: -0.02em;

  word-break: normal;
  overflow-wrap: normal;
}

.aga-card__description {
  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}


/* =========================================================
   PRICING
   ZAWSZE 30 PX POD OPISEM
========================================================= */

.aga-pricing {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    36px
    minmax(0, 1fr);

  align-items: stretch;

  width: 100%;

  margin-top: 30px;

  padding-top: 20px;

  border-top: 1px solid #dadada;
}

.aga-pricing__option {
  min-width: 0;

  padding: 0 8px;
}

.aga-pricing__heading {
  display: flex;

  gap: 10px;

  align-items: flex-start;

  min-width: 0;
}


/* IKONY CEN */

.aga-pricing__icon {
  flex: 0 0 17px;

  width: 17px;
  height: 17px;

  margin-top: 2px;

  color: var(--purple);
}

.aga-pricing__icon svg {
  display: block;

  width: 100%;
  height: 100%;
}


/* CONTENT CEN */

.aga-pricing__content {
  width: 100%;

  min-width: 0;
}


/* LABEL */

.aga-pricing__label-row {
  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 8px;
}

.aga-pricing__label {
  color: #292735 !important;

  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
}


/* -10% */

.aga-pricing__discount {
  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  padding: 4px 7px;

  border-radius: 6px;

  background: var(--yellow-light);

  color: #3b3420;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}


/* CENA */

.aga-pricing__price {
  display: flex;

  flex-wrap: wrap;

  align-items: baseline;

  gap: 4px;

  margin-top: 14px;

  color: var(--purple);
}

.aga-pricing__amount {
  white-space: nowrap;

  color: var(--purple) !important;

  font-size: 23px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
}

.aga-pricing__unit {
  white-space: nowrap;

  color: var(--purple) !important;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}


/* STARA CENA */

.aga-pricing__old {
  margin-top: 7px;

  color: #777 !important;

  font-size: 12px !important;
  line-height: 1.3 !important;
}

.aga-pricing__old span {
  text-decoration: line-through;
}


/* =========================================================
   SEPARATOR "LUB"
========================================================= */

.aga-pricing__separator {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;
}

.aga-pricing__separator::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;

  left: 50%;

  width: 1px;

  background: #d6d8e2;

  transform: translateX(-50%);
}

.aga-pricing__separator span {
  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border: 1px solid #d6d8e2;
  border-radius: 50%;

  background: #fff;

  color: #666;

  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}


/* =========================================================
   BUTTONY
========================================================= */

.aga-card__actions {
  display: flex;

  flex-direction: column;

  gap: 12px;

  margin-top: 28px;
}

.aga-btn {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  width: 100%;

  min-height: 48px;

  padding:
    11px
    18px;

  border: 2px solid var(--purple);
  border-radius: 999px;

  text-align: center;

  text-decoration: none !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease,
    border-color .2s ease;
}


/* PRIMARY */

.aga-btn--primary {
  background: var(--purple);

  color: #fff !important;

  box-shadow:
    0 8px 17px rgba(70, 32, 140, .18);
}

.aga-btn--primary:hover {
  background: var(--purple-dark);

  border-color: var(--purple-dark);

  transform: translateY(-2px);

  box-shadow:
    0 11px 22px rgba(70, 32, 140, .25);
}


/* SECONDARY */

.aga-btn--secondary {
  background: #fff;

  color: var(--purple) !important;
}

.aga-btn--secondary:hover {
  background: #f9f5ff;

  transform: translateY(-2px);
}


/* STRZAŁKA */

.aga-btn__arrow {
  flex: 0 0 auto;

  font-size: 21px;

  line-height: 1;
}


/* =========================================================
   TABLET — 2 KAFELKI
========================================================= */

@media (max-width: 1150px) {

  .aga-courses__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 28px;

    align-items: start !important;
  }

  .aga-card {
    height: auto !important;
    min-height: 0 !important;
  }

}


/* =========================================================
   MAŁY TABLET — 1 KAFELEK
========================================================= */

@media (max-width: 800px) {

  .aga-courses {
    padding:
      60px
      20px
      70px;
  }

  .aga-courses__heading {
    margin-bottom: 45px;
  }

  .aga-courses__eyebrow {
    font-size: 15px;
  }

  .aga-courses__subtitle {
    font-size: 16px !important;
  }

  .aga-courses__grid {
    grid-template-columns: 1fr;

    max-width: 620px;

    margin: 0 auto;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 520px) {

  .aga-courses {
    padding:
      48px
      15px
      60px;
  }

  .aga-courses__title {
    font-size: 36px !important;
  }

  .aga-card__content {
    height: auto !important;
    min-height: 0 !important;

    padding:
      30px
      23px
      30px;
  }

  .aga-card__header {
    grid-template-columns:
      45px
      minmax(0, 1fr);

    gap: 15px;
  }

  .aga-card__icon {
    width: 43px;
    height: 43px;
  }

  .aga-card__icon--star {
    width: 46px;
    height: 46px;
  }

  .aga-card__title {
    margin-bottom: 15px !important;

    font-size: 23px !important;
  }

  .aga-card__description {
    font-size: 15px !important;
  }


  /* CENNIK W PIONIE */

  .aga-pricing {
    grid-template-columns: 1fr;

    gap: 18px;

    margin-top: 27px;
  }

  .aga-pricing__option {
    padding: 0;
  }

  .aga-pricing__separator {
    height: 25px;
  }

  .aga-pricing__separator::before {
    top: 50%;
    bottom: auto;

    left: 0;
    right: 0;

    width: 100%;
    height: 1px;

    transform: none;
  }

  .aga-pricing__separator span {
    width: 30px;
    height: 30px;
  }

  .aga-pricing__amount {
    font-size: 22px !important;
  }

  .aga-card__actions {
    margin-top: 26px;
  }

}


/* =========================================================
   BARDZO MAŁY TELEFON
========================================================= */

@media (max-width: 390px) {

  .aga-card__content {
    padding:
      26px
      18px
      26px;
  }

  .aga-card__header {
    grid-template-columns:
      38px
      minmax(0, 1fr);

    gap: 12px;
  }

  .aga-card__icon {
    width: 37px;
    height: 37px;
  }

  .aga-card__title {
    font-size: 21px !important;
  }

  .aga-btn {
    padding:
      11px
      13px;

    font-size: 13px !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-daf5345 *//* =========================================================
   AGA GADA — SEKCJE KURSÓW
   Wspólny CSS: angielski grupowy + indywidualny + hiszpański
========================================================= */

.aga-courses,
.aga-courses * {
  box-sizing: border-box;
}

.aga-courses {
  --purple: #6825d1;
  --purple-dark: #5720b2;
  --navy: #07183f;
  --text: #706e6b;
  --border: #c9d1e2;
  --yellow: #f1c900;
  --yellow-light: #ffd84d;

  width: 100%;
  padding: 75px 24px 90px;
  background: #fff;
  font-family: inherit;
}

.aga-courses__container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}


/* =========================================================
   NAGŁÓWEK SEKCJI
========================================================= */

.aga-courses__heading {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.aga-courses__eyebrow {
  margin-bottom: 12px;

  color: #dbaa00;

  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.aga-courses__title {
  margin: 0 !important;

  color: var(--navy) !important;

  font-size: clamp(38px, 4vw, 58px) !important;
  line-height: 1.08 !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em;
}

.aga-courses__subtitle {
  max-width: 760px;
  margin: 22px auto 0 !important;

  color: var(--text) !important;

  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.aga-courses__subtitle strong {
  color: #282735;
  font-weight: 600;
}


/* =========================================================
   GRID
========================================================= */

.aga-courses__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}


/* =========================================================
   KARTA
========================================================= */

.aga-card {
  position: relative;
  min-width: 0;
  height: 100%;

  overflow: hidden;

  border: 1.5px solid var(--border);
  border-radius: 18px;

  background: #fff;

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.aga-card::after {
  content: "";

  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 0;

  background: var(--yellow);

  transition: height .25s ease;
}

.aga-card:hover {
  transform: translateY(-5px);
  border-color: #efd36b;

  box-shadow:
    0 18px 38px rgba(22, 25, 50, .10);
}

.aga-card:hover::after {
  height: 10px;
}

.aga-card__content {
  display: flex;
  flex-direction: column;

  height: 100%;
  min-height: 680px;

  padding: 42px 38px 38px;
}


/* =========================================================
   GÓRA KARTY
========================================================= */

.aga-card__header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.aga-card__icon {
  width: 54px;
  height: 54px;

  color: var(--purple);
}

.aga-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.aga-card__icon--star {
  width: 58px;
  height: 58px;
}

.aga-card__copy {
  min-width: 0;
}

.aga-card__title {
  margin: 0 0 20px !important;

  color: #262936 !important;

  font-size: 27px !important;
  line-height: 1.13 !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em;
}

.aga-card__description {
  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.aga-card__spacer {
  flex: 1 1 auto;
  min-height: 34px;
}


/* =========================================================
   CENNIK
========================================================= */

.aga-pricing {
  position: relative;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
  align-items: stretch;

  padding-top: 20px;

  border-top: 1px solid #dadada;
}

.aga-pricing__option {
  min-width: 0;
  padding: 0 8px;
}

.aga-pricing__heading {
  display: flex;
  gap: 10px;
  align-items: flex-start;

  min-width: 0;
}

.aga-pricing__icon {
  flex: 0 0 17px;

  width: 17px;
  height: 17px;

  margin-top: 2px;

  color: var(--purple);
}

.aga-pricing__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.aga-pricing__content {
  min-width: 0;
  width: 100%;
}

.aga-pricing__label-row {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: space-between;
}

.aga-pricing__label {
  color: #292735;

  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.aga-pricing__discount {
  flex: 0 0 auto;

  padding: 4px 7px;

  border-radius: 6px;

  background: var(--yellow-light);
  color: #3b3420;

  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.aga-pricing__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;

  margin-top: 14px;

  color: var(--purple);
}

.aga-pricing__amount {
  white-space: nowrap;

  font-size: 23px;
  line-height: 1.05;
  font-weight: 700;
}

.aga-pricing__unit {
  white-space: nowrap;

  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.aga-pricing__old {
  margin-top: 7px;

  color: #777;

  font-size: 12px;
  line-height: 1.3;
}

.aga-pricing__old span {
  text-decoration: line-through;
}

.aga-pricing__separator {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.aga-pricing__separator::before {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;

  width: 1px;

  background: #d6d8e2;
}

.aga-pricing__separator span {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border: 1px solid #d6d8e2;
  border-radius: 50%;

  background: #fff;
  color: #666;

  font-size: 11px;
  font-weight: 600;
}


/* =========================================================
   BUTTONY
========================================================= */

.aga-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;

  margin-top: 30px;
}

.aga-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  min-height: 48px;

  padding: 11px 18px;

  border: 2px solid var(--purple);
  border-radius: 999px;

  text-align: center;
  text-decoration: none !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;

  transition:
    transform .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.aga-btn--primary {
  background: var(--purple);
  color: #fff !important;

  box-shadow: 0 8px 17px rgba(70, 32, 140, .18);
}

.aga-btn--primary:hover {
  background: var(--purple-dark);
  border-color: var(--purple-dark);

  transform: translateY(-2px);

  box-shadow: 0 11px 22px rgba(70, 32, 140, .25);
}

.aga-btn--secondary {
  background: #fff;
  color: var(--purple) !important;
}

.aga-btn--secondary:hover {
  background: #f9f5ff;

  transform: translateY(-2px);
}

.aga-btn__arrow {
  flex: 0 0 auto;

  font-size: 21px;
  line-height: 1;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1150px) {

  .aga-courses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .aga-card__content {
    min-height: 650px;
  }

}


/* =========================================================
   MAŁY TABLET
========================================================= */

@media (max-width: 800px) {

  .aga-courses {
    padding: 60px 20px 70px;
  }

  .aga-courses__heading {
    margin-bottom: 45px;
  }

  .aga-courses__eyebrow {
    font-size: 15px;
  }

  .aga-courses__subtitle {
    font-size: 16px !important;
  }

  .aga-courses__grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .aga-card__content {
    min-height: 0;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 520px) {

  .aga-courses {
    padding: 48px 15px 60px;
  }

  .aga-courses__title {
    font-size: 36px !important;
  }

  .aga-card__content {
    padding: 30px 23px 30px;
  }

  .aga-card__header {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 15px;
  }

  .aga-card__icon {
    width: 43px;
    height: 43px;
  }

  .aga-card__title {
    font-size: 23px !important;
  }

  .aga-card__description {
    font-size: 15px !important;
  }

  .aga-pricing {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .aga-pricing__option {
    padding: 0;
  }

  .aga-pricing__separator {
    height: 25px;
  }

  .aga-pricing__separator::before {
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;

    width: 100%;
    height: 1px;
  }

  .aga-pricing__amount {
    font-size: 22px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-220e059 *//* =========================================================
   AGA GADA — ZESPÓŁ
   Desktop: 4 osoby
   Tablet: 2 osoby
   Mobile: 1 osoba
========================================================= */

.aga-team,
.aga-team * {
  box-sizing: border-box;
}

.aga-team {
  --purple: #6825d1;
  --navy: #07183f;
  --text: #706e6b;
  --yellow: #dbaa00;

  width: 100%;
  padding: 75px 24px 85px;
  background: #fff;
  font-family: inherit;
}


/* =========================================================
   CONTAINER
========================================================= */

.aga-team__container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}


/* =========================================================
   NAGŁÓWEK
========================================================= */

.aga-team__heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.aga-team__eyebrow {
  margin-bottom: 9px;

  color: var(--yellow);

  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;

  letter-spacing: .22em;
  text-transform: uppercase;
}

.aga-team__title {
  margin: 0 0 10px !important;

  color: var(--navy) !important;

  font-size: clamp(38px, 4vw, 54px) !important;
  line-height: 1.06 !important;
  font-weight: 600 !important;

  letter-spacing: -.03em;
}

.aga-team__subtitle {
  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}


/* =========================================================
   GRID

   TERAZ:
   2 osoby automatycznie zajmą po 1/2

   PÓŹNIEJ:
   przy 4 osobach będą 4 w jednym rzędzie
========================================================= */

.aga-team__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 28px;

  align-items: start;
}


/*
   Dopóki są tylko 2 osoby,
   ustawiamy je ładnie na środku i nie rozciągamy
   do ogromnych rozmiarów.
*/

.aga-team__grid:has(.aga-team-card:nth-child(2):last-child) {
  grid-template-columns:
    repeat(2, minmax(0, 400px));

  justify-content: center;

  gap: 35px;
}


/* =========================================================
   KARTA
========================================================= */

.aga-team-card {
  min-width: 0;

  background: #fff;

  border-radius: 22px;

  transition:
    transform .25s ease;
}

@media (hover: hover) {

  .aga-team-card:hover {
    transform: translateY(-4px);
  }

}


/* =========================================================
   ZDJĘCIE
========================================================= */

.aga-team-card__image-wrap {
  width: 100%;

  overflow: hidden;

  border-radius: 22px;

  background: #f5f5f5;
}


/*
   PRAWIE KWADRAT

   Dzięki temu sekcja jest dużo niższa
   i będzie świetnie wyglądać przy 4 osobach.
*/

.aga-team-card__image {
  display: block;

  width: 100%;

  aspect-ratio: 1 / 1.08;

  object-fit: cover;

  object-position: center 30%;

  border-radius: 22px;

  transition:
    transform .4s ease;
}


@media (hover: hover) {

  .aga-team-card:hover
  .aga-team-card__image {
    transform: scale(1.025);
  }

}


/* =========================================================
   TEKST
========================================================= */

.aga-team-card__content {
  padding: 20px 8px 0;

  text-align: center;
}


/* IMIĘ */

.aga-team-card__name {
  margin: 0 0 11px !important;

  color: var(--purple) !important;

  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
}


/* OPIS */

.aga-team-card__description {
  margin: 0 auto !important;

  color: #454348 !important;

  font-size: 14.5px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}


.aga-team-card__description strong {
  color: #242329;

  font-weight: 700;
}


/* =========================================================
   TABLET
   2 osoby w rzędzie
========================================================= */

@media (max-width: 1050px) {

  .aga-team {
    padding:
      65px
      22px
      75px;
  }

  .aga-team__grid,
  .aga-team__grid:has(.aga-team-card:nth-child(2):last-child) {

    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    max-width: 800px;

    margin: 0 auto;

    gap: 30px;
  }

  .aga-team-card__description {
    font-size: 14.5px !important;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 650px) {

  .aga-team {
    padding:
      50px
      16px
      60px;
  }

  .aga-team__heading {
    margin-bottom: 35px;
  }

  .aga-team__eyebrow {
    font-size: 13px;
  }

  .aga-team__subtitle {
    font-size: 15px !important;
  }


  .aga-team__grid,
  .aga-team__grid:has(.aga-team-card:nth-child(2):last-child) {

    grid-template-columns: 1fr;

    max-width: 430px;

    gap: 42px;
  }


  .aga-team-card__image-wrap,
  .aga-team-card__image {
    border-radius: 20px;
  }


  .aga-team-card__content {
    padding:
      18px
      5px
      0;
  }


  .aga-team-card__name {
    font-size: 20px !important;
  }


  .aga-team-card__description {
    font-size: 14.5px !important;
  }

}


/* =========================================================
   MAŁY TELEFON
========================================================= */

@media (max-width: 400px) {

  .aga-team__title {
    font-size: 35px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e20af60 *//* ========================================
   AGA GADA – ANIMOWANY LICZNIK
======================================== */

.aga-counter-full,
.aga-counter-full * {
    box-sizing: border-box;
}


/* FULL WIDTH – wychodzimy poza kontener Elementora */

.aga-counter-full {
    position: relative;

    width: 100vw;
    max-width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;
}


/* FIOLETOWE TŁO */

.aga-counter-section {
    width: 100%;

    background: #6825d1;

    padding: 90px 30px;

    color: #fff;

    font-family: inherit;
}


/* WEWNĘTRZNY CONTAINER */

.aga-counter-inner {
    width: 100%;
    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    align-items: stretch;
}


/* POJEDYNCZY LICZNIK */

.aga-counter-item {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 10px 28px;

    min-width: 0;
}


/* PIONOWE LINIE */

.aga-counter-item:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 8px;

    width: 1px;
    height: calc(100% - 16px);

    background: rgba(255,255,255,.65);
}


/* LICZBA */

.aga-counter-number {

    display: flex;

    justify-content: center;
    align-items: baseline;

    color: #fff;

    font-size: clamp(54px, 5vw, 76px);

    font-weight: 400;

    line-height: 1;

    letter-spacing: -0.04em;

    white-space: nowrap;

    margin-bottom: 16px;

    font-variant-numeric: tabular-nums;
}


/* PODPIS */

.aga-counter-label {

    color: rgba(255,255,255,.96);

    font-size: 18px;

    line-height: 1.35;

    font-weight: 400;

    white-space: nowrap;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1024px) {

    .aga-counter-section {
        padding: 65px 24px;
    }

    .aga-counter-inner {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        max-width: 800px;
    }

    .aga-counter-item {
        padding: 35px 20px;
    }

    .aga-counter-item::after {
        display: none;
    }

    .aga-counter-item:nth-child(odd)::after {

        content: "";

        display: block;

        position: absolute;

        right: 0;
        top: 20%;

        width: 1px;
        height: 60%;

        background: rgba(255,255,255,.45);
    }

    .aga-counter-item:nth-child(-n+2) {

        border-bottom:
            1px solid rgba(255,255,255,.25);
    }

    .aga-counter-label {
        white-space: normal;
    }

}


/* ========================================
   TELEFON
======================================== */

@media (max-width: 600px) {

    .aga-counter-section {
        padding: 38px 24px;
    }

    .aga-counter-inner {
        grid-template-columns: 1fr;
    }

    .aga-counter-item {

        padding: 26px 10px;

        border-bottom:
            1px solid rgba(255,255,255,.25);
    }

    .aga-counter-item:last-child {
        border-bottom: none;
    }

    .aga-counter-item::after {
        display: none !important;
    }

    .aga-counter-number {
        font-size: 52px;
        margin-bottom: 8px;
    }

    .aga-counter-label {
        font-size: 16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8145c9d */.aga-reviews-heading {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 38px;
    padding: 0 24px;
    text-align: center;
    box-sizing: border-box;
}

.aga-reviews-heading__eyebrow {
    margin-bottom: 8px;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 5px;

    color: #e6b900;
    text-transform: uppercase;
}

.aga-reviews-heading__title {
    margin: 0;

    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1.1;

    color: #081b44;
}

.aga-reviews-heading__text {
    max-width: 650px;
    margin: 14px auto 0;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;

    color: #777;
}

/* TABLET */
@media (max-width: 1024px) {
    .aga-reviews-heading {
        margin-bottom: 30px;
    }

    .aga-reviews-heading__title {
        font-size: 36px;
    }
}

/* TELEFON */
@media (max-width: 767px) {
    .aga-reviews-heading {
        margin-bottom: 24px;
        padding: 0 18px;
    }

    .aga-reviews-heading__eyebrow {
        font-size: 13px;
        letter-spacing: 4px;
    }

    .aga-reviews-heading__title {
        font-size: 30px;
    }

    .aga-reviews-heading__text {
        margin-top: 10px;
        font-size: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6eab9d4 *//* =========================================================
   AGA GADA — GOOGLE REVIEWS
========================================================= */

.aga-google-reviews,
.aga-google-reviews * {
  box-sizing: border-box;
}


/* GŁÓWNY OBSZAR */
.aga-google-reviews {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;

  font-family: inherit;
}


/* =========================================================
   TRUSTINDEX / GOOGLE REVIEWS — GRID
========================================================= */

.aga-google-reviews .ti-reviews-container,
.aga-google-reviews .ti-reviews-container-wrapper,
.aga-google-reviews .wp-google-reviews,
.aga-google-reviews .grw-row,
.aga-google-reviews .grw-reviews {
  display: grid !important;

  grid-template-columns:
    repeat(3, minmax(0, 1fr)) !important;

  gap: 24px !important;

  width: 100% !important;
}


/* =========================================================
   POJEDYNCZA OPINIA
========================================================= */

.aga-google-reviews .ti-review-item,
.aga-google-reviews .wp-google-review,
.aga-google-reviews .grw-review,
.aga-google-reviews .review-item {
  width: 100% !important;

  margin: 0 !important;

  padding: 26px !important;

  border: 1px solid #ececf1 !important;
  border-radius: 20px !important;

  background: #fff !important;

  box-shadow:
    0 8px 24px rgba(19, 25, 48, .08) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease !important;
}


@media (hover: hover) {

  .aga-google-reviews .ti-review-item:hover,
  .aga-google-reviews .wp-google-review:hover,
  .aga-google-reviews .grw-review:hover,
  .aga-google-reviews .review-item:hover {
    transform: translateY(-4px);

    box-shadow:
      0 14px 32px rgba(19, 25, 48, .12) !important;
  }

}


/* =========================================================
   AVATAR
========================================================= */

.aga-google-reviews .ti-profile-img img,
.aga-google-reviews .wp-google-left img,
.aga-google-reviews .grw-review-avatar img,
.aga-google-reviews img[class*="avatar"] {
  width: 52px !important;
  height: 52px !important;

  min-width: 52px !important;

  object-fit: cover !important;

  border-radius: 50% !important;
}


/* =========================================================
   IMIĘ AUTORA
========================================================= */

.aga-google-reviews .ti-name,
.aga-google-reviews .wp-google-name,
.aga-google-reviews .grw-review-name,
.aga-google-reviews .review-name {
  margin: 0 0 3px !important;

  color: #1e1e25 !important;

  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;

  text-decoration: none !important;
}


/* =========================================================
   DATA
========================================================= */

.aga-google-reviews .ti-date,
.aga-google-reviews .wp-google-time,
.aga-google-reviews .grw-review-time,
.aga-google-reviews .review-time {
  color: #929292 !important;

  font-size: 13px !important;
  line-height: 1.3 !important;
}


/* =========================================================
   GWIAZDKI
========================================================= */

.aga-google-reviews .ti-stars,
.aga-google-reviews .wp-google-stars,
.aga-google-reviews .grw-review-stars {
  margin:
    12px
    0
    14px !important;
}


/* Gwiazdki Trustindex */
.aga-google-reviews .ti-star {
  width: 18px !important;
  height: 18px !important;
}


/* =========================================================
   TREŚĆ OPINII
========================================================= */

.aga-google-reviews .ti-review-text,
.aga-google-reviews .wp-google-text,
.aga-google-reviews .grw-review-text,
.aga-google-reviews .review-text {
  color: #4f4d50 !important;

  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;

  margin: 0 !important;
}


/* linki w opiniach */
.aga-google-reviews a {
  text-decoration: none !important;
}


/* =========================================================
   GOOGLE ICON
========================================================= */

.aga-google-reviews .ti-google-icon,
.aga-google-reviews .wp-google-powered,
.aga-google-reviews img[src*="google"] {
  max-width: 22px !important;
  max-height: 22px !important;
}


/* =========================================================
   JEŻELI WTYCZKA DODAJE SUROWE P / DIV
========================================================= */

.aga-google-reviews p {
  margin-top: 0;
}

.aga-google-reviews img {
  max-width: 100%;
}


/* =========================================================
   PRZYCISKI / STRZAŁKI KARUZELI
========================================================= */

.aga-google-reviews button,
.aga-google-reviews .ti-controls-line,
.aga-google-reviews .grw-prev,
.aga-google-reviews .grw-next {
  border-radius: 50% !important;
}


/* =========================================================
   TABLET — 2 OPINIE
========================================================= */

@media (max-width: 1000px) {

  .aga-google-reviews .ti-reviews-container,
  .aga-google-reviews .ti-reviews-container-wrapper,
  .aga-google-reviews .wp-google-reviews,
  .aga-google-reviews .grw-row,
  .aga-google-reviews .grw-reviews {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }

}


/* =========================================================
   TELEFON — 1 OPINIA
========================================================= */

@media (max-width: 650px) {

  .aga-google-reviews .ti-reviews-container,
  .aga-google-reviews .ti-reviews-container-wrapper,
  .aga-google-reviews .wp-google-reviews,
  .aga-google-reviews .grw-row,
  .aga-google-reviews .grw-reviews {
    grid-template-columns: 1fr !important;

    gap: 18px !important;
  }


  .aga-google-reviews .ti-review-item,
  .aga-google-reviews .wp-google-review,
  .aga-google-reviews .grw-review,
  .aga-google-reviews .review-item {
    padding: 22px !important;

    border-radius: 17px !important;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-753dd2e *//* =========================================================
   AGA GADA — JAK TO DZIAŁA
========================================================= */

.aga-how,
.aga-how * {
  box-sizing: border-box;
}

.aga-how {
  --purple: #6825d1;
  --navy: #07183f;
  --text: #77716f;
  --border: #cbd2df;
  --yellow: #efc400;

  width: 100%;

  padding:
    80px
    24px
    90px;

  background: #fff;

  font-family: inherit;
}


/* =========================================================
   CONTAINER
========================================================= */

.aga-how__container {
  width: 100%;
  max-width: 1500px;

  margin: 0 auto;
}


/* =========================================================
   NAGŁÓWEK
========================================================= */

.aga-how__heading {
  margin-bottom: 70px;
}

.aga-how__eyebrow {
  margin-bottom: 10px;

  color: var(--purple);

  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;

  letter-spacing: .22em;

  text-transform: uppercase;
}

.aga-how__title {
  margin: 0 !important;

  color: var(--navy) !important;

  font-size:
    clamp(40px, 4vw, 58px) !important;

  line-height: 1.05 !important;

  font-weight: 600 !important;

  letter-spacing: -.03em;
}


/* =========================================================
   GRID
========================================================= */

.aga-how__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: clamp(50px, 7vw, 110px);

  align-items: start;
}


/* =========================================================
   KROK
========================================================= */

.aga-how-step {
  min-width: 0;
}


/* =========================================================
   NUMER
========================================================= */

.aga-how-step__number {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 74px;
  height: 74px;

  margin-bottom: 28px;

  overflow: hidden;

  border: 1.5px solid var(--border);
  border-radius: 9px;

  background: #fff;

  color: var(--navy);

  font-size: 28px;
  line-height: 1;
  font-weight: 500;

  box-shadow:
    0 4px 8px rgba(28, 36, 60, .06);
}


/* ŻÓŁTY PASEK */

.aga-how-step__number::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 8px;

  background: var(--yellow);
}


/* =========================================================
   TYTUŁ KROKU
========================================================= */

.aga-how-step__title {
  max-width: 390px;

  margin:
    0
    0
    18px !important;

  color: var(--navy) !important;

  font-size: 26px !important;
  line-height: 1.18 !important;

  font-weight: 500 !important;

  letter-spacing: -.02em;
}


/* =========================================================
   OPIS
========================================================= */

.aga-how-step__text {
  max-width: 410px;

  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.55 !important;

  font-weight: 400 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .aga-how {
    padding:
      65px
      22px
      75px;
  }

  .aga-how__grid {
    gap: 45px;
  }

  .aga-how-step__title {
    font-size: 23px !important;
  }

  .aga-how-step__text {
    font-size: 15px !important;
  }

}


/* =========================================================
   MAŁY TABLET / MOBILE
========================================================= */

@media (max-width: 760px) {

  .aga-how {
    padding:
      52px
      18px
      65px;
  }

  .aga-how__heading {
    margin-bottom: 45px;
  }

  .aga-how__eyebrow {
    font-size: 14px;
  }

  .aga-how__grid {
    grid-template-columns: 1fr;

    max-width: 600px;

    margin: 0 auto;

    gap: 48px;
  }

  .aga-how-step__number {
    width: 68px;
    height: 68px;

    margin-bottom: 22px;

    font-size: 25px;
  }

  .aga-how-step__title,
  .aga-how-step__text {
    max-width: none;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 480px) {

  .aga-how__title {
    font-size: 36px !important;
  }

  .aga-how-step__title {
    font-size: 22px !important;
  }

  .aga-how-step__text {
    font-size: 15px !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-164350d *//* =========================================================
   AGA GADA — JAK TO DZIAŁA
========================================================= */

.aga-how,
.aga-how * {
  box-sizing: border-box;
}

.aga-how {
  --purple: #6825d1;
  --purple-dark: #5720b2;
  --navy: #07183f;
  --text: #77716f;
  --border: #cbd2df;
  --yellow: #efc400;

  width: 100%;

  padding:
    80px
    24px
    90px;

  background: #fff;

  font-family: inherit;
}


/* =========================================================
   CONTAINER
========================================================= */

.aga-how__container {
  width: 100%;

  max-width: 1500px;

  margin: 0 auto;
}


/* =========================================================
   NAGŁÓWEK
========================================================= */

.aga-how__heading {
  margin-bottom: 70px;
}


.aga-how__eyebrow {
  margin-bottom: 10px;

  color: var(--purple);

  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;

  letter-spacing: .22em;

  text-transform: uppercase;
}


.aga-how__title {
  margin: 0 !important;

  color: var(--navy) !important;

  font-size:
    clamp(40px, 4vw, 58px) !important;

  line-height: 1.05 !important;

  font-weight: 600 !important;

  letter-spacing: -.03em;
}


/* =========================================================
   GRID
========================================================= */

.aga-how__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: clamp(50px, 7vw, 110px);

  align-items: start;
}


/* =========================================================
   KROK
========================================================= */

.aga-how-step {
  min-width: 0;
}


/* =========================================================
   NUMER
========================================================= */

.aga-how-step__number {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 74px;
  height: 74px;

  margin-bottom: 28px;

  overflow: hidden;

  border: 1.5px solid var(--border);
  border-radius: 9px;

  background: #fff;

  color: var(--navy);

  font-size: 28px;
  line-height: 1;
  font-weight: 500;

  box-shadow:
    0 4px 8px rgba(28, 36, 60, .06);
}


/* ŻÓŁTY PASEK */

.aga-how-step__number::after {
  content: "";

  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 8px;

  background: var(--yellow);
}


/* =========================================================
   TYTUŁ KROKU
========================================================= */

.aga-how-step__title {
  max-width: 390px;

  margin:
    0
    0
    18px !important;

  color: var(--navy) !important;

  font-size: 26px !important;
  line-height: 1.18 !important;

  font-weight: 500 !important;

  letter-spacing: -.02em;
}


/* =========================================================
   OPIS
========================================================= */

.aga-how-step__text {
  max-width: 410px;

  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.55 !important;

  font-weight: 400 !important;
}


/* =========================================================
   BUTTON — KROK 2
========================================================= */

.aga-how-step__button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 48px;

  margin-top: 25px;

  padding:
    11px
    24px;

  border:
    2px
    solid
    var(--purple);

  border-radius: 999px;

  background: var(--purple);

  color: #fff !important;

  text-decoration: none !important;

  font-size: 14px !important;
  line-height: 1.2 !important;

  font-weight: 500 !important;

  box-shadow:
    0 8px 17px
    rgba(70, 32, 140, .17);

  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}


.aga-how-step__button:hover {
  background: var(--purple-dark);

  border-color: var(--purple-dark);

  transform: translateY(-2px);

  box-shadow:
    0 11px 22px
    rgba(70, 32, 140, .24);
}


.aga-how-step__arrow {
  flex: 0 0 auto;

  font-size: 20px;
  line-height: 1;

  transition:
    transform .2s ease;
}


.aga-how-step__button:hover
.aga-how-step__arrow {
  transform: translateX(3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

  .aga-how {
    padding:
      65px
      22px
      75px;
  }


  .aga-how__grid {
    gap: 45px;
  }


  .aga-how-step__title {
    font-size: 23px !important;
  }


  .aga-how-step__text {
    font-size: 15px !important;
  }

}


/* =========================================================
   MAŁY TABLET / MOBILE
========================================================= */

@media (max-width: 760px) {

  .aga-how {
    padding:
      52px
      18px
      65px;
  }


  .aga-how__heading {
    margin-bottom: 45px;
  }


  .aga-how__eyebrow {
    font-size: 14px;
  }


  .aga-how__grid {
    grid-template-columns: 1fr;

    max-width: 600px;

    margin: 0 auto;

    gap: 48px;
  }


  .aga-how-step__number {
    width: 68px;
    height: 68px;

    margin-bottom: 22px;

    font-size: 25px;
  }


  .aga-how-step__title,
  .aga-how-step__text {
    max-width: none;
  }

}


/* =========================================================
   TELEFON
========================================================= */

@media (max-width: 480px) {

  .aga-how__title {
    font-size: 36px !important;
  }


  .aga-how-step__title {
    font-size: 22px !important;
  }


  .aga-how-step__text {
    font-size: 15px !important;
  }


  .aga-how-step__button {
    width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f98685c *//* =========================================================
   AGA GADA — FAQ
========================================================= */

.aga-faq,
.aga-faq * {
  box-sizing: border-box;
}

.aga-faq {
  --purple: #6825d1;
  --navy: #07183f;
  --text: #706e6b;
  --line: #cbd3df;

  width: 100%;

  padding:
    80px
    24px
    90px;

  background: #fff;

  font-family: inherit;
}


/* CONTAINER */

.aga-faq__container {
  display: grid;

  grid-template-columns:
    minmax(300px, .75fr)
    minmax(0, 1.25fr);

  gap: clamp(70px, 9vw, 150px);

  width: 100%;
  max-width: 1500px;

  margin: 0 auto;

  align-items: start;
}


/* LEWA KOLUMNA */

.aga-faq__intro {
  position: sticky;
  top: 100px;
}

.aga-faq__eyebrow {
  margin-bottom: 10px;

  color: var(--purple);

  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;

  letter-spacing: .2em;

  text-transform: uppercase;
}

.aga-faq__title {
  max-width: 470px;

  margin:
    0
    0
    20px !important;

  color: var(--navy) !important;

  font-size:
    clamp(40px, 4vw, 58px) !important;

  line-height: 1.02 !important;

  font-weight: 600 !important;

  letter-spacing: -.035em;
}

.aga-faq__intro-text {
  max-width: 460px;

  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.aga-faq__intro-text a {
  color: var(--navy) !important;

  text-decoration: underline !important;
  text-underline-offset: 3px;

  font-weight: 500;
}


/* AKORDEON */

.aga-faq__accordion {
  width: 100%;
}


/* ITEM */

.aga-faq__item {
  width: 100%;

  margin: 0;

  border-top:
    1px solid
    var(--line);

  background: transparent;
}

.aga-faq__item:last-child {
  border-bottom:
    1px solid
    var(--line);
}


/* PYTANIE */

.aga-faq__question {
  position: relative;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;

  width: 100%;

  padding:
    25px
    52px
    25px
    0;

  cursor: pointer;

  list-style: none;

  color: #191919;

  font-size: 18px;
  line-height: 1.35;

  font-weight: 600;

  transition:
    color .2s ease;
}

.aga-faq__question::-webkit-details-marker {
  display: none;
}

.aga-faq__question::marker {
  display: none;
}


/* PLUS */

.aga-faq__question::before,
.aga-faq__question::after {

  content: "";

  position: absolute;

  right: 8px;
  top: 50%;

  width: 17px;
  height: 2px;

  border-radius: 2px;

  background: var(--purple);

  transform:
    translateY(-50%);

  transition:
    transform .25s ease,
    opacity .25s ease;
}

.aga-faq__question::after {
  transform:
    translateY(-50%)
    rotate(90deg);
}


/* OTWARTY */

.aga-faq__item[open]
.aga-faq__question {
  color: var(--purple);
}

.aga-faq__item[open]
.aga-faq__question::after {
  opacity: 0;

  transform:
    translateY(-50%)
    rotate(0);
}


/* HOVER */

@media (hover: hover) {

  .aga-faq__question:hover {
    color: var(--purple);
  }

}


/* ODPOWIEDŹ */

.aga-faq__answer {
  padding:
    0
    60px
    27px
    0;
}

.aga-faq__answer p {
  max-width: 720px;

  margin: 0 !important;

  color: var(--text) !important;

  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}


/* TABLET */

@media (max-width: 1000px) {

  .aga-faq {
    padding:
      65px
      22px
      75px;
  }

  .aga-faq__container {
    grid-template-columns:
      minmax(260px, .8fr)
      minmax(0, 1.2fr);

    gap: 60px;
  }

  .aga-faq__intro {
    top: 70px;
  }

  .aga-faq__question {
    font-size: 17px;
  }

}


/* MOBILE */

@media (max-width: 760px) {

  .aga-faq {
    padding:
      52px
      18px
      65px;
  }

  .aga-faq__container {
    grid-template-columns: 1fr;

    gap: 42px;
  }

  .aga-faq__intro {
    position: static;
  }

  .aga-faq__title {
    max-width: none;

    font-size: 38px !important;
  }

  .aga-faq__intro-text {
    max-width: 600px;

    font-size: 15px !important;
  }

  .aga-faq__question {
    padding:
      22px
      42px
      22px
      0;

    font-size: 16px;
  }

  .aga-faq__answer {
    padding:
      0
      35px
      22px
      0;
  }

  .aga-faq__answer p {
    font-size: 15px !important;
  }

}


/* MAŁY TELEFON */

@media (max-width: 420px) {

  .aga-faq__title {
    font-size: 34px !important;
  }

  .aga-faq__question {
    font-size: 15.5px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78ce595 *//* =========================================================
   AGA GADA — SEO TEXT / SZEROKA SEKCJA
========================================================= */

.aga-seo-text,
.aga-seo-text * {
  box-sizing: border-box;
}

.aga-seo-text {
  width: 100%;

  padding:
    70px
    24px;

  background: #fff;

  font-family: inherit;
}


/* GŁÓWNY KONTENER — SZERSZY */
.aga-seo-text__container {
  width: 100%;

  max-width: 1400px;

  margin: 0 auto;
}


/* EYEBROW */
.aga-seo-text__eyebrow {
  margin-bottom: 10px;

  color: #dbaa00;

  font-size: 14px;
  font-weight: 600;

  letter-spacing: .20em;

  text-transform: uppercase;
}


/* TYTUŁ */
.aga-seo-text__title {
  max-width: 1050px;

  margin:
    0
    0
    18px !important;

  color: #07183f !important;

  font-size:
    clamp(36px, 3.6vw, 52px) !important;

  line-height: 1.08 !important;

  font-weight: 600 !important;

  letter-spacing: -.03em;
}


/* LEAD */
.aga-seo-text__lead {
  max-width: 1100px;

  margin: 0 !important;

  color: #706e6b !important;

  font-size: 17px !important;

  line-height: 1.65 !important;
}


/* DETAILS */
.aga-seo-text__details {
  margin-top: 24px;
}


/* BUTTON */
.aga-seo-text__summary {
  display: inline-flex;

  align-items: center;

  padding:
    11px
    20px;

  border:
    1.5px solid
    #6825d1;

  border-radius:
    999px;

  color:
    #6825d1;

  cursor: pointer;

  font-size:
    14px;

  font-weight:
    600;

  list-style: none;
}

.aga-seo-text__summary::-webkit-details-marker {
  display: none;
}

.aga-seo-text__summary::after {
  content: "↓";

  margin-left: 9px;
}

.aga-seo-text__details[open]
.aga-seo-text__summary::after {
  content: "↑";
}


/* ROZWINIĘTA TREŚĆ */
.aga-seo-text__content {
  width: 100%;

  max-width: 1150px;

  margin-top: 32px;

  color: #706e6b;
}


/* H3 */
.aga-seo-text__content h3 {
  margin:
    32px
    0
    10px !important;

  color:
    #07183f !important;

  font-size:
    22px !important;

  line-height:
    1.25 !important;

  font-weight:
    600 !important;
}


/* TEKST */
.aga-seo-text__content p {
  margin:
    0
    0
    18px !important;

  font-size:
    16px !important;

  line-height:
    1.7 !important;
}


/* TABLET */
@media (max-width: 1000px) {

  .aga-seo-text {
    padding:
      60px
      22px;
  }

  .aga-seo-text__title {
    max-width: 900px;
  }

  .aga-seo-text__lead {
    max-width: 900px;
  }

}


/* MOBILE */
@media (max-width: 700px) {

  .aga-seo-text {
    padding:
      48px
      18px;
  }

  .aga-seo-text__title {
    font-size:
      34px !important;
  }

  .aga-seo-text__lead {
    font-size:
      15px !important;
  }

  .aga-seo-text__content p {
    font-size:
      15px !important;
  }

}/* End custom CSS */