.elementor-1045 .elementor-element.elementor-element-ddbf45c{--display:flex;}.elementor-1045 .elementor-element.elementor-element-9e30118{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-457b2b8{--display:flex;}.elementor-1045 .elementor-element.elementor-element-313cd7c{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-208b2fd{margin:41px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-54f91b9{--display:flex;}.elementor-1045 .elementor-element.elementor-element-d962dbe{--display:flex;}.elementor-1045 .elementor-element.elementor-element-a431f46{margin:57px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-fc84f79{margin:-137px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-aa6a4f8{--display:flex;}.elementor-1045 .elementor-element.elementor-element-eaf1df3{margin:-39px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-571e697{margin:-62px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-765e08b{--display:flex;}.elementor-1045 .elementor-element.elementor-element-41bbd5f{margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-76a4c1d{--display:flex;}.elementor-1045 .elementor-element.elementor-element-3828ae0{margin:-28px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-1045 .elementor-element.elementor-element-9e30118{margin:-72px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-313cd7c{margin:28px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-9dc0e0d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-a431f46{margin:24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-915253e{margin:47px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-eaf1df3{margin:-81px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-571e697{margin:-119px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1045 .elementor-element.elementor-element-41bbd5f{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-9e30118 */:root {
  --ink:#0a0a0a;
  --paper:#f6f5ec;
  --rose:#d97e8a;
  --muted:rgba(246,245,236,.65);
  --ease:cubic-bezier(.22,1,.36,1);
}

/* === SEKCJA GŁÓWNA === */
.noir-about-expert {
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  min-height:100vh;
  background:var(--ink);
  color:var(--paper);
}

/* === GRADIENTY I TEKSTURY === */
.noir-bg {
  position:absolute;inset:0;
  background:radial-gradient(circle at 60% 40%,rgba(217,126,138,.1),transparent 70%);
  filter:blur(120px);
  animation:driftLight 18s ease-in-out infinite alternate;
}
@keyframes driftLight {
  0%{transform:translate(-5%,-5%) scale(1);opacity:.6;}
  100%{transform:translate(5%,5%) scale(1.2);opacity:.9;}
}
.noir-gradient {
  position:absolute;inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,.05),transparent 40%,rgba(0,0,0,.5));
  mix-blend-mode:overlay;
}
.noir-glow {
  position:absolute;inset:0;
  background:url("https://www.transparenttextures.com/patterns/noise.png");
  opacity:.05;mix-blend-mode:screen;
}

/* === TREŚĆ === */
.noir-content {
  position:relative;z-index:2;
  padding:10vw 6vw;
}
.noir-eyebrow {
  font:600 11px/1.2 "Inter Tight",sans-serif;
  letter-spacing:.3em;text-transform:uppercase;
  color:var(--muted);margin-bottom:1.4rem;
  opacity:0;transform:translateY(10px);
  animation:fadeInUp 1s var(--ease) .3s forwards;
}
.noir-title {
  font-family:"Bebas Neue",sans-serif;
  font-size:clamp(46px,7vw,90px);
  letter-spacing:.04em;line-height:.95;margin:0 0 2rem;
  opacity:0;transform:translateY(20px);
  animation:fadeInUp 1s var(--ease) .5s forwards;
}
.noir-text {
  font:400 16px/1.9 "Inter",sans-serif;
  color:var(--muted);max-width:55ch;
  opacity:0;transform:translateY(20px);
  animation:fadeInUp 1s var(--ease) .8s forwards;
}
@keyframes fadeInUp {to{opacity:1;transform:translateY(0);}}

/* === META === */
.noir-meta {
  margin-top:3rem;display:flex;align-items:center;gap:1rem;
  letter-spacing:.15em;text-transform:uppercase;font-size:12px;color:var(--muted);
}
.noir-divider {width:1px;height:24px;background:rgba(255,255,255,.1);}
.noir-signature {color:var(--rose);font-weight:600;}

/* === OBRAZ === */
.noir-image-wrap {position:relative;overflow:hidden;height:100%;}
.noir-image {
  width:100%;height:100%;object-fit:cover;
  transform:scale(1.05);
  transition:transform 1.2s var(--ease);
  filter:brightness(.8) contrast(1.1) saturate(1.2);
}
.noir-about-expert:hover .noir-image {transform:scale(1.12);}

/* === HIERARCHIA TYTUŁÓW === */
@media (min-width:1025px){
  .noir-eyebrow{font-size:64px;font-weight:700;color:var(--paper);text-transform:uppercase;margin-bottom:.5rem;}
  .noir-title{font-size:42px;font-weight:400;text-transform:lowercase;color:var(--muted);margin-bottom:2rem;}
}
@media (max-width:1024px){
  .noir-eyebrow{font-size:clamp(36px,9vw,48px);font-weight:700;text-transform:uppercase;color:var(--paper);}
  .noir-title{font-size:clamp(24px,6.5vw,34px);font-weight:400;text-transform:lowercase;color:var(--muted);}
}

/* === TABLET === */
@media (max-width:1024px){
  .noir-about-expert{grid-template-columns:1fr;min-height:auto;}
  .noir-image-wrap{order:-1;height:60vh;}
  .noir-content{padding:14vw 8vw;text-align:center;}
  .noir-title{font-size:clamp(42px,9vw,68px);}
  .noir-text{font-size:15px;line-height:1.7;margin:0 auto 2.8rem;}
}

/* === MOBILE <600px === */
@media (max-width:600px){
  .noir-about-expert{display:flex;flex-direction:column;overflow:hidden;}
  .noir-image-wrap{
    order:-1;width:100%;height:95vh;
    border-radius:0;overflow:hidden;position:relative;
  }
  .noir-image{
    object-fit:cover;
    object-position:center 15%;
    filter:brightness(.95) contrast(1.1) saturate(1.1);
    transform:none;
  }
  .noir-content{
    padding:8vw 7vw 14vw;text-align:left;margin:0;
  }
  .noir-eyebrow{font-size:11px;letter-spacing:.22em;margin-bottom:.7rem;color:rgba(255,255,255,.6);}
  .noir-title{font-size:clamp(34px,7.5vw,44px);line-height:1.08;margin-bottom:1.1rem;}
  .noir-text{font-size:clamp(14px,4vw,15.5px);line-height:1.75;color:rgba(255,255,255,.75);margin-bottom:2.2rem;}
  .noir-meta{justify-content:flex-start;gap:.7rem;font-size:10.5px;color:rgba(255,255,255,.55);}
  .noir-divider{height:16px;background:rgba(255,255,255,.15);}
}

/* === BUTTON === */
.effects-btn {
  position:relative;
  font-family:"Inter Tight",sans-serif;
  font-size:14px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;
  color:var(--paper);background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.15);
  border-radius:40px;padding:12px 38px;
  cursor:pointer;transition:all .4s var(--ease);
  backdrop-filter:blur(6px);overflow:hidden;
  animation:floatBtn 3s ease-in-out infinite;
}
@keyframes floatBtn {0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
.effects-btn:hover,
.effects-btn:focus,
.effects-btn:active {
  border-color:rgba(255,255,255,.25)!important;
  color:var(--paper)!important;
  box-shadow:0 0 18px rgba(255,255,255,.12)!important;
  background:rgba(255,255,255,.03)!important;
}

/* === POPUP === */
.effects-popup {
  position:fixed;inset:0;display:none;
  align-items:center;justify-content:center;
  background:rgba(10,10,10,.88);
  backdrop-filter:blur(16px);z-index:999;
}
.effects-popup-inner {
  position:relative;background:rgba(246,245,236,.08);
  border:1px solid rgba(246,245,236,.12);
  border-radius:32px;max-width:900px;width:90%;
  padding:60px 50px 70px;text-align:center;
  box-shadow:0 25px 90px rgba(0,0,0,.5);
  animation:slideUp .5s var(--ease);isolation:isolate;
}
.effects-heading {
  font-family:"Bebas Neue",sans-serif;
  font-size:38px;color:var(--paper);margin-bottom:40px;
}
.effects-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:28px;
}
.effects-grid img {
  width:100%;border-radius:12px;object-fit:cover;
  cursor:pointer;transition:.4s var(--ease);
  box-shadow:0 6px 16px rgba(0,0,0,.25);
  filter:brightness(.85) contrast(1.15) saturate(1.15);
}
.effects-grid img:hover {
  transform:scale(1.05);
  box-shadow:0 10px 28px rgba(0,0,0,.35);
}

/* === CLOSE === */
.effects-close {
  position:sticky;top:20px;right:24px;float:right;
  font-size:34px;color:rgba(246,245,236,.85);
  background:none;border:none;cursor:pointer;
  transition:all .3s var(--ease);z-index:9999;line-height:1;
}
.effects-popup .effects-close:hover,
.effects-popup .effects-close:focus,
.effects-popup .effects-close:active {
  color:rgba(255,255,255,.85)!important;
  text-shadow:none!important;
  transform:scale(1.1)!important;
}

/* === VIEWER === */
.effects-viewer {
  position:fixed;inset:0;display:none;
  align-items:center;justify-content:center;
  background:rgba(10,10,10,.9);
  backdrop-filter:blur(12px);z-index:1000;
}
.effects-viewer img {
  width:92%;max-width:850px;border-radius:20px;
  box-shadow:0 20px 80px rgba(0,0,0,.5);
  animation:zoomIn .4s var(--ease);
}
@keyframes slideUp {from{transform:translateY(60px);opacity:0;}to{transform:translateY(0);opacity:1;}}
@keyframes zoomIn {from{transform:scale(.9);opacity:0;}to{transform:scale(1);opacity:1;}}

/* === MOBILE POPUP === */
@media (max-width:768px){
  .effects-popup{align-items:flex-start;padding-top:90px;z-index:99999;}
  .effects-popup-inner{
    max-height:calc(100vh - 140px);
    overflow-y:auto;padding:40px 24px 50px;
    border-radius:24px;
  }
  .effects-heading{font-size:30px;}
  .effects-grid{gap:18px;}
  .effects-close{top:10px;right:14px;font-size:30px;}
  .effects-popup-inner::-webkit-scrollbar{display:none;}
  .noir-cta-line{justify-content:flex-start;margin:1rem 0;}
  .effects-btn{
    font-size:12.5px;letter-spacing:.1em;
    padding:9px 26px;border-radius:36px;
  }
}
/* === PRZYWRÓCENIE PIERWOTNEGO WYGLĄDU MOBILE HERO === */
@media (max-width: 600px) {
  .noir-image-wrap {
    order: -1 !important;
    width: 100% !important;
    height: 86vh !important;           /* dawny hero-look */
    overflow: hidden !important;
    border-radius: 0 !important;
    position: relative !important;
    margin-bottom: 0 !important;
  }

  .noir-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 25% !important;  /* wraca do środka – pełne głowy */
    transform: none !important;
    filter: brightness(.92) contrast(1.1) saturate(1.1) !important;
    transition: transform 1.2s var(--ease) !important;
  }

  .noir-content {
    padding: 6vw 7vw 14vw !important;  /* dawny, ładny oddech */
    text-align: left !important;
    margin-top: 0 !important;
  }

  .noir-eyebrow {
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    margin-bottom: 0.8rem !important;
    color: rgba(255,255,255,0.6) !important;
  }

  .noir-title {
    font-size: clamp(34px, 7.5vw, 44px) !important;
    line-height: 1.08 !important;
    margin-bottom: 1.1rem !important;
  }

  .noir-text {
    font-size: clamp(14px, 4vw, 15.5px) !important;
    line-height: 1.75 !important;
    color: rgba(255,255,255,0.75) !important;
    margin-bottom: 2.2rem !important;
  }

  .noir-meta {
    justify-content: flex-start !important;
    gap: .7rem !important;
    font-size: 10.5px !important;
    color: rgba(255,255,255,0.55) !important;
  }

  .noir-divider {
    height: 16px !important;
    background: rgba(255,255,255,0.15) !important;
  }
}
@media (max-width: 600px) {
  .noir-content {
    padding-top: 10vw !important; /* było 6vw – lekko niżej */
    padding-bottom: 14vw !important;
  }
}
/* === FIX: usuwa poziomy scroll na mobile === */
@media (max-width: 600px) {
  html, body {
    overflow-x: hidden !important;
  }

  .noir-about-expert,
  .noir-image-wrap,
  .noir-content {
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 auto !important;
  }

  /* czasem Elementor daje minimalny "rozjazd" przez padding */
  .elementor-section,
  .elementor-container {
    overflow-x: hidden !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-313cd7c */.noir-section-header {
  background: var(--ink);
  color: var(--paper);
  padding: 4vw 6vw 1.2vw;
  position: relative;
}

.noir-section-header.right .nsh-wrap {
  max-width: 1440px;
  margin-left: auto;
  text-align: right;
}

.nsh-eyebrow {
  font-family: "Inter Tight", sans-serif;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(246,245,236,0.5);
  margin-bottom: 0.25rem;
}

.nsh-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px; /* <— STAŁA wartość, mniejsza i stała */
  letter-spacing: 0.015em;
  color: var(--paper);
  opacity: 0.85;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}

/* fade subtelny */
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

.noir-section-header.right .nsh-title,
.noir-section-header.right .nsh-eyebrow {
  animation: fadeInRight 1.4s var(--ease) forwards;
}

/* mobile */
@media (max-width: 900px) {
  .noir-section-header {
    padding: 9vw 6vw 4vw;
  }

  .nsh-title {
    font-size: 13px; /* <— mniejszy też na mobile */
  }

  .nsh-eyebrow {
    font-size: 8px;
    letter-spacing: 0.23em;
  }
}




/* === FORCE SMALL TITLE SIZE === */
.nsh-title {
  font-size: 60px !important;  /* ultra small signature style */
  letter-spacing: 0.02em !important;
  opacity: 0.8 !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.nsh-eyebrow {
  font-size: 25px !important;
  letter-spacing: 0.25em !important;
  opacity: 0.5 !important;
}

/* mobile tweak */
@media (max-width: 900px) {
  .nsh-title {
    font-size: 8px !important;
  }

  .nsh-eyebrow {
    font-size: 7px !important;
  }
}






/* === FINAL MOBILE FIX – FORCE FONT SIZE ON SMALL SCREENS === */
@media (max-width: 900px) {
  .noir-section-header .nsh-title {
    font-size: 30px !important;
    line-height: 1.1 !important;
    letter-spacing: 0.015em !important;
    opacity: 0.9 !important;
  }

  .noir-section-header .nsh-eyebrow {
    font-size: 14px !important;
    letter-spacing: 0.24em !important;
    opacity: 0.6 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-208b2fd */:root {
  --ink: #0a0a0a;
  --paper: #f6f5ec;
  --rose: #d97e8a;
  --ease: cubic-bezier(.22,1,.36,1);
}

.noir-services-horizontal {
  display: flex;
  height: 100vh;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}

/* === Panel === */
.nsh-item {
  position: relative;
  flex: 0.17;
  min-width: 90px;
  border-right: 1px solid rgba(255,255,255,.1);
  transition: flex 1.1s var(--ease);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nsh-item:last-child { border-right: none; }
.nsh-item.active { flex: 0.52; }
.nsh-item:hover:not(.active) { flex: 0.22; }

/* === Label (pionowy tytuł + plusik u góry) === */
.nsh-label {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: rgba(246,245,236,.6);
  transition: color .4s var(--ease), opacity .5s var(--ease);
}

.nsh-item:hover .nsh-label { color: var(--rose); }

.nsh-plus {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: none;
  border: none;
  font-size: 22px;
  color: var(--rose);
  cursor: pointer;
  pointer-events: none; /* plus nie blokuje kliknięcia całego kafla */
  transition: transform .4s var(--ease);
}

.nsh-item.active .nsh-plus { transform: rotate(45deg); }
.nsh-item.active .nsh-label { opacity: 0; }

/* === Content === */
.nsh-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s var(--ease);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2vw 4vw;
}

.nsh-item.active .nsh-content {
  opacity: 1;
  pointer-events: auto;
}

/* === Image + Text === */
.nsh-image {
  width: 100%;
  height: 65%;
  overflow: hidden;
  border-radius: 0; /* ostre krawędzie */
  margin-bottom: 2rem;
  transition: transform 1s var(--ease);
}

.nsh-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.85) contrast(1.1);
  transition: transform 1.2s var(--ease), filter .8s var(--ease);
}

.nsh-item:hover .nsh-image img {
  transform: scale(1.05);
  filter: brightness(.9) contrast(1.2);
}

.nsh-text h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  letter-spacing: .03em;
  margin-bottom: 1rem;
}

.nsh-text p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(246,245,236,.75);
  max-width: 420px;
}

/* === Glow === */
.nsh-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(217,126,138,.08), transparent 70%);
  opacity: 0;
  transition: opacity .8s var(--ease);
}
.nsh-item:hover::before { opacity: 1; }

/* === Mobile === */
@media (max-width: 900px) {
  .noir-services-horizontal {
    flex-direction: column;
    height: auto;
  }

  .nsh-item {
    flex: none;
    min-height: 75vh;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .nsh-label {
    writing-mode: horizontal-tb;
    transform: none;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 6vw;
  }

  .nsh-plus {
    position: relative;
    top: auto;
    left: auto;
  }

  .nsh-image {
    height: 55vh;
  }

  .nsh-content {
    padding: 6vw;
    opacity: 1;
    pointer-events: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dc0e0d */:root {
  --ink: #0a0a0a;
  --paper: #f6f5ec;
  --rose: #d97e8a;
  --ease: cubic-bezier(.22,1,.36,1);
}

/* === SEKCJA === */
.ns-mobile-services {
  background: var(--ink);
  color: var(--paper);
  font-family: "Inter Tight", sans-serif;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* === HEADER === */
.ns-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  position: relative;
}

.ns-mobile-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(255,255,255,0.7);
  transition: color .4s var(--ease);
}

.ns-mobile-item.active .ns-mobile-title {
  color: var(--rose);
}

/* === PLUS (delikatny puls, bez hovera) === */
.ns-mobile-plus {
  background: none;
  border: none;
  color: var(--rose);
  font-size: 18px;
  cursor: pointer;
  transition: transform .4s var(--ease), opacity .4s var(--ease);
  animation: plusPulse 3.6s ease-in-out infinite;
  opacity: 0.75;
}

@keyframes plusPulse {
  0%,100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.08); opacity: 1; }
}

.ns-mobile-item.active .ns-mobile-plus {
  transform: rotate(45deg);
  animation: none;
  opacity: 1;
}

/* === CONTENT === */
.ns-mobile-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .9s var(--ease);
}

.ns-mobile-item.active .ns-mobile-content {
  height: auto;
  opacity: 1;
  padding-bottom: 24px;
}

/* === IMAGE === */
.ns-mobile-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-top: 8px;
}

.ns-mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  filter: brightness(.9) contrast(1.1);
  transition: transform 1s var(--ease);
}

.ns-mobile-item.active .ns-mobile-image img {
  transform: scale(1.03);
}

/* === TEXT === */
.ns-mobile-text {
  padding: 10px 16px 0;
}

.ns-mobile-text p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  letter-spacing: 0.02em;
}

/* === USUNIĘTY HOVER NA PLUSIE === */
.ns-mobile-plus:hover {
  transform: none;
  opacity: 0.75;
  animation: plusPulse 3.6s ease-in-out infinite;
}

/* === HOVER NA TYTULE (opcjonalny, zostaje) === */
.ns-mobile-header:hover .ns-mobile-title {
  color: var(--rose);
}

/* === CAŁKOWITE WYŁĄCZENIE HOVERA NA PLUSIE === */
.ns-mobile-plus:hover,
.ns-mobile-plus:focus,
.ns-mobile-plus:active {
  transform: none !important;
  opacity: 0.75 !important;
  animation: plusPulse 3.6s ease-in-out infinite !important;
  background: none !important;
  border: none !important;
  color: var(--rose) !important;
  pointer-events: none !important; /* całkowicie blokuje reakcję na hover */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a431f46 *//* === SEKCJA BEAUTY-HOTSPOTS — FINAL FULL-WIDTH WHITE VERSION === */
.beauty-hotspots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw; /* pełna szerokość */
  margin-left: calc(50% - 50vw); /* wyrównanie do krawędzi ekranu */
  background: #fff !important;
  color: #000 !important;
  border-radius: 36px 36px 0 0 !important; /* zaokrąglenie tylko góry */
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.05);
  padding: 160px 6%;
  gap: 100px;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.beauty-hotspots.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === LEWA STRONA === */
.beauty-left {
  flex: 0.9;
  text-align: left;
  transform: translateX(-80px);
  opacity: 0;
  transition: all 1s ease;
  margin-left: 2%;
}

.beauty-hotspots.visible .beauty-left {
  transform: translateX(0);
  opacity: 1;
}

.beauty-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: 82px;
  line-height: 1.05;
  font-weight: 500;
  color: #000 !important;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.beauty-left .divider {
  width: 80px;
  height: 2px;
  background: #d6cbb8 !important; /* subtelny beżowy akcent */
  margin: 22px 0;
  border-radius: 2px;
  opacity: 0.9;
}

.beauty-left .subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #555 !important;
  text-transform: lowercase;
  letter-spacing: 1px;
}

/* === PRAWA STRONA === */
.beauty-image {
  position: relative;
  flex: 1.4;
  display: inline-block;
  max-width: 850px;
  margin-right: 3%;
  transform: translateX(80px);
  opacity: 0;
  transition: all 1s ease 0.2s;
}

.beauty-hotspots.visible .beauty-image {
  transform: translateX(0);
  opacity: 1;
}

.beauty-image img {
  width: 100%;
  display: block;
  border-radius: 0 !important;
  transform: scale(1.05);
  transition: transform 1.2s cubic-bezier(.22,1,.36,1);
  box-shadow: none !important; /* brak cienia, czyste premium */
}

.beauty-hotspots.visible .beauty-image img {
  transform: scale(1.07);
}

/* === HOTSPOTY === */
.hotspot {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #000 !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  z-index: 3;
  transition: transform 0.2s ease;
}
.hotspot:hover { transform: scale(1.1); }

.hotspot::after {
  content: '+';
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}

.hotspot::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0,0,0,0.25) !important;
  animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.9; }
  70% { transform: scale(2.4); opacity: 0; }
  100% { transform: scale(2.4); opacity: 0; }
}

/* === KAFELKI === */
.hotspot-box {
  position: absolute;
  background: #fff;
  color: #000;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
  padding: 26px 28px;
  max-width: 240px;
  text-align: center;
  transform: translateY(-50%);
  z-index: 10;
  animation: fadeIn 0.3s ease;
}

.hotspot-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.hotspot-box p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(-50%); }
}

/* === RESPONSYWNOŚĆ === */
@media (max-width: 1024px) {
  .beauty-hotspots {
    flex-direction: column;
    text-align: center;
    gap: 60px;
    padding: 100px 5%;
    margin-left: 0; /* usuwa efekt pełnej szerokości na mobile */
    width: 100%;
  }
  .beauty-left, .beauty-image {
    transform: none !important;
    opacity: 1 !important;
  }
  .beauty-left h2 { font-size: 52px; }
  .beauty-left .divider { margin: 18px auto; }
}

/* --- Dłuższe połączenie z kolejną sekcją --- */
.beauty-hotspots {
  padding-bottom: 220px !important;
  margin-bottom: -120px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-915253e *//* === SEKCJA HOTSPOTS === */
.mbl-hotspots {
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
  font-family: 'Inter', sans-serif;
  text-align: center;
  padding: 60px 0 100px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
  border-radius: 36px 36px 0 0; /* tylko górne rogi */
  box-shadow: 0 -1px 40px rgba(0, 0, 0, 0.05);
}

.mbl-hotspots.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === NAGŁÓWEK === */
.mbl-heading {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.mbl-hotspots.visible .mbl-heading {
  opacity: 1;
  transform: translateY(0);
}

.mbl-heading h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
}

.mbl-heading p {
  font-size: 14px;
  color: #555;
  text-transform: lowercase;
  margin-bottom: 28px;
}

/* === ZDJĘCIE === */
.mbl-image {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px) scale(0.97);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}

.mbl-hotspots.visible .mbl-image {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mbl-image img {
  width: 100%;
  border-radius: 0;
  display: block;
}

/* === KROPKI === */
.mbl-spot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.mbl-hotspots.visible .mbl-spot {
  opacity: 1;
}

.mbl-spot::after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  z-index: 3;
}

.mbl-spot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0,0,0,0.25);
  transform: translate(-50%, -50%) scale(1);
  animation: mbl-pulse 2s infinite ease-in-out;
  z-index: 1;
}

@keyframes mbl-pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
  70% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

/* === POPUP === */
.mbl-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #000;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -8px 40px rgba(0,0,0,0.3);
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(.22,1,.36,1);
  z-index: 9999;
  padding: 30px 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mbl-popup.active {
  transform: translateY(0);
}

.mbl-popup-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.mbl-popup-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}

/* === PRZYCISK ZAMKNIĘCIA === */
.mbl-popup-close {
  position: absolute;
  top: 14px;
  right: 22px;
  font-size: 26px;
  color: #000;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.mbl-popup-close:hover {
  opacity: 1;
}

/* === MOBILE FULL WIDTH === */
@media (max-width: 768px) {
  body, html {
    background: #fff;
    overflow-x: hidden;
  }
  .mbl-hotspots {
    width: 100vw;
    margin-left: calc(50% - 50vw); /* pełna szerokość na mobile */
    border-radius: 24px 24px 0 0;
  }
}
/* === FIX: czarny nagłówek w sekcji mbl-hotspots === */
.mbl-hotspots .mbl-heading h2,
.mbl-hotspots .mbl-heading h2 span,
.mbl-hotspots .mbl-heading * {
  color: #000 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc84f79 *//* === LUXURY TESTIMONIALS (CENTERED + STATIC HEADER) === */
.text-testimonials {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #fff;
  color: #000;
  padding: 160px 0;
  font-family: 'Inter Tight', sans-serif;
  text-align: center;
  overflow: hidden;
}

.tt-wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
}

/* --- nagłówek --- */
.text-testimonials h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 70px;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 10;
}

/* --- kontener opinii --- */
.tt-reviews {
  position: relative;
  height: 180px; /* wysokość pola opinii */
}

/* --- pojedyncza opinia --- */
.tt-block {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 720px;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.tt-block.visible {
  opacity: 1;
}

/* --- tekst opinii --- */
.tt-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* --- podpis --- */
.tt-footer {
  text-align: center;
}
.tt-name {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000;
}

/* --- responsywność --- */
@media (max-width: 768px) {
  .text-testimonials { padding: 100px 0; }
  .tt-wrapper { padding: 0 24px; }
  .text-testimonials h2 { font-size: 22px; margin-bottom: 50px; }
  .tt-text { font-size: 16px; line-height: 1.7; }
  .tt-reviews { height: 220px; }
}
/* --- Nagłówek testimonials zawsze czarny --- */
.text-testimonials h2 {
  color: #000 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eaf1df3 *//* === SEKCJA PINNED GALLERY — FINAL FULL WIDTH WHITE VERSION === */
.pinned-gallery {
  position: relative;
  width: 100vw; /* pełna szerokość */
  margin-left: calc(50% - 50vw); /* wyrównanie tła do krawędzi ekranu */
  height: 120vh; /* 🔥 skrócone z 140vh */
  background: #fff;
  overflow: hidden;
}

/* === WEWNĘTRZNY UKŁAD (3 KOLUMNY) === */
.pinned-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

/* === KADR ZDJĘCIA === */
.media {
  position: relative;
  overflow: hidden;
}

/* Lewa i prawa kolumna */
.media.left,
.media.right {
  width: 32vw;
  height: 74vh;
}

/* Środkowa kolumna */
.media.center {
  width: 38vw;
  height: 80vh;
}

/* === OBRAZY === */
.media img {
  width: 102%; /* usuwa linie przy brzegach */
  height: 102%;
  object-fit: cover;
  object-position: center;
  border: none;
  outline: none;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
  transform: scale(0.9);
  transition: transform 1s ease, opacity 1s ease;
  will-change: transform, opacity;
  box-shadow: none;
}

/* Środkowe zdjęcie – aktywne */
.media.center img {
  opacity: 1;
  transform: scale(1);
}

/* Korekta kadru lewego zdjęcia */
.media.left img {
  object-position: center 80%;
}

/* --- POZYCJE STARTOWE DLA ANIMACJI --- */
.pinned-gallery .media.left img  { transform: translateX(-60vw) scale(0.9); opacity: 0; }
.pinned-gallery .media.center img{ transform: translateX(0) scale(1.0); opacity: .9; }
.pinned-gallery .media.right img { transform: translateX(60vw) scale(0.9); opacity: 0; }

/* === RESPONSYWNOŚĆ === */
@media (max-width: 1400px) {
  .media.left, .media.right { height: 68vh; }
  .media.center { height: 74vh; }
}

/* --- MOBILE: standardowa szerokość, żeby uniknąć poziomego scrolla --- */
@media (max-width: 1024px) {
  .pinned-gallery {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .pinned-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
    padding: 60px 0;
  }
  .media.left,
  .media.center,
  .media.right {
    width: 80vw;
    height: 60vh;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-571e697 *//* === SEKCJA === */
.editorial-gallery {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
}

/* === WRAPPER === */
.gallery-wrapper {
  position: relative;
  max-width: 95vw;
  margin: 0 auto;
  overflow: hidden;
}

/* === TOR (scroll-snap) === */
.gallery-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0 48px;
  scrollbar-width: none;
}
.gallery-track::-webkit-scrollbar { display: none; }

/* === SLIDE === */
.gallery-slide {
  flex: 0 0 85vw;
  scroll-snap-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-slide img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center bottom;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, opacity 0.3s ease;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: pan-y;
  cursor: pointer;
}
.gallery-slide img:hover {
  transform: scale(1.03);
  opacity: 0.9;
}

/* === STRZAŁKI === */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #000;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  cursor: pointer;
  z-index: 5;
}
.prev { left: 8px; }
.next { right: 8px; }
.nav.disabled { opacity: 0.3; pointer-events: none; }
.nav:hover { background: #fff; color: #000; filter: none; }

/* === LIGHTBOX === */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}
.lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  animation: zoomIn 0.4s ease;
}

/* === ZAMKNIĘCIE === */
.close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.close:hover { opacity: 0.7; }

/* === ANIMACJE === */
@keyframes fadeIn { from {opacity: 0;} to {opacity: 1;} }
@keyframes zoomIn { from {transform: scale(0.95); opacity: 0;} to {transform: scale(1); opacity: 1;} }

/* === DESKTOP === */
@media (min-width: 1024px) {
  .gallery-wrapper { max-width: 80vw; }
  .gallery-slide { flex: 0 0 45vw; }
}

/* === MOBILE FULL WIDTH === */
@media (max-width: 768px) {
  html, body {
    background: #fff;
    overflow-x: hidden;
  }
  .editorial-gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
/* === FIX: blokada poziomego przesuwania zdjęć palcem na mobile === */
@media (max-width: 768px) {
  .gallery-track {
    overscroll-behavior-x: none;
    touch-action: pan-y; /* tylko pionowe przesuwanie */
  }
  .gallery-slide img {
    pointer-events: auto;
    touch-action: none; /* zdjęcia nie łapią gestów przesunięcia */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41bbd5f */:root {
  --black: #000000;
  --white: #ffffff;
  --line: rgba(0, 0, 0, 0.1);
  --blur: 16px;
}

/* === SEKCJA NAGŁÓWKA === */
.price-header {
  width: 100vw;
  background: var(--white);
  padding: 80px 0; /* skrócony odstęp */
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.price-header-inner {
  width: min(1000px, 92%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px; /* przybliżone do siebie */
}

.price-title {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 46px;
  color: var(--black) !important;
  letter-spacing: -0.02em;
  text-align: left;
  flex-shrink: 0;
}

.price-floating-btn {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--black) !important;
  background: var(--white);
  border: 1.8px solid var(--black);
  padding: 14px 38px;
  border-radius: 50px;
  cursor: pointer;
  letter-spacing: .02em;
  transition: all .25s ease;
  animation: float 3s ease-in-out infinite;
  text-align: center;
  flex: 0; /* <- przycisk nie rozciąga się */
  white-space: nowrap; /* tekst w jednej linii */
}

.price-floating-btn:hover {
  background: var(--black);
  color: var(--white) !important;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* === POPUP === */
.price-popup {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(8px);
  z-index: 999;
  animation: fadeIn .3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.price-popup-inner {
  width: min(760px, 92vw);
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 32px;
  padding: 50px 50px 60px;
  position: relative;
  color: var(--black) !important;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(var(--blur)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(180%);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
  animation: slideUp .4s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes slideUp {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: none; opacity: 1; }
}

/* === NAGŁÓWEK POPUP === */
.popup-heading {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin-bottom: 32px;
  color: var(--black) !important;
  letter-spacing: -0.01em;
}

/* === CENNIK === */
.price-cards {
  display: flex;
  flex-direction: column;
  gap: 42px;
  color: var(--black) !important;
}

.price-group {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.price-group:last-child {
  border-bottom: none;
}

.price-group h4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  letter-spacing: .03em;
  color: var(--black) !important;
  text-transform: uppercase;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--black) !important;
  padding: 4px 0;
}

.price-item span {
  color: var(--black) !important;
}

.price-item span:last-child {
  font-weight: 500;
  color: var(--black) !important;
}

/* === ZAMKNIĘCIE === */
.popup-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  font-size: 28px;
  color: var(--black) !important;
  cursor: pointer;
  transition: opacity .2s ease;
}

.popup-close:hover {
  opacity: .5;
}

/* === RESPONSYWNOŚĆ === */
@media (max-width: 768px) {
  .price-header {
    padding: 60px 0;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .price-header-inner {
    flex-direction: column;
    text-align: center;
    gap: 18px;
  }

  .price-title {
    font-size: 34px;
    text-align: center;
    justify-content: center;
  }

  .price-floating-btn {
    font-size: 15px;
    padding: 12px 30px;
    justify-content: center;
  }

  .price-popup-inner {
    width: 94vw;
    height: 90vh;
    padding: 40px 22px 50px;
    border-radius: 22px;
  }

  .popup-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .price-item {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    font-size: 15px;
    color: var(--black) !important;
  }

  .price-item span {
    color: var(--black) !important;
  }

  .price-group h4 {
    text-align: center;
    font-size: 15px;
    color: var(--black) !important;
  }
}
/* 🔒 Wyłączenie hovera i wymuszenie czerni na X */
.popup-close,
.popup-close:hover,
.popup-close:focus,
.popup-close:active {
  color: #000 !important;        /* zawsze czarny */
  opacity: 1 !important;         /* brak efektu zanikania */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: none !important;   /* brak przejść */
}

.price-header {
  width: 100vw;
  background: var(--white);
  padding: 80px 0 60px; /* proporcjonalna wysokość sekcji */
  display: flex;
  justify-content: center;
  color: var(--black);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* całość podniesiona razem, zachowuje proporcje */
.price-header-inner {
  width: min(1000px, 92%);
  display: inline-flex;          /* inline-flex zamiast flex – trzyma proporcje */
  justify-content: center;       /* blok jako całość na środku */
  align-items: center;
  gap: 60px;                     /* stała odległość między tytułem i przyciskiem */
  transform: translateY(-60px);  /* przesunięcie całego duetu w górę */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3828ae0 *//* === PREMIUM CONTACT SECTION === */
.touch-section.dark {
  background: #000;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 120px 0;
  font-family: 'Inter Tight', sans-serif;
  overflow: hidden;
  position: relative;
}

/* Layout */
.touch-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* Lewa część */
.touch-left {
  flex: 1.2;
  text-align: center;
}
.touch-svg {
  width: 100%;
  max-width: 600px;
  overflow: visible;
}
.touch-text {
  font-family: 'Playfair Display', serif;
  font-size: 58px;
  letter-spacing: 3px;
  text-transform: uppercase;
  fill: #fff;
}
.touch-note {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}

/* Prawa część */
.touch-right {
  flex: 0.9;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  position: relative;
}

/* === ADRES + PINEZKA === */
.touch-info {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  position: relative;
}

.touch-address {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

/* Pinezka minimalistyczna */
.pin-wrapper {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.pin-outline {
  width: 100%;
  height: 100%;
  border: 1.2px solid rgba(255,255,255,0.75);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  transition: all 0.4s ease;
}

.pin-inner {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: 7px;
  left: 7px;
  opacity: 0.9;
  transition: opacity 0.4s ease;
}

.pin-outline:hover {
  border-color: #fff;
  transform: rotate(-45deg) scale(1.1);
}
.pin-outline:hover .pin-inner {
  opacity: 1;
}

/* Subtelny błysk */
.pin-shine {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.3), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
.pin-wrapper:hover .pin-shine {
  opacity: 1;
}

/* Napis po kliknięciu (poziomy, subtelny) */
.pin-tooltip {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  white-space: nowrap;
}

.pin-tooltip p {
  font-size: 13px; /* mniejsza, subtelna czcionka */
  color: #fff;
  letter-spacing: 0.6px;
  margin: 0;
  line-height: 1;
  opacity: 0.9;
  font-weight: 300;
}

.pin-tooltip span {
  display: inline;
  opacity: 0.6;
  margin-left: 6px;
  font-size: 12px;
}

/* Aktywacja */
.pin-wrapper.active .pin-tooltip {
  opacity: 1;
}

/* Przycisk */
.touch-btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 14px 42px;
  border-radius: 100px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s cubic-bezier(.22,1,.36,1);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.touch-btn:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
}

/* Pulsująca poświata */
.touch-pulse {
  position: absolute;
  bottom: 40px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.8s ease;
  pointer-events: none;
  z-index: 1;
}

/* Animacja wejścia */
.touch-section .touch-left,
.touch-section .touch-right {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s cubic-bezier(.22,1,.36,1);
}
.touch-section.visible .touch-left,
.touch-section.visible .touch-right {
  opacity: 1;
  transform: translateY(0);
}

/* Responsywność */
@media (max-width: 900px) {
  .touch-inner {
    flex-direction: column;
    text-align: center;
    gap: 70px;
    padding: 0 30px;
  }
  .touch-text { font-size: 38px; }
  .touch-note { font-size: 16px; margin-top: 28px; }
  .touch-info { flex-direction: column; gap: 14px; }
  .pin-tooltip { display: none; }
}/* End custom CSS */