* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Playfair Display', serif;
}
html {
    scroll-behavior: smooth;
}
body {
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { 
    color: #8b1014 !important;
    font-size: 2.5rem;
    font-weight: 700;
}
h2 {
    font-size: 2.5rem;
    color: #1a365d;
}
h3 {
    font-size: 1.5rem;
}
p {
    margin-bottom: 1rem;
    font-weight: 400;
}
code { 
    background: #e9ecef; 
    padding: 2px 6px; 
    border-radius: 3px; 
    }
.pr-naglowek {
    margin-top: 2rem;
}
.super-link {
    color: #c9a96e;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.super-link:hover {
    color: #b8956a;
    transform: translateY(-3px);
}
.info {
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}
.info::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20%;
    width: 40%;
    height: 100%;
    background: linear-gradient(45deg, rgba(201, 169, 110, 0.1) 0%, rgba(26, 54, 93, 0.1) 100%);
    transform: skewX(-15deg);
}
.pr-kontener{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}
.pr-tresc h1 {
    margin-bottom: 1.5rem;
    color: #1a365d;
}
.zaznaczenie{
    color: #c9a96e;
}
.pr-tresc p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
}
.stopka{
    background-color: #1a365d;
    color: white;
    padding: 60px 0 20px;
}
.stopka-tresc{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.stopka-fragment h3,
.stopka-fragment h4 {
    color: white;
    margin-bottom: 1.5rem;
}
.stopka-fragment p {
    color: #cbd5e0;
    line-height: 1.7;
}













.stopka-kontakt p {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #cbd5e0;
}


.stopka-kontakt i {
    color: #c9a96e;
    margin-top: 0.2rem;
}
.stopka-kontakt a {
    color: #cbd5e0;
    text-decoration: none;
}
.stopka-kontakt a:hover {
    color: #c9a96e;
}
.stopka-koniec{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
}
.stopka-autor{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #cbd5e0;
}
