:root {
  --bg-page: #a8acb0;
  --bg-card: #fdfaf4;
  --grid-line: #ec345364;
  --accent: #EC3452;
  --accent2: #7583f1;
  --text-main: #1f1f20;
  --text-muted: #1f1f1f;
  --shadow-soft: 0 12px 30px rgba(248, 191, 191, 0.18);
  --radius-card: 18px;
  --font-main: "Manrope", sans-serif;
  --font-deco: "Meshed", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-hand: "Mansalva", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-main);
  color: var(--text-main);
  /* overflow: hidden; */
  /* background-image: url("./img/bg-clouds.png"); */
  /* PODMIEŃ NA SWOJE TŁO */
  background-size: cover;
  background-position: center;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("./img/bg-clouds.png") center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
  background-size: cover;
  background-position: center;
}
header {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  height: 200px;
  width: 100%;
  padding: 2% 40px 0;
}

header a {
  text-transform: none;
  text-decoration: none;
  color: black;
  font-weight: 600;
  position: relative;
}

a{
  color:var(--accent)
}
section.form{
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.intro-logo {
  cursor: pointer;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  align-items: center;
}

.intro-logo p {
  text-align: center;
  font-size: 1rem;
  display: block;
  margin: 0;
  width: 100%;
  font-family: var(--font-deco);
  text-transform: uppercase;
}

.intro-logo img {
  max-width: 72px;
  height: auto;
  display: block;
}

/* LAYOUT: lewy sidebar + prawa treść */

.page-layout {
  display: flex;
  padding: 0 40px 40px;
  min-height: calc(100vh - 100px);
  align-items: flex-start;
  justify-content: flex-start;
}

aside{
  border-right:2px solid black;
  height: 100%;
  min-height: 70vh;
}
aside.sidebar {
  flex: 0 0 20%;
  max-width: 320px;
  position: sticky;
  top: 140px;
}

.intro-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.intro-nav li {
  margin-bottom: 10px;
}

.intro-nav a {
  font-weight: 300;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #1f1f20;
  display: inline-block;
}

.intro-nav a span.count {
  font-size: 0.6rem;
  vertical-align: super;
  margin-left: 4px;
}c

.intro-nav a.active {
  text-decoration: underline;
}

.intro-nav a:hover {
  text-decoration: underline;
}

/* PRAWA KOLUMNA */

main {
  counter-reset: section;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;

}




.page-content {
  flex: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  gap: 80px;
  margin: 0 auto;
  position: relative;
  /* height: 80vh; */
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 200px;
}

.page-content.bottom {
  margin-top: 100px;
  justify-content:center;
  align-items: flex-start;
}

.page-content .bg-hero-long-border{
  /* border: 2px solid var(--accent); */
  border-radius: 20px;
  padding: 50px;
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.875);
    box-shadow: 0 12px 28px rgba(130, 141, 239, 0.32);


}

.page-content .bg-hero-long-border .bg-hero-inner{

  width: 100%;
}
.page-content .bg-hero-long-border .bg-hero-top{
  justify-content: space-between;
  width: 100%;
  display: flex;
  align-items: center;
}
.page-content .bg-hero-long-border .bg-hero-top h2{
margin: 0;
}

.page-content .bg-hero-long-left {
  height: 100%;
  width: 100%;
}



.page-content .bg-hero-long-left .bg-hero-inner {
  height: 100%;
  width: 100%;
}
.page-content .bg-hero-long-left .bg-hero-inner .bg-hero-top {
  max-width: 700px;
}




.tag-row-header {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

.tag-row-header a {
  border: none;
  padding: 0;
  color: var(--text-muted);
  font-weight: 400;
  padding: 0 20px 20px 0;
  text-decoration: none;
}

.tag-row-header a:hover {
  text-decoration: underline;
  color: var(--accent);
}

.page-kicker {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
}

.page-title {
  font-size: 3.2rem;
  margin: 4px 0 24px;
  font-weight: 400;
  color: rgb(208, 104, 43);
}

.page-title span {
  text-decoration: underline;
  font-style: italic;
  font-weight: 600;
}

.page-lead {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.6;
  margin: 0 0 12px;
}

/* PANEL Z TŁEM */

.bg-hero {
  width: 50%;
  min-height: 80%;
  position: relative;
  overflow: hidden;
}

.bg-hero.left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.bg-hero.right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.bg-hero.center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.bg-hero.calendar {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap:50px;
  width: 100%;
}


.bg-hero.center .bg-hero-inner {
  text-align: center;
  /* width: 70%; */
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

}

.bg-hero-inner {
  position: relative;
  z-index: 1;
  /* padding: 48px 46px 40px; */
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  color: #3b2b24;
}

.bg-hero-kicker {
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  /* font-family: var(--font-hand); */
  margin-bottom: 20px;

}


.practice-container {
  width: 85%;
  padding: 20px;


}

.practice-container .details-heading{
  font-size: 2.6rem;
    line-height: 1.2;
    margin: 0 0 30px;
    font-weight: 400;
    margin-top: 50px;
}


h1.bg-hero-title {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 400;
}

h2.bg-hero-title.no-before::before {
  content: none;
}
/* kalendarz */
h2.bg-hero-title.calendar-title {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 400;
  margin-top: 50px;
}

h2.bg-hero-title.calendar-title::before {
  content: "oddech";
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 400;
  left: 0;
  top: -120px
}
/* kalendarz */

h2.bg-hero-title{
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 400;
}

h3.bg-hero-title{
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 16px;
  font-weight: 400;
}


h2.bg-hero-title {
  position: relative;
  margin-bottom: 40px;
}

h2.bg-hero-title::before {
  counter-increment: section;
  content: "0" counter(section) ".";
  font-size: 10rem;
  font-weight: 600;
  color: var(--accent);
  font-family: var(--font-deco);
  position: absolute;
  top: -100px;
  left: -60px;
  opacity: 0.1;
  pointer-events: none;
}
.bg-hero-text {
  font-size: 0.98rem;
  line-height: 1.7;
  /* TU WSTAWISZ SWÓJ TEKST */
}


.bg-hero-title span {
  font-style: italic;
  text-decoration: underline;
}


.bg-hero-text-big  {
  font-size: 1.4rem;
  font-weight: 300;

}

.bg-hero-text-big ul li{
  font-size: 1.4rem;
}

ul.bg-hero-text-big{
  font-size: 1.4rem;
}

.bg-hero-text-big span {
  font-weight: 600;
  color: var(--accent2);
}
.bg-hero-text-med  {
  font-size: 1.2rem;
  font-weight: 300;

}

.bg-hero-text-med span {
  font-weight: 600;
  color: var(--accent2);
}

.bg-hero-text {
  font-size: 1.2rem;
  line-height: 1.7;
  /* TU WSTAWISZ SWÓJ TEKST */
}


.bg-hero-text span {
  font-weight: 600;
  color: var(--accent2);
}

.bg-hero-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.bg-hero-buttons{
  display: flex;
  flex-direction: column;
  gap:20px;justify-content: center;
  align-items: flex-start;
}
.bg-tag {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(253, 250, 244, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

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

.btn-primary {
  display: inline-block;
  background: #ffffff;
  background-color: var(--accent);
  color: var(--accent);
  color: var(--bg-card);
  padding: 20px 40px;
  font-weight: 500;;
  border-radius: 20px;
  box-shadow: 0 10px 34px rgba(114, 129, 255, 0.28);

}

.btn-primary:hover {
  background: #6a75e2;
  box-shadow: 0 12px 28px rgba(130, 141, 239, 0.32);
  color: #ffffff;
}

.btn-down {
  display: inline-block;
  /* background: #fcfcff; */
  background: #6a75e2;;
  /* background-color: var(--accent); */
  /* color: var(--accent); */
  color: #fcfcff;
  padding: 12px 28px;
  font-weight: 500;;
  border-radius: 20px;
  border: 3px solid #6a75e2;
  box-shadow: 0 10px 34px rgba(114, 129, 255, 0.28);
}
.btn-down-reverse {
  display: inline-block;
  background: #fcfcff;
  /* background-color: var(--accent); */
  /* color: var(--accent); */
  color: #6a75e2;
  padding: 12px 28px;
  font-weight: 500;;
  border-radius: 20px;
  border: 3px solid #6a75e2;
  box-shadow: 0 10px 34px rgba(114, 129, 255, 0.28);
}

.btn-down:hover {
  background: #fcfcff;
  box-shadow: 0 12px 28px rgba(130, 141, 239, 0.32);
  color: #6a75e2;
}
.btn-down-reverse:hover {
  background: #6a75e2;
  box-shadow: 0 12px 28px rgba(130, 141, 239, 0.32);
  color: #ffffff;
}
.btn-ig {
  padding-top: 10px;
}

.btn-ig::before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: left;
  padding: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3ClinearGradient id='g' x1='4' y1='20' x2='20' y2='4' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23f58529'/%3E%3Cstop offset='0.5' stop-color='%23d52c72'/%3E%3Cstop offset='1' stop-color='%238c3aaa'/%3E%3C/linearGradient%3E%3Crect x='3' y='3' width='18' height='18' rx='5' fill='url(%23g)'/%3E%3Cpath d='M12 9.5A2.5 2.5 0 1 1 9.5 12 2.5 2.5 0 0 1 12 9.5Z' stroke='%23fff' stroke-width='1.4'/%3E%3Ccircle cx='16.5' cy='7.5' r='1.1' fill='%23fff'/%3E%3C/svg%3E") center/cover no-repeat;
  margin-left: -3px;
}

.btn-ig:hover {
  background: #ffe9f1;
  border-color: rgba(213, 44, 114, 0.5);
  color: #b12360;
}

.bg-hero.image-only {
  padding: 0;
}

.bg-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;

}

.bg-hero-photo img{
  width: 70%;
  height: 100%;
  object-fit: contain;

}

.bg-hero-image-small img {
  width: 50px;
  object-fit: contain;
}
/*
.bg-hero-image-medium img {
  width: 90%;
  object-fit: contain;
} */


.bg-hero-image-right img {
  width:120px;
  object-fit: contain;
  left: 100px;position: relative;
  margin-top: 200px;}
  /* RWD */

    footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:10px;
  }


  footer p{
    text-align: center;
  }
  footer a{
    color: var(--accent);
    font-weight: 800;
    text-decoration: none;
  }
.mt-0 {
  margin-top: 0!important;
}
.mb-0{
  margin-bottom: 0!important;
}

  @media (max-width: 1040px) {

    .no-on-mobile{
      display: none;
    }
    header {
      padding: 16px 20px 0;
      justify-content: center;
      height: 100px;

    }
    br{
      display: none;
    }
    aside.sidebar {
      position: static;
      flex: none;
      max-width: 100%;
      min-height: auto;
      border: none;
      margin: 0 auto 100px;
      padding: 20px;
      border-bottom: 2px solid black;

    }
    aside.sidebar ul {
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    aside.sidebar ul li{
     text-align: center;
    }
    aside.sidebar ul li a{
     font-size: 1.2rem;
    }

    .intro-nav a {
      font-size: 1.8rem;
    }

    .page-content {
      padding: 24px 20px 32px;
      margin-top: 40px;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 100px;
      margin-top: 50px;
      padding: 0;
      gap:20px;
      flex-direction: row;
    }

    .page-content.bottom {
      margin-bottom: 50px;
      margin-top: 0;
      gap:20px;
      flex-direction: row;
    }

    .page-layout {
      flex-direction: column;
      padding: 20px 20px 40px;
    }

    .bg-hero {
      min-height: auto;
      border-radius: 24px;
      width: 100%;
    }

    .bg-hero-inner {
      padding: 10px 22px 10px;
    }

    .bg-hero-kicker{
     font-size: 0.7rem;

    }
    h1.bg-hero-title {
      font-size: 1.8rem;
    }
    h2.bg-hero-title {
      font-size: 1.6rem;
    }
    h2.bg-hero-title::before {
      counter-increment: section;
      content: "0" counter(section) ".";
      font-size: 6rem;
      top: -60px;
      left: -30px;
    }
    h3.bg-hero-title {
      font-size: 1.4rem;
    }
    h2.bg-hero-title.calendar-title {
  font-size: 1.8rem;

}
    h2.bg-hero-title.calendar-title::before {
    font-size:6rem;
    top:-80px;
    left:-20px;
}
    .bg-hero-text-med{
        font-size: 1rem;
    }
     .bg-hero-text-big{
        font-size: 1.1rem;
    }
  }

  /* --- Dodatkowe style dla trzech bloków opisu w `praktykuj.html` --- */
  [data-details-text], [data-details-text-2], [data-details-text-3] {
    margin-top: 16px;
  }

  [data-details-text] p,
  [data-details-text-2] p,
  [data-details-text-3] p,
    [data-details-text-] p,
   {
    margin: 0 0 1rem 0;
    line-height: 1.8;
  }

  [data-details-text-2] {
    border-left: 3px solid rgba(130,141,239,0.12);
    padding-left: 14px;
    color: #2f2f35;
  }

  [data-details-text-3] {

    /* font-size: 0.98rem; */
    color: #1e33dd;
    margin-top: 20px;
    font-weight: 500;
    /* border:  1px solid black; */
    padding: 30px;
    border-radius: 20px;
    background: white;
        box-shadow: 0 12px 28px rgba(130, 141, 239, 0.32);



  }



  @media (max-width: 768px) {

    header {
      padding: 16px 20px 0;
      justify-content: center;
      height: 100px;

    }

    aside.sidebar {
      position: static;
      flex: none;
      max-width: 100%;
      min-height: auto;
      border: none;
      margin: 0 auto 100px;
      padding: 20px;
      border-bottom: 2px solid black;

    }
    aside.sidebar ul {
      padding-top: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    aside.sidebar ul li{
     text-align: center;
    }
    aside.sidebar ul li a{
     font-size: 1.2rem;
    }

    .intro-nav a {
      font-size: 1.8rem;
    }

    .page-content {
      padding: 24px 20px 32px;
      margin-top: 40px;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 0;
      margin-top: 0;
      padding: 0;
      gap:20px
    }

    .page-content.bottom {
      margin-bottom: 0;
      margin-top: 0;
      gap:20px;
      flex-direction: column;

    }
    .page-content .bg-hero-long-border {
      padding: 20px;
    }
    .page-content .bg-hero-long-border .bg-hero-top{
      justify-content: space-between;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    .page-layout {
      flex-direction: column;
      padding: 20px 20px 40px;
    }

    .bg-hero {
      min-height: auto;
      border-radius: 24px;
      width: 100%;
    }

    .bg-hero-inner {
      padding: 32px 22px 26px;
    }

    .bg-hero-kicker{
     font-size: 0.7rem;

    }
    h1.bg-hero-title {
      font-size: 1.8rem;
    }
    h2.bg-hero-title {
      font-size: 1.6rem;
    }
    h2.bg-hero-title::before {
      counter-increment: section;
      content: "0" counter(section) ".";
      font-size: 6rem;
      top: -60px;
      left: -30px;
    }
    .bg-hero-text-med{
        font-size: 1rem;
    }
     .bg-hero-text-big{
        font-size: 1.1rem;
    }
  }