/* ==========================================================================
   1. GLOBÁLNÍ STYLY A RESET
   ========================================================================== */
:root {
    --primary-blue: #3b82f6;
    --text-white: #ffffff;
    --text-gray: rgba(255, 255, 255, 0.8);
    --bg-dark: #030c29;
}

body {
    margin: 0;
    padding: 0;
    color: var(--text-white);
    font-family: 'Roboto', sans-serif;
    background-color: var(--bg-dark);
    background-image: url('img/background2.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow-x: hidden;
}

/* Sjednocení fontu pro nadpisy z HTML */
h1, h2, h3, .section-title, .nav-link-side {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1.5px;
     box-shadow: 0 0 20px rgba(59, 131, 246, 0);
}


/* Ztmavení pozadí */
.bg-overlay {
    background-color: rgba(3, 12, 41, 0.574);
}


.hero-title {
    font-family: 'Bebas Neue', sans-serif;
   
    font-size: 8rem; /* Uprav podle potřeby */
    line-height: 0.95; /* Ještě těsnější řádkování pro "kompaktní" vzhled */
    color: rgb(229, 239, 255);
    text-transform: uppercase;
    letter-spacing: 0.05em; /* Mírné stažení písmen k sobě */
    margin-bottom: 1px;
    font-weight: 900;
    
}


/* Kontejner pro auto */
.hero-car-container {
    width: 110%;
    max-width: 450px;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.6)); /* Stín pod autem pro hloubku */
}

.hero-car-img {
    width: 100%;
    height: auto;
}

/* Animace (pokud používáš AOS) */
[data-aos="zoom-out"] {
    opacity: 0;
    transform: scale(1.1);
    transition-property: transform, opacity;
}
/* ==========================================================================
   2. KOMPONENTY (Tlačítka, Texty, Navigace)
   ========================================================================== */
.glass-btn { 
    background: rgba(255, 255, 255, 0.15); 
    color: var(--text-white); 
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9px; 
    padding: 12px 45px; 
    font-weight: bold; 
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    backdrop-filter: blur(5px);
}

.glass-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
}

.section-title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.8);
}

/* Vertikální linka u textu (podle screenu) */
.section-text-long {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text-gray);
    border-left: 2px solid var(--primary-blue);
    padding-left: 15px;
}

/* Skrytí scrollbaru u textových boxů */
.custom-scrollbar::-webkit-scrollbar {
    display: none;
}
.custom-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* ==========================================================================
   3. SEKCE - SPECIFICKÉ POZICOVÁNÍ
   ========================================================================== */
.section-full {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}



/* Helma vpravo (fixní pozice) */
.helmet-layer {
    position: absolute;
    top: 4%;
    right: -10%;
    width: 80%;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.6)); /* Stín pod autem pro hloubku */
    transform: rotate(-8deg); /* Jemnější rotace */
}

/* Styl obsahu slidu */
.text-slide-content {
    border-left: 2px solid #3b83f600; /* Modrá linka nalevo */
    padding-left: 2px;
   
    min-height: 120px; /* Sjednocená výška pro všechny slidy */
    .game-title {
    /* U nadpisu můžeš být ještě agresivnější */
    text-shadow: 2px 4px 15px rgba(0, 0, 0, 0.8);
}
}

.text-slide-content p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

/* Úprava teček (Swiper Pagination) */
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #a0c4ff !important; /* Aktivní tečka bude modrá */
    width: 15px !important; /* Aktivní tečka bude delší (pilulka) */
    border-radius: 5px !important;
}







/* SWIPER / ŽENY */
.profile-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid var(--f1-blue);
}

.profile-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 2px;  /* Minimální mezera mezi jménem a popisem */
    line-height: 1;      /* Zamezí velkým mezerám u jména */
    letter-spacing: 1px;
    text-align: center;
}




.game-car-layer {
    position: absolute;
    top: 5%;            /* Posunuto nahoru mimo hlavní plochu textu */
    left: -25%;          /* Posunuto doleva */
    width: 100%;         
    z-index: 1;
    pointer-events: none;
}

.game-car-img {
    width: 70%;         /* Zvětšeno, aby auto vyplnilo horní roh */
    height: auto;
    transform: rotate(15deg); /* Jemnější úhel pro lepší kompozici */
    opacity: 0.9;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
    filter: brightness(0.8) drop-shadow(0 20px 30px rgba(0, 0, 0, 0.16));
    transition: filter 0.3s ease; /* Volitelné: při hoveru se může rozsvítit */
}

/* Kontejner, který drží nadpis, text i tlačítko */
/* Kontejner samotného textu ve slidu */
.text-slide-content-right {
    border-right: 3px solid #3b83f600;
    padding-right: 5px;
    text-align: right;
    /* Zmenšíme minimální výšku, aby text netlačil tečky dolů */
    min-height: fit-content; 
    margin-bottom: 5px; /* Minimální mezera pod textem */
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.9), 
                 0px 0px 5px rgba(0, 0, 0, 1);
}


/* Odstranění výchozího marginu Swiperu, který může tvořit tu mezeru */
.gameSwiper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Paginace (tečky) - posuneme je blíž k textu */
.game-pagination {
    text-align: right !important;
    width: 100% !important;
    /* Záporný margin tečky přitáhne blíž k textu nad nimi */
    margin-top: -10px !important; 
    margin-bottom: 2px !important; /* Mezera mezi tečkami a tlačítkem */
}

/* Styl pro textový slide v sekci O MNĚ */
.aboutSwiper .text-slide-content {
    border-left: 3px solid #3b83f600; /* Tvoje modrá linka */
    padding-left: 5px;
    min-height: 100px; /* Aby se obsah nehýbal při swipu */
    display: flex;
    align-items: center;
    margin-bottom: -30px; /* Minimální mezera pod textem */
    min-height: fit-content; 
}

/* Úprava teček pro tuto sekci */
.about-pagination .swiper-pagination-bullet-active {
    background: #a0c5ff !important;
    width: 10px !important;
    border-radius: 5px !important;
}
/* ==========================================================================
   4. RESPONZIVNÍ ÚPRAVY (MOBIL)
   ========================================================================== */
@media (max-width: 768px) {
    /* Hamburger animace */
    .menu-icon.open .bar1 { transform: rotate(45deg) translate(6px, 6px); }
    .menu-icon.open .bar2 { opacity: 0; }
    .menu-icon.open .bar3 { transform: rotate(-45deg) translate(6px, -6px); }

    /* Layout sekcí na mobilu */
    section {
        padding: 60px 20px;
    }

    .section-full {
        justify-content: flex-end; /* Texty tlačíme dolů pod obrázky */
        padding-bottom: 80px;
    }

    /* Úprava textů pro mobil */
    .section-title {
        font-size: 2.5rem;
    }

    .section-text-long {
        font-size: 0.95rem;
        max-width: 100%;
    }

    /* Pozicování obrázků na mobilu, aby nezasahovaly do textu */
    .helmet-bg-wrapper {
        top: 10%;
        right: -10%;
    }

    .blue-halo-car-container {
        top: 8%;
    }

    .car-angled {
        width: 70%;
        transform: rotate(-10deg);
    }

    /* Swiper pro mobil */
    .swiper-slide {
        padding: 20px 0;
    }

 /* Kontejner pro polaroidy v sekci O MNĚ */
.polaroid-wrapper {
    position: relative;
    width: 110%;          /* Zvětšíme šířku, aby mělo co přetékat */
    margin-left: -10%;    /* Odsuneme celou skupinu doleva mimo displej */
    margin-bottom: -19%;  /* Odsuneme je dolů pod spodní hranu */
    z-index: 1;
  
}

.polaroid-wrapper img {
    width: 100%;
    height: auto;
   
    
    filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.5));
}

/* Úprava sekce, aby ty vyčnívající fotky neudělaly horizontální scrollbar */
#section-omne {
    overflow: hidden; 
    display: flex;
    flex-direction: column;
}
}