.workshops-section {
  padding: 100px 20px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Gill Sans', sans-serif;
  color: #215336;
  background-color: #f2fbf5; /* jasna, zielonkawa biel */
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #215336;
}

.workshop-entry {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* cień */
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.workshop-entry:hover {
  transform: scale(1.01);
}

.workshop-image {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border-radius: 0; /* usuń ewentualne marginesy i zaokrąglenia */
}

.workshop-image img {
  width: 100%;
  height: auto;         /* zmienione z 300px */
  object-fit: contain;  /* lub usuń całkowicie to */
  display: block;
}

.workshop-text {
  flex: 2 1 400px;
  padding: 20px 25px;
}

.workshop-date {
  font-size: 16px;
  font-weight: bold;
  color: #2ca5f2;
  margin-bottom: 8px;
}

.workshop-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #215336;
}

.workshop-description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.workshop-btn {
  display: inline-block;
  background-color: #2ca45a;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 14px;
  transition: background-color 0.3s, transform 0.3s;
}

.workshop-btn:hover {
  background-color: #1e7e45;
  transform: scale(1.05);
}

.workshop-contact-info {
  font-size: 15px;
  color: #215336;
  margin-top: 10px;
  line-height: 1.6;
}

.contact-link {
  color: #2ca5f2;
  text-decoration: none;
  font-weight: 500;
}

.contact-link:hover {
  text-decoration: underline;
  color: #1e7eaa;
}
.formularz {
  text-decoration: none;
  color: black;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.formularz:hover {
  transform: scale(1.1);
}


/* =================== ZIMA 2026 ======================= */

:root {
  --blue: #0d6efd;
  --radius: 14px;
}

.winter-section {
  background: #f2f6fb;
  padding: 140px 20px;
  font-family: 'Poppins', Arial, sans-serif;
}
.winter-section h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
  color: #1b1b1b;
}
.winter-container {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 10px 25px rgba(0,0,0,.1);
  overflow: hidden;
  flex: 1;
}

/* ---------- LEWA KARTA ---------- */

.left-body {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 30px 20px 20px;
}

.left-bg {
  position: absolute;
  inset: 0 0 auto 0;
  height: 280px;
  background:
    url("../img/background1.png"),
    linear-gradient(135deg, #1b6ed5, #4fa3ff);
  background-size: cover;
  border-bottom-left-radius: 80px;
  z-index: 0;
}

.flyer {
  position: relative;
  z-index: 2;
}

.flyer img {
  width: 380px;
  border-radius: 10px;
}

.left-header {
  position: relative;
  z-index: 2;
  color: #fff;
}

.left-header h3 {
  font-size: 24px;
  padding: 30px 0;
  max-width: 260px;
}

/* INFO BOX */
.info-box {
  max-width: 260px;
  background: #fff;
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
  display: grid;
  
}

.badge {
  background: var(--blue);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.info-item {
  padding: 0px 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.info-item p {
  color: black;
}

.icon {
  font-size: 18px;
}

/* PRZYCISKI */
.left-footer {
  padding: 20px;
  display: flex;
  gap: 12px;
}

.left-footer .btn {
  flex: 1;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  background: var(--blue);
  color: #fff;
  border: 2px solid var(--blue);
  transition: .25s;
}

.left-footer .btn:hover {
  background: #fff;
  color: var(--blue);
}

/* ---------- PRAWA KARTA ---------- */

.info {
  min-width: 320px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.95);
}

.info-title span {
  color: var(--blue);
}

.info-section {
  background: #f6f9ff;
  border-radius: 12px;
  padding: 5px 16px;
}

.section-header {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--blue);
}

/* LISTY */
.pill-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.pill-list li {
  background: var(--blue);
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 14px;
}

.icon-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 4px;
}

/* KOSZTY */
.price-box {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(135deg, #1b6ed5, #4fa3ff);
  color: #fff;
}

.price span {
  font-size: 32px;
  font-weight: 800;
}

.extras {
  text-align: right;
}

/* =================== RESPONSYWNOŚĆ ZIMA 2026 =================== */
/* ===== LEWY KAFEL – KOLUMNA DO 1400px ===== */
@media (max-width: 1400px) {

  /* NIE ruszamy kontenera ani prawej karty */

  .left-body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .left-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .left-header h3 {
    max-width: 100%;
    padding: 20px 0 10px;
  }

  .flyer {
    order: 2;
  }

  .info-box {
    order: 3;
    margin-top: 10px;
    max-width: 320px;
  }

  .left-footer {
    justify-content: center;
  }

}

@media (max-width: 800px) {

  .winter-container {
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

}
/* ====== DO 800px – UKŁAD KOLUMNOWY ====== */
@media (max-width: 800px) {

  .winter-section {
    padding: 80px 15px;
  }

  .section-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }

  .winter-container {
    flex-direction: column;
    align-items: center;           /* ⬅️ centrowanie kafelków */
    gap: 30px;
  }

  .card {

    max-width: 520px;              /* ⬅️ kontrolowana szerokość */
  }

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

  .left-body {
    flex-direction: column;
    align-items: center;
    padding: 20px 18px;
    gap: 14px;                     /* ⬅️ brak „dziur” */
  }

  .left-bg {
    height: 160px;
  }

  /* KOLEJNOŚĆ ELEMENTÓW */
  .left-header {
    order: 1;
    text-align: center;
  }

  .left-header h3 {
    max-width: 100%;
    padding: 8px 0;
    font-size: 20px;
  }

  .flyer {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .flyer img {
    width: 100%;
    max-width: 420px;
  }

  .info-box {
    order: 3;
    width: 100%;
    max-width: 100%;
  }

  .left-footer {
    order: 4;
    width: 100%;
    padding: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .left-footer .btn {
    width: 85%;
    font-size: 14px;
    padding: 10px;
  }

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

  .info {
    padding: 20px;
    gap: 14px;
  }

  .info-title {
    font-size: 22px;
    text-align: center;
  }

  .pill-list {
    justify-content: center;
  }

  .pill-list li {
    font-size: 13px;
  }

  .icon-list li {
    font-size: 14px;
  }

  .price-box {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .price span {
    font-size: 26px;
  }

  .extras {
    font-size: 13px;
    text-align: center;
  }
}

/* ====== OD 801px – DESKTOP (BEZ ZMIAN) ====== */
@media (min-width: 801px) {

  .winter-container {
    flex-direction: row;
  }

  .left-card,
  .info {
    flex: 1;
  }

  .flyer img {
    width: 380px;
  }

  .section-title {
    font-size: 32px;
  }
}




/* ===================== RESPONSYWNOŚĆ ===================== */

/* Do 400px – pełna szerokość, większe czcionki */
@media (max-width: 400px) {
  .workshop-entry {
    flex-direction: column;
    width: 100%;
  }
  .workshop-text {
    flex:2 1;
    max-width: 100%;
  }
  .workshop-image {
    width: 100%;
    max-width: 100%; 
  }

  .workshop-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .section-title {
    font-size: 24px;
  }

  .workshop-title {
    font-size: 18px;
  }

  .workshop-description {
    font-size: 15px;
  }

  .workshop-btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  .workshop-contact-info {
    font-size: 14px;
  }
}

/* Od 401px do 800px – kolumnowo, 70% szerokości, wyśrodkowane */
@media (min-width: 401px) and (max-width: 800px) {
  .workshop-entry {
    flex-direction: column;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .workshop-text{
    flex:2 1;
  }
  .workshop-image,
  .workshop-text {
    max-width: 100%;
  }

  .workshop-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .section-title {
    font-size: 26px;
  }

  .workshop-title {
    font-size: 20px;
  }

  .workshop-description {
    font-size: 15px;
  }

  .workshop-btn {
    font-size: 13px;
    padding: 9px 18px;
  }

  .workshop-contact-info {
    font-size: 14px;
  }
}

/* Powyżej 800px – układ rzędu (obok siebie) */
@media (min-width: 801px) {
  .workshop-entry {
    flex-direction: row;
  }

  .workshop-image {
    flex: 1 1 300px;
    max-width: 300px;
  }



  .workshop-text {
    flex: 2 1 400px;
    padding: 20px 25px;
  }

  .section-title {
    font-size: 32px;
  }
}


/* SEKCJA LATO 2026 */

#lato-2026 {
  scroll-margin-top: 50px;
}
.wakacje-section {
  font-family: "Montserrat", sans-serif;
  background: #f7f9fc;
  padding: 60px 20px;
  color: #1b1b1b;
  
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HERO */

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 80px;
  
}

.badge-lato-2026 {
  display: inline-block;
  background: #ff7a00;
  color: white;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #0d2f6b;
}

.hero h1 span {
  color: #70b000;
}

.lead {
  font-size: 20px;
  margin-bottom: 30px;
  color: #444;
}

.hero-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.info-box-lato-2026 {
  background: white;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.info-box-lato-2026.highlight {
  background: #0d2f6b;
  color: white;
}

.hero-image img {
  margin-top: 100px;
  width: 90%;
  border-radius: 30px;
  object-fit: cover;
}

/* BUTTON */

.cta-btn {
  display: inline-block;
  background: #70b000;
  color: white;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 14px;
  font-weight: bold;
  transition: 0.3s;
}

.cta-btn:hover {
  transform: translateY(-2px);
}

.cta-btn.big {
  font-size: 20px;
  margin-top: 20px;
}

/* TITLE */

.section-title-lato-2026 {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-lato-2026 h2 {
  font-size: 42px;
  color: #0d2f6b;
}

/* FEATURES */

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}

.feature-card {
  background: white;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}

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

.icon-lato-2026 {
  font-size: 40px;
  margin-bottom: 16px;
}

.feature-card h3 {
  margin-bottom: 12px;
  color: #0d2f6b;
}

/* ABOUT */

.about-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: white;
  padding: 50px;
  border-radius: 30px;
  margin-bottom: 80px;
  align-items: center;
}

.about-image img {
  width: 100%;
  border-radius: 24px;
}

.experience {
  display: inline-block;
  background: #ff7a00;
  color: white;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
  font-weight: bold;
}

.about-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #0d2f6b;
}

.about-content p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.about-content ul {
  list-style: none;
}

.about-content li {
  margin-bottom: 10px;
}

/* CTA */

.cta-section {
  text-align: center;
  background: linear-gradient(135deg, #0d2f6b, #17449a);
  color: white;
  padding: 60px 30px;
  border-radius: 30px;
}

.cta-section h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.contact {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

/* MOBILE */

@media (max-width: 900px) {

  .hero,
  .about-box,
  .features-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 40px;
  }

  .section-title-lato-2026 h2,
  .about-content h2,
  .cta-section h2 {
    font-size: 32px;
  }

  .hero-info {
    grid-template-columns: 1fr;
  }
  .hero-content .cta-btn {
    display: block;
    text-align: center;
  }
  .hero-image img {
    margin-top: 40px;
    width: 100%;
  }
}


  .section-title-lato-2026 h2,
  .about-content h2,
  .cta-section h2 {
    font-size: 36px;
  }

  @media (min-width: 901px) and (max-width: 1200px) {
  .hero  {
    margin-top: 100px;
  }
  .hero-content .cta-btn {
    display: block;
    text-align: center;
  }
}

/* Warsztaty Lato 2026 */
#warsztaty-lato-2026 {
  scroll-margin-top: 100px;
}
.summer-camp {
  margin-top: 100px;
  padding: 80px 20px;
  background: #f7f9fc;
}

.summer-hero {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.summer-badge {
  display: inline-block;
  background: #ff7a00;
  color: white;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: bold;
  margin-bottom: 20px;
}

.summer-content h1 {
  font-size: 62px;
  line-height: 1.1;
  color: #12326b;
  margin-bottom: 20px;
}

.summer-lead {
  font-size: 20px;
  color: #555;
  margin-bottom: 30px;
}

.summer-image img {
  width: 90%;
  border-radius: 30px;
  object-fit: cover;
}

.summer-btn {
  display: inline-block;
  padding: 16px 28px;
  background: #7cc400;
  color: white;
  border-radius: 14px;
  text-decoration: none;
  font-weight: bold;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 42px;
  color: #12326b;
}

.turnusy {
  padding: 80px 20px;
}

.turnusy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

.turnus-card {
  background: white;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.atrakcje {
  padding: 80px 20px;
}

.atrakcje-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.atrakcja-card {
  background: white;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
}
.atrakcja-card:hover {
  transform: translateY(-5px);
}
.atrakcja-card span {
  font-size: 42px;
  display: block;
  margin-bottom: 20px;
}

.summer-info {
  padding: 80px 20px;
}

.info-box-warsztaty-lato-2026 {
  max-width: 1200px;
  margin: auto;
  background: white;
  border-radius: 30px;
  padding: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.info-left ul {
  margin-top: 20px;
}

.info-left li {
  margin-bottom: 14px;
}

.price-box {
  background: #12326b;
  color: white;
  padding: 30px;
  border-radius: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.price-box strong {
  display: block;
  font-size: 48px;
  margin-top: 10px;
}

.contact-box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-box a {
  color: #12326b;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 900px) {
  .summer-camp {
    margin-top: 0px;
  }
  .summer-hero,
  .info-box-warsztaty-lato-2026,
  .turnusy-grid
   {
    grid-template-columns: 1fr;
  }

  .summer-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 900px) {

  .info-box-warsztaty-lato-2026 {
    grid-template-columns: 1fr;
    padding: 30px 0px;
    gap: 30px;
    justify-items: center;

  }

  .info-left h2 {
    font-size: 28px;
    text-align: center;
  }

  .info-left li {
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
  }

  .info-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .price-box {
    width: 100%;
    max-width: 320px;
  }

  .price-box strong {
    font-size: 40px;
  }

  .summer-btn.big {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .contact-box {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .contact-box a {
    font-size: 16px;
    word-break: break-word;
  }
}
@media (min-width: 501px) and (max-width: 899px) {
  .atrakcje-grid,
  .turnusy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .atrakcje-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
}