.elementor-33 .elementor-element.elementor-element-df1bb10{--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-33 .elementor-element.elementor-element-6232524{--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-33 .elementor-element.elementor-element-6232524.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-33 .elementor-element.elementor-element-eb694ba{--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-33 .elementor-element.elementor-element-eb694ba:not(.elementor-motion-effects-element-type-background), .elementor-33 .elementor-element.elementor-element-eb694ba > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4D7947;}.elementor-33 .elementor-element.elementor-element-d0aa172{--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-33 .elementor-element.elementor-element-c63ba79{--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-33 .elementor-element.elementor-element-88b54ee{--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-33 .elementor-element.elementor-element-2f47d46{--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-33 .elementor-element.elementor-element-a17fb5f{--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;}@media(min-width:768px){.elementor-33 .elementor-element.elementor-element-6232524{--width:100%;}.elementor-33 .elementor-element.elementor-element-88b54ee{--width:98%;}.elementor-33 .elementor-element.elementor-element-2f47d46{--width:65%;}.elementor-33 .elementor-element.elementor-element-a17fb5f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b2fef6a *//* ==========================================================
   KĄTY W KĄPIE
   HERO
========================================================== */

.kwk-hero{

    position:relative;
    overflow:hidden;

    min-height:100vh;

    background:#16281F;

    color:#F1EAD8;

    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

/* ==========================================
   WAVE PATTERN
========================================== */

.kwk-hero__waves{

    position:absolute;
    inset:0;

    opacity:.08;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='72' viewBox='0 0 240 72'%3E%3Cpath d='M0 36 Q30 0 60 36 T120 36 T180 36 T240 36' fill='none' stroke='%23FFFFFF' stroke-width='1'/%3E%3C/svg%3E");

    background-size:240px 72px;

    animation:waveMove 18s linear infinite;
}

@keyframes waveMove{

    from{

        background-position:0 0;

    }

    to{

        background-position:240px 0;

    }

}

/* ==========================================
   BIG CIRCLE
========================================== */

.kwk-hero__circle{

    position:absolute;

    right:-120px;
    top:140px;

    width:620px;
    height:620px;

    border-radius:50%;

    background:rgba(255,255,255,.025);

    pointer-events:none;
}

/* ==========================================
   CONTENT
========================================== */

.kwk-hero .kwk-section-inner{

    position:relative;

    z-index:2;

    width:min(1320px,90vw);

    margin:auto;

    padding-top:130px;
    padding-bottom:70px;
}

.kwk-hero__content{

    display:grid;

    grid-template-columns:58% 42%;

    gap:80px;

    align-items:center;
}

/* ==========================================
   LEFT
========================================== */

.kwk-hero__eyebrow{

    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:12px;

    margin-bottom:36px;

    font-family:'Space Mono',monospace;
    font-size:.72rem;
    letter-spacing:.18em;
    text-transform:uppercase;

    color:#D8E26A;
}

.kwk-hero__eyebrow span{

    opacity:.55;
}

.kwk-hero__title{

    margin:0;

    font-family:'Newsreader',serif;

    font-size:4rem;

    font-style:italic;

    font-weight:400;

    line-height:.95;

    color:#F1EAD8;

    max-width:760px;
}

.kwk-hero__text{

    margin-top:42px;

    max-width:560px;

    font-size:1.1rem;

    line-height:2;

    color:#DDD6C8;
}

/* ==========================================
   BUTTONS
========================================== */

.kwk-hero__buttons{

    display:flex;

    gap:18px;

    margin-top:45px;
}

/* ==========================================
   RIGHT
========================================== */

.kwk-hero__right{

    display:flex;
    justify-content:center;
    align-items:center;
}

.kwk-hero__image{

    position:relative;

    width:100%;
    max-width:520px;
}

.kwk-hero__image img{

    width:100%;
    display:block;

    border-radius:26px;

    object-fit:cover;

    box-shadow:0 35px 70px rgba(0,0,0,.35);
}

/* ==========================================
   BADGE
========================================== */

.kwk-hero__badge{

    position:absolute;

    left:-45px;
    bottom:50px;

    display:flex;
    align-items:center;
    gap:12px;

    padding:14px 22px;

    background:#D8E26A;

    color:#16281F;

    font-family:'Space Mono',monospace;

    font-size:.82rem;

    font-weight:700;

    border-radius:3px;

    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.kwk-hero__badge-dot{

    width:12px;
    height:12px;

    border-radius:50%;

    background:#16281F;
}

/* ==========================================
   STATS
========================================== */

.kwk-hero__stats{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:0;

    margin-top:90px;

    padding-top:35px;

    border-top:1px solid rgba(255,255,255,.12);
}

.kwk-stat{

    padding-right:30px;

    border-right:1px solid rgba(255,255,255,.12);
}

.kwk-stat:last-child{

    border-right:none;
}

.kwk-stat__value{

    display:block;

    margin-bottom:14px;

    font-family:'Space Mono',monospace;

    font-size:2rem;

    color:#D8E26A;

    font-weight:700;
}

.kwk-stat__label{

    display:block;

    font-family:'Space Mono',monospace;

    font-size:.78rem;

    letter-spacing:.15em;

    text-transform:uppercase;

    color:rgba(255,255,255,.72);

    line-height:1.8;
}
/* ==========================================================
   BUTTONS
========================================================== */

.kwk-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:18px 34px;

    text-decoration:none;

    font-family:'Space Mono',monospace;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;

    transition:all .35s ease;

    border:1px solid transparent;

    cursor:pointer;
}

.kwk-btn--primary{

    background:#D8E26A;
    color:#16281F;

    border-color:#D8E26A;
}

.kwk-btn--primary:hover{

    background:#C8D65A;
    border-color:#C8D65A;

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(0,0,0,.22);
}

.kwk-btn--outline{

    background:transparent;

    color:#F1EAD8;

    border-color:rgba(255,255,255,.45);
}

.kwk-btn--outline:hover{

    background:#AE8C5F;

    border-color:#AE8C5F;

    color:white;

    transform:translateY(-3px);
}

/* ==========================================
   ANIMACJE
========================================== */

.kwk-hero__eyebrow,
.kwk-hero__title,
.kwk-hero__text,
.kwk-hero__buttons,
.kwk-hero__stats{

    opacity:0;
    transform:translateY(35px);

    animation:heroFade .8s forwards;
}

.kwk-hero__eyebrow{

    animation-delay:.15s;
}

.kwk-hero__title{

    animation-delay:.3s;
}

.kwk-hero__text{

    animation-delay:.45s;
}

.kwk-hero__buttons{

    animation-delay:.6s;
}

.kwk-hero__stats{

    animation-delay:.9s;
}

.kwk-hero__image{

    opacity:0;

    transform:translateX(60px);

    animation:imageFade 1s .5s forwards;
}

.kwk-hero__badge{

    animation:badgeFloat 4s ease-in-out infinite;
}

/* ==========================================
   KEYFRAMES
========================================== */

@keyframes heroFade{

    to{

        opacity:1;
        transform:none;

    }

}

@keyframes imageFade{

    to{

        opacity:1;
        transform:none;

    }

}

@keyframes badgeFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-8px);

    }

    100%{

        transform:translateY(0);

    }

}

/* ==========================================
   IMAGE HOVER
========================================== */

.kwk-hero__image img{

    transition:transform .8s ease;
}

.kwk-hero__image:hover img{

    transform:scale(1.03);
}

/* ==========================================
   STATS HOVER
========================================== */

.kwk-stat{

    transition:.35s;
}

.kwk-stat:hover{

    transform:translateY(-6px);
}

.kwk-stat:hover .kwk-stat__value{

    color:white;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:1200px){

.kwk-hero__title{

    font-size:5rem;
}

.kwk-hero__content{

    gap:60px;
}

}

@media(max-width:1024px){

.kwk-hero{

    min-height:auto;
}

.kwk-hero .kwk-section-inner{

    padding-top:120px;
    padding-bottom:80px;
}

.kwk-hero__content{

    grid-template-columns:1fr;

    gap:70px;
}

.kwk-hero__right{

    order:-1;
}

.kwk-hero__image{

    max-width:700px;
}

.kwk-hero__badge{

    left:30px;
}

.kwk-hero__stats{

    grid-template-columns:repeat(2,1fr);

    row-gap:40px;
}

.kwk-stat:nth-child(2){

    border-right:none;
}

}

@media(max-width:768px){

.kwk-hero .kwk-section-inner{

    padding-top:90px;
}

.kwk-hero__title{

    font-size:3.4rem;

    line-height:1;
}

.kwk-hero__text{

    font-size:1rem;

    line-height:1.8;
}

.kwk-hero__buttons{

    flex-direction:column;

    align-items:flex-start;
}

.kwk-btn{

    width:100%;
}

.kwk-hero__badge{

    position:relative;

    left:auto;
    bottom:auto;

    margin-top:20px;

    width:max-content;
}

.kwk-hero__stats{

    grid-template-columns:1fr;

    gap:35px;
}

.kwk-stat{

    border-right:none;

    border-bottom:1px solid rgba(255,255,255,.1);

    padding-bottom:30px;
}

.kwk-stat:last-child{

    border-bottom:none;
}

}

@media(max-width:480px){

.kwk-hero__title{

    font-size:2.8rem;
}

.kwk-hero__eyebrow{

    font-size:.62rem;

    gap:8px;
}

.kwk-stat__value{

    font-size:1.6rem;
}

.kwk-stat__label{

    font-size:.68rem;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ae2fe3 *//* =====================================================
   KĄTY W KĄPIE
   Sekcja 02 - Dlaczego Kąty w Kąpie
   (wersja: lista w 2 kolumnach — krótsza sekcja)
===================================================== */

#dlaczego{
    background:#F7F4ED;
    position:relative;
    overflow:hidden;
}

#dlaczego::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
    radial-gradient(circle at 15% 20%, rgba(174,140,95,.05) 0, transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(22,40,31,.04) 0, transparent 45%);
    pointer-events:none;
}

.kwk-why{
    display:grid;
    grid-template-columns:32% 68%;
    gap:90px;
    align-items:start;
    position:relative;
    z-index:2;

    width:95%;
    max-width:1500px;
    margin:0 auto;
}

/* =======================================
   Sticky
======================================= */

.kwk-why__sticky{
    position:sticky;
    top:140px;
}

.kwk-eyebrow{
    display:inline-block;
    margin-bottom:24px;

    font-family:'Space Mono', monospace;
    font-size:.72rem;
    letter-spacing:.28em;
    text-transform:uppercase;

    color:#AE8C5F;
}

.kwk-h2{
    margin:0 0 34px;

    font-family:'Newsreader', serif;
    font-size:4rem;
    line-height:.95;
    font-style:italic;
    font-weight:500;

    color:#16281F;
}

.kwk-why__sticky p{
    margin:0;
    max-width:470px;

    font-size:1.08rem;
    line-height:1.9;

    color:#5F5A52;
}

/* =======================================
   Lista — 2 KOLUMNY
======================================= */

.kwk-why__list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0 56px;
}

.kwk-why__item{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:22px;

    padding:42px 0;

    border-bottom:1px solid #DDD4C2;

    transition:.45s ease;
}

/* linia górna tylko dla pierwszego rzędu (pozycje 1 i 2) */
.kwk-why__item:nth-child(-n+2){
    border-top:1px solid #DDD4C2;
}

.kwk-why__num{

    font-family:'Space Mono', monospace;
    font-size:.92rem;
    letter-spacing:.14em;

    color:#AE8C5F;

    transition:.35s;
}

.kwk-why__item h3{

    margin:0 0 14px;

    font-family:'Newsreader', serif;
    font-size:1.5rem;
    line-height:1.18;
    font-weight:500;

    color:#16281F;

    transition:.35s;
}

.kwk-why__item p{

    margin:0;

    font-size:.94rem;
    line-height:1.75;

    color:#6B655D;
}

/* =======================================
   Hover
======================================= */

.kwk-why__item:hover{

    padding-left:14px;
}

.kwk-why__item:hover .kwk-why__num{

    color:#16281F;
}

.kwk-why__item:hover h3{

    color:#6B591F;
}

/* delikatna kreska */

.kwk-why__item{

    position:relative;
}

.kwk-why__item::before{

    content:"";

    position:absolute;

    left:-28px;
    top:50%;

    width:7px;
    height:7px;

    border-radius:50%;

    background:#AE8C5F;

    transform:translateY(-50%) scale(0);

    transition:.35s;
}

.kwk-why__item:hover::before{

    transform:translateY(-50%) scale(1);
}

/* =======================================
   Animacja
======================================= */

.kwk-why__item{

    opacity:0;
    transform:translateY(40px);

    animation:kwkFade .7s forwards;
}

.kwk-why__item:nth-child(1){animation-delay:.05s;}
.kwk-why__item:nth-child(2){animation-delay:.10s;}
.kwk-why__item:nth-child(3){animation-delay:.15s;}
.kwk-why__item:nth-child(4){animation-delay:.20s;}
.kwk-why__item:nth-child(5){animation-delay:.25s;}
.kwk-why__item:nth-child(6){animation-delay:.30s;}

@keyframes kwkFade{

    to{

        opacity:1;
        transform:none;
    }
}

/* =======================================
   Tablet
======================================= */

@media(max-width:1100px){

.kwk-why{

    grid-template-columns:1fr;
    gap:70px;
}

.kwk-why__sticky{

    position:relative;
    top:auto;
}

.kwk-h2{

    font-size:3.2rem;
}

.kwk-why__list{

    grid-template-columns:1fr 1fr;
    gap:0 40px;
}

}

/* =======================================
   Mobile — wraca do 1 kolumny (czytelność)
======================================= */

@media(max-width:768px){

.kwk-why__list{

    grid-template-columns:1fr;
}

.kwk-why__item{

    grid-template-columns:1fr;
    gap:14px;

    padding:34px 0;
}

.kwk-why__item:nth-child(-n+2){

    border-top:none;
}

.kwk-why__item:first-child{

    border-top:1px solid #DDD4C2;
}

.kwk-why__num{

    font-size:.8rem;
}

.kwk-h2{

    font-size:2.5rem;
}

.kwk-why__item h3{

    font-size:1.4rem;
}

.kwk-why__sticky p{

    font-size:1rem;
    line-height:1.8;
}

.kwk-why__item::before{

    display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8ed573 *//* KĄTY W KĄPIE — Sekcja 03: Dom i wnętrze — STYLE
   Wklej do: Wygląd → Personalizuj → Dodatkowy CSS (obok 00-global-styles.css)

   WAŻNE: .kwk-collage__media MUSI mieć jawną wysokość (height:520px) —
   .kwk-collage__big i .kwk-collage__small są position:absolute i liczą
   swoją wysokość w % właśnie od tego rodzica. Bez tej linijki oba boksy
   zapadają się do prawie zera (stąd malutkie, rozjechane zdjęcia). */

/* Fale w tle — TYLKO dla tej sekcji, niezależnie od global.css */
#dom-i-wnetrze::before{
  content:"";position:absolute;inset:0;z-index:0;opacity:0.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='120'%3E%3Cpath d='M0,60 Q55,20 110,60 T220,60' stroke='%23C7D96A' stroke-width='1' fill='none' opacity='0.16'/%3E%3Cpath d='M0,95 Q55,60 110,95 T220,95' stroke='%23C7D96A' stroke-width='1' fill='none' opacity='0.1'/%3E%3Cpath d='M0,25 Q55,-8 110,25 T220,25' stroke='%23C7D96A' stroke-width='1' fill='none' opacity='0.08'/%3E%3C/svg%3E");
  background-repeat:repeat;
}
.kwk-collage{display:grid;grid-template-columns:1.1fr 0.9fr;gap:50px;align-items:start;}
.kwk-collage__media{position:relative;height:520px;}
.kwk-collage__big{position:absolute;top:0;left:0;width:72%;height:70%;z-index:2;}
.kwk-collage__small{position:absolute;bottom:0;right:0;width:52%;height:56%;z-index:3;transform:rotate(2deg);}
.kwk-collage__big img,.kwk-collage__small img{width:100%;height:100%;object-fit:cover;}

.kwk-feature-list{list-style:none;padding:0;margin:30px 0 0;display:flex;flex-direction:column;}
.kwk-feature-list li{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:20px 0;border-top:1px solid var(--line-on-dark);}
.kwk-feature-list li:last-child{border-bottom:1px solid var(--line-on-dark);}
.kwk-feature-list .kwk-fnum{font-family:'Space Mono',monospace;color:var(--lichen);font-size:0.82rem;padding-top:2px;}
.kwk-feature-list strong{display:block;font-family:'Newsreader',serif;font-size:1.08rem;font-weight:600;margin-bottom:4px;}
.kwk-feature-list p{margin:0;font-size:0.92rem;line-height:1.6;color:white;}
@media (max-width:980px){
  .kwk-collage{grid-template-columns:1fr;}
  .kwk-collage__media{height:360px;margin-bottom:10px;}
}
#dom-i-wnetrze .kwk-eyebrow {color:  #827550}
#dom-i-wnetrze .kwk-h2 {color: white}
#dom-i-wnetrze .kwk-lede {color:  white}
#dom-i-wnetrze .kwk-feature-list strong {color:  #D8E26A}
#dom-i-wnetrze .kwk-feature-list p {color:  white}
#dom-i-wnetrze .kwk-fnum {color:  #D8E26A}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7711a76 *//* ============================================================
   KĄTY W KĄPIE — Sekcja 04: Atrakcje i udogodnienia — CSS
   Wklej TEN plik razem z 00-global-styles.css
   (Wygląd → Personalizuj → Dodatkowy CSS)
   ============================================================ */

#atrakcje-i-udogodnienia .kwk-amenities-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 48px;
}

#atrakcje-i-udogodnienia .kwk-eyebrow-mark {
  color: #c96a3c; /* rdzawy akcent, jak na zrzucie */
  margin-right: 4px;
}

#atrakcje-i-udogodnienia .kwk-amenities-lede {
  max-width: 340px;
  margin: 0;
}

/* Siatka kart */
#atrakcje-i-udogodnienia .kwk-amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}

@media (max-width: 900px) {
  #atrakcje-i-udogodnienia .kwk-amenities-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  #atrakcje-i-udogodnienia .kwk-amenities-grid { grid-template-columns: 1fr; }
  #atrakcje-i-udogodnienia .kwk-amenities-head { align-items: flex-start; }
}

#atrakcje-i-udogodnienia .kwk-amenity-card {
  background: #f7f3e7;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 28px 24px;
}

#atrakcje-i-udogodnienia .kwk-amenity-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 18px;
}

#atrakcje-i-udogodnienia .kwk-amenity-icon svg {
  width: 20px;
  height: 20px;
}

#atrakcje-i-udogodnienia .kwk-amenity-icon--teal  { background: #3c7a76; }
#atrakcje-i-udogodnienia .kwk-amenity-icon--rust  { background: #c96a3c; }
#atrakcje-i-udogodnienia .kwk-amenity-icon--dark  { background: #21231f; }
#atrakcje-i-udogodnienia .kwk-amenity-icon--olive { background: #6d7a3f; }

#atrakcje-i-udogodnienia .kwk-amenity-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px 0;
}

#atrakcje-i-udogodnienia .kwk-amenity-card p {
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.75;
  margin: 0;
}

/* Zdjęcie z podpisem i narożnikami */
#atrakcje-i-udogodnienia .kwk-figure {
  position: relative;
  display: inline-block;
  margin: 24px 0 0 0;
  padding: 14px 0 0 14px;
}

#atrakcje-i-udogodnienia .kwk-figure img {
  display: block;
  max-width: 260px;
  height: auto;
  border-radius: 4px;
}

#atrakcje-i-udogodnienia .kwk-figure-caption {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c96a3c;
  opacity: 0.9;
}

#atrakcje-i-udogodnienia .kwk-corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1.5px solid #6d7a3f;
}

#atrakcje-i-udogodnienia .kwk-corner--top {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

#atrakcje-i-udogodnienia .kwk-corner--bottom {
  bottom: 30px;
  right: -14px;
  border-left: none;
  border-top: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e85123a *//* ============================================================
   KĄTY W KĄPIE — Sekcja 05: Okolica — CSS
   Wklej TEN plik razem z 00-global-styles.css
   (Wygląd → Personalizuj → Dodatkowy CSS)
   ============================================================ */

#okolica {
  position: relative;
  background: #16281f; /* ciemna zieleń jak na zrzucie */
  overflow: hidden;
}

#okolica .kwk-section-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Faliste linie w tle */
#okolica .kwk-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#okolica .kwk-waves path {
  fill: none;
  stroke: rgba(255,255,255,0.05);
  stroke-width: 1.5;
}

#okolica .kwk-section-inner {
  position: relative;
  z-index: 1;
}

/* Eyebrow / nagłówek na ciemnym tle */
#okolica .kwk-eyebrow-mark {
  color: #a8c66c; /* limonkowa zieleń akcentu */
  margin-right: 4px;
}

#okolica .kwk-h2 {
  color: #f5f0e1;
}

#okolica .kwk-okolica-lede {
  max-width: 480px;
  color: rgba(245,240,225,0.65);
}

/* Oś czasu */
#okolica .kwk-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 56px;
}

@media (max-width: 900px) {
  #okolica .kwk-timeline { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
}
@media (max-width: 560px) {
  #okolica .kwk-timeline { grid-template-columns: 1fr; }
}

#okolica .kwk-timeline-item {
  position: relative;
  padding-top: 22px;
}

/* Kropka */
#okolica .kwk-timeline-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid #a8c66c;
  background: rgba(168,198,108,0.25);
}

/* Kropkowana linia biegnąca od kropki na całą szerokość kolumny */
#okolica .kwk-timeline-item::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 18px;
  right: 0;
  border-top: 2px dotted rgba(168,198,108,0.55);
}

#okolica .kwk-timeline-label {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
  color: #a8c66c;
  margin-top: 18px;
  margin-bottom: 10px;
}

#okolica .kwk-timeline-item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f0e1;
  margin: 0 0 8px 0;
}

#okolica .kwk-timeline-item p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(245,240,225,0.6);
  margin: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b3f263 *//* ============================================================
   KĄTY W KĄPIE — Sekcja 06: Cennik i rezerwacja — CSS
   Wklej TEN plik razem z 00-global-styles.css
   (Wygląd → Personalizuj → Dodatkowy CSS)
   ============================================================ */

#cennik-i-rezerwacja .kwk-eyebrow-mark {
  color: #c96a3c;
  margin-right: 4px;
}

#cennik-i-rezerwacja .kwk-pricing-lede {
  max-width: 640px;
  margin-top: 16px;
  margin-bottom: 40px;
}

/* ---------- Pudełka bloków 01 / 02 ---------- */
#cennik-i-rezerwacja .kwk-pricing-box {
  position: relative;
  background: #f7f3e7;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 56px 40px 36px 40px;
  margin-bottom: 32px;
}

#cennik-i-rezerwacja .kwk-pricing-tag {
  position: absolute;
  top: -18px;
  left: 32px;
  padding: 10px 18px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
}

#cennik-i-rezerwacja .kwk-pricing-tag--dark { background: #1c231f; }
#cennik-i-rezerwacja .kwk-pricing-tag--rust { background: #c96a3c; }

#cennik-i-rezerwacja .kwk-pricing-intro {
  max-width: 720px;
  font-size: 0.98rem;
  opacity: 0.85;
  margin: 0 0 32px 0;
}

/* ---------- Karty cenowe ---------- */
#cennik-i-rezerwacja .kwk-price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  #cennik-i-rezerwacja .kwk-price-cards { grid-template-columns: 1fr; }
}

#cennik-i-rezerwacja .kwk-price-card {
  position: relative;
  background: #efe9d8;
  border-radius: 8px;
  padding: 28px 24px 20px 24px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

/* Kolorowa "karteczka" doczepiona u góry karty (blok 01) */
#cennik-i-rezerwacja .kwk-price-card__tab {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 46px;
  height: 22px;
  border-radius: 3px;
  opacity: 0.9;
}

#cennik-i-rezerwacja .kwk-tab--olive { background: #c3d08a; }
#cennik-i-rezerwacja .kwk-tab--peach { background: #e0a98a; }
#cennik-i-rezerwacja .kwk-tab--blue  { background: #9fb8bd; }

#cennik-i-rezerwacja .kwk-price-badge {
  display: inline-block;
  background: #1c231f;
  color: #fff;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}

#cennik-i-rezerwacja .kwk-price-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 6px 0;
}

#cennik-i-rezerwacja .kwk-price-card > p {
  font-size: 0.88rem;
  opacity: 0.75;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

/* Wiersze cen z kropkowanym podkreśleniem */
#cennik-i-rezerwacja .kwk-price-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#cennik-i-rezerwacja .kwk-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dotted rgba(0,0,0,0.25);
  padding-bottom: 8px;
}

#cennik-i-rezerwacja .kwk-price-row span {
  font-size: 0.85rem;
  opacity: 0.7;
}

#cennik-i-rezerwacja .kwk-price-row strong {
  font-family: "Courier New", Courier, monospace;
  color: #c96a3c;
  font-size: 1.05rem;
}

/* Kropka pin (blok 02) */
#cennik-i-rezerwacja .kwk-price-card--dot {
  padding-top: 24px;
}

#cennik-i-rezerwacja .kwk-price-dot {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

#cennik-i-rezerwacja .kwk-dot--rust   { background: #c96a3c; }
#cennik-i-rezerwacja .kwk-dot--yellow { background: #d9b84a; }
#cennik-i-rezerwacja .kwk-dot--blue   { background: #5b8fa8; }
#cennik-i-rezerwacja .kwk-dot--green  { background: #7a9c4e; }

/* Przypis pod blokiem 01 */
#cennik-i-rezerwacja .kwk-pricing-footnote {
  margin-top: 28px;
  font-size: 0.78rem;
  line-height: 1.6;
  opacity: 0.6;
}

/* ---------- Blok 03 — Ważne informacje ---------- */
#cennik-i-rezerwacja .kwk-pricing-notes {
  margin-top: 8px;
}

#cennik-i-rezerwacja .kwk-notes-heading {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 24px;
}

#cennik-i-rezerwacja .kwk-sticky-notes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  #cennik-i-rezerwacja .kwk-sticky-notes { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  #cennik-i-rezerwacja .kwk-sticky-notes { grid-template-columns: 1fr; }
}

#cennik-i-rezerwacja .kwk-sticky {
  position: relative;
  padding: 26px 20px 22px 20px;
  border-radius: 3px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

#cennik-i-rezerwacja .kwk-sticky strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
}

#cennik-i-rezerwacja .kwk-sticky p {
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.75;
  margin: 0;
}

#cennik-i-rezerwacja .kwk-sticky--yellow { background: #eadfa8; }
#cennik-i-rezerwacja .kwk-sticky--pink   { background: #e7c3b8; }
#cennik-i-rezerwacja .kwk-sticky--green  { background: #cdd9ae; }
#cennik-i-rezerwacja .kwk-sticky--blue   { background: #b9cdd1; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73a80ca *//* ============================================================
   KĄTY W KĄPIE — Sekcja 07: FAQ — CSS
   Wklej TEN plik razem z 00-global-styles.css
   (Wygląd → Personalizuj → Dodatkowy CSS)
   ============================================================ */

#faq .kwk-faq-heading {
  font-size: 1.6rem;
  margin-bottom: 32px;
}

#faq .kwk-faq-list {
  counter-reset: kwk-faq-counter;
  max-width: 1920px;
}

/* ---------- Pojedynczy element akordeonu ---------- */
#faq .kwk-faq-item {
  counter-increment: kwk-faq-counter;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 22px 0;
}

#faq .kwk-faq-item:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
}

/* Usunięcie domyślnego trójkąta <details> */
#faq .kwk-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
#faq .kwk-faq-item summary::-webkit-details-marker {
  display: none;
}

/* Numer pytania: Q01, Q02... */
#faq .kwk-faq-q {
  flex: 0 0 42px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  color: #c96a3c;
}
#faq .kwk-faq-q::before {
  content: "Q" counter(kwk-faq-counter, decimal-leading-zero);
}

/* Treść pytania */
#faq .kwk-faq-question {
  flex: 1 1 auto;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1c231f;
}

/* Ikonka +/× po prawej */
#faq .kwk-faq-toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: auto;
}
#faq .kwk-faq-toggle::before,
#faq .kwk-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.6px;
  background: #c96a3c;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
#faq .kwk-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
/* Gdy element otwarty: krzyżyk (obrót ramion o 45°) */
#faq .kwk-faq-item[open] .kwk-faq-toggle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#faq .kwk-faq-item[open] .kwk-faq-toggle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Odpowiedź */
#faq .kwk-faq-answer {
  margin: 12px 0 0 58px; /* wyrównanie pod tekstem pytania (42px + 16px gap) */
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3f5c5e;
  max-width: 640px;
}

@media (max-width: 560px) {
  #faq .kwk-faq-answer { margin-left: 0; }
  #faq .kwk-faq-q { flex-basis: 34px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e22f31 *//* ============================================================
   KĄTY W KĄPIE — Sekcja 08: Kontakt — CSS
   Wklej TEN plik razem z 00-global-styles.css
   (Wygląd → Personalizuj → Dodatkowy CSS)
   ============================================================ */

#kontakt {
  position: relative;
  background: #16281f; /* ta sama ciemna zieleń, jak w sekcji Okolica */
  overflow: hidden;
}

#kontakt .kwk-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#kontakt .kwk-waves path {
  fill: none;
  stroke: rgba(255,255,255,0.05);
  stroke-width: 1.5;
}

#kontakt .kwk-section-inner {
  position: relative;
  z-index: 1;
}

#kontakt .kwk-eyebrow-mark {
  color: #a8c66c;
  margin-right: 4px;
}

#kontakt .kwk-h2 {
  color: #f5f0e1;
  margin-bottom: 48px;
}

/* ---------- Układ dwukolumnowy: karta + mapa ---------- */
#kontakt .kwk-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 900px) {
  #kontakt .kwk-contact-grid { grid-template-columns: 1fr; }
}

/* ---------- Karta kontaktowa (jasna, jak karteczka) ---------- */
#kontakt .kwk-contact-card {
  position: relative;
  background: #f7f3e7;
  border-radius: 10px;
  padding: 40px 44px;
  margin-top: 35px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

#kontakt .kwk-contact-stamp {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 76px;
  height: 76px;
  border: 1.5px solid #c96a3c;
  border-radius: 50%;
  color: #c96a3c;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  transform: rotate(-4deg);
}

#kontakt .kwk-contact-intro {
  max-width: 340px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1c231f;
  opacity: 0.85;
  margin: 0 0 32px 0;
}

#kontakt .kwk-contact-rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#kontakt .kwk-contact-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-size: 0.95rem;
  color: #1c231f;
}

#kontakt .kwk-contact-label {
  flex: 0 0 46px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.75;
}

#kontakt .kwk-contact-row a {
  color: #1c231f;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid #c96a3c;
}
#kontakt .kwk-contact-row a:hover {
  color: #c96a3c;
}

#kontakt .kwk-contact-sep {
  opacity: 0.4;
}

/* ---------- Placeholder / kontener mapy ---------- */
#kontakt .kwk-map-embed {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#kontakt .kwk-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6px;
}

#kontakt .kwk-map-placeholder {
  max-width: 280px;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  color: rgba(245,240,225,0.4);
  margin: 0;
  padding: 0 20px;
}/* End custom CSS */