html body{
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.top-bar {
    height: 50px;
    background-color: #e9d9cd; /* beż */
}

.menu-bar {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    overflow: hidden;
}

.nav-link {
    padding: 0 !important;
}

.logo img {
    display: block;
}

/* Sekcja beżowa */
.why-section {
    height: 545.96px;
    background-color: #e9d9cd;
}

/* Akapit pod nagłówkiem */
.why-text {
    max-width: 750px;
}

/* Pojedynczy biały kafelek */
.why-box {
    width: 244.27px;
    height: 171.39px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
    padding: 20px;
    text-align: center;
}


/* Sekcja HERO */
.hero-section {
    background: #ffffff;
    height: 620px; /* możesz zmienić na dokładną wartość */
}

/* Duże logo */
.hero-logo {
    width: 100%;
    max-width: 800px; /* dopasowane proporcją do Twojego screenshota */
}

/* Nagłówek */
.hero-title {
    font-size: 42px;
    line-height: 1.2;
}

/* Opis */
.hero-desc {
    font-size: 18px;
    margin-top: 15px;
    color: #333;
}

/* Przyciski */
.hero-btn {
    padding: 10px 22px;
    border-radius: 10px;
}



.price-section{
    height: 545.96px;
    background-color: #e9d9cd;
}

.price-section table th{
    background-color: #e9d9cd;
}
.price-section table td{
    background-color: #e9d9cd;
}



/* Sekcja beżowa */
.offer-section {
    height: 545.96px;
    background-color: white;
    margin-top: 80px;
    margin-bottom: 80px;
}

/* Akapit pod nagłówkiem */
.offer-section .why-text {
    max-width: 750px;
}

/* Pojedynczy biały kafelek */
.offer-section .why-box {
    width: 244.27px;
    height: 171.39px;
    background: #e9d9cd;
    border-radius: 16px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.08);
    padding: 20px;
    text-align: center;
}

#o-mnie p{
    line-height: 1.8;
    letter-spacing: 0.8px
}


