a {
    text-decoration: none !important; 
    color: inherit;
    cursor: pointer;
}

html {scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

:root {
    --bg-dark: #1A1A1A;
    --bg-light: #F5F5F5;
    --text-main: #111111;
    --text-white: #FFFFFF;
    --accent-red: #B92B27;
    --accent-yellow: #D9A404;
    --font-oswald: 'Oswald', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    --font-lora: 'Lora', serif; 
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: var(--text-main);
}

h1 {
    font-family: var(--font-oswald);
    font-weight: 400;
    font-size: 256px;
    line-height: 0.9;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-family: var(--font-oswald);
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 30px;
}

h3 {
    font-family: var(--font-oswald);
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 20px;
}

h4 {
    font-family: var(--font-roboto);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}

h5 {
    font-family: var(--font-roboto);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

h6 {
    font-family: var(--font-roboto);
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 5px;
}

p {
    font-family: var(--font-lora);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

body {
    font-family: var(--font-text);
    color: var(--text-main);
    background-color: var(--bg-light);
    line-height: 1.6;
    overflow-x: hidden;
}

.zawartosc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    padding: 15px 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.nav-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mod-logo {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 6px solid #000;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.mod-logo:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

nav ol {
    display: flex;
    gap: 5vw;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

nav ol li a:hover {
    background-color: #B92B27;
    color: #fff;
    border-radius: 2px;
}

#start {
    background-image: url(../img/tło_sekcja_1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 90px;
    box-sizing: border-box;
}

#start h1 {
    margin-bottom: 10px;
    font-size: 15vw;
    line-height: 0.8;
    color: #000; 
}

#start p.subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

#idea {
    background-image: url(../img/tlo_sekcji_2.jpg); 
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.idea-text {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}



.idea-text h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 10px;
}

.idea-text h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.1;
}

.idea-text p {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

.idea-text h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
    border-top: 3px solid #000;
    padding-top: 10px;
    display: inline-block;
}

#unite {
    background-image: url(../img/tlo_sekcja_3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.section-header {
    max-width: 800px;
    margin-bottom: 60px;
}

.section-header h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 15px;
}

.section-header h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #000;
}

.section-header p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
}

.grid-container {
    display: flex;           
    flex-wrap: wrap;          
    justify-content: space-between;
    gap: 40px;                
}

.grid-container article {
    flex: 1;
     min-width: 280px;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    border: 1px solid transparent; 
}

.grid-container article:hover {
    background-color: rgba(255, 255, 255, 0.25); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.grid-container article:hover h3,
.grid-container article:hover p {
    color: #000;
}

.grid-container article h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    align-self: flex-start; 
}

.grid-container article img {
    width: 100%;
    height: 250px;      
    object-fit: cover;  
    margin-bottom: 20px;
    display: block;
}

.grid-container article p {
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

#historia {
    background-image: url(../img/tło_sekcja_4.jpg);
    background-size: 100% auto;   
    background-position: top center; 
    background-repeat: no-repeat;
    padding-top: 25vw; 
    padding-bottom: 100px;
}

.timeline-wrapper {
    margin-top: 50px;
    width: 100%;
}

.rzad-gora, 
.rzad-dol {
    display: flex; 
    width: 100%;
    justify-content: space-between;
}

.pudelko {
    flex: 1;
    text-align: center;
    position: relative;
}

.rzad-linia {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.linia {
    width: 100%;
    height: 6px;
    background-color: #000;
}

.grot {
    position: absolute;
    right: 2px;            
    top: 50%;
    width: 20px;         
    height: 20px;
    border-top: 6px solid #000;    
    border-right: 6px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

.rzad-gora .tresc {
    padding-bottom: 30px;
}

.rzad-dol .tresc {
    padding-top: 30px;
}

.tresc h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 40px;
    margin: 0;
    color: #000;
}

.tresc strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}

.tresc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

#kontakt {
    background-image: url(../img/tło_sekcja_formularz.jpg); 
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

#kontakt .zawartosc {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 60px;
    max-width: 1000px;
    width: 90%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

#kontakt .kolumna.lewa {
    flex: 1;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#kontakt h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    line-height: 0.95;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
}

#kontakt p {
    font-family: 'Lora', serif;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
}

.cytat-small {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #444;
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-top: 40px;
    width: 100%;
}

#kontakt .kolumna.prawa {
    flex: 1;
    padding-left: 50px;
    border-left: 1px solid #000; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group {
    margin-bottom: 20px;
}

#kontakt label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
}

#kontakt input, 
#kontakt select {
    width: 100%;
    padding: 12px;
    background-color: transparent;
    border: 1px solid #444;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #000;
    outline: none;
    box-sizing: border-box;
}

#kontakt input:focus,
#kontakt select:focus {
    border-color: #000;
    background-color: rgba(255,255,255,0.5);
}

#kontakt button {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 15px 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    float: right;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#kontakt button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

#stopka {
    background-color: #3d3d3d;
    color: #ffffff;
    padding: 60px 0 0 0;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 10;
}

.stopka-grid {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 60px;
}

#stopka article {
    flex: 1;
}

#stopka h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 25px;
    border: none;
    padding: 0;
    display: block;
}

#stopka p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 5px;
}

#stopka a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#stopka a:hover {
    color: #B92B27;
}