@import url("https://use.typekit.net/vam1pva.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif; 
  background-color: #42236A;
}

/* SEKCJA GŁÓWNA & WIDEO */

.sekcja-glowna {
  position: relative; 
  width: 100%;
  min-height: 100vh; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.kontener-wideo {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%; 
  z-index: 1;
  overflow: hidden; 
}

.kontener-wideo video {
  position: absolute;
  top: 50%; left: 50%;
  min-width: 100%; min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.cien-wideo {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 250px; 
  background: linear-gradient(to bottom, rgba(66, 35, 106, 0), #42236A);
  z-index: 2; 
  pointer-events: none; 
}

.zawartosc-glowna {
  position: relative;
  z-index: 3; 
  width: 100%;
  display: flex;
  flex-direction: column;  
  align-items: center;         
  padding: 60px 20px; 
}

/* NAWIGACJA & LOGO */

.nawigacja-logo {
  max-width: 1429px; 
  text-align: left; 
}

.nawigacja-logo a {
  text-decoration: none;
  color: white;
  display: inline-block;
  line-height: 1.2;
}

.nawigacja-logo a:hover {
  color: #ffb703;
}

.logo-tytul {
  font-size: 28px; 
  font-weight: bold;
}

.logo-podtytul {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logo-podtytul:hover {
  color: #ffb703;
}

/* SZKLANA KARTA (INTERFEJS STREAMU) */

.szklana-karta {
  max-width: 1429px;
  width: 100%;
  height: 781px;
  border-radius: 24px; 
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  color: white;
  position: relative;
  overflow: hidden;   
}

.pasek-gorny {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 116px;
  background-color: rgba(20, 15, 30, 0.4); 
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.pasek-gorny h1 {
  font-size: 24px;
}

#wyszukiwarka-szukaj {
  display: flex;
  align-items: center;            
  background-color: rgba(255, 255, 255, 0.1); 
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;            
  width: 315px;                    
  height: 51px;                    
  padding: 0 20px;                 
  margin: 0 auto;                  
}

#wyszukiwarka-szukaj img {
  width: 20px; 
  height: 20px;
  object-fit: contain;
}

#wyszukiwarka-szukaj input[type="text"] {
  flex: 1;                                 
  height: 100%;
  background: transparent;         
  border: none;                    
  outline: none;                   
  color: #ffffff;
  font-size: 15px;
  padding-left: 12px;              
}

#wyszukiwarka-szukaj input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.profil {
  margin-left: auto;
}

.profil img {
  width: 83px; height: 83px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -63%;
}

.wnetrze-karty {
  padding: 140px 20px 20px 20px; 
  display: flex;          
  gap: 25px;              
}

/* PANEL LEWY - KANAŁY */

.panel-kanaly {
  background-color: rgba(39, 39, 39, 0.7); 
  width: 340px; 
  height: 610px;
  border-radius: 29px;
  padding: 25px 20px;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  backdrop-filter: blur(50px);                  
  -webkit-backdrop-filter: blur(12px);          
  border: 1px solid rgba(255, 255, 255, 0.2);   
  box-sizing: border-box;                       
}

.panel-kanaly h4 {
  font-size: 22px;
  margin-bottom: 25px;
}

.streamer {
  display: flex;             
  align-items: center;       
  gap: 15px;                 
  margin-bottom: 22px;       
}

.avatar {
  width: 65px; height: 65px;
  border-radius: 19px;       
  object-fit: cover;
}

.streamer-dane {
  display: flex;
  flex-direction: column;    
  gap: 2px;                  
  flex-grow: 1;
}

.streamer-gora {
  display: flex;
  align-items: center;
  gap: 6px;
}

.streamer-gora h6 {
  font-family: "pixelify-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

.weryfikacja {
  background-color: #3b82f6;
  color: white;
  font-size: 9px;
  width: 15px; height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.streamer-dol {
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);            
  font-size: 13px;
}

.widzowie-bok {
  margin-left: auto; 
  display: flex;
  align-items: center;
  gap: 4px;
}

.ikona-ludzika-boczna {
  color: #ffb703;
}

/* PANEL ŚRODKOWY - WIDEO */

.panel-srodek {
  width: 679.5px; 
  height: 610px; 
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.panel-srodek video {
  width: 100%;
  height: 350.8px;
  border-radius: 29px;
  object-fit: cover;
  background-color: rgb(39, 39, 39);
}

/* PANEL PRAWY - CHAT */

.panel-chat {
  background-color: rgb(39, 39, 39);
  width: 343.5px; 
  height: 610px;
  border-radius: 29px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
}

.panel-chat h4 {
  font-size: 22px;
  margin-bottom: 25px;
  color: white;
}

.kontener-wiadomosci {
  flex: 1;
  overflow-y: auto; 
  margin-bottom: 15px;
}

.wiadomosc {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.08); 
  border: 1px solid rgba(255, 255, 255, 0.1);  
  border-radius: 14px;    
  padding: 12px 14px; 
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.1;
  word-wrap: break-word;   
  box-sizing: border-box; 
}

.uzytkownik {
  font-weight: bold;
  color: #ffb703;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
  display: block;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
  margin-bottom: 4px;
}

.tresc {
  color: rgba(255, 255, 255, 0.95);
}

#napisz {
  position: relative;       
  display: flex;
  flex-direction: column;   
  align-items: flex-end;    
  width: 100%;
  gap: 10px;              
}

#napisz input[type="text"] {
  width: 100%;              
  height: 41px;
  color: #ffffff;
  font-size: 15px;
  padding: 0 45px 0 25px;   
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  outline: none;
  box-sizing: border-box;
}

#emoji {
  position: absolute;       
  top: 20px;                
  transform: translateY(-50%); 
  right: 15px;              
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 2;               
}

#emoji svg {
  color: rgba(255, 255, 255, 0.7); 
  transition: color 0.2s ease;
}

#emoji:hover svg {
  color: #ffffff;           
}

#napisz button {
  width: 80px;
  height: 41px;
  border-radius: 19px;
  background-color: #ffb703;
  color: white;
  border: none;
  cursor: pointer;
  margin: 0; 
}

/* METRYKI I AKCJE STREAMERA */

.streamer-profil-sekcja {
  display: flex;
  align-items: center; 
  gap: 20px;           
  width: 100%;
  padding: 10px 5px;
}

.avatar-kontener {
  position: relative;
  display: inline-block;
}

.avatar-duzy {
  width: 90px;
  height: 90px;
  border-radius: 24px; 
  object-fit: cover;
  display: block;
}

.badge-na-zywo {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e63946;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 6px;
  white-space: nowrap;
}

.streamer-teksty {
  display: flex;
  flex-direction: column;
  gap: 6px;            
}

.streamer-nazwa-wiersz {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nazwa-streamera {
  font-family: "pixelify-sans", sans-serif;
  font-weight: bold;
  color: #ffffff;
  font-size: 28px;
}

.weryfikacja-badge {
  background-color: #3b82f6;
  color: white;
  font-size: 11px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.kategoria-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.widzowie-kontener {
  display: flex;
  align-items: center;
  gap: 16px;           
  color: #ffffff;
  font-size: 16px;
  margin-top: 2px;
}

.statystyka {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ikona-pomaranczowa {
  color: #ffb703;
}

.streamer-akcje {
  font-family: "pixelify-sans", sans-serif;
  margin-left: auto;        
  display: flex;
  flex-direction: column;   
  gap: 10px;                
}

.btn-akcja {
  font-family: "pixelify-sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 173px;              
  height: 38px;
  padding: 0 16px;
  background-color: #5a2e9e; 
  border: 1px solid #7a46cb;  
  border-radius: 19px;       
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-akcja:hover {
  color: #ffb703;
  background-color: #6a36b8;
  transform: translateY(-1px);
}

.btn-akcja:active {
  transform: translateY(0);
}

.ikona-przycisku {
  font-size: 16px;
  color: #ffb703;
}

/* SEKCJA 1 - CYTAT I PROSTOKĄTY */

.sekcja-zwykla {
  width: 100%;
  min-height: 60vh; 
  display: flex;
  align-items: center;
  justify-content: space-between; 
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #ffffff;
}

#img-w-tle {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 900px;
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  margin-left: auto;      
  text-align: right;      
}

#img-w-tle img {
  width: 539px;
  height: 539px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;  
  margin-right: 15%;      
}

.quote-container {
  text-align: right;
  font-family: sans-serif;
  padding: 40px;
  max-width: 800px;
  position: absolute;
  left: 10%; 
  z-index: 2;
}

.quote-container p {
  margin: 0;
  font-weight: bold;
}

.text-small {
  font-size: 48px;
  line-height: 1.5;
  opacity: 0.9;
} 

.text-large {
  font-size: 78px;
  line-height: 1.2;
}

.text-mini {
  font-size: 18px;
  line-height: 1.4;
  max-width: 500px;
  margin-top: 20px;
  opacity: 0.8;
  text-align: left;
  padding: 0px;
}

#prostokat-1, #prostokat-2, #prostokat-3 {
  width: 398px;
  height: 276px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: white;
  margin-top: 20px;
  display: flex;
  flex-direction: column;    
  align-items: center;       
  justify-content: center;    
  text-align: center;        
  padding: 30px;            
  line-height: 1.4;          
}

.prostokaty{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5%;
}

.prostokaty h4{
  margin-bottom: 10px;
  font-size: 32px;
}

.prostokaty p{
  font-size: 16px;
}

/* SEKCJA 2 - POMARAŃCZOWY BLOK */

.sekcja-2 {
  background-color: #ECECEC; 
  color: #000000;
  width: 100%;
  min-height: 40vh;
  padding: 60px 20px;
  text-align: center;
}

.sekcja-2 .text-large {
  font-size: 52px;
  line-height: 1.1;
  text-align: left;
  padding-top: 60px;
}

.sekcja-2 .text-small {
  font-size: 35px;
  line-height: 1.4;
  text-align: left;
}

#sekcja-2-naglowek{
  padding-left: 15%;
  position: relative; 
  z-index: 4;         
}

#pomaranczowy-prostokat {
  background: linear-gradient(135deg, #F5C079 0%,#f5ba6d 10%, #e29547 30%, #f77f00 100%);
  min-height: 500px;
  width: 100%;
  height: 530px;
  border-radius: 58px;
  margin-left: 15%;
  position: relative;
  z-index: 2;
  overflow: visible; 
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 40px;
}

.mini-prostokaty {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  padding: 20px;
}

#mini-prostokaty-1, #mini-prostokaty-2, #mini-prostokaty-3, #mini-prostokaty-4 {
  text-align: center;
  font-family: sans-serif;
  padding: 43px;
  width: 38%;
  height: 249px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}

#tekst1,#tekst2,#tekst3,#tekst4{
  color:white;
  width: 200px;
  margin-top: -20px;
}

.mini-prostokaty img{
  height:40px;
  width:40px;
}

.mini-prostokaty h5{
  font-size: 24px;
  margin-bottom: 10px;
}

.mini-prostokaty h4{
  font-size: 20px;
  margin-bottom: 10px;
}

.kolo {
  width: 600px;
  height: 600px;
  background-color: #ECECEC;
  border-radius: 50%;
  position: absolute; 
  top: -200px;  
  left: -300px; 
  margin-left: 70%;
  z-index: 3;
}

.kolo img {
  width: 95%;
  height: 95%;
  position: static;         
  transform: none;          
  margin-top: 27%;
  margin-right: 10%;
}

/* SEKCJA 3 - RÓŻOWY BLOK (LISTA) */

.sekcja-3 {
  background-color: #ECECEC;
  color: #000000;
  width: 100%;
  min-height: 40vh;
  padding: 60px 20px;
  text-align: center;
}

.sekcja-3 p{
  margin-left: 20%;
}

#rozowy-prostokat {
  background: #ED75A9;
  min-height: 500px;
  width: 100%;
  height: 530px;
  border-radius: 58px;
  margin-left: -15%;
  position: relative;
  z-index: 2;
  overflow: visible; 
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 40px;
}

#rozowy-prostokat-1{
  width: 50%;
  height: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

#rozowy-prostokat-1 img{
  width:auto;
  height: 120%;
  margin-left: 25%;   
  margin-top: -3%;
}    

#rozowy-prostokat-2{
  width: 50%;
  height: 100%;
  display: flex;             
  flex-wrap: wrap;           
  gap: 20px;                
  justify-content: center;   
  align-content: center;     
  padding: 104px;
}

.rozowy-prostokat-mini{
  text-align: center;
  font-family: sans-serif;
  padding: 30px;
  width: 25%;
  min-height: 150px; 
  height: 26%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px); 
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1); 
}

.rozowy-prostokat-mini img{
  height: 100%;
  width: auto;
}

#rozowy-prostokat-2 h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  width: 100%; 
  line-height: 1.3;
  margin-left:3% ;
}

.lista-parasocjalna {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  width: 100%;
  list-style-type: decimal; 
  padding-left: 35px;        
  margin-top: 15px;          
}

.lista-parasocjalna li {
  margin-bottom: 12px;        
}

.lista-parasocjalna li::marker {
  font-weight: bold;
  color: #ffffff;
}

/* SEKCJA 4 - UKŁAD NAGŁÓWKA I ZDJĘCIA RĘKI */

.sekcja-4 {
  display: flex;
  flex-wrap: wrap; 
  align-items: center; 
  width: 100%;
  background-color: #ECECEC;
}

.sekcja-4-naglowek {
  flex: 0 0 40%;
  width: 40%;
}

.sekcja-4-img {
  flex: 0 0 60%;
}

.sekcja-4-img img {
  width: 60%;
  height: auto;
  display: block;
  margin-left: 25%;
}

.sekcja-4 .text-large, 
.sekcja-4 .text-small {
  display: block;      
  margin-left: 50%;   
}

/* SEKCJA 4 - POZYTYWY I NEGATYWY (GLASSMORPHISM) */

.sekcja-4-pozytywy-negatywy {
  width: 100%;
  display: flex;
  flex-direction: row;        
  flex-wrap: nowrap;          
  justify-content: center; 
  align-items: start;
  gap: 50px;               
  padding: 50px 20px;      
  box-sizing: border-box;
  background-color: #6a36b8;
  border-radius: 99px;
}

.pozytywy {
  width: 100%;
  max-width: 480px;           
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 35px 25px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    -10px -10px 30px rgba(46, 213, 115, 0.15),  
    10px 10px 30px rgba(162, 89, 255, 0.15);    
    
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.pozytywy h3 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}

.pozytywy-prostokaty {
  background: rgba(106, 55, 172, 0.5); 
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 22px;
  border-radius: 16px;
  color: white;
  display: flex;
  align-items: center; 
  gap: 20px;           
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2); 
}

.negatywy {
  width: 100%;
  max-width: 520px;           
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 35px 25px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.25),
    0 0 35px rgba(230, 57, 70, 0.1); 
    
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.negatywy h3 {
  grid-column: span 2;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}

.negatywy-prostokaty, 
.negatywy-prostokaty-dolny {
  background: rgba(106, 55, 172, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
  border-radius: 16px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

.negatywy-prostokaty-dolny {
  grid-column: span 2; 
  flex-direction: row;  
  align-items: center;
  gap: 16px;
}

.pozytywy-prostokaty img,
.negatywy-prostokaty img,
.negatywy-prostokaty-dolny img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0; 
}

.pozytywy-prostokaty h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.negatywy-prostokaty h4,
.negatywy-prostokaty-dolny h4 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.negatywy-prostokaty p,
.negatywy-prostokaty-dolny p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

/* SEKCJA 5 */

.s5-pelne-tlo {
  width: 100%;
  background-color: #ffffff; 
  padding: 0;
}

.sekcja-tworca {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  margin: 0 auto; 
  position: relative;
  overflow: hidden; 
  background-color: #ECECEC;
  box-sizing: border-box;
  align-items: center;
}

.s5-rozowe-tlo {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-color: #e56b9b;
  border-radius: 50%;
  right: -125px;
  top: 35%;
  transform: translateY(-50%);
  z-index: 1;
}

.s5-zolte-tlo {
  position: absolute;
  width: 1000px;
  height: 1000px;
  background-color: #f5c481;
  border-radius: 50%;
  left: -200px;
  bottom: -350px;
  z-index: 1;
}

.s5-grafika {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s5-ramka-foto {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  margin-top: 4%;
  margin-bottom: 9%;
}

.s5-foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s5-tresc {
  position: relative;
  z-index: 2;
  padding: 40px 60px 40px 20px;
  color: #ffffff;
}

.s5-naglowki .s5-tytul-glowny {
  font-size: 3.5rem;
  color: #3b1d5a;
  margin: 0;
  line-height: 1;
  font-weight: 800;
}

.s5-naglowki .s5-tytul-podrzedny {
  font-size: 2.8rem;
  color: #3b1d5a;
  margin: 0 0 35px 0;
  font-weight: 400;
}

.s5-pytanie {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 30px 0;
  font-weight: 700;
}

.s5-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.s5-lista li {
  margin-bottom: 25px;
}

.s5-lista strong {
  display: block;
  font-size: 1rem;
  color: #3b1d5a;
  margin-bottom: 5px;
  font-weight: 700;
}

.s5-lista p {
  font-size: 0.9rem;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}

#zdj-dol{
  width: 184%;
}

#zdj-dol img {
  width: 192%;
  position: relative;
  z-index: 5;
  margin-left: -7%;
  margin-bottom: -2%;
}
CSS
footer {
  background-color: #3E2367;
  height: 100px;
  width: 100%;
}

#sociale {
  width: 100%;
  height: 100%; 
  
  display: flex;
  justify-content: center; 
  align-items: center;     
  gap: 15px;     
  margin-bottom: 5%;          
}


/* WERSJA MOBILNA (Maksymalna szerokość ekranu 768px) */

@media (max-width: 768px) {
  
  .zawartosc-glowna {
    padding: 20px 10px;
  }

  #wyszukiwarka-szukaj, 
  .profil {
    display: none !important;
  }

  .szklana-karta {
    height: auto; 
    border-radius: 16px;
  }

  .pasek-gorny {
    position: relative;
    height: 70px;
    padding: 0 15px;
  }

  .logo-tytul {
    font-size: 20px;
  }

  .wnetrze-karty {
    padding: 15px;
    flex-direction: column; 
    gap: 20px;
  }

  /* PANEL KANAŁÓW (MOBILE) */
  
  .panel-kanaly {
    display: block !important; 
    width: 100%;               
    height: auto;              
    max-height: 300px;         
    overflow-y: auto;          
    border-radius: 16px;
    padding: 15px;
    order: 2;                  
  }

  .panel-kanaly h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .streamer {
    margin-bottom: 15px;
    gap: 10px;
  }

  .avatar {
    width: 50px;               
    height: 50px;
    border-radius: 12px;
  }

  .streamer-gora h6 {
    font-size: 18px;           
  }

  .streamer-dol {
    font-size: 11px;
  }

  /* PANEL ŚRODKOWY (WIDEO) */
  
  .panel-srodek {
    width: 100%;
    height: auto;
    order: 1;                  
  }

  .panel-srodek video {
    height: 210px;             
    border-radius: 16px;
  }

  .streamer-profil-sekcja {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .avatar-duzy {
    width: 65px;
    height: 65px;
    border-radius: 16px;
  }

  .nazwa-streamera {
    font-size: 22px;
  }

  .streamer-akcje {
    margin-left: 0;
    width: 100%;
    flex-direction: row;       
  }

  .btn-akcja {
    flex: 1;
    justify-content: center;
    font-size: 16px;
    height: 40px;
  }

  /* PANEL CZATU */
  
  .panel-chat {
    width: 100%;
    height: 350px;             
    border-radius: 16px;
    padding: 15px;
    order: 3;                  
  }

  .sekcja-zwykla {
    flex-direction: column;
    padding: 40px 15px;
  }

  #img-w-tle {
    display: none;             
  }

  .quote-container {
    position: static;
    padding: 0;
    text-align: center;
  }

  .text-large {
    font-size: 38px;
  }

  .text-small {
    font-size: 24px;
  }

  .text-mini {
    text-align: center;
    margin: 20px auto 0 auto;
  }

  #prostokat-1, #prostokat-2, #prostokat-3 {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px;
  }

  .sekcja-2 {
    padding: 40px 10px;
  }

  #sekcja-2-naglowek {
    padding-left: 0;
    text-align: center;
  }

  .sekcja-2 .text-large,
  .sekcja-2 .text-small {
    text-align: center;
    padding-top: 10px;
  }

  #pomaranczowy-prostokat {
    margin-left: 0;
    height: auto;
    border-radius: 24px;
    flex-direction: column;
    padding: 20px 10px;
  }

  .mini-prostokaty {
    width: 100%;
    padding: 0;
  }

  #mini-prostokaty-1, #mini-prostokaty-2, #mini-prostokaty-3, #mini-prostokaty-4 {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  #tekst1, #tekst2, #tekst3, #tekst4 {
    width: 100%;
    margin-top: 0;
  }

  .kolo {
    display: none;
  }

  .sekcja-3 p {
    margin-left: 0;
  }

  #rozowy-prostokat {
    margin-left: 0;
    height: auto;
    border-radius: 24px;
    flex-direction: column;
    padding: 20px 10px;
  }

  #rozowy-prostokat-1, 
  #rozowy-prostokat-2 {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  #rozowy-prostokat-1 img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }

  .rozowy-prostokat-mini {
    width: 93px !important;
    height: 93px !important;
    align-self: center !important; 
    padding: 10px !important;       
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .rozowy-prostokat-mini img {
    width: 63px !important;
    height: 63px !important;
    object-fit: contain !important;
  }

  .lista-parasocjalna {
    padding-left: 20px;
  }

  .sekcja-4 {
    flex-direction: column;
  }

  .sekcja-4-naglowek, 
  .sekcja-4-img {
    width: 100%;
    flex: 0 0 100%;
  }

  .sekcja-4 .text-large, 
  .sekcja-4 .text-small {
    margin-left: 0;
    text-align: center;
  }

  .sekcja-4-img img {
    width: 80%;
    margin: 20px auto;
  }

  .sekcja-4-pozytywy-negatywy {
    flex-direction: column;
    border-radius: 24px;
    gap: 20px;
    padding: 20px 10px;
  }

  .pozytywy, 
  .negatywy {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .negatywy h3 {
    grid-column: span 1;
  }

  .negatywy-prostokaty-dolny {
    grid-column: span 1;
    flex-direction: column;
    align-items: flex-start;
  }

  /* SEKCJA 5 - Twórca (Naprawa pustego odstępu) */
  
  .s5-pelne-tlo {
    background-color: #e36593 !important;
    background: #e36593 !important;
    padding: 40px 0 0 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
  }

  .sekcja-tworca {
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .s5-rozowe-tlo, 
  .s5-zolte-tlo {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .s5-tresc {
    width: 100% !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
    height: auto !important;
  }

  .s5-naglowki {
    margin-bottom: 25px !important;
  }

  .s5-tytul-glowny {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #311852 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
  }

  .s5-tytul-podrzedny {
    font-size: 36px !important;
    font-weight: 400 !important;
    color: #311;
  }
}

.s5-ramka-foto{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  margin-top: 4%;
  margin-bottom: 9%;
}

#zdj-dol img {
  width: 109%;
  position: relative;
  z-index: 5;
  margin-left: -6%;
  margin-bottom: -2%;
}