.elementor-355 .elementor-element.elementor-element-a3498ff{--display:flex;}.elementor-355 .elementor-element.elementor-element-7445706{--spacer-size:50px;}.elementor-355 .elementor-element.elementor-element-115946a{--display:flex;}.elementor-355 .elementor-element.elementor-element-115946a:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-115946a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-355 .elementor-element.elementor-element-cb189cf{--display:flex;}.elementor-355 .elementor-element.elementor-element-cb189cf:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-cb189cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-355 .elementor-element.elementor-element-c7f611b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-355 .elementor-element.elementor-element-c7f611b:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-c7f611b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-355 .elementor-element.elementor-element-cbf39b5{width:100%;max-width:100%;}.elementor-355 .elementor-element.elementor-element-ed3c115{--display:flex;}.elementor-355 .elementor-element.elementor-element-ed3c115:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-ed3c115 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-355 .elementor-element.elementor-element-e40ca73{--display:flex;}.elementor-355 .elementor-element.elementor-element-e40ca73:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-e40ca73 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-355 .elementor-element.elementor-element-ca263d2{--display:flex;}.elementor-355 .elementor-element.elementor-element-ca263d2:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-ca263d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-355 .elementor-element.elementor-element-e0beb95{--display:flex;}.elementor-355 .elementor-element.elementor-element-e0beb95:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-e0beb95 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-355 .elementor-element.elementor-element-8615856{--display:flex;}.elementor-355 .elementor-element.elementor-element-8615856:not(.elementor-motion-effects-element-type-background), .elementor-355 .elementor-element.elementor-element-8615856 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}body.elementor-page-355:not(.elementor-motion-effects-element-type-background), body.elementor-page-355 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}/* Start custom CSS for html, class: .elementor-element-1ce4a78 *//* ═══ DESKTOP — od 901px obok siebie ═══ */
@media(min-width: 901px) {
  .hs {
    /* Zmiana z 1fr 1fr na 40% dla tekstu i 60% dla wyników */
    grid-template-columns: 0.8fr 1.2fr !important; 
    min-height: 100vh !important;
    gap: 20px;
  }
  
  .hs-right.show { 
    display: flex !important; 
  }
  
  .hs-left { 
    padding: 4rem 2rem 4rem 5% !important; 
  }
  
  /* Powiększenie samego kafelka wyników */
  .hs-results-panel {
    max-width: 800px !important; /* Zwiększone z 460px */
    width: 95%; 
    height: 80vh; /* Nieco wyższy dla lepszego efektu */
    max-height: 800px;
  }

  .hs-mobile-results { display: none !important; }
  .hs-box { max-width: 480px !important; }
}
<style>
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&display=swap');

.hs {
  font-family: 'Outfit', sans-serif;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr; /* Domyślnie mobile */
  overflow: hidden;
  background: #000;
}

/* TŁO */
.hs-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://regeneracja-turbo.eu/wp-content/uploads/2026/03/ChatGPT-Image-16-mar-2026-o-13_21_32.png');
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hs-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.80) 50%, rgba(0,0,0,.40) 100%);
  z-index: 1;
}

/* LEWA — tekst + wyszukiwarka */
.hs-left {
  position: relative;
  z-index: 2;
  padding: 3rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* PRAWA — panel wyników */
.hs-right {
  position: relative;
  z-index: 2;
  padding: 2rem 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; /* Ukryte na mobile jeśli nie ma wyników */
}

/* TYPOGRAFIA ADAPTACYJNA */
.hs-h1 {
  font-size: clamp(32px, 5vw, 64px); /* Większy na desktopie */
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
}
.hs-h1 em { color: #f97316; font-style: normal; }

.hs-sub {
  font-size: clamp(14px, 1.2vw, 18px);
  color: rgba(255,255,255,.6);
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 600px;
}

/* BOX WYSZUKIWARKI — Zwiększony */
.hs-box {
  background: rgba(0,0,0,.75);
  border: 1px solid rgba(249,115,22,.25);
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2.5rem); /* Padding rośnie z ekranem */
  backdrop-filter: blur(12px);
  width: 100%;
  max-width: 650px; /* Zwiększony z 480px */
}

.hs-box-title {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* INPUTY I PRZYCISKI */
.hs-free-row { display: flex; gap: 12px; margin-bottom: 12px; }
.hs-free-input {
  flex: 1;
  padding: 16px 20px;
  background: #0a0a0a;
  border: 1.5px solid #222;
  border-radius: 12px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  outline: none;
  transition: all .2s;
}
.hs-free-input:focus { border-color: #f97316; background: #000; }

.hs-free-btn {
  padding: 16px 28px;
  background: #f97316;
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.hs-free-btn:hover { background: #ea580c; transform: translateY(-2px); }

.hs-sel {
  width: 100%;
  padding: 14px 18px;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f97316' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

/* PANEL WYNIKÓW — PRAWA STRONA */
.hs-results-panel {
  width: 100%;
  max-width: 800px; /* Znacznie szerszy panel wyników */
  height: 80vh;
  max-height: 850px;
  background: rgba(5,5,5,.95);
  border: 1px solid rgba(249,115,22,.3);
  border-radius: 24px;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.hs-results-panel-hdr {
  padding: 20px 30px;
  background: rgba(249,115,22,.08);
  border-bottom: 1px solid #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* BADGES */
.hs-badges { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 2rem; }
.hs-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
}

/* ═══ DESKTOP — od 1025px (Szerokie ekrany) ═══ */
@media(min-width: 1025px) {
  .hs {
    grid-template-columns: 45% 55% !important; /* Proporcje dla dużych ekranów */
  }
  .hs-left {
    padding-left: 8% !important;
    padding-right: 4% !important;
  }
  .hs-right {
    display: flex !important; /* Pokaż prawą stronę na desktop */
    opacity: 0; 
    transition: opacity 0.5s ease;
  }
  .hs-right.show { opacity: 1; }
  
  .hs-box {
    max-width: 600px !important;
  }
}

/* ═══ TABLET / LAPTOP — 901px do 1024px ═══ */
@media(min-width: 901px) and (max-width: 1024px) {
  .hs { grid-template-columns: 1fr 1fr !important; }
  .hs-right.show { display: flex !important; }
}

/* Reszta stylów pomocniczych (animacje itp.) zostaje bez zmian */
.hs-pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(249,115,22,.12); border: 1px solid rgba(249,115,22,.35); color: #f97316; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 16px; width: fit-content; }
.hs-pill-dot { width: 6px; height: 6px; border-radius: 50%; background: #f97316; animation: hsDot 1.6s ease-in-out infinite; }
@keyframes hsDot { 0%,100%{opacity:1}50%{opacity:.3} }
.hs-sel-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.hs-load { display:none; text-align:center; padding:8px; }
.hs-load.show { display:block; }
.hs-spinner { width: 18px; height: 18px; border: 2px solid #222; border-top-color: #f97316; border-radius: 50%; animation: hsSpin .7s linear infinite; display: inline-block; }
@keyframes hsSpin { to{transform:rotate(360deg)} }
.hs-results-panel-body { flex: 1; overflow-y: auto; }
.hs-result { display: flex; align-items: flex-start; gap: 12px; padding: 16px 24px; border-bottom: 1px solid #0d0d0d; text-decoration: none; transition: background .15s; }
.hs-result:hover { background: #0d0d0d; }
.hs-result-ph { width: 54px; height: 54px; background: #111; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.hs-result-name { font-size: 15px; font-weight: 700; color: #fff; }
.hs-result-price { font-size: 18px; font-weight: 900; color: #f97316; }
.hs-dot { display:inline-flex; align-items:center; gap:4px; font-size:11px; font-weight:700; }
.hs-dot::before { content:''; width:7px; height:7px; border-radius:50%; display:inline-block; }
.hs-dot.green { color:#22c55e; } .hs-dot.green::before { background:#22c55e; }
.hs-dot.gray { color:#555; } .hs-dot.gray::before { background:#444; }
.hs-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 12px; color: #333; padding: 2rem; text-align: center; }
.hs-placeholder-txt { font-size: 16px; font-weight: 600; color: #444; }

/* MOBILE FIXES */
@media(max-width: 900px) {
  .hs { min-height: auto !important; }
  .hs-left { padding: 3rem 5% !important; }
  .hs-mobile-results { display: block; margin-top: 15px; background: #050505; border: 1px solid #1a1a1a; border-radius: 12px; max-height: 400px; overflow-y: auto; }
  .hs-mobile-results.hidden { display: none; }
}
</style>/* End custom CSS */